Report: Add 1908.2 data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277
278     plot-vpp-hdrh-lat-3n-skx:
279       csit-vpp-perf-verify-2001-3n-skx:
280         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-nfv-3n-skx-ndrpdr:
283       # TODO: Add data
284       csit-vpp-perf-verify-2001-3n-skx:
285         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
286
287     plot-vpp-nfv-3n-skx-mrr:
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 50  # MRR sel
290
291     plot-dpdk-throughput-latency-3n-skx:
292       csit-dpdk-perf-verify-2001-3n-skx:
293         - 29  # NDRPDR sel xxv710
294         - 33  # NDRPDR sel xxv710
295         - 34  # NDRPDR sel xxv710
296         - 35  # NDRPDR sel xxv710
297         - 36  # NDRPDR sel xxv710
298         - 37  # NDRPDR sel xxv710
299         - 41  # NDRPDR sel xxv710
300         - 42  # NDRPDR sel xxv710
301         - 43  # NDRPDR sel xxv710
302         - 45  # NDRPDR sel xxv710
303         - 30  # NDRPDR sel x710
304         - 31  # NDRPDR sel x710
305         - 32  # NDRPDR sel x710
306         - 38  # NDRPDR sel x710
307         - 39  # NDRPDR sel x710
308         - 40  # NDRPDR sel x710
309         - 44  # NDRPDR sel x710
310         - 46  # NDRPDR sel x710
311         - 47  # NDRPDR sel x710
312         - 48  # NDRPDR sel x710
313
314     plot-dpdk-hdrh-lat-3n-skx:
315       csit-dpdk-perf-verify-2001-3n-skx:
316         - 29  # NDRPDR sel xxv710
317
318     # 2n-skx
319
320     plot-vpp-throughput-lat-tsa-2n-skx:
321       csit-vpp-perf-verify-2001-2n-skx:
322         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
323         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
324         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
325         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
326         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332
333     plot-vpp-hdrh-lat-2n-skx:
334       csit-vpp-perf-verify-2001-2n-skx:
335         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-http-server-performance:
338       csit-vpp-perf-verify-2001-2n-clx:
339         - 80  # TCP
340         - 82  # TCP
341         - 83  # TCP
342         - 85  # TCP
343         - 86  # TCP
344         - 87  # TCP
345         - 88  # TCP
346         - 89  # TCP
347         - 90  # TCP
348         - 91  # TCP
349
350     plot-vpp-soak-2n-skx:
351       csit-vpp-perf-verify-2001-2n-skx:
352         - 181  # Soak
353         - 182  # Soak
354
355     plot-vpp-nfv-2n-skx-ndrpdr:
356       # TODO: Replace the data
357       csit-vpp-perf-verify-2001-2n-skx:
358         - 30  # NFV
359         - 31  # NFV
360
361     plot-vpp-nfv-2n-skx-mrr:
362       # TODO: Replace the data
363       # csit-vpp-perf-verify-2001-2n-skx:
364       csit-vpp-perf-verify-1908-2n-skx:
365         - 71  # NFV MRR
366
367     plot-vpp-nfv-reconf-2n-skx:
368       csit-vpp-perf-verify-2001-2n-skx:
369         - 169  # Reconf
370         - 171  # Reconf
371         - 172  # Reconf
372         - 173  # Reconf
373         - 174  # Reconf
374         - 175  # Reconf
375         - 176  # Reconf
376         - 177  # Reconf
377         - 178  # Reconf
378         - 179  # Reconf
379
380     plot-dpdk-throughput-latency-2n-skx:
381       csit-dpdk-perf-verify-2001-2n-skx:
382         - 35  # NDRPDR sel xxv710
383         - 36  # NDRPDR sel xxv710
384         - 37  # NDRPDR sel xxv710
385         - 41  # NDRPDR sel xxv710
386         - 42  # NDRPDR sel xxv710
387         - 43  # NDRPDR sel xxv710
388         - 46  # NDRPDR sel xxv710
389         - 47  # NDRPDR sel xxv710
390         - 52  # NDRPDR sel xxv710
391         - 53  # NDRPDR sel xxv710
392         - 38  # NDRPDR sel x710
393         - 39  # NDRPDR sel x710
394         - 40  # NDRPDR sel x710
395         - 44  # NDRPDR sel x710
396         - 45  # NDRPDR sel x710
397         - 48  # NDRPDR sel x710
398         - 49  # NDRPDR sel x710
399         - 50  # NDRPDR sel x710
400         - 51  # NDRPDR sel x710
401         - 54  # NDRPDR sel x710
402
403     plot-dpdk-hdrh-lat-2n-skx:
404       csit-dpdk-perf-verify-2001-2n-skx:
405         - 35  # NDRPDR sel xxv710
406
407     # 2n-clx
408
409     plot-vpp-throughput-lat-tsa-2n-clx:
410       csit-vpp-perf-verify-2001-2n-clx:
411         - 28  # NDRPDR sel
412         - 29  # NDRPDR sel
413         - 32  # NDRPDR sel
414         - 40  # NDRPDR sel
415         - 43  # NDRPDR sel
416         - 44  # NDRPDR sel
417         - 45  # NDRPDR sel
418         - 47  # NDRPDR sel
419         - 48  # NDRPDR sel
420         - 49  # NDRPDR sel
421
422     plot-vpp-hdrh-lat-2n-clx:
423       csit-vpp-perf-verify-2001-2n-clx:
424         - 28  # NDRPDR sel
425
426     plot-vpp-nfv-2n-clx-ndrpdr:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429         - 29  # NDRPDR sel
430         - 32  # NDRPDR sel
431         - 40  # NDRPDR sel
432         - 43  # NDRPDR sel
433         - 44  # NDRPDR sel
434         - 45  # NDRPDR sel
435         - 47  # NDRPDR sel
436         - 48  # NDRPDR sel
437         - 49  # NDRPDR sel
438
439     plot-vpp-nfv-2n-clx-mrr:
440       csit-vpp-perf-verify-2001-2n-clx:
441         - 39  # MRR
442
443     plot-vpp-nfv-reconf-2n-clx:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 68  # Reconf
446         - 69  # Reconf
447         - 70  # Reconf
448         - 71  # Reconf
449         - 72  # Reconf
450         - 73  # Reconf
451         - 74  # Reconf
452         - 75  # Reconf
453         - 76  # Reconf
454         - 77  # Reconf
455
456     plot-vpp-soak-2n-clx:
457       csit-vpp-perf-verify-2001-2n-clx:
458         - 93  # Soak
459         - 94  # Soak
460
461     plot-dpdk-throughput-latency-2n-clx:
462       csit-dpdk-perf-verify-2001-2n-clx:
463         - 15  # NDRPDR sel
464         - 16  # NDRPDR sel
465         - 17  # NDRPDR sel
466         - 18  # NDRPDR sel
467         - 19  # NDRPDR sel
468         - 20  # NDRPDR sel
469         - 21  # NDRPDR sel
470         - 22  # NDRPDR sel
471         - 23  # NDRPDR sel
472         - 24  # NDRPDR sel
473         - 25  # NDRPDR sel
474         - 26  # NDRPDR sel
475         - 27  # NDRPDR sel
476         - 28  # NDRPDR sel
477         - 29  # NDRPDR sel
478         - 30  # NDRPDR sel
479         - 31  # NDRPDR sel
480         - 32  # NDRPDR sel
481         - 33  # NDRPDR sel
482         - 34  # NDRPDR sel
483
484
485     plot-dpdk-hdrh-lat-2n-clx:
486       csit-dpdk-perf-verify-2001-2n-clx:
487         - 15  # NDRPDR sel
488
489     # 3n-tsh
490
491     plot-vpp-throughput-lat-tsa-3n-tsh:
492       csit-vpp-perf-verify-2001-3n-tsh:
493         - 3   # NDRPDR sel
494         - 4   # NDRPDR sel
495         - 7   # NDRPDR sel
496         - 8   # NDRPDR sel
497         - 10  # NDRPDR sel
498         - 12  # NDRPDR sel
499         - 13  # NDRPDR sel
500         - 14  # NDRPDR sel
501         - 15  # NDRPDR sel
502         - 21  # NDRPDR sel
503
504     plot-vpp-hdrh-lat-3n-tsh:
505       csit-vpp-perf-verify-2001-3n-tsh:
506         - 10  # NDRPDR sel
507
508     plot-dpdk-throughput-latency-3n-tsh:
509       csit-dpdk-perf-verify-2001-3n-tsh:
510         - 3   # NDRPDR sel
511         - 4   # NDRPDR sel
512         - 5   # NDRPDR sel
513         - 9   # NDRPDR sel
514         - 10  # NDRPDR sel
515         - 11  # NDRPDR sel
516         - 12  # NDRPDR sel
517         - 14  # NDRPDR sel
518         - 15  # NDRPDR sel
519         - 18  # NDRPDR sel
520
521     plot-dpdk-hdrh-lat-3n-tsh:
522       csit-dpdk-perf-verify-2001-3n-tsh:
523         - 3   # NDRPDR sel
524
525     # 3n-dnv
526
527     plot-vpp-throughput-lat-tsa-3n-dnv:
528       csit-vpp-perf-verify-2001-3n-dnv:
529         - 5   # NDRPDR sel
530         - 6   # NDRPDR sel
531         - 7   # NDRPDR sel
532         - 8   # NDRPDR sel
533         - 9   # NDRPDR sel
534         - 10  # NDRPDR sel
535         - 12  # NDRPDR sel
536         - 16  # NDRPDR sel
537         - 17  # NDRPDR sel
538         - 18  # NDRPDR sel
539
540     plot-dpdk-throughput-latency-3n-dnv:
541       csit-dpdk-perf-verify-2001-3n-dnv:
542         - 12  # NDRPDR sel
543         - 13  # NDRPDR sel
544         - 14  # NDRPDR sel
545         - 15  # NDRPDR sel
546         - 16  # NDRPDR sel
547         - 17  # NDRPDR sel
548         - 18  # NDRPDR sel
549         - 19  # NDRPDR sel
550         - 20  # NDRPDR sel
551         - 22  # NDRPDR sel
552
553     # 2n-dnv
554
555     plot-vpp-throughput-lat-tsa-2n-dnv:
556       csit-vpp-perf-verify-2001-2n-dnv:
557         - 4   # NDRPDR sel
558         - 5   # NDRPDR sel
559         - 6   # NDRPDR sel
560         - 7   # NDRPDR sel
561         - 8   # NDRPDR sel
562         - 9   # NDRPDR sel
563         - 10  # NDRPDR sel
564         - 11  # NDRPDR sel
565         - 13  # NDRPDR sel
566         - 16  # NDRPDR sel
567
568     plot-dpdk-throughput-latency-2n-dnv:
569       csit-dpdk-perf-verify-2001-2n-dnv:
570         - 9   # NDRPDR sel
571         - 10  # NDRPDR sel
572         - 11  # NDRPDR sel
573         - 12  # NDRPDR sel
574         - 13  # NDRPDR sel
575         - 14  # NDRPDR sel
576         - 15  # NDRPDR sel
577         - 16  # NDRPDR sel
578         - 17  # NDRPDR sel
579         - 18  # NDRPDR sel
580
581     ###########################################################################
582     # Simple tables (only one data set):
583
584     # NIC Comparisons
585
586     vpp-nic-comparison-3n-skx:
587       # TODO: Add the data
588       csit-vpp-perf-verify-2001-3n-skx:
589         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
590         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
591         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
592
593     vpp-nic-comparison-2n-skx:
594       csit-vpp-perf-verify-2001-2n-skx:
595         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
601         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
602         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
603         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605
606     vpp-nic-comparison-3n-skx-mrr:
607       csit-vpp-perf-verify-2001-3n-skx:
608         - 50  # MRR sel
609         - 53  # MRR sel addition
610
611     vpp-nic-comparison-2n-skx-mrr:
612       csit-vpp-perf-verify-2001-2n-skx:
613         - 101 # MRR sel
614         - 128 # MRR sel addition
615
616     # Results
617
618     vpp-perf-results-3n-hsw:
619       csit-vpp-perf-verify-2001-3n-hsw:
620         - 18  # NDRPDR full
621         - 20  # NDRPDR full
622         - 28  # NDRPDR full
623         - 35  # NDRPDR full
624         - 42  # NDRPDR full
625         - 46  # NDRPDR full
626         - 47  # NDRPDR full
627         - 48  # NDRPDR full
628         - 49  # NDRPDR full
629         - 50  # NDRPDR full
630         - 51  # NDRPDR full
631         - 52  # NDRPDR full
632         - 53  # NDRPDR full
633         - 54  # NDRPDR full
634         - 55  # NDRPDR full
635         - 56  # NDRPDR full
636         - 57  # NDRPDR full
637         - 58  # NDRPDR full
638         - 59  # NDRPDR full
639         - 61  # NDRPDR full
640         - 62  # NDRPDR full
641         - 63  # NDRPDR full
642         - 64  # NDRPDR full
643         - 65  # NDRPDR full
644         - 67  # NDRPDR full
645         - 70  # NDRPDR full
646         - 72  # NDRPDR full
647         - 73  # NDRPDR full
648         - 76  # NDRPDR full
649         - 77  # NDRPDR full
650         - 78  # NDRPDR full
651         - 79  # NDRPDR full
652         - 81  # NDRPDR full
653         - 82  # NDRPDR full
654         - 84  # NDRPDR full
655         - 85  # NDRPDR full
656
657     vpp-perf-results-3n-skx:
658       # TODO: Replace
659       csit-vpp-perf-verify-2001-3n-skx:
660         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
661
662     vpp-perf-results-2n-skx:
663       csit-vpp-perf-verify-2001-2n-skx:
664         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
665         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
666         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
667         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
668         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
669         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
670         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
671         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
672         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
673         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
674         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
675         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
676         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
677         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
678
679     vpp-perf-results-2n-clx:
680       csit-vpp-perf-verify-2001-2n-clx:
681         - 53  # NDRPDR full
682         - 54  # NDRPDR full
683         - 55  # NDRPDR full
684         - 56  # NDRPDR full
685         - 57  # NDRPDR full
686         - 58  # NDRPDR full
687         - 59  # NDRPDR full
688         - 60  # NDRPDR full
689         - 61  # NDRPDR full
690         - 62  # NDRPDR full
691         - 63  # NDRPDR full
692         - 64  # NDRPDR full
693         - 65  # NDRPDR full
694         - 66  # NDRPDR full
695         - 67  # NDRPDR full
696
697     vpp-perf-results-3n-tsh:
698       csit-vpp-perf-verify-2001-3n-tsh:
699         - 10  # NDRPDR sel
700
701     vpp-perf-results-3n-dnv:
702       csit-vpp-perf-verify-2001-3n-dnv:
703         - 19  # NDRPDR full
704         - 20  # NDRPDR full
705         - 21  # NDRPDR full
706         - 22  # NDRPDR full
707         - 23  # NDRPDR full
708         - 24  # NDRPDR full
709         - 25  # NDRPDR full
710         - 26  # NDRPDR full
711         - 37  # NDRPDR full
712         - 38  # NDRPDR full
713         - 39  # NDRPDR full
714
715     vpp-perf-results-2n-dnv:
716       csit-vpp-perf-verify-2001-2n-dnv:
717         - 21  # NDRPDR full
718         - 22  # NDRPDR full
719         - 25  # NDRPDR full
720         - 26  # NDRPDR full
721         - 27  # NDRPDR full
722         - 28  # NDRPDR full
723
724     vpp-mrr-results-3n-hsw:
725       csit-vpp-perf-verify-2001-3n-hsw:
726         - 17  # MRR sel
727
728     vpp-mrr-results-3n-skx:
729       csit-vpp-perf-verify-2001-3n-skx:
730         - 50  # MRR sel
731         - 53  # MRR sel addition
732
733     vpp-mrr-results-2n-skx:
734       csit-vpp-perf-verify-2001-2n-skx:
735         - 101 # MRR sel
736         - 128 # MRR sel addition
737
738     vpp-mrr-results-2n-clx:
739       csit-vpp-perf-verify-2001-2n-clx:
740         - 39  # MRR
741
742     vpp-mrr-results-3n-tsh:
743       csit-vpp-perf-verify-2001-3n-tsh:
744         - 9   # MRR sel
745
746     vpp-mrr-results-3n-dnv:
747       csit-vpp-perf-verify-2001-3n-dnv:
748         - 11  # MRR sel
749
750     vpp-mrr-results-2n-dnv:
751       csit-vpp-perf-verify-2001-2n-dnv:
752         - 12  # MRR sel
753
754     vpp-device-results-ubuntu:
755       csit-vpp-device-2001-ubuntu1804-1n-skx:
756         - 57
757
758     dpdk-perf-results-3n-hsw:
759       csit-dpdk-perf-verify-2001-3n-hsw:
760         - 25  # NDRPDR full
761         - 26  # NDRPDR full
762
763     dpdk-perf-results-3n-skx:
764       csit-dpdk-perf-verify-2001-3n-skx:
765         - 29  # NDRPDR sel xxv710
766         - 30  # NDRPDR sel x710
767
768     dpdk-perf-results-2n-skx:
769       csit-dpdk-perf-verify-2001-2n-skx:
770         - 35  # NDRPDR sel xxv710
771         - 38  # NDRPDR sel x710
772
773     dpdk-perf-results-2n-clx:
774       csit-dpdk-perf-verify-2001-2n-clx:
775         - 15  # NDRPDR sel
776         - 34  # NDRPDR sel
777
778     dpdk-perf-results-2n-dnv:
779       csit-dpdk-perf-verify-2001-2n-dnv:
780         - 16  # NDRPDR sel
781
782     dpdk-perf-results-3n-dnv:
783       csit-dpdk-perf-verify-2001-3n-dnv:
784         - 12  # NDRPDR sel
785
786     dpdk-perf-results-3n-tsh:
787       csit-dpdk-perf-verify-2001-3n-tsh:
788         - 3   # NDRPDR sel
789
790 ###########################################################################
791     # Tables (more than one data set)
792
793     # Performance changes
794
795     vpp-perf-changes-2n-skx-old1908_0:
796       csit-vpp-perf-verify-1908-2n-skx:
797         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
798         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
799         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
800         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
801         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
802         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
803         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
804         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
805         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
806         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
807     vpp-perf-changes-2n-skx-old1908_1:
808       csit-vpp-perf-verify-1908_1-2n-skx:
809         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
810         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
811         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
812         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
813         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
814         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
815         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
816         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
817         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
818         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
819     vpp-perf-changes-2n-skx-new1908_1:
820       csit-vpp-perf-verify-1908_1-2n-skx:
821         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
822         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
823         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
824         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
825         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
826         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
827         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
828         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
829         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
830         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
831     vpp-perf-changes-2n-skx-new1908_2:
832       csit-vpp-perf-verify-1908_2-2n-skx:
833         - 1   # NDRPDR sel
834         - 2   # NDRPDR sel
835         - 3   # NDRPDR sel
836         - 4   # NDRPDR sel
837         - 5   # NDRPDR sel
838         - 6   # NDRPDR sel
839     vpp-perf-changes-2n-skx-new2001_0:
840       csit-vpp-perf-verify-2001-2n-skx:
841         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
842         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
843         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
844         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
845         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
846         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
847         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
848         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
849         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
850         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
851
852     vpp-perf-changes-3n-skx-old1908_0:
853       csit-vpp-perf-verify-1908-3n-skx:
854         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
855         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
856         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
857         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
858         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
859         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
860         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
861         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
862         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
863         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
864     vpp-perf-changes-3n-skx-old1908_1:
865       csit-vpp-perf-verify-1908_1-3n-skx:
866         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
867         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
868         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
869         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
870         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
871         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
872         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
873         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
874         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
875         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
876     vpp-perf-changes-3n-skx-new1908_1:
877       csit-vpp-perf-verify-1908_1-3n-skx:
878         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
879         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
880         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
881         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
882         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
883         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
884         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
885         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
886         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
887         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
888     vpp-perf-changes-3n-skx-new1908_2:
889       csit-vpp-perf-verify-1908_2-3n-skx:
890         - 1   # NDRPDR sel
891         - 2   # NDRPDR sel
892     vpp-perf-changes-3n-skx-new2001_0:
893       csit-vpp-perf-verify-2001-3n-skx:
894         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
895         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
896         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
897
898     vpp-performance-changes-3n-hsw-h1:
899       csit-vpp-perf-verify-1904-3n-hsw:
900         - 11  # NDRPDR sel
901         - 12  # NDRPDR sel
902         - 20  # NDRPDR sel
903         - 21  # NDRPDR sel
904         - 23  # NDRPDR sel
905         - 24  # NDRPDR sel
906         - 25  # NDRPDR sel
907         - 26  # NDRPDR sel
908         - 29  # NDRPDR sel
909         - 30  # NDRPDR sel
910     vpp-performance-changes-3n-hsw-ref:
911       csit-vpp-perf-verify-1908-3n-hsw:
912         - 12  # NDRPDR sel
913         - 13  # NDRPDR sel
914         - 14  # NDRPDR sel
915         - 15  # NDRPDR sel
916         - 16  # NDRPDR sel
917         - 17  # NDRPDR sel
918         - 18  # NDRPDR sel
919         - 19  # NDRPDR sel
920         - 20  # NDRPDR sel
921         - 21  # NDRPDR sel
922     vpp-performance-changes-3n-hsw-cmp:
923       csit-vpp-perf-verify-2001-3n-hsw:
924         - 21  # NDRPDR sel
925         - 22  # NDRPDR sel
926         - 23  # NDRPDR sel
927         - 24  # NDRPDR sel
928         - 25  # NDRPDR sel
929         - 29  # NDRPDR sel
930         - 30  # NDRPDR sel
931         - 31  # NDRPDR sel
932         - 32  # NDRPDR sel
933         - 34  # NDRPDR sel
934     vpp-performance-changes-3n-hsw:
935       - "vpp-performance-changes-3n-hsw-h1"
936       - "vpp-performance-changes-3n-hsw-ref"
937       - "vpp-performance-changes-3n-hsw-cmp"
938
939     vpp-performance-changes-3n-skx-h1:
940       csit-vpp-perf-verify-1904-3n-skx:
941         - 8   # NDRPDR sel
942         - 9   # NDRPDR sel
943         - 10  # NDRPDR sel
944         - 11  # NDRPDR sel
945         - 12  # NDRPDR sel
946         - 14  # NDRPDR sel
947         - 16  # NDRPDR sel
948         - 21  # NDRPDR sel
949         - 23  # NDRPDR sel
950         - 25  # NDRPDR sel
951     vpp-performance-changes-3n-skx-ref:
952       csit-vpp-perf-verify-1908-3n-skx:
953         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
954         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
955         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
956         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
957         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
958         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
959         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
960         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
961         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
962         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
963     vpp-performance-changes-3n-skx-cmp:
964       # TODO: Add the data
965       csit-vpp-perf-verify-2001-3n-skx:
966         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
967         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
968         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
969     vpp-performance-changes-3n-skx:
970       - "vpp-performance-changes-3n-skx-h1"
971       - "vpp-performance-changes-3n-skx-ref"
972       - "vpp-performance-changes-3n-skx-cmp"
973
974     vpp-performance-changes-2n-skx-h1:
975       csit-vpp-perf-verify-1904-2n-skx:
976         - 12  # NDRPDR sel
977         - 14  # NDRPDR sel
978         - 16  # NDRPDR sel
979         - 17  # NDRPDR sel
980         - 18  # NDRPDR sel
981         - 21  # NDRPDR sel
982         - 27  # NDRPDR sel
983         - 30  # NDRPDR sel
984         - 31  # NDRPDR sel
985         - 32  # NDRPDR sel
986     vpp-performance-changes-2n-skx-ref:
987       csit-vpp-perf-verify-1908-2n-skx:
988         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
989         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
990         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
991         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
992         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
993         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
994         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
995         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
996         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
997         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
998     vpp-performance-changes-2n-skx-cmp:
999       csit-vpp-perf-verify-2001-2n-skx:
1000         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1001         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1002         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1003         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1004         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1005         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1006         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1007         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1008         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1009         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1010     vpp-performance-changes-2n-skx:
1011       - "vpp-performance-changes-2n-skx-h1"
1012       - "vpp-performance-changes-2n-skx-ref"
1013       - "vpp-performance-changes-2n-skx-cmp"
1014
1015     vpp-performance-changes-nfv-2n-skx-ref:
1016       csit-vpp-perf-verify-1908-2n-skx:
1017         - 22  # NFV
1018         - 31  # NFV
1019         - 32  # NFV
1020     vpp-performance-changes-nfv-2n-skx-cmp:
1021       # TODO: Add the data
1022       csit-vpp-perf-verify-2001-2n-skx:
1023         - 30  # NFV
1024         - 31  # NFV
1025     vpp-performance-changes-nfv-2n-skx:
1026       - "vpp-performance-changes-nfv-2n-skx-ref"
1027       - "vpp-performance-changes-nfv-2n-skx-cmp"
1028
1029     vpp-performance-changes-2n-dnv-ref:
1030       csit-vpp-perf-verify-1908-2n-dnv:
1031         - 1   # NDRPDR sel
1032         - 2   # NDRPDR sel
1033         - 3   # NDRPDR sel
1034         - 4   # NDRPDR sel
1035         - 5   # NDRPDR sel
1036         - 6   # NDRPDR sel
1037         - 7   # NDRPDR sel
1038         - 8   # NDRPDR sel
1039         - 9   # NDRPDR sel
1040         - 10  # NDRPDR sel
1041     vpp-performance-changes-2n-dnv-cmp:
1042       csit-vpp-perf-verify-2001-2n-dnv:
1043         - 4   # NDRPDR sel
1044         - 5   # NDRPDR sel
1045         - 6   # NDRPDR sel
1046         - 7   # NDRPDR sel
1047         - 8   # NDRPDR sel
1048         - 9   # NDRPDR sel
1049         - 10  # NDRPDR sel
1050         - 11  # NDRPDR sel
1051         - 13  # NDRPDR sel
1052         - 16  # NDRPDR sel
1053     vpp-performance-changes-2n-dnv:
1054       - "vpp-performance-changes-2n-dnv-ref"
1055       - "vpp-performance-changes-2n-dnv-cmp"
1056
1057     vpp-performance-changes-3n-dnv-ref:
1058       csit-vpp-perf-verify-1908-3n-dnv:
1059         - 6   # NDRPDR sel
1060         - 7   # NDRPDR sel
1061         - 8   # NDRPDR sel
1062         - 9   # NDRPDR sel
1063         - 10  # NDRPDR sel
1064         - 12  # NDRPDR sel
1065         - 13  # NDRPDR sel
1066         - 14  # NDRPDR sel
1067         - 15  # NDRPDR sel
1068         - 16  # NDRPDR sel
1069     vpp-performance-changes-3n-dnv-cmp:
1070       csit-vpp-perf-verify-2001-3n-dnv:
1071         - 5   # NDRPDR sel
1072         - 6   # NDRPDR sel
1073         - 7   # NDRPDR sel
1074         - 8   # NDRPDR sel
1075         - 9   # NDRPDR sel
1076         - 10  # NDRPDR sel
1077         - 12  # NDRPDR sel
1078         - 16  # NDRPDR sel
1079         - 17  # NDRPDR sel
1080         - 18  # NDRPDR sel
1081     vpp-performance-changes-3n-dnv:
1082       - "vpp-performance-changes-3n-dnv-ref"
1083       - "vpp-performance-changes-3n-dnv-cmp"
1084
1085     vpp-performance-changes-3n-tsh-ref:
1086       csit-vpp-perf-verify-1908-3n-tsh:
1087         - 7   # NDRPDR sel
1088         - 8   # NDRPDR sel
1089         - 9   # NDRPDR sel
1090         - 10  # NDRPDR sel
1091         - 11  # NDRPDR sel
1092         - 12  # NDRPDR sel
1093         - 13  # NDRPDR sel
1094         - 14  # NDRPDR sel
1095         - 15  # NDRPDR sel
1096         - 16  # NDRPDR sel
1097     vpp-performance-changes-3n-tsh-cmp:
1098       csit-vpp-perf-verify-2001-3n-tsh:
1099         - 3   # NDRPDR sel
1100         - 4   # NDRPDR sel
1101         - 7   # NDRPDR sel
1102         - 8   # NDRPDR sel
1103         - 10  # NDRPDR sel
1104         - 12  # NDRPDR sel
1105         - 13  # NDRPDR sel
1106         - 14  # NDRPDR sel
1107         - 15  # NDRPDR sel
1108         - 21  # NDRPDR sel
1109     vpp-performance-changes-3n-tsh:
1110       - "vpp-performance-changes-3n-tsh-ref"
1111       - "vpp-performance-changes-3n-tsh-cmp"
1112
1113     vpp-soak-vs-ndr-2n-skx-ref:
1114       csit-vpp-perf-verify-2001-2n-skx:
1115         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1116         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1117         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1118         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1119         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1120         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1121         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1122         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1123         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1124         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1125     vpp-soak-vs-ndr-2n-skx-cmp:
1126       csit-vpp-perf-verify-2001-2n-skx:
1127         - 181  # Soak
1128         - 182  # Soak
1129     vpp-soak-vs-ndr-2n-skx:
1130       csit-vpp-perf-verify-2001-2n-skx:
1131         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1132         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1133         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1134         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1135         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1136         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1137         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1138         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1139         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1140         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1141         - 181  # Soak
1142         - 182  # Soak
1143
1144     vpp-soak-vs-ndr-2n-clx-ref:
1145       csit-vpp-perf-verify-2001-2n-clx:
1146         - 28  # NDRPDR sel
1147         - 29  # NDRPDR sel
1148         - 32  # NDRPDR sel
1149         - 40  # NDRPDR sel
1150         - 43  # NDRPDR sel
1151         - 44  # NDRPDR sel
1152         - 45  # NDRPDR sel
1153         - 47  # NDRPDR sel
1154         - 48  # NDRPDR sel
1155         - 49  # NDRPDR sel
1156     vpp-soak-vs-ndr-2n-clx-cmp:
1157       csit-vpp-perf-verify-2001-2n-clx:
1158         - 93  # SOAK
1159         - 94  # Soak
1160     vpp-soak-vs-ndr-2n-clx:
1161       csit-vpp-perf-verify-2001-2n-clx:
1162         - 28  # NDRPDR sel
1163         - 29  # NDRPDR sel
1164         - 32  # NDRPDR sel
1165         - 40  # NDRPDR sel
1166         - 43  # NDRPDR sel
1167         - 44  # NDRPDR sel
1168         - 45  # NDRPDR sel
1169         - 47  # NDRPDR sel
1170         - 48  # NDRPDR sel
1171         - 49  # NDRPDR sel
1172         - 93  # SOAK
1173         - 94  # Soak
1174
1175     vpp-performance-changes-3n-hsw-mrr-h1:
1176       csit-vpp-perf-verify-1904-3n-hsw:
1177         - 9   # MRR sel
1178     vpp-performance-changes-3n-hsw-mrr-ref:
1179       csit-vpp-perf-verify-1908-3n-hsw:
1180         - 39  # MRR sel
1181     vpp-performance-changes-3n-hsw-mrr-cmp:
1182       csit-vpp-perf-verify-2001-3n-hsw:
1183         - 17  # MRR sel
1184     vpp-performance-changes-3n-hsw-mrr:
1185       - "vpp-performance-changes-3n-hsw-mrr-h1"
1186       - "vpp-performance-changes-3n-hsw-mrr-ref"
1187       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1188
1189     vpp-performance-changes-3n-skx-mrr-h1:
1190       csit-vpp-perf-verify-1904-3n-skx:
1191         - 7   # MRR sel
1192     vpp-performance-changes-3n-skx-mrr-ref:
1193       csit-vpp-perf-verify-1908-3n-skx:
1194         - 36  # MRR sel
1195     vpp-performance-changes-3n-skx-mrr-cmp:
1196       csit-vpp-perf-verify-2001-3n-skx:
1197         - 50  # MRR sel
1198         - 53  # MRR sel addition
1199     vpp-performance-changes-3n-skx-mrr:
1200       - "vpp-performance-changes-3n-skx-mrr-h1"
1201       - "vpp-performance-changes-3n-skx-mrr-ref"
1202       - "vpp-performance-changes-3n-skx-mrr-cmp"
1203
1204     vpp-performance-changes-2n-skx-mrr-h1:
1205       csit-vpp-perf-verify-1904-2n-skx:
1206         - 11  # MRR sel
1207     vpp-performance-changes-2n-skx-mrr-ref:
1208       csit-vpp-perf-verify-1908-2n-skx:
1209         - 69  # MRR sel
1210     vpp-performance-changes-2n-skx-mrr-cmp:
1211       csit-vpp-perf-verify-2001-2n-skx:
1212         - 101 # MRR sel
1213         - 128 # MRR sel addition
1214     vpp-performance-changes-2n-skx-mrr:
1215       - "vpp-performance-changes-2n-skx-mrr-h1"
1216       - "vpp-performance-changes-2n-skx-mrr-ref"
1217       - "vpp-performance-changes-2n-skx-mrr-cmp"
1218
1219     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1220       csit-vpp-perf-verify-1908-2n-skx:
1221         - 71  # NFV MRR
1222     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1223       # TODO: Replace
1224       # csit-vpp-perf-verify-2001-2n-skx:
1225       csit-vpp-perf-verify-1908-2n-skx:
1226         - 71  # NFV MRR
1227     vpp-performance-changes-nfv-2n-skx-mrr:
1228       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1229       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1230
1231     vpp-performance-changes-2n-dnv-mrr-ref:
1232       csit-vpp-perf-verify-1908-2n-dnv:
1233         - 11  # MRR sel
1234     vpp-performance-changes-2n-dnv-mrr-cmp:
1235       csit-vpp-perf-verify-2001-2n-dnv:
1236         - 12  # MRR sel
1237     vpp-performance-changes-2n-dnv-mrr:
1238       - "vpp-performance-changes-2n-dnv-mrr-ref"
1239       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1240
1241     vpp-performance-changes-3n-dnv-mrr-ref:
1242       csit-vpp-perf-verify-1908-3n-dnv:
1243         - 17  # MRR sel
1244     vpp-performance-changes-3n-dnv-mrr-cmp:
1245       csit-vpp-perf-verify-2001-3n-dnv:
1246         - 11  # MRR sel
1247     vpp-performance-changes-3n-dnv-mrr:
1248       - "vpp-performance-changes-3n-dnv-mrr-ref"
1249       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1250
1251     vpp-performance-changes-3n-tsh-mrr-ref:
1252       csit-vpp-perf-verify-1908-3n-tsh:
1253         - 17  # MRR sel
1254     vpp-performance-changes-3n-tsh-mrr-cmp:
1255       csit-vpp-perf-verify-2001-3n-tsh:
1256         - 9   # MRR sel
1257     vpp-performance-changes-3n-tsh-mrr:
1258       - "vpp-performance-changes-3n-tsh-mrr-ref"
1259       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1260
1261     dpdk-performance-changes-3n-hsw-h1:
1262       csit-dpdk-perf-verify-1904-3n-hsw:
1263         - 2   # NDRPDR sel
1264         - 3   # NDRPDR sel
1265         - 5   # NDRPDR sel
1266         - 6   # NDRPDR sel
1267         - 13  # NDRPDR sel
1268         - 14  # NDRPDR sel
1269         - 15  # NDRPDR sel
1270         - 18  # NDRPDR sel
1271         - 19  # NDRPDR sel
1272         - 20  # NDRPDR sel
1273     dpdk-performance-changes-3n-hsw-ref:
1274       csit-dpdk-perf-verify-1908-3n-hsw:
1275         - 2   # NDRPDR sel
1276         - 3   # NDRPDR sel
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     dpdk-performance-changes-3n-hsw-cmp:
1286       csit-dpdk-perf-verify-2001-3n-hsw:
1287 #        - 4   # NDRPDR sel
1288 #        - 5   # NDRPDR sel
1289 #        - 6   # NDRPDR sel
1290 #        - 7   # NDRPDR sel
1291 #        - 8   # NDRPDR sel
1292 #        - 9   # NDRPDR sel
1293 #        - 10  # NDRPDR sel
1294 #        - 11  # NDRPDR sel
1295 #        - 12  # NDRPDR sel
1296 #        - 13  # NDRPDR sel
1297         - 15  # NDRPDR sel
1298         - 16  # NDRPDR sel
1299         - 17  # NDRPDR sel
1300         - 18  # NDRPDR sel
1301         - 19  # NDRPDR sel
1302         - 20  # NDRPDR sel
1303         - 21  # NDRPDR sel
1304         - 22  # NDRPDR sel
1305         - 23  # NDRPDR sel
1306         - 24  # NDRPDR sel
1307     dpdk-performance-changes-3n-hsw:
1308       - "dpdk-performance-changes-3n-hsw-h1"
1309       - "dpdk-performance-changes-3n-hsw-ref"
1310       - "dpdk-performance-changes-3n-hsw-cmp"
1311
1312     dpdk-performance-changes-3n-skx-h1:
1313       csit-dpdk-perf-verify-1904-3n-skx:
1314         - 2   # NDRPDR sel
1315         - 3   # NDRPDR sel
1316         - 4   # NDRPDR sel
1317         - 5   # NDRPDR sel
1318         - 6   # NDRPDR sel
1319         - 7   # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322         - 13  # NDRPDR sel
1323         - 14  # NDRPDR sel
1324     dpdk-performance-changes-3n-skx-ref:
1325       csit-dpdk-perf-verify-1908-3n-skx:
1326         - 3   # NDRPDR sel
1327         - 4   # NDRPDR sel
1328         - 5   # NDRPDR sel
1329         - 6   # NDRPDR sel
1330         - 7   # NDRPDR sel
1331         - 8   # NDRPDR sel
1332         - 9   # NDRPDR sel
1333         - 10  # NDRPDR sel
1334         - 11  # NDRPDR sel
1335         - 12  # NDRPDR sel
1336     dpdk-performance-changes-3n-skx-cmp:
1337       csit-dpdk-perf-verify-2001-3n-skx:
1338         - 29  # NDRPDR sel xxv710
1339         - 33  # NDRPDR sel xxv710
1340         - 34  # NDRPDR sel xxv710
1341         - 35  # NDRPDR sel xxv710
1342         - 36  # NDRPDR sel xxv710
1343         - 37  # NDRPDR sel xxv710
1344         - 41  # NDRPDR sel xxv710
1345         - 42  # NDRPDR sel xxv710
1346         - 43  # NDRPDR sel xxv710
1347         - 45  # NDRPDR sel xxv710
1348         - 30  # NDRPDR sel x710
1349         - 31  # NDRPDR sel x710
1350         - 32  # NDRPDR sel x710
1351         - 38  # NDRPDR sel x710
1352         - 39  # NDRPDR sel x710
1353         - 40  # NDRPDR sel x710
1354         - 44  # NDRPDR sel x710
1355         - 46  # NDRPDR sel x710
1356         - 47  # NDRPDR sel x710
1357         - 48  # NDRPDR sel x710
1358     dpdk-performance-changes-3n-skx:
1359       - "dpdk-performance-changes-3n-skx-h1"
1360       - "dpdk-performance-changes-3n-skx-ref"
1361       - "dpdk-performance-changes-3n-skx-cmp"
1362
1363     dpdk-performance-changes-2n-skx-h1:
1364       csit-dpdk-perf-verify-1904-2n-skx:
1365         - 2   # NDRPDR sel
1366         - 3   # NDRPDR sel
1367         - 4   # NDRPDR sel
1368         - 5   # NDRPDR sel
1369         - 7   # NDRPDR sel
1370         - 8   # NDRPDR sel
1371         - 9   # NDRPDR sel
1372         - 10  # NDRPDR sel
1373         - 11  # NDRPDR sel
1374         - 12  # NDRPDR sel
1375     dpdk-performance-changes-2n-skx-ref:
1376       csit-dpdk-perf-verify-1908-2n-skx:
1377         - 2   # NDRPDR sel
1378         - 3   # NDRPDR sel
1379         - 4   # NDRPDR sel
1380         - 5   # NDRPDR sel
1381         - 7   # NDRPDR sel
1382         - 8   # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 10  # NDRPDR sel
1385         - 11  # NDRPDR sel
1386         - 12  # NDRPDR sel
1387     dpdk-performance-changes-2n-skx-cmp:
1388       csit-dpdk-perf-verify-2001-2n-skx:
1389         - 35  # NDRPDR sel xxv710
1390         - 36  # NDRPDR sel xxv710
1391         - 37  # NDRPDR sel xxv710
1392         - 41  # NDRPDR sel xxv710
1393         - 42  # NDRPDR sel xxv710
1394         - 43  # NDRPDR sel xxv710
1395         - 46  # NDRPDR sel xxv710
1396         - 47  # NDRPDR sel xxv710
1397         - 52  # NDRPDR sel xxv710
1398         - 53  # NDRPDR sel xxv710
1399         - 38  # NDRPDR sel x710
1400         - 39  # NDRPDR sel x710
1401         - 40  # NDRPDR sel x710
1402         - 44  # NDRPDR sel x710
1403         - 45  # NDRPDR sel x710
1404         - 48  # NDRPDR sel x710
1405         - 49  # NDRPDR sel x710
1406         - 50  # NDRPDR sel x710
1407         - 51  # NDRPDR sel x710
1408         - 54  # NDRPDR sel x710
1409     dpdk-performance-changes-2n-skx:
1410       - "dpdk-performance-changes-2n-skx-h1"
1411       - "dpdk-performance-changes-2n-skx-ref"
1412       - "dpdk-performance-changes-2n-skx-cmp"
1413
1414     # Compare testbeds
1415
1416     vpp-compare-testbeds-ref:
1417       csit-vpp-perf-verify-2001-3n-hsw:
1418         - 21  # NDRPDR sel
1419         - 22  # NDRPDR sel
1420         - 23  # NDRPDR sel
1421         - 24  # NDRPDR sel
1422         - 25  # NDRPDR sel
1423         - 29  # NDRPDR sel
1424         - 30  # NDRPDR sel
1425         - 31  # NDRPDR sel
1426         - 32  # NDRPDR sel
1427         - 34  # NDRPDR sel
1428     vpp-compare-testbeds-cmp:
1429       # TODO: Add the data
1430       csit-vpp-perf-verify-2001-3n-skx:
1431         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1432         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1433         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1434     vpp-compare-testbeds:
1435       - "vpp-compare-testbeds-ref"
1436       - "vpp-compare-testbeds-cmp"
1437
1438     vpp-compare-testbeds-skx-clx-ref:
1439       csit-vpp-perf-verify-2001-2n-skx:
1440         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1441         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1442         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1443         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1444         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1445         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1446         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1447         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1448         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1449         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1450     vpp-compare-testbeds-skx-clx-cmp:
1451       csit-vpp-perf-verify-2001-2n-clx:
1452         - 28  # NDRPDR sel
1453         - 29  # NDRPDR sel
1454         - 32  # NDRPDR sel
1455         - 40  # NDRPDR sel
1456         - 43  # NDRPDR sel
1457         - 44  # NDRPDR sel
1458         - 45  # NDRPDR sel
1459         - 47  # NDRPDR sel
1460         - 48  # NDRPDR sel
1461         - 49  # NDRPDR sel
1462     vpp-compare-testbeds-skx-clx:
1463       - "vpp-compare-testbeds-skx-clx-ref"
1464       - "vpp-compare-testbeds-skx-clx-cmp"
1465
1466     vpp-compare-testbeds-hsw-clx-ref:
1467       csit-vpp-perf-verify-2001-3n-hsw:
1468         - 21  # NDRPDR sel
1469         - 22  # NDRPDR sel
1470         - 23  # NDRPDR sel
1471         - 24  # NDRPDR sel
1472         - 25  # NDRPDR sel
1473         - 29  # NDRPDR sel
1474         - 30  # NDRPDR sel
1475         - 31  # NDRPDR sel
1476         - 32  # NDRPDR sel
1477         - 34  # NDRPDR sel
1478     vpp-compare-testbeds-hsw-clx-cmp:
1479       csit-vpp-perf-verify-2001-2n-clx:
1480         - 28  # NDRPDR sel
1481         - 29  # NDRPDR sel
1482         - 32  # NDRPDR sel
1483         - 40  # NDRPDR sel
1484         - 43  # NDRPDR sel
1485         - 44  # NDRPDR sel
1486         - 45  # NDRPDR sel
1487         - 47  # NDRPDR sel
1488         - 48  # NDRPDR sel
1489         - 49  # NDRPDR sel
1490     vpp-compare-testbeds-hsw-clx:
1491       - "vpp-compare-testbeds-hsw-clx-ref"
1492       - "vpp-compare-testbeds-hsw-clx-cmp"
1493
1494     vpp-compare-testbeds-mrr-ref:
1495       csit-vpp-perf-verify-2001-3n-hsw:
1496         - 17  # MRR sel
1497     vpp-compare-testbeds-mrr-cmp:
1498       csit-vpp-perf-verify-2001-3n-skx:
1499         - 50  # MRR sel
1500         - 53  # MRR sel addition
1501     vpp-compare-testbeds-mrr:
1502       - "vpp-compare-testbeds-mrr-ref"
1503       - "vpp-compare-testbeds-mrr-cmp"
1504
1505     vpp-compare-testbeds-mrr-skx-clx-ref:
1506       csit-vpp-perf-verify-2001-2n-skx:
1507         - 101 # MRR sel
1508         - 128 # MRR sel addition
1509     vpp-compare-testbeds-mrr-skx-clx-cmp:
1510       csit-vpp-perf-verify-2001-2n-clx:
1511         - 39  # MRR
1512     vpp-compare-testbeds-mrr-skx-clx:
1513       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1514       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1515
1516     vpp-compare-testbeds-mrr-hsw-clx-ref:
1517       csit-vpp-perf-verify-2001-3n-hsw:
1518         - 17  # MRR sel
1519     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1520       csit-vpp-perf-verify-2001-2n-clx:
1521         - 39  # MRR
1522     vpp-compare-testbeds-mrr-hsw-clx:
1523       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1524       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1525
1526     dpdk-compare-testbeds-ref:
1527       csit-dpdk-perf-verify-2001-3n-hsw:
1528         - 4   # NDRPDR sel
1529         - 5   # NDRPDR sel
1530         - 6   # NDRPDR sel
1531         - 7   # NDRPDR sel
1532         - 8   # NDRPDR sel
1533         - 9   # NDRPDR sel
1534         - 10  # NDRPDR sel
1535         - 11  # NDRPDR sel
1536         - 12  # NDRPDR sel
1537         - 13  # NDRPDR sel
1538         - 15  # NDRPDR sel
1539         - 16  # NDRPDR sel
1540         - 17  # NDRPDR sel
1541         - 18  # NDRPDR sel
1542         - 19  # NDRPDR sel
1543         - 20  # NDRPDR sel
1544         - 21  # NDRPDR sel
1545         - 22  # NDRPDR sel
1546         - 23  # NDRPDR sel
1547         - 24  # NDRPDR sel
1548     dpdk-compare-testbeds-cmp:
1549       csit-dpdk-perf-verify-2001-3n-skx:
1550         - 29  # NDRPDR sel xxv710
1551         - 33  # NDRPDR sel xxv710
1552         - 34  # NDRPDR sel xxv710
1553         - 35  # NDRPDR sel xxv710
1554         - 36  # NDRPDR sel xxv710
1555         - 37  # NDRPDR sel xxv710
1556         - 41  # NDRPDR sel xxv710
1557         - 42  # NDRPDR sel xxv710
1558         - 43  # NDRPDR sel xxv710
1559         - 45  # NDRPDR sel xxv710
1560         - 30  # NDRPDR sel x710
1561         - 31  # NDRPDR sel x710
1562         - 32  # NDRPDR sel x710
1563         - 38  # NDRPDR sel x710
1564         - 39  # NDRPDR sel x710
1565         - 40  # NDRPDR sel x710
1566         - 44  # NDRPDR sel x710
1567         - 46  # NDRPDR sel x710
1568         - 47  # NDRPDR sel x710
1569         - 48  # NDRPDR sel x710
1570     dpdk-compare-testbeds:
1571       - "dpdk-compare-testbeds-ref"
1572       - "dpdk-compare-testbeds-cmp"
1573
1574     dpdk-compare-testbeds-skx-clx-ref:
1575       csit-dpdk-perf-verify-2001-2n-skx:
1576         - 35  # NDRPDR sel xxv710
1577         - 36  # NDRPDR sel xxv710
1578         - 37  # NDRPDR sel xxv710
1579         - 41  # NDRPDR sel xxv710
1580         - 42  # NDRPDR sel xxv710
1581         - 43  # NDRPDR sel xxv710
1582         - 46  # NDRPDR sel xxv710
1583         - 47  # NDRPDR sel xxv710
1584         - 52  # NDRPDR sel xxv710
1585         - 53  # NDRPDR sel xxv710
1586         - 38  # NDRPDR sel x710
1587         - 39  # NDRPDR sel x710
1588         - 40  # NDRPDR sel x710
1589         - 44  # NDRPDR sel x710
1590         - 45  # NDRPDR sel x710
1591         - 48  # NDRPDR sel x710
1592         - 49  # NDRPDR sel x710
1593         - 50  # NDRPDR sel x710
1594         - 51  # NDRPDR sel x710
1595         - 54  # NDRPDR sel x710
1596     dpdk-compare-testbeds-skx-clx-cmp:
1597       csit-dpdk-perf-verify-2001-2n-clx:
1598         - 15  # NDRPDR sel
1599         - 16  # NDRPDR sel
1600         - 17  # NDRPDR sel
1601         - 18  # NDRPDR sel
1602         - 19  # NDRPDR sel
1603         - 20  # NDRPDR sel
1604         - 21  # NDRPDR sel
1605         - 22  # NDRPDR sel
1606         - 23  # NDRPDR sel
1607         - 24  # NDRPDR sel
1608         - 25  # NDRPDR sel
1609         - 26  # NDRPDR sel
1610         - 27  # NDRPDR sel
1611         - 28  # NDRPDR sel
1612         - 29  # NDRPDR sel
1613         - 30  # NDRPDR sel
1614         - 31  # NDRPDR sel
1615         - 32  # NDRPDR sel
1616         - 33  # NDRPDR sel
1617         - 34  # NDRPDR sel
1618
1619     dpdk-compare-testbeds-skx-clx:
1620       - "dpdk-compare-testbeds-skx-clx-ref"
1621       - "dpdk-compare-testbeds-skx-clx-cmp"
1622
1623     # Compare topologies
1624
1625     vpp-compare-topologies-ref:
1626       # TODO: Add the data
1627       csit-vpp-perf-verify-2001-3n-skx:
1628         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1629         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1630         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1631     vpp-compare-topologies-cmp:
1632       csit-vpp-perf-verify-2001-2n-skx:
1633         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1634         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1635         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1636         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1637         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1638         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1639         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1640         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1641         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1642         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1643     vpp-compare-topologies:
1644       - "vpp-compare-topologies-ref"
1645       - "vpp-compare-topologies-cmp"
1646
1647     vpp-compare-topologies-mrr-ref:
1648       csit-vpp-perf-verify-2001-3n-skx:
1649         - 50  # MRR sel
1650         - 53  # MRR sel addition
1651     vpp-compare-topologies-mrr-cmp:
1652       csit-vpp-perf-verify-2001-2n-skx:
1653         - 101 # MRR sel
1654         - 128 # MRR sel addition
1655     vpp-compare-topologies-mrr:
1656       - "vpp-compare-topologies-mrr-ref"
1657       - "vpp-compare-topologies-mrr-cmp"
1658
1659     dpdk-compare-topologies-ref:
1660       csit-dpdk-perf-verify-2001-3n-skx:
1661         - 29  # NDRPDR sel xxv710
1662         - 33  # NDRPDR sel xxv710
1663         - 34  # NDRPDR sel xxv710
1664         - 35  # NDRPDR sel xxv710
1665         - 36  # NDRPDR sel xxv710
1666         - 37  # NDRPDR sel xxv710
1667         - 41  # NDRPDR sel xxv710
1668         - 42  # NDRPDR sel xxv710
1669         - 43  # NDRPDR sel xxv710
1670         - 45  # NDRPDR sel xxv710
1671         - 30  # NDRPDR sel x710
1672         - 31  # NDRPDR sel x710
1673         - 32  # NDRPDR sel x710
1674         - 38  # NDRPDR sel x710
1675         - 39  # NDRPDR sel x710
1676         - 40  # NDRPDR sel x710
1677         - 44  # NDRPDR sel x710
1678         - 46  # NDRPDR sel x710
1679         - 47  # NDRPDR sel x710
1680         - 48  # NDRPDR sel x710
1681     dpdk-compare-topologies-cmp:
1682       csit-dpdk-perf-verify-2001-2n-skx:
1683         - 35  # NDRPDR sel xxv710
1684         - 36  # NDRPDR sel xxv710
1685         - 37  # NDRPDR sel xxv710
1686         - 41  # NDRPDR sel xxv710
1687         - 42  # NDRPDR sel xxv710
1688         - 43  # NDRPDR sel xxv710
1689         - 46  # NDRPDR sel xxv710
1690         - 47  # NDRPDR sel xxv710
1691         - 52  # NDRPDR sel xxv710
1692         - 53  # NDRPDR sel xxv710
1693         - 38  # NDRPDR sel x710
1694         - 39  # NDRPDR sel x710
1695         - 40  # NDRPDR sel x710
1696         - 44  # NDRPDR sel x710
1697         - 45  # NDRPDR sel x710
1698         - 48  # NDRPDR sel x710
1699         - 49  # NDRPDR sel x710
1700         - 50  # NDRPDR sel x710
1701         - 51  # NDRPDR sel x710
1702         - 54  # NDRPDR sel x710
1703     dpdk-compare-topologies:
1704       - "dpdk-compare-topologies-ref"
1705       - "dpdk-compare-topologies-cmp"
1706
1707   plot-layouts:
1708
1709     plot-soak-throughput:
1710       titlefont:
1711         size: 18
1712       xaxis:
1713         title: "<b>Test Cases [Index]</b>"
1714         titlefont:
1715           size: 16
1716         autorange: True
1717         fixedrange: False
1718         gridcolor: "rgb(230, 230, 230)"
1719         linecolor: "rgb(220, 220, 220)"
1720         linewidth: 1
1721         showgrid: True
1722         showline: True
1723         showticklabels: True
1724         tickcolor: "rgb(220, 220, 220)"
1725         tickmode: "linear"
1726         tickfont:
1727           size: 16
1728         zeroline: False
1729       yaxis:
1730         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1731         titlefont:
1732           size: 16
1733         gridcolor: "rgb(230, 230, 230)"
1734         hoverformat: ".4r"
1735         tickformat: ".3r"
1736         linecolor: "rgb(220, 220, 220)"
1737         linewidth: 1
1738         showgrid: True
1739         showline: True
1740         showticklabels: True
1741         tickcolor: "rgb(220, 220, 220)"
1742         tickfont:
1743           size: 16
1744         zeroline: False
1745         range: [0,50]
1746       autosize: False
1747       margin:
1748         t: 50
1749         b: 0
1750         l: 80
1751         r: 20
1752       showlegend: True
1753       legend:
1754         orientation: "h"
1755         font:
1756           size: 16
1757       width: 700
1758       height: 900
1759       paper_bgcolor: "#fff"
1760       plot_bgcolor: "#fff"
1761       hoverlabel:
1762         namelength: -1
1763
1764     plot-service-density:
1765       titlefont:
1766         size: 18
1767       xaxis:
1768         side: "top"
1769         autorange: True
1770         fixedrange: False
1771         showgrid: False
1772         showline: False
1773         showticklabels: False
1774         ticks: ""
1775         ticklen: 0
1776         tickwidth: 0
1777         zeroline: False
1778       yaxis:
1779         autorange: "reversed"
1780         showgrid: False
1781         showline: False
1782         showticklabels: False
1783         ticks: ""
1784         ticklen: 0
1785         tickwidth: 0
1786         zeroline: False
1787       showlegend: False
1788       paper_bgcolor: "#fff"
1789       plot_bgcolor: "#fff"
1790       width: 700
1791       height: 700
1792       hoverlabel:
1793         namelength: -1
1794
1795     plot-cps:
1796       titlefont:
1797         size: 18
1798       xaxis:
1799         title: "<b>Test Cases [Index]</b>"
1800         titlefont:
1801           size: 16
1802         autorange: True
1803         fixedrange: False
1804         gridcolor: "rgb(230, 230, 230)"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         showgrid: True
1808         showline: True
1809         showticklabels: True
1810         tickcolor: "rgb(220, 220, 220)"
1811         tickmode: "linear"
1812         tickfont:
1813           size: 16
1814         zeroline: False
1815       yaxis:
1816         title: "<b>Connections Per Second [cps]</b>"
1817         titlefont:
1818           size: 16
1819         gridcolor: "rgb(230, 230, 230)"
1820         hoverformat: ".4s"
1821         linecolor: "rgb(220, 220, 220)"
1822         linewidth: 1
1823         rangemode: "tozero"
1824         showgrid: True
1825         showline: True
1826         showticklabels: True
1827         tickcolor: "rgb(220, 220, 220)"
1828         tickformat: ".3s"
1829         tickfont:
1830           size: 16
1831         zeroline: False
1832       boxmode: "group"
1833       boxgroupgap: 0.5
1834       autosize: False
1835       margin:
1836         t: 50
1837         b: 20
1838         l: 80
1839         r: 20
1840       showlegend: True
1841       legend:
1842         orientation: "h"
1843         font:
1844           size: 16
1845       width: 700
1846       height: 800
1847       paper_bgcolor: "#fff"
1848       plot_bgcolor: "#fff"
1849       hoverlabel:
1850         namelength: -1
1851
1852     plot-rps:
1853       titlefont:
1854         size: 18
1855       xaxis:
1856         title: "<b>Test Cases [Index]</b>"
1857         titlefont:
1858           size: 16
1859         autorange: True
1860         fixedrange: False
1861         gridcolor: "rgb(230, 230, 230)"
1862         linecolor: "rgb(220, 220, 220)"
1863         linewidth: 1
1864         showgrid: True
1865         showline: True
1866         showticklabels: True
1867         tickcolor: "rgb(220, 220, 220)"
1868         tickmode: "linear"
1869         tickfont:
1870           size: 16
1871         zeroline: False
1872       yaxis:
1873         title: "<b>Requests Per Second [rps]</b>"
1874         titlefont:
1875           size: 16
1876         gridcolor: "rgb(230, 230, 230)"
1877         hoverformat: ".4s"
1878         linecolor: "rgb(220, 220, 220)"
1879         linewidth: 1
1880         rangemode: "tozero"
1881         showgrid: True
1882         showline: True
1883         showticklabels: True
1884         tickcolor: "rgb(230, 230, 230)"
1885         tickformat: ".3s"
1886         tickfont:
1887           size: 16
1888         zeroline: False
1889       boxmode: "group"
1890       boxgroupgap: 0.5
1891       autosize: False
1892       margin:
1893         t: 50
1894         b: 20
1895         l: 80
1896         r: 20
1897       showlegend: True
1898       legend:
1899         orientation: "h"
1900         font:
1901           size: 16
1902       width: 700
1903       height: 800
1904       paper_bgcolor: "#fff"
1905       plot_bgcolor: "#fff"
1906       hoverlabel:
1907         namelength: -1
1908
1909     plot-hoststack:
1910       titlefont:
1911         size: 16
1912       xaxis:
1913         title: "<b>Test Cases [Index]</b>"
1914         titlefont:
1915           size: 14
1916         autorange: True
1917         fixedrange: False
1918         gridcolor: "rgb(230, 230, 230)"
1919         linecolor: "rgb(220, 220, 220)"
1920         linewidth: 1
1921         showgrid: True
1922         showline: True
1923         showticklabels: True
1924         tickcolor: "rgb(220, 220, 220)"
1925         tickmode: "linear"
1926         tickfont:
1927           size: 14
1928         zeroline: False
1929       yaxis:
1930         title: "<b>Bandwidth [Gbps]</b>"
1931         titlefont:
1932           size: 14
1933         gridcolor: "rgb(230, 230, 230)"
1934         hoverformat: ".4s"
1935         linecolor: "rgb(220, 220, 220)"
1936         linewidth: 1
1937         rangemode: "tozero"
1938         showgrid: True
1939         showline: True
1940         showticklabels: True
1941         tickcolor: "rgb(230, 230, 230)"
1942         tickformat: ".3s"
1943         tickfont:
1944           size: 14
1945         zeroline: False
1946       boxmode: "group"
1947       boxgroupgap: 0.5
1948       autosize: False
1949       margin:
1950         t: 50
1951         b: 20
1952         l: 80
1953         r: 20
1954       showlegend: True
1955       legend:
1956         orientation: "h"
1957         font:
1958           size: 14
1959       width: 700
1960       height: 800
1961       paper_bgcolor: "#fff"
1962       plot_bgcolor: "#fff"
1963       hoverlabel:
1964         namelength: -1
1965
1966     plot-throughput:
1967       titlefont:
1968         size: 18
1969       xaxis:
1970         title: "<b>Test Cases [Index]</b>"
1971         titlefont:
1972           size: 16
1973         autorange: True
1974         fixedrange: False
1975         gridcolor: "rgb(230, 230, 230)"
1976         linecolor: "rgb(220, 220, 220)"
1977         linewidth: 1
1978         showgrid: True
1979         showline: True
1980         showticklabels: True
1981         tickcolor: "rgb(220, 220, 220)"
1982         tickmode: "linear"
1983         tickfont:
1984           size: 16
1985         zeroline: False
1986       yaxis:
1987         title: "<b>Packet Throughput [Mpps]</b>"
1988         titlefont:
1989           size: 16
1990         gridcolor: "rgb(230, 230, 230)"
1991         hoverformat: ".4r"
1992         tickformat: ".3r"
1993         linecolor: "rgb(220, 220, 220)"
1994         linewidth: 1
1995         showgrid: True
1996         showline: True
1997         showticklabels: True
1998         tickcolor: "rgb(220, 220, 220)"
1999         tickfont:
2000           size: 16
2001         zeroline: False
2002         range: [0,50]
2003       autosize: False
2004       margin:
2005         t: 50
2006         b: 0
2007         l: 80
2008         r: 20
2009       showlegend: True
2010       legend:
2011         orientation: "h"
2012         font:
2013           size: 16
2014       width: 700
2015       height: 900
2016       paper_bgcolor: "#fff"
2017       plot_bgcolor: "#fff"
2018       hoverlabel:
2019         namelength: -1
2020
2021     plot-throughput-speedup-analysis:
2022       titlefont:
2023         size: 18
2024       xaxis:
2025         title: "<b>Number of Cores [Qty]</b>"
2026         titlefont:
2027           size: 16
2028         autorange: True
2029         fixedrange: False
2030         gridcolor: "rgb(230, 230, 230)"
2031         linecolor: "rgb(220, 220, 220)"
2032         linewidth: 1
2033         showgrid: True
2034         showline: True
2035         showticklabels: True
2036         tickcolor: "rgb(238, 238, 238)"
2037         tickmode: "linear"
2038         tickfont:
2039           size: 16
2040         zeroline: False
2041       yaxis:
2042         title: "<b>Packet Throughput [Mpps]</b>"
2043         titlefont:
2044           size: 16
2045         type: "linear"
2046         gridcolor: "rgb(230, 230, 230)"
2047         hoverformat: ".4s"
2048         linecolor: "rgb(220, 220, 220)"
2049         linewidth: 1
2050         showgrid: True
2051         showline: True
2052         showticklabels: True
2053         tickcolor: "rgb(220, 220, 220)"
2054         tickformat: ".4s"
2055         tickfont:
2056           size: 16
2057         zeroline: True
2058         rangemode: "tozero"
2059         range: [0,100]
2060       legend:
2061         orientation: "h"
2062         font:
2063           size: 16
2064         xanchor: "left"
2065         yanchor: "top"
2066         x: 0
2067         y: -0.2
2068         bgcolor: "rgba(255, 255, 255, 0)"
2069         bordercolor: "rgba(255, 255, 255, 0)"
2070         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2071       autosize: False
2072       margin:
2073           't': 50
2074           'b': 150
2075           'l': 85
2076           'r': 10
2077       showlegend: True
2078       width: 700
2079       height: 700
2080       paper_bgcolor: "#fff"
2081       plot_bgcolor: "#fff"
2082       hoverlabel:
2083         namelength: -1
2084       annotations: [
2085         {
2086           text: "_ _          __          ...",
2087           align: "left",
2088           showarrow: False,
2089           xref: "paper",
2090           yref: "paper",
2091           xanchor: "left",
2092           yanchor: "top",
2093           x: 0,
2094           y: -0.13,
2095           font: {
2096             family: "Consolas, Courier New",
2097             size: 15
2098           },
2099         },
2100         {
2101           text: "    Perfect     Measured     Limit",
2102           align: "left",
2103           showarrow: False,
2104           xref: "paper",
2105           yref: "paper",
2106           xanchor: "left",
2107           yanchor: "top",
2108           x: 0,
2109           y: -0.15,
2110           font: {
2111             family: "Consolas, Courier New",
2112             size: 15
2113           },
2114         },
2115       ]
2116
2117     plot-latency:
2118       titlefont:
2119         size: 18
2120       xaxis:
2121         title: "<b>Direction</b>"
2122         titlefont:
2123           size: 16
2124         autorange: True
2125         fixedrange: False
2126         gridcolor: "rgb(230, 230, 230)"
2127         linecolor: "rgb(220, 220, 220)"
2128         linewidth: 1
2129         showgrid: True
2130         showline: True
2131         showticklabels: False
2132         tickcolor: "rgb(220, 220, 220)"
2133         tickmode: "linear"
2134         tickfont:
2135           size: 16
2136         zeroline: False
2137       yaxis:
2138         title: "<b>Packet Latency [uSec]</b>"
2139         titlefont:
2140           size: 16
2141         type: "linear"
2142         gridcolor: "rgb(230, 230, 230)"
2143         hoverformat: ".4s"
2144         linecolor: "rgb(220, 220, 220)"
2145         linewidth: 1
2146         showgrid: True
2147         showline: True
2148         showticklabels: True
2149         tickcolor: "rgb(220, 220, 220)"
2150         tickformat: ".4s"
2151         tickfont:
2152           size: 16
2153         zeroline: True
2154         rangemode: "tozero"
2155       legend:
2156         orientation: "h"
2157         font:
2158           size: 16
2159         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2160       autosize: False
2161       margin:
2162           't': 50
2163           'b': 150
2164           'l': 80
2165           'r': 10
2166       showlegend: True
2167       width: 700
2168       height: 700
2169       paper_bgcolor: "#fff"
2170       plot_bgcolor: "#fff"
2171       hoverlabel:
2172         namelength: -1
2173
2174     plot-hdrh-latency:
2175       title:
2176         text: ""
2177         xanchor: "center"
2178         x: 0.5
2179         font:
2180           size: 16
2181       width: 700
2182       plot_bgcolor: "white"
2183       annotations:
2184         - font:
2185             size: 14
2186           showarrow: False
2187           text: "<b>Packet Latency [uSec]</b>"
2188           x: 1
2189           xanchor: "right"
2190           xref: "paper"
2191           y: -0.045
2192           yanchor: "top"
2193           yref: "paper"
2194         - font:
2195             size: 14
2196           showarrow: False
2197           text: "<b>Probability [%]</b>"
2198           textangle: 270
2199           x: -0.06
2200           xanchor: "center"
2201           xref: "paper"
2202           y: 0.5
2203           yanchor: "middle"
2204           yref: "paper"
2205         - font:
2206             size: 14
2207           showarrow: False
2208           text: "<b>Direction: E-W</b>"
2209           x: 0.24
2210           xanchor: "center"
2211           xref: "paper"
2212           y: 1.05
2213           yanchor: "bottom"
2214           yref: "paper"
2215         - font:
2216             size: 14
2217           showarrow: False
2218           text: "<b>Direction: W-E</b>"
2219           x: 0.74
2220           xanchor: "center"
2221           xref: "paper"
2222           y: 1.05
2223           yanchor: "bottom"
2224           yref: "paper"
2225
2226     plot-hdrh-latency-percentile:
2227       title:
2228         text: ""
2229         xanchor: "center"
2230         x: 0.5
2231         font:
2232           size: 18
2233       xaxis:
2234         type: "log"
2235         title: "<b>Percentile [%]</b>"
2236         titlefont:
2237           size: 16
2238         autorange: True
2239         fixedrange: False
2240         gridcolor: "rgb(230, 230, 230)"
2241         linecolor: "rgb(220, 220, 220)"
2242         linewidth: 1
2243         showgrid: True
2244         showline: True
2245         showticklabels: True
2246         tickcolor: "rgb(220, 220, 220)"
2247         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2248         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2249         tickfont:
2250           size: 16
2251       yaxis:
2252         title: "<b>Packet Latency [uSec]</b>"
2253         titlefont:
2254           size: 16
2255         gridcolor: "rgb(230, 230, 230)"
2256         linecolor: "rgb(220, 220, 220)"
2257         linewidth: 1
2258         showgrid: True
2259         showline: True
2260         showticklabels: True
2261         tickcolor: "rgb(220, 220, 220)"
2262         tickfont:
2263           size: 16
2264       autosize: False
2265       showlegend: True
2266       legend:
2267         traceorder: "normal"
2268         orientation: "h"
2269         font:
2270           size: 16
2271         xanchor: "left"
2272         yanchor: "top"
2273         x: 0
2274         y: -0.15
2275         bgcolor: "rgba(255, 255, 255, 0)"
2276         bordercolor: "rgba(255, 255, 255, 0)"
2277       width: 700
2278       height: 700
2279       paper_bgcolor: "white"
2280       plot_bgcolor: "white"
2281
2282     plot-hdrh-latency-by-percentile:
2283       title:
2284         text: "<b>Latency by Percentile Distribution</b>"
2285         xanchor: "center"
2286         x: 0.5
2287         font:
2288           size: 18
2289       showlegend: True
2290       legend:
2291         traceorder: "normal"
2292         orientation: "h"
2293         font:
2294           size: 16
2295         xanchor: "left"
2296         yanchor: "top"
2297         x: 0
2298         y: -0.2
2299         bgcolor: "rgba(255, 255, 255, 0)"
2300         bordercolor: "rgba(255, 255, 255, 0)"
2301       xaxis:
2302         type: "linear"
2303         title: "<b>Percentile [%]</b>"
2304         titlefont:
2305           size: 14
2306         autorange: False
2307         fixedrange: False
2308         range: [0, 100]
2309         gridcolor: "rgb(230, 230, 230)"
2310         linecolor: "rgb(220, 220, 220)"
2311         linewidth: 1
2312         showgrid: True
2313         showline: True
2314         showticklabels: True
2315         tickcolor: "rgb(220, 220, 220)"
2316         tickvals: [0, 25, 50, 75, 100]
2317         ticktext: [0, 25, 50, 75, 100]
2318         tickfont:
2319           size: 14
2320       yaxis:
2321         title: "<b>One-Way Latency per Direction [uSec]</b>"
2322         titlefont:
2323           size: 14
2324         gridcolor: "rgb(230, 230, 230)"
2325         linecolor: "rgb(220, 220, 220)"
2326         linewidth: 1
2327         showgrid: True
2328         showline: True
2329         showticklabels: True
2330         tickcolor: "rgb(220, 220, 220)"
2331         tickfont:
2332           size: 14
2333       width: 700
2334       height: 700
2335       paper_bgcolor: "white"
2336       plot_bgcolor: "white"
2337
2338 - type: "static"
2339   src-path: "{DIR[RST]}"
2340   dst-path: "{DIR[WORKING,SRC]}"
2341
2342 - type: "input"
2343   general:
2344     file-name: "output_info.xml.gz"
2345     file-format: ".gz"
2346     arch-file-format:
2347       - ".gz"
2348       - ".zip"
2349     download-path: "{job}/{build}/archives/{filename}"
2350     extract: "output.xml"
2351
2352     zip-file-name: "robot-plugin.zip"
2353     zip-file-format: ".zip"
2354     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2355     zip-extract: "robot-plugin/output.xml"
2356
2357   builds:
2358
2359     csit-vpp-perf-verify-1904-3n-hsw:
2360       - 9   # MRR sel
2361       - 11  # NDRPDR sel
2362       - 12  # NDRPDR sel
2363       - 20  # NDRPDR sel
2364       - 21  # NDRPDR sel
2365       - 23  # NDRPDR sel
2366       - 24  # NDRPDR sel
2367       - 25  # NDRPDR sel
2368       - 26  # NDRPDR sel
2369       - 29  # NDRPDR sel
2370       - 30  # NDRPDR sel
2371     csit-vpp-perf-verify-1908-3n-hsw:
2372       - 12  # NDRPDR sel
2373       - 13  # NDRPDR sel
2374       - 14  # NDRPDR sel
2375       - 15  # NDRPDR sel
2376       - 16  # NDRPDR sel
2377       - 17  # NDRPDR sel
2378       - 18  # NDRPDR sel
2379       - 19  # NDRPDR sel
2380       - 20  # NDRPDR sel
2381       - 21  # NDRPDR sel
2382       - 48  # NDRPDR sel vhost
2383       - 49  # NDRPDR sel vhost
2384       - 52  # NDRPDR sel vhost
2385       - 53  # NDRPDR sel vhost
2386       - 54  # NDRPDR sel vhost
2387       - 55  # NDRPDR sel vhost
2388       - 56  # NDRPDR sel vhost
2389       - 57  # NDRPDR sel vhost
2390       - 58  # NDRPDR sel vhost
2391       - 59  # NDRPDR sel vhost
2392       - 39  # MRR sel
2393     csit-vpp-perf-verify-2001-3n-hsw:
2394       - 21  # NDRPDR sel
2395       - 22  # NDRPDR sel
2396       - 23  # NDRPDR sel
2397       - 24  # NDRPDR sel
2398       - 25  # NDRPDR sel
2399       - 29  # NDRPDR sel
2400       - 30  # NDRPDR sel
2401       - 31  # NDRPDR sel
2402       - 32  # NDRPDR sel
2403       - 34  # NDRPDR sel
2404       - 17  # MRR sel
2405       - 18  # NDRPDR full
2406       - 20  # NDRPDR full
2407       - 28  # NDRPDR full
2408       - 35  # NDRPDR full
2409       - 42  # NDRPDR full
2410       - 46  # NDRPDR full
2411       - 47  # NDRPDR full
2412       - 48  # NDRPDR full
2413       - 49  # NDRPDR full
2414       - 50  # NDRPDR full
2415       - 51  # NDRPDR full
2416       - 52  # NDRPDR full
2417       - 53  # NDRPDR full
2418       - 54  # NDRPDR full
2419       - 55  # NDRPDR full
2420       - 56  # NDRPDR full
2421       - 57  # NDRPDR full
2422       - 58  # NDRPDR full
2423       - 59  # NDRPDR full
2424       - 61  # NDRPDR full
2425       - 62  # NDRPDR full
2426       - 63  # NDRPDR full
2427       - 64  # NDRPDR full
2428       - 65  # NDRPDR full
2429       - 67  # NDRPDR full
2430       - 70  # NDRPDR full
2431       - 72  # NDRPDR full
2432       - 73  # NDRPDR full
2433       - 76  # NDRPDR full
2434       - 77  # NDRPDR full
2435       - 78  # NDRPDR full
2436       - 79  # NDRPDR full
2437       - 81  # NDRPDR full
2438       - 82  # NDRPDR full
2439       - 84  # NDRPDR full
2440       - 85  # NDRPDR full
2441       - 103  # hoststack
2442       - 104  # hoststack
2443       - 105  # hoststack
2444       - 106  # hoststack
2445       - 107  # hoststack
2446       - 108  # hoststack
2447       - 109  # hoststack
2448       - 110  # hoststack
2449       - 111  # hoststack
2450       - 112  # hoststack
2451
2452     csit-vpp-perf-verify-1904-3n-skx:
2453       - 7   # MRR sel
2454       - 8   # NDRPDR sel
2455       - 9   # NDRPDR sel
2456       - 10  # NDRPDR sel
2457       - 11  # NDRPDR sel
2458       - 12  # NDRPDR sel
2459       - 14  # NDRPDR sel
2460       - 16  # NDRPDR sel
2461       - 21  # NDRPDR sel
2462       - 23  # NDRPDR sel
2463       - 25  # NDRPDR sel
2464     csit-vpp-perf-verify-1908-3n-skx:
2465       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2466       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2467       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2468       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2469       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2470       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2471       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2472       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2473       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2474       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2475       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2476       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2477       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2478       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2479       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2480       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2481       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2482       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2483       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2484       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2485       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2486     csit-vpp-perf-verify-1908_1-3n-skx:
2487       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2488       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2489       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2490       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2491       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2492       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2493       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2494       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2495       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2496       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2497       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2498       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2499       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2500       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2501       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2502       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2503       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2504       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2505       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2506       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2507     csit-vpp-perf-verify-1908_2-3n-skx:
2508       - 1   # NDRPDR sel
2509       - 2   # NDRPDR sel
2510     csit-vpp-perf-verify-2001-3n-skx:
2511 #      - 45  # NDRPDR sel
2512 #      - 46  # NDRPDR sel
2513 #      - 47  # NDRPDR sel
2514 #      - 48  # NDRPDR sel
2515 #      - 49  # NDRPDR sel
2516 #      - 51  # NDRPDR sel
2517 #      - 52  # NDRPDR sel
2518 #      - 59  # NDRPDR sel
2519 #      - 65  # NDRPDR sel
2520 #      - 66  # NDRPDR sel
2521 #      - 54  # NDRPDR sel addition
2522 #      - 55  # NDRPDR sel addition
2523 #      - 56  # NDRPDR sel addition
2524 #      - 57  # NDRPDR sel addition
2525 #      - 58  # NDRPDR sel addition
2526 #      - 60  # NDRPDR sel addition
2527 #      - 61  # NDRPDR sel addition
2528 #      - 62  # NDRPDR sel addition
2529 #      - 63  # NDRPDR sel addition
2530 #      - 64  # NDRPDR sel addition
2531       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2532       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2533       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2534       - 50  # MRR sel
2535       - 53  # MRR sel addition
2536
2537     csit-vpp-perf-verify-1904-2n-skx:
2538       - 11  # MRR sel
2539       - 12  # NDRPDR sel
2540       - 14  # NDRPDR sel
2541       - 16  # NDRPDR sel
2542       - 17  # NDRPDR sel
2543       - 18  # NDRPDR sel
2544       - 21  # NDRPDR sel
2545       - 27  # NDRPDR sel
2546       - 30  # NDRPDR sel
2547       - 31  # NDRPDR sel
2548       - 32  # NDRPDR sel
2549     csit-vpp-perf-verify-1908-2n-skx:
2550       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2551       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2552       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2553       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2554       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2555       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2556       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2557       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2558       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2559       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2560       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2561       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2562       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2563       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2564       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2565       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2566       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2567       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2568       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2569       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2570       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2571 #      - 22  # NFV
2572 #      - 31  # NFV
2573 #      - 32  # NFV
2574 #      - 71  # NFV MRR
2575     csit-vpp-perf-verify-1908_1-2n-skx:
2576       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2577       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2578       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2579       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2580       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2581       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2582       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2583       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2584       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2585       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2586       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2587       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2588       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2589       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2590       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2591       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2592       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2593       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2594       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2595       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2596     csit-vpp-perf-verify-1908_2-2n-skx:
2597       - 1   # NDRPDR sel
2598       - 2   # NDRPDR sel
2599       - 3   # NDRPDR sel
2600       - 4   # NDRPDR sel
2601       - 5   # NDRPDR sel
2602       - 6   # NDRPDR sel
2603     csit-vpp-perf-verify-2001-2n-skx:
2604 #      - 92  # NDRPDR sel - old
2605 #      - 93  # NDRPDR sel - old
2606 #      - 94  # NDRPDR sel - old
2607 #      - 95  # NDRPDR sel - old
2608 #      - 96  # NDRPDR sel - old
2609 #      - 97  # NDRPDR sel - old
2610 #      - 98  # NDRPDR sel - old
2611 #      - 99  # NDRPDR sel - old
2612 #      - 100 # NDRPDR sel - old
2613 #      - 102 # NDRPDR sel - old
2614 #      - 129 # NDRPDR sel addition - old
2615 #      - 130 # NDRPDR sel addition - old
2616 #      - 131 # NDRPDR sel addition - old
2617 #      - 132 # NDRPDR sel addition - old
2618 #      - 133 # NDRPDR sel addition - old
2619 #      - 134 # NDRPDR sel addition - old
2620 #      - 135 # NDRPDR sel addition - old
2621 #      - 136 # NDRPDR sel addition - old
2622 #      - 137 # NDRPDR sel addition - old
2623 #      - 138 # NDRPDR sel addition - old
2624       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2625       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2626       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2627       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2628       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2629       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2630       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2631       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2632       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2633       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2634       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2635       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2636       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2637       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2638       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2639       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2640       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2641       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2642       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2643       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2644       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2645       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2646       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2647       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2648       - 101  # MRR sel - old
2649       - 128  # MRR sel addition - old
2650       - 169  # Reconf
2651       - 171  # Reconf
2652       - 172  # Reconf
2653       - 173  # Reconf
2654       - 174  # Reconf
2655       - 175  # Reconf
2656       - 176  # Reconf
2657       - 177  # Reconf
2658       - 178  # Reconf
2659       - 179  # Reconf
2660       - 181  # Soak
2661       - 182  # Soak
2662
2663     csit-vpp-perf-verify-2001-2n-clx:
2664       - 28  # NDRPDR sel
2665       - 29  # NDRPDR sel
2666       - 32  # NDRPDR sel
2667       - 40  # NDRPDR sel
2668       - 43  # NDRPDR sel
2669       - 44  # NDRPDR sel
2670       - 45  # NDRPDR sel
2671       - 47  # NDRPDR sel
2672       - 48  # NDRPDR sel
2673       - 49  # NDRPDR sel
2674       - 39  # MRR
2675       - 53  # NDRPDR full
2676       - 54  # NDRPDR full
2677       - 55  # NDRPDR full
2678       - 56  # NDRPDR full
2679       - 57  # NDRPDR full
2680       - 58  # NDRPDR full
2681       - 59  # NDRPDR full
2682       - 60  # NDRPDR full
2683       - 61  # NDRPDR full
2684       - 62  # NDRPDR full
2685       - 63  # NDRPDR full
2686       - 64  # NDRPDR full
2687       - 65  # NDRPDR full
2688       - 66  # NDRPDR full
2689       - 67  # NDRPDR full
2690       - 68  # Reconf
2691       - 69  # Reconf
2692       - 70  # Reconf
2693       - 71  # Reconf
2694       - 72  # Reconf
2695       - 73  # Reconf
2696       - 74  # Reconf
2697       - 75  # Reconf
2698       - 76  # Reconf
2699       - 77  # Reconf
2700       - 80  # TCP
2701       - 82  # TCP
2702       - 83  # TCP
2703       - 85  # TCP
2704       - 86  # TCP
2705       - 87  # TCP
2706       - 88  # TCP
2707       - 89  # TCP
2708       - 90  # TCP
2709       - 91  # TCP
2710       - 93  # Soak
2711       - 94  # Soak
2712
2713     csit-vpp-perf-verify-1908-3n-tsh:
2714       - 7   # NDRPDR sel
2715       - 8   # NDRPDR sel
2716       - 9   # NDRPDR sel
2717       - 10  # NDRPDR sel
2718       - 11  # NDRPDR sel
2719       - 12  # NDRPDR sel
2720       - 13  # NDRPDR sel
2721       - 14  # NDRPDR sel
2722       - 15  # NDRPDR sel
2723       - 16  # NDRPDR sel
2724       - 17  # MRR sel
2725     csit-vpp-perf-verify-2001-3n-tsh:
2726       - 3   # NDRPDR sel
2727       - 4   # NDRPDR sel
2728       - 7   # NDRPDR sel
2729       - 8   # NDRPDR sel
2730       - 10  # NDRPDR sel
2731       - 12  # NDRPDR sel
2732       - 13  # NDRPDR sel
2733       - 14  # NDRPDR sel
2734       - 15  # NDRPDR sel
2735       - 21  # NDRPDR sel
2736       - 9   # MRR sel
2737
2738     csit-vpp-perf-verify-1908-3n-dnv:
2739       - 6   # NDRPDR sel
2740       - 7   # NDRPDR sel
2741       - 8   # NDRPDR sel
2742       - 9   # NDRPDR sel
2743       - 10  # NDRPDR sel
2744       - 12  # NDRPDR sel
2745       - 13  # NDRPDR sel
2746       - 14  # NDRPDR sel
2747       - 15  # NDRPDR sel
2748       - 16  # NDRPDR sel
2749       - 17  # MRR sel
2750     csit-vpp-perf-verify-2001-3n-dnv:
2751       - 5   # NDRPDR sel
2752       - 6   # NDRPDR sel
2753       - 7   # NDRPDR sel
2754       - 8   # NDRPDR sel
2755       - 9   # NDRPDR sel
2756       - 10  # NDRPDR sel
2757       - 12  # NDRPDR sel
2758       - 16  # NDRPDR sel
2759       - 17  # NDRPDR sel
2760       - 18  # NDRPDR sel
2761       - 11  # MRR sel
2762       - 19  # NDRPDR full
2763       - 20  # NDRPDR full
2764       - 21  # NDRPDR full
2765       - 22  # NDRPDR full
2766       - 23  # NDRPDR full
2767       - 24  # NDRPDR full
2768       - 25  # NDRPDR full
2769       - 26  # NDRPDR full
2770       - 37  # NDRPDR full
2771       - 38  # NDRPDR full
2772       - 39  # NDRPDR full
2773
2774     csit-vpp-perf-verify-1908-2n-dnv:
2775       - 1   # NDRPDR sel
2776       - 2   # NDRPDR sel
2777       - 3   # NDRPDR sel
2778       - 4   # NDRPDR sel
2779       - 5   # NDRPDR sel
2780       - 6   # NDRPDR sel
2781       - 7   # NDRPDR sel
2782       - 8   # NDRPDR sel
2783       - 9   # NDRPDR sel
2784       - 10  # NDRPDR sel
2785       - 11  # MRR sel
2786     csit-vpp-perf-verify-2001-2n-dnv:
2787       - 4   # NDRPDR sel
2788       - 5   # NDRPDR sel
2789       - 6   # NDRPDR sel
2790       - 7   # NDRPDR sel
2791       - 8   # NDRPDR sel
2792       - 9   # NDRPDR sel
2793       - 10  # NDRPDR sel
2794       - 11  # NDRPDR sel
2795       - 13  # NDRPDR sel
2796       - 16  # NDRPDR sel
2797       - 12  # MRR sel
2798       - 21  # NDRPDR full
2799       - 22  # NDRPDR full
2800       - 25  # NDRPDR full
2801       - 26  # NDRPDR full
2802       - 27  # NDRPDR full
2803       - 28  # NDRPDR full
2804
2805     csit-dpdk-perf-verify-1904-3n-hsw:
2806       - 2   # NDRPDR sel
2807       - 3   # NDRPDR sel
2808       - 5   # NDRPDR sel
2809       - 6   # NDRPDR sel
2810       - 13  # NDRPDR sel
2811       - 14  # NDRPDR sel
2812       - 15  # NDRPDR sel
2813       - 18  # NDRPDR sel
2814       - 19  # NDRPDR sel
2815       - 20  # NDRPDR sel
2816     csit-dpdk-perf-verify-1908-3n-hsw:
2817       - 2   # NDRPDR sel
2818       - 3   # NDRPDR sel
2819       - 4   # NDRPDR sel
2820       - 5   # NDRPDR sel
2821       - 6   # NDRPDR sel
2822       - 7   # NDRPDR sel
2823       - 8   # NDRPDR sel
2824       - 9   # NDRPDR sel
2825       - 10  # NDRPDR sel
2826       - 11  # NDRPDR sel
2827     csit-dpdk-perf-verify-2001-3n-hsw:
2828       - 4   # NDRPDR sel
2829       - 5   # NDRPDR sel
2830       - 6   # NDRPDR sel
2831       - 7   # NDRPDR sel
2832       - 8   # NDRPDR sel
2833       - 9   # NDRPDR sel
2834       - 10  # NDRPDR sel
2835       - 11  # NDRPDR sel
2836       - 12  # NDRPDR sel
2837       - 13  # NDRPDR sel
2838       - 15  # NDRPDR sel
2839       - 16  # NDRPDR sel
2840       - 17  # NDRPDR sel
2841       - 18  # NDRPDR sel
2842       - 19  # NDRPDR sel
2843       - 20  # NDRPDR sel
2844       - 21  # NDRPDR sel
2845       - 22  # NDRPDR sel
2846       - 23  # NDRPDR sel
2847       - 24  # NDRPDR sel
2848       - 25  # NDRPDR full
2849       - 26  # NDRPDR full
2850
2851     csit-dpdk-perf-verify-1904-3n-skx:
2852       - 2   # NDRPDR sel
2853       - 3   # NDRPDR sel
2854       - 4   # NDRPDR sel
2855       - 5   # NDRPDR sel
2856       - 6   # NDRPDR sel
2857       - 7   # NDRPDR sel
2858       - 11  # NDRPDR sel
2859       - 12  # NDRPDR sel
2860       - 13  # NDRPDR sel
2861       - 14  # NDRPDR sel
2862     csit-dpdk-perf-verify-1908-3n-skx:
2863       - 3   # NDRPDR sel
2864       - 4   # NDRPDR sel
2865       - 5   # NDRPDR sel
2866       - 6   # NDRPDR sel
2867       - 7   # NDRPDR sel
2868       - 8   # NDRPDR sel
2869       - 9   # NDRPDR sel
2870       - 10  # NDRPDR sel
2871       - 11  # NDRPDR sel
2872       - 12  # NDRPDR sel
2873     csit-dpdk-perf-verify-2001-3n-skx:
2874       - 29  # NDRPDR sel xxv710
2875       - 33  # NDRPDR sel xxv710
2876       - 34  # NDRPDR sel xxv710
2877       - 35  # NDRPDR sel xxv710
2878       - 36  # NDRPDR sel xxv710
2879       - 37  # NDRPDR sel xxv710
2880       - 41  # NDRPDR sel xxv710
2881       - 42  # NDRPDR sel xxv710
2882       - 43  # NDRPDR sel xxv710
2883       - 45  # NDRPDR sel xxv710
2884       - 30  # NDRPDR sel x710
2885       - 31  # NDRPDR sel x710
2886       - 32  # NDRPDR sel x710
2887       - 38  # NDRPDR sel x710
2888       - 39  # NDRPDR sel x710
2889       - 40  # NDRPDR sel x710
2890       - 44  # NDRPDR sel x710
2891       - 46  # NDRPDR sel x710
2892       - 47  # NDRPDR sel x710
2893       - 48  # NDRPDR sel x710
2894
2895     csit-dpdk-perf-verify-1904-2n-skx:
2896       - 2   # NDRPDR sel
2897       - 3   # NDRPDR sel
2898       - 4   # NDRPDR sel
2899       - 5   # NDRPDR sel
2900       - 7   # NDRPDR sel
2901       - 8   # NDRPDR sel
2902       - 9   # NDRPDR sel
2903       - 10  # NDRPDR sel
2904       - 11  # NDRPDR sel
2905       - 12  # NDRPDR sel
2906     csit-dpdk-perf-verify-1908-2n-skx:
2907       - 2   # NDRPDR sel
2908       - 3   # NDRPDR sel
2909       - 4   # NDRPDR sel
2910       - 5   # NDRPDR sel
2911       - 7   # NDRPDR sel
2912       - 8   # NDRPDR sel
2913       - 9   # NDRPDR sel
2914       - 10  # NDRPDR sel
2915       - 11  # NDRPDR sel
2916       - 12  # NDRPDR sel
2917     csit-dpdk-perf-verify-2001-2n-skx:
2918       - 35  # NDRPDR sel xxv710
2919       - 36  # NDRPDR sel xxv710
2920       - 37  # NDRPDR sel xxv710
2921       - 41  # NDRPDR sel xxv710
2922       - 42  # NDRPDR sel xxv710
2923       - 43  # NDRPDR sel xxv710
2924       - 46  # NDRPDR sel xxv710
2925       - 47  # NDRPDR sel xxv710
2926       - 52  # NDRPDR sel xxv710
2927       - 53  # NDRPDR sel xxv710
2928       - 38  # NDRPDR sel x710
2929       - 39  # NDRPDR sel x710
2930       - 40  # NDRPDR sel x710
2931       - 44  # NDRPDR sel x710
2932       - 45  # NDRPDR sel x710
2933       - 48  # NDRPDR sel x710
2934       - 49  # NDRPDR sel x710
2935       - 50  # NDRPDR sel x710
2936       - 51  # NDRPDR sel x710
2937       - 54  # NDRPDR sel x710
2938
2939
2940     csit-dpdk-perf-verify-2001-2n-clx:
2941       - 15  # NDRPDR sel
2942       - 16  # NDRPDR sel
2943       - 17  # NDRPDR sel
2944       - 18  # NDRPDR sel
2945       - 19  # NDRPDR sel
2946       - 20  # NDRPDR sel
2947       - 21  # NDRPDR sel
2948       - 22  # NDRPDR sel
2949       - 23  # NDRPDR sel
2950       - 24  # NDRPDR sel
2951       - 25  # NDRPDR sel
2952       - 26  # NDRPDR sel
2953       - 27  # NDRPDR sel
2954       - 28  # NDRPDR sel
2955       - 29  # NDRPDR sel
2956       - 30  # NDRPDR sel
2957       - 31  # NDRPDR sel
2958       - 32  # NDRPDR sel
2959       - 33  # NDRPDR sel
2960       - 34  # NDRPDR sel
2961
2962     csit-dpdk-perf-verify-2001-2n-dnv:
2963       - 9   # NDRPDR sel
2964       - 10  # NDRPDR sel
2965       - 11  # NDRPDR sel
2966       - 12  # NDRPDR sel
2967       - 13  # NDRPDR sel
2968       - 14  # NDRPDR sel
2969       - 15  # NDRPDR sel
2970       - 16  # NDRPDR sel
2971       - 17  # NDRPDR sel
2972       - 18  # NDRPDR sel
2973
2974     csit-dpdk-perf-verify-2001-3n-dnv:
2975       - 12  # NDRPDR sel
2976       - 13  # NDRPDR sel
2977       - 14  # NDRPDR sel
2978       - 15  # NDRPDR sel
2979       - 16  # NDRPDR sel
2980       - 17  # NDRPDR sel
2981       - 18  # NDRPDR sel
2982       - 19  # NDRPDR sel
2983       - 20  # NDRPDR sel
2984       - 22  # NDRPDR sel
2985
2986     csit-dpdk-perf-verify-2001-3n-tsh:
2987       - 3   # NDRPDR sel
2988       - 4   # NDRPDR sel
2989       - 5   # NDRPDR sel
2990       - 9   # NDRPDR sel
2991       - 10  # NDRPDR sel
2992       - 11  # NDRPDR sel
2993       - 12  # NDRPDR sel
2994       - 14  # NDRPDR sel
2995       - 15  # NDRPDR sel
2996       - 18  # NDRPDR sel
2997
2998     csit-vpp-device-2001-ubuntu1804-1n-skx:
2999       - 57
3000
3001 - type: "output"
3002   output: "report"
3003   format:
3004     html:
3005     - full
3006 #    pdf:
3007 #    - minimal
3008
3009 ################################################################################
3010 ###                               T A B L E S                                ###
3011 ################################################################################
3012
3013 # VPP Soak vs NDR - 2n-skx
3014 - type: "table"
3015   title: "VPP Soak vs NDR 2n-skx"
3016   algorithm: "table_soak_vs_ndr"
3017   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3018   reference:
3019     title: "NDR"
3020     data: "vpp-soak-vs-ndr-2n-skx-ref"
3021   compare:
3022     title: "Soak"
3023     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3024   data: "vpp-soak-vs-ndr-2n-skx"
3025   include-tests: "NDR"
3026   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3027   parameters:
3028     - "throughput"
3029     - "name"
3030     - "parent"
3031
3032 # VPP Soak vs NDR - 2n-clx
3033 - type: "table"
3034   title: "VPP Soak vs NDR 2n-clx"
3035   algorithm: "table_soak_vs_ndr"
3036   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3037   reference:
3038     title: "NDR"
3039     data: "vpp-soak-vs-ndr-2n-clx-ref"
3040   compare:
3041     title: "Soak"
3042     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3043   data: "vpp-soak-vs-ndr-2n-clx"
3044   include-tests: "NDR"
3045   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3046   parameters:
3047     - "throughput"
3048     - "name"
3049     - "parent"
3050
3051 ################################################################################
3052
3053 # VPP Compare NICs 3n-skx 2t1c ndr
3054 - type: "table"
3055   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3056   algorithm: "table_nics_comparison"
3057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3058   reference:
3059     title: "x710"
3060     nic: "NIC_Intel-X710"
3061   compare:
3062     title: "xxv710"
3063     nic: "NIC_Intel-XXV710"
3064   data: "vpp-nic-comparison-3n-skx"
3065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3066   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3067   parameters:
3068   - "name"
3069   - "parent"
3070   - "throughput"
3071   - "tags"
3072
3073 # VPP Compare NICs 3n-skx 4t2c ndr
3074 - type: "table"
3075   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3076   algorithm: "table_nics_comparison"
3077   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3078   reference:
3079     title: "x710"
3080     nic: "NIC_Intel-X710"
3081   compare:
3082     title: "xxv710"
3083     nic: "NIC_Intel-XXV710"
3084   data: "vpp-nic-comparison-3n-skx"
3085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3086   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3087   parameters:
3088   - "name"
3089   - "parent"
3090   - "throughput"
3091   - "tags"
3092
3093 # VPP Compare NICs 3n-skx 2t1c pdr
3094 - type: "table"
3095   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3096   algorithm: "table_nics_comparison"
3097   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3098   reference:
3099     title: "x710"
3100     nic: "NIC_Intel-X710"
3101   compare:
3102     title: "xxv710"
3103     nic: "NIC_Intel-XXV710"
3104   data: "vpp-nic-comparison-3n-skx"
3105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3106   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3107   parameters:
3108   - "name"
3109   - "parent"
3110   - "throughput"
3111   - "tags"
3112
3113  # VPP Compare NICs 3n-skx 4t2c pdr
3114 - type: "table"
3115   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3116   algorithm: "table_nics_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3118   reference:
3119     title: "x710"
3120     nic: "NIC_Intel-X710"
3121   compare:
3122     title: "xxv710"
3123     nic: "NIC_Intel-XXV710"
3124   data: "vpp-nic-comparison-3n-skx"
3125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3126   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3127   parameters:
3128   - "name"
3129   - "parent"
3130   - "throughput"
3131   - "tags"
3132
3133 # VPP Compare NICs 3n-skx 2t1c mrr
3134 - type: "table"
3135   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3136   algorithm: "table_nics_comparison"
3137   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3138   reference:
3139     title: "x710"
3140     nic: "NIC_Intel-X710"
3141   compare:
3142     title: "xxv710"
3143     nic: "NIC_Intel-XXV710"
3144   data: "vpp-nic-comparison-3n-skx-mrr"
3145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3146   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3147   parameters:
3148   - "name"
3149   - "parent"
3150   - "result"
3151   - "tags"
3152
3153 # VPP Compare NICs 3n-skx 4t2c mrr
3154 - type: "table"
3155   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3156   algorithm: "table_nics_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3158   reference:
3159     title: "x710"
3160     nic: "NIC_Intel-X710"
3161   compare:
3162     title: "xxv710"
3163     nic: "NIC_Intel-XXV710"
3164   data: "vpp-nic-comparison-3n-skx-mrr"
3165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3166   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3167   parameters:
3168   - "name"
3169   - "parent"
3170   - "result"
3171   - "tags"
3172
3173  # VPP Compare NICs 3n-skx 8t4c mrr
3174 - type: "table"
3175   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3176   algorithm: "table_nics_comparison"
3177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3178   reference:
3179     title: "x710"
3180     nic: "NIC_Intel-X710"
3181   compare:
3182     title: "xxv710"
3183     nic: "NIC_Intel-XXV710"
3184   data: "vpp-nic-comparison-3n-skx-mrr"
3185   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3186   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3187   parameters:
3188   - "name"
3189   - "parent"
3190   - "result"
3191   - "tags"
3192
3193 # VPP Compare NICs 2n-skx 2t1c ndr
3194 - type: "table"
3195   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3196   algorithm: "table_nics_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3198   reference:
3199     title: "x710"
3200     nic: "NIC_Intel-X710"
3201   compare:
3202     title: "xxv710"
3203     nic: "NIC_Intel-XXV710"
3204   data: "vpp-nic-comparison-2n-skx"
3205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3206   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3207   parameters:
3208   - "name"
3209   - "parent"
3210   - "throughput"
3211   - "tags"
3212
3213 # VPP Compare NICs 2n-skx 4t2c ndr
3214 - type: "table"
3215   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3216   algorithm: "table_nics_comparison"
3217   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3218   reference:
3219     title: "x710"
3220     nic: "NIC_Intel-X710"
3221   compare:
3222     title: "xxv710"
3223     nic: "NIC_Intel-XXV710"
3224   data: "vpp-nic-comparison-2n-skx"
3225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3226   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3227   parameters:
3228   - "name"
3229   - "parent"
3230   - "throughput"
3231   - "tags"
3232
3233  # VPP Compare NICs 2n-skx 2t1c pdr
3234 - type: "table"
3235   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3236   algorithm: "table_nics_comparison"
3237   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3238   reference:
3239     title: "x710"
3240     nic: "NIC_Intel-X710"
3241   compare:
3242     title: "xxv710"
3243     nic: "NIC_Intel-XXV710"
3244   data: "vpp-nic-comparison-2n-skx"
3245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3246   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3247   parameters:
3248   - "name"
3249   - "parent"
3250   - "throughput"
3251   - "tags"
3252
3253 # VPP Compare NICs 2n-skx 4t2c pdr
3254 - type: "table"
3255   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3256   algorithm: "table_nics_comparison"
3257   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3258   reference:
3259     title: "x710"
3260     nic: "NIC_Intel-X710"
3261   compare:
3262     title: "xxv710"
3263     nic: "NIC_Intel-XXV710"
3264   data: "vpp-nic-comparison-2n-skx"
3265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3266   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3267   parameters:
3268   - "name"
3269   - "parent"
3270   - "throughput"
3271   - "tags"
3272
3273 # VPP Compare NICs 2n-skx 2t1c mrr
3274 - type: "table"
3275   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3276   algorithm: "table_nics_comparison"
3277   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3278   reference:
3279     title: "x710"
3280     nic: "NIC_Intel-X710"
3281   compare:
3282     title: "xxv710"
3283     nic: "NIC_Intel-XXV710"
3284   data: "vpp-nic-comparison-2n-skx-mrr"
3285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3286   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3287   parameters:
3288   - "name"
3289   - "parent"
3290   - "result"
3291   - "tags"
3292
3293 # VPP Compare NICs 2n-skx 4t2c mrr
3294 - type: "table"
3295   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3296   algorithm: "table_nics_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3298   reference:
3299     title: "x710"
3300     nic: "NIC_Intel-X710"
3301   compare:
3302     title: "xxv710"
3303     nic: "NIC_Intel-XXV710"
3304   data: "vpp-nic-comparison-2n-skx-mrr"
3305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3306   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3307   parameters:
3308   - "name"
3309   - "parent"
3310   - "result"
3311   - "tags"
3312
3313 # VPP Compare NICs 2n-skx 8t4c mrr
3314 - type: "table"
3315   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3316   algorithm: "table_nics_comparison"
3317   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3318   reference:
3319     title: "x710"
3320     nic: "NIC_Intel-X710"
3321   compare:
3322     title: "xxv710"
3323     nic: "NIC_Intel-XXV710"
3324   data: "vpp-nic-comparison-2n-skx-mrr"
3325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3326   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3327   parameters:
3328   - "name"
3329   - "parent"
3330   - "result"
3331   - "tags"
3332
3333 ################################################################################
3334 # VPP
3335
3336 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3337 - type: "table"
3338   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3339   algorithm: "table_comparison"
3340   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3342   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3343   columns:
3344     - title: "1908.1"
3345       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3346     - title: "1908.2"
3347       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3348   comparisons:
3349     - title: "Diff1"
3350       reference: 1
3351       compare: 2
3352
3353 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3354 - type: "table"
3355   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3356   algorithm: "table_comparison"
3357   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3359   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3360   columns:
3361     - title: "1908.1"
3362       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3363     - title: "1908.2"
3364       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3365   comparisons:
3366     - title: "Diff1"
3367       reference: 1
3368       compare: 2
3369
3370 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3371 - type: "table"
3372   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3373   algorithm: "table_comparison"
3374   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3376   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3377   columns:
3378     - title: "1908.1"
3379       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3380     - title: "1908.2"
3381       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3382   comparisons:
3383     - title: "Diff1"
3384       reference: 1
3385       compare: 2
3386
3387 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3388 - type: "table"
3389   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3390   algorithm: "table_comparison"
3391   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3393   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3394   columns:
3395     - title: "1908.1"
3396       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3397     - title: "1908.2"
3398       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3399   comparisons:
3400     - title: "Diff1"
3401       reference: 1
3402       compare: 2
3403
3404 # VPP Performance Changes 3n-hsw 1t1c pdr
3405 - type: "table"
3406   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3407   algorithm: "table_perf_comparison"
3408   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3409   history:
3410     - title: "1904"
3411       data: "vpp-performance-changes-3n-hsw-h1"
3412   reference:
3413     title: "1908"
3414     data: "vpp-performance-changes-3n-hsw-ref"
3415     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3416   compare:
3417     title: "2001"
3418     data: "vpp-performance-changes-3n-hsw-cmp"
3419   data: "vpp-performance-changes-3n-hsw"
3420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3421   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3422   parameters:
3423   - "name"
3424   - "parent"
3425   - "throughput"
3426
3427 # VPP Performance Changes 3n-hsw 2t2c pdr
3428 - type: "table"
3429   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3430   algorithm: "table_perf_comparison"
3431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3432   history:
3433     - title: "1904"
3434       data: "vpp-performance-changes-3n-hsw-h1"
3435   reference:
3436     title: "1908"
3437     data: "vpp-performance-changes-3n-hsw-ref"
3438     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3439   compare:
3440     title: "2001"
3441     data: "vpp-performance-changes-3n-hsw-cmp"
3442   data: "vpp-performance-changes-3n-hsw"
3443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3445   parameters:
3446   - "name"
3447   - "parent"
3448   - "throughput"
3449
3450 # VPP Performance Changes 3n-hsw 1t1c ndr
3451 - type: "table"
3452   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3453   algorithm: "table_perf_comparison"
3454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3455   history:
3456     - title: "1904"
3457       data: "vpp-performance-changes-3n-hsw-h1"
3458   reference:
3459     title: "1908"
3460     data: "vpp-performance-changes-3n-hsw-ref"
3461     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3462   compare:
3463     title: "2001"
3464     data: "vpp-performance-changes-3n-hsw-cmp"
3465   data: "vpp-performance-changes-3n-hsw"
3466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3467   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3468   parameters:
3469   - "name"
3470   - "parent"
3471   - "throughput"
3472
3473 # VPP Performance Changes 3n-hsw 2t2c ndr
3474 - type: "table"
3475   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3476   algorithm: "table_perf_comparison"
3477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3478   history:
3479     - title: "1904"
3480       data: "vpp-performance-changes-3n-hsw-h1"
3481   reference:
3482     title: "1908"
3483     data: "vpp-performance-changes-3n-hsw-ref"
3484     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3485   compare:
3486     title: "2001"
3487     data: "vpp-performance-changes-3n-hsw-cmp"
3488   data: "vpp-performance-changes-3n-hsw"
3489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3490   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3491   parameters:
3492   - "name"
3493   - "parent"
3494   - "throughput"
3495
3496 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3497 - type: "table"
3498   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3499   algorithm: "table_comparison"
3500   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3502   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3503   rca:
3504     - title: "RCA1"
3505       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3506     - title: "RCA2"
3507       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3508   columns:
3509     - title: "1908.0.pe"
3510       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3511       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3512     - title: "1908.1.pe"
3513       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3514     - title: "1908.1.ce"
3515       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3516     - title: "2001.0.ce"
3517       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3518   comparisons:
3519     - title: "Diff1"
3520       reference: 2
3521       reference-alt: 1
3522       compare: 3
3523     - title: "Diff2"
3524       reference: 3
3525       compare: 4
3526   legend:
3527     - "Legend to Table"
3528     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3529     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3530     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3531     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3532     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3533     - "RCA1 - root cause analysis reference for Diff1."
3534     - "RCA2 - root cause analysis reference for Diff2."
3535
3536 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3537 - type: "table"
3538   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3539   algorithm: "table_comparison"
3540   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3542   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3543   rca:
3544     - title: "RCA1"
3545       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3546     - title: "RCA2"
3547       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3548   columns:
3549     - title: "1908.0.pe"
3550       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3551       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3552     - title: "1908.1.pe"
3553       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3554     - title: "1908.1.ce"
3555       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3556     - title: "2001.0.ce"
3557       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3558   comparisons:
3559     - title: "Diff1"
3560       reference: 2
3561       reference-alt: 1
3562       compare: 3
3563     - title: "Diff2"
3564       reference: 3
3565       compare: 4
3566   legend:
3567     - "Legend to Table"
3568     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3569     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3570     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3571     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3572     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3573     - "RCA1 - root cause analysis reference for Diff1."
3574     - "RCA2 - root cause analysis reference for Diff2."
3575
3576 # VPP Performance Changes 3n-skx 2t1c pdr
3577 - type: "table"
3578   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3579   algorithm: "table_perf_comparison_nic"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3581 #  rca:
3582 #    title: "RCA"
3583 #    data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3584   history:
3585     - title: "1904"
3586       data: "vpp-performance-changes-3n-skx-h1"
3587       nic: "NIC_Intel-X710"
3588   reference:
3589     title: "1908"
3590     data: "vpp-performance-changes-3n-skx-ref"
3591     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3592     nic: "NIC_Intel-XXV710"
3593   compare:
3594     title: "2001"
3595     data: "vpp-performance-changes-3n-skx-cmp"
3596     nic: "NIC_Intel-XXV710"
3597   data: "vpp-performance-changes-3n-skx"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3600   parameters:
3601   - "name"
3602   - "parent"
3603   - "throughput"
3604   - "tags"
3605
3606 # VPP Performance Changes 3n-skx 4t2c pdr
3607 - type: "table"
3608   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3609   algorithm: "table_perf_comparison_nic"
3610   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3611 #  rca:
3612 #    title: "RCA"
3613 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3614   history:
3615     - title: "1904"
3616       data: "vpp-performance-changes-3n-skx-h1"
3617       nic: "NIC_Intel-X710"
3618   reference:
3619     title: "1908"
3620     data: "vpp-performance-changes-3n-skx-ref"
3621     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3622     nic: "NIC_Intel-XXV710"
3623   compare:
3624     title: "2001"
3625     data: "vpp-performance-changes-3n-skx-cmp"
3626     nic: "NIC_Intel-XXV710"
3627   data: "vpp-performance-changes-3n-skx"
3628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3630   parameters:
3631   - "name"
3632   - "parent"
3633   - "throughput"
3634   - "tags"
3635
3636 # VPP Performance Changes 3n-skx 2t1c ndr
3637 - type: "table"
3638   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3639   algorithm: "table_perf_comparison_nic"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3641 #  rca:
3642 #    title: "RCA"
3643 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3644   history:
3645     - title: "1904"
3646       data: "vpp-performance-changes-3n-skx-h1"
3647       nic: "NIC_Intel-X710"
3648   reference:
3649     title: "1908"
3650     data: "vpp-performance-changes-3n-skx-ref"
3651     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3652     nic: "NIC_Intel-XXV710"
3653   compare:
3654     title: "2001"
3655     data: "vpp-performance-changes-3n-skx-cmp"
3656     nic: "NIC_Intel-XXV710"
3657   data: "vpp-performance-changes-3n-skx"
3658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3660   parameters:
3661   - "name"
3662   - "parent"
3663   - "throughput"
3664   - "tags"
3665
3666 # VPP Performance Changes 3n-skx 4t2c ndr
3667 - type: "table"
3668   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3669   algorithm: "table_perf_comparison_nic"
3670   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3671 #  rca:
3672 #    title: "RCA"
3673 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3674   history:
3675     - title: "1904"
3676       data: "vpp-performance-changes-3n-skx-h1"
3677       nic: "NIC_Intel-X710"
3678   reference:
3679     title: "1908"
3680     data: "vpp-performance-changes-3n-skx-ref"
3681     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3682     nic: "NIC_Intel-XXV710"
3683   compare:
3684     title: "2001"
3685     data: "vpp-performance-changes-3n-skx-cmp"
3686     nic: "NIC_Intel-XXV710"
3687   data: "vpp-performance-changes-3n-skx"
3688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3689   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3690   parameters:
3691   - "name"
3692   - "parent"
3693   - "throughput"
3694   - "tags"
3695
3696 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3697 - type: "table"
3698   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3699   algorithm: "table_comparison"
3700   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3702   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3703   rca:
3704     - title: "RCA1"
3705       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3706     - title: "RCA2"
3707       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3708   columns:
3709     - title: "1908.0.pe"
3710       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3711       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3712     - title: "1908.1.pe"
3713       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3714     - title: "1908.1.ce"
3715       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3716     - title: "2001.0.ce"
3717       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3718   comparisons:
3719     - title: "Diff1"
3720       reference: 2
3721       reference-alt: 1
3722       compare: 3
3723     - title: "Diff2"
3724       reference: 3
3725       compare: 4
3726   legend:
3727     - "Legend to Table"
3728     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3729     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3730     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3731     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3732     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3733     - "RCA1 - root cause analysis reference for Diff1."
3734     - "RCA2 - root cause analysis reference for Diff2."
3735
3736 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3737 - type: "table"
3738   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3739   algorithm: "table_comparison"
3740   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3742   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3743   rca:
3744     - title: "RCA1"
3745       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3746     - title: "RCA2"
3747       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3748   columns:
3749     - title: "1908.0.pe"
3750       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3751       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3752     - title: "1908.1.pe"
3753       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3754     - title: "1908.1.ce"
3755       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3756     - title: "2001.0.ce"
3757       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3758   comparisons:
3759     - title: "Diff1"
3760       reference: 2
3761       reference-alt: 1
3762       compare: 3
3763     - title: "Diff2"
3764       reference: 3
3765       compare: 4
3766   legend:
3767     - "Legend to Table"
3768     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3769     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3770     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3771     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3772     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3773     - "RCA1 - root cause analysis reference for Diff1."
3774     - "RCA2 - root cause analysis reference for Diff2."
3775
3776 # VPP Performance Changes 2n-skx 2t1c pdr
3777 - type: "table"
3778   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3779   algorithm: "table_perf_comparison_nic"
3780   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3781 #  rca:
3782 #    title: "RCA"
3783 #    data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3784   history:
3785     - title: "1904"
3786       data: "vpp-performance-changes-2n-skx-h1"
3787       nic: "NIC_Intel-X710"
3788   reference:
3789     title: "1908"
3790     data: "vpp-performance-changes-2n-skx-ref"
3791     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3792     nic: "NIC_Intel-XXV710"
3793   compare:
3794     title: "2001"
3795     data: "vpp-performance-changes-2n-skx-cmp"
3796     nic: "NIC_Intel-XXV710"
3797   data: "vpp-performance-changes-2n-skx"
3798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3799   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3800   parameters:
3801     - "name"
3802     - "parent"
3803     - "throughput"
3804     - "tags"
3805
3806 # VPP Performance Changes 2n-skx 4t2c pdr
3807 - type: "table"
3808   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3809   algorithm: "table_perf_comparison_nic"
3810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3811 #  rca:
3812 #    title: "RCA"
3813 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3814   history:
3815     - title: "1904"
3816       data: "vpp-performance-changes-2n-skx-h1"
3817       nic: "NIC_Intel-X710"
3818   reference:
3819     title: "1908"
3820     data: "vpp-performance-changes-2n-skx-ref"
3821     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3822     nic: "NIC_Intel-XXV710"
3823   compare:
3824     title: "2001"
3825     data: "vpp-performance-changes-2n-skx-cmp"
3826     nic: "NIC_Intel-XXV710"
3827   data: "vpp-performance-changes-2n-skx"
3828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3829   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3830   parameters:
3831     - "name"
3832     - "parent"
3833     - "throughput"
3834     - "tags"
3835
3836 # VPP Performance Changes 2n-skx 2t1c ndr
3837 - type: "table"
3838   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3839   algorithm: "table_perf_comparison_nic"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3841 #  rca:
3842 #    title: "RCA"
3843 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3844   history:
3845     - title: "1904"
3846       data: "vpp-performance-changes-2n-skx-h1"
3847       nic: "NIC_Intel-X710"
3848   reference:
3849     title: "1908"
3850     data: "vpp-performance-changes-2n-skx-ref"
3851     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3852     nic: "NIC_Intel-XXV710"
3853   compare:
3854     title: "2001"
3855     data: "vpp-performance-changes-2n-skx-cmp"
3856     nic: "NIC_Intel-XXV710"
3857   data: "vpp-performance-changes-2n-skx"
3858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3860   parameters:
3861     - "name"
3862     - "parent"
3863     - "throughput"
3864     - "tags"
3865
3866 # VPP Performance Changes 2n-skx 4t2c ndr
3867 - type: "table"
3868   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3869   algorithm: "table_perf_comparison_nic"
3870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3871 #  rca:
3872 #    title: "RCA"
3873 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3874   history:
3875     - title: "1904"
3876       data: "vpp-performance-changes-2n-skx-h1"
3877       nic: "NIC_Intel-X710"
3878   reference:
3879     title: "1908"
3880     data: "vpp-performance-changes-2n-skx-ref"
3881     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3882     nic: "NIC_Intel-XXV710"
3883   compare:
3884     title: "2001"
3885     data: "vpp-performance-changes-2n-skx-cmp"
3886     nic: "NIC_Intel-XXV710"
3887   data: "vpp-performance-changes-2n-skx"
3888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3889   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3890   parameters:
3891     - "name"
3892     - "parent"
3893     - "throughput"
3894     - "tags"
3895
3896 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3897 #- type: "table"
3898 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3899 #  algorithm: "table_perf_comparison"
3900 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3901 #  reference:
3902 #    title: "1908"
3903 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3904 #  compare:
3905 #    title: "2001"
3906 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3907 #  data: "vpp-performance-changes-nfv-2n-skx"
3908 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3909 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3910 #  parameters:
3911 #  - "name"
3912 #  - "parent"
3913 #  - "throughput"
3914 #  - "tags"
3915 #
3916 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3917 #- type: "table"
3918 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3919 #  algorithm: "table_perf_comparison"
3920 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3921 #  reference:
3922 #    title: "1908"
3923 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3924 #  compare:
3925 #    title: "2001"
3926 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3927 #  data: "vpp-performance-changes-nfv-2n-skx"
3928 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3929 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3930 #  parameters:
3931 #  - "name"
3932 #  - "parent"
3933 #  - "throughput"
3934 #  - "tags"
3935 #
3936 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3937 #- type: "table"
3938 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3939 #  algorithm: "table_perf_comparison"
3940 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3941 #  reference:
3942 #    title: "1908"
3943 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3944 #  compare:
3945 #    title: "2001"
3946 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3947 #  data: "vpp-performance-changes-nfv-2n-skx"
3948 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3949 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3950 #  parameters:
3951 #  - "name"
3952 #  - "parent"
3953 #  - "throughput"
3954 #  - "tags"
3955 #
3956 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3957 #- type: "table"
3958 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3959 #  algorithm: "table_perf_comparison"
3960 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3961 #  reference:
3962 #    title: "1908"
3963 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3964 #  compare:
3965 #    title: "2001"
3966 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3967 #  data: "vpp-performance-changes-nfv-2n-skx"
3968 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3969 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3970 #  parameters:
3971 #  - "name"
3972 #  - "parent"
3973 #  - "throughput"
3974 #  - "tags"
3975
3976 # VPP Performance Changes 2n-dnv 1t1c pdr
3977 - type: "table"
3978   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3979   algorithm: "table_perf_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3981   reference:
3982     title: "1908"
3983     data: "vpp-performance-changes-2n-dnv-ref"
3984   compare:
3985     title: "2001"
3986     data: "vpp-performance-changes-2n-dnv-cmp"
3987   data: "vpp-performance-changes-2n-dnv"
3988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3989   filter: "'1T1C'"
3990   parameters:
3991   - "name"
3992   - "parent"
3993   - "throughput"
3994   - "tags"
3995
3996 # VPP Performance Changes 2n-dnv 2t2c pdr
3997 - type: "table"
3998   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3999   algorithm: "table_perf_comparison"
4000   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4001   reference:
4002     title: "1908"
4003     data: "vpp-performance-changes-2n-dnv-ref"
4004   compare:
4005     title: "2001"
4006     data: "vpp-performance-changes-2n-dnv-cmp"
4007   data: "vpp-performance-changes-2n-dnv"
4008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4009   filter: "'2T2C'"
4010   parameters:
4011   - "name"
4012   - "parent"
4013   - "throughput"
4014   - "tags"
4015
4016 # VPP Performance Changes 2n-dnv 1t1c ndr
4017 - type: "table"
4018   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4019   algorithm: "table_perf_comparison"
4020   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4021   reference:
4022     title: "1908"
4023     data: "vpp-performance-changes-2n-dnv-ref"
4024   compare:
4025     title: "2001"
4026     data: "vpp-performance-changes-2n-dnv-cmp"
4027   data: "vpp-performance-changes-2n-dnv"
4028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4029   filter: "'1T1C'"
4030   parameters:
4031   - "name"
4032   - "parent"
4033   - "throughput"
4034   - "tags"
4035
4036 # VPP Performance Changes 2n-dnv 2t2c ndr
4037 - type: "table"
4038   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4039   algorithm: "table_perf_comparison"
4040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4041   reference:
4042     title: "1908"
4043     data: "vpp-performance-changes-2n-dnv-ref"
4044   compare:
4045     title: "2001"
4046     data: "vpp-performance-changes-2n-dnv-cmp"
4047   data: "vpp-performance-changes-2n-dnv"
4048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4049   filter: "'2T2C'"
4050   parameters:
4051   - "name"
4052   - "parent"
4053   - "throughput"
4054   - "tags"
4055
4056 # VPP Performance Changes 3n-dnv 1t1c pdr
4057 - type: "table"
4058   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4059   algorithm: "table_perf_comparison"
4060   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4061   reference:
4062     title: "1908"
4063     data: "vpp-performance-changes-3n-dnv-ref"
4064   compare:
4065     title: "2001"
4066     data: "vpp-performance-changes-3n-dnv-cmp"
4067   data: "vpp-performance-changes-3n-dnv"
4068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4069   filter: "'1T1C'"
4070   parameters:
4071   - "name"
4072   - "parent"
4073   - "throughput"
4074   - "tags"
4075
4076 # VPP Performance Changes 3n-dnv 2t2c pdr
4077 - type: "table"
4078   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4079   algorithm: "table_perf_comparison"
4080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4081   reference:
4082     title: "1908"
4083     data: "vpp-performance-changes-3n-dnv-ref"
4084   compare:
4085     title: "2001"
4086     data: "vpp-performance-changes-3n-dnv-cmp"
4087   data: "vpp-performance-changes-3n-dnv"
4088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4089   filter: "'2T2C'"
4090   parameters:
4091   - "name"
4092   - "parent"
4093   - "throughput"
4094   - "tags"
4095
4096 # VPP Performance Changes 3n-dnv 1t1c ndr
4097 - type: "table"
4098   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4099   algorithm: "table_perf_comparison"
4100   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4101   reference:
4102     title: "1908"
4103     data: "vpp-performance-changes-3n-dnv-ref"
4104   compare:
4105     title: "2001"
4106     data: "vpp-performance-changes-3n-dnv-cmp"
4107   data: "vpp-performance-changes-3n-dnv"
4108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'1T1C'"
4110   parameters:
4111   - "name"
4112   - "parent"
4113   - "throughput"
4114   - "tags"
4115
4116 # VPP Performance Changes 3n-dnv 2t2c ndr
4117 - type: "table"
4118   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4119   algorithm: "table_perf_comparison"
4120   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4121   reference:
4122     title: "1908"
4123     data: "vpp-performance-changes-3n-dnv-ref"
4124   compare:
4125     title: "2001"
4126     data: "vpp-performance-changes-3n-dnv-cmp"
4127   data: "vpp-performance-changes-3n-dnv"
4128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4129   filter: "'2T2C'"
4130   parameters:
4131   - "name"
4132   - "parent"
4133   - "throughput"
4134   - "tags"
4135
4136 # VPP Performance Changes 3n-tsh 1t1c pdr
4137 - type: "table"
4138   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4139   algorithm: "table_perf_comparison"
4140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4141   reference:
4142     title: "1908"
4143     data: "vpp-performance-changes-3n-tsh-ref"
4144   compare:
4145     title: "2001"
4146     data: "vpp-performance-changes-3n-tsh-cmp"
4147   data: "vpp-performance-changes-3n-tsh"
4148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4149   filter: "'1T1C'"
4150   parameters:
4151   - "name"
4152   - "parent"
4153   - "throughput"
4154   - "tags"
4155
4156 # VPP Performance Changes 3n-tsh 2t2c pdr
4157 - type: "table"
4158   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4159   algorithm: "table_perf_comparison"
4160   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4161   reference:
4162     title: "1908"
4163     data: "vpp-performance-changes-3n-tsh-ref"
4164   compare:
4165     title: "2001"
4166     data: "vpp-performance-changes-3n-tsh-cmp"
4167   data: "vpp-performance-changes-3n-tsh"
4168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4169   filter: "'2T2C'"
4170   parameters:
4171   - "name"
4172   - "parent"
4173   - "throughput"
4174   - "tags"
4175
4176 # VPP Performance Changes 3n-tsh 1t1c ndr
4177 - type: "table"
4178   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4179   algorithm: "table_perf_comparison"
4180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4181   reference:
4182     title: "1908"
4183     data: "vpp-performance-changes-3n-tsh-ref"
4184   compare:
4185     title: "2001"
4186     data: "vpp-performance-changes-3n-tsh-cmp"
4187   data: "vpp-performance-changes-3n-tsh"
4188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4189   filter: "'1T1C'"
4190   parameters:
4191   - "name"
4192   - "parent"
4193   - "throughput"
4194   - "tags"
4195
4196 # VPP Performance Changes 3n-tsh 2t2c ndr
4197 - type: "table"
4198   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4199   algorithm: "table_perf_comparison"
4200   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4201   reference:
4202     title: "1908"
4203     data: "vpp-performance-changes-3n-tsh-ref"
4204   compare:
4205     title: "2001"
4206     data: "vpp-performance-changes-3n-tsh-cmp"
4207   data: "vpp-performance-changes-3n-tsh"
4208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4209   filter: "'2T2C'"
4210   parameters:
4211   - "name"
4212   - "parent"
4213   - "throughput"
4214   - "tags"
4215
4216 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4217 - type: "table"
4218   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4219   algorithm: "table_perf_comparison_nic"
4220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4221   reference:
4222     title: "3n-hsw xl710"
4223     data: "vpp-compare-testbeds-ref"
4224     nic: "NIC_Intel-XL710"
4225   compare:
4226     title: "3n-skx xxv710"
4227     data: "vpp-compare-testbeds-cmp"
4228     nic: "NIC_Intel-XXV710"
4229   data: "vpp-compare-testbeds"
4230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4231   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4232   parameters:
4233   - "name"
4234   - "parent"
4235   - "throughput"
4236   - "tags"
4237
4238 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4239 - type: "table"
4240   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4241   algorithm: "table_perf_comparison_nic"
4242   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4243   reference:
4244     title: "3n-hsw xl710"
4245     data: "vpp-compare-testbeds-ref"
4246     nic: "NIC_Intel-XL710"
4247   compare:
4248     title: "3n-skx xxv710"
4249     data: "vpp-compare-testbeds-cmp"
4250     nic: "NIC_Intel-XXV710"
4251   data: "vpp-compare-testbeds"
4252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4253   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4254   parameters:
4255   - "name"
4256   - "parent"
4257   - "throughput"
4258   - "tags"
4259
4260 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4261 - type: "table"
4262   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4263   algorithm: "table_perf_comparison_nic"
4264   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4265   reference:
4266     title: "3n-hsw xl710"
4267     data: "vpp-compare-testbeds-ref"
4268     nic: "NIC_Intel-XL710"
4269   compare:
4270     title: "3n-skx xxv710"
4271     data: "vpp-compare-testbeds-cmp"
4272     nic: "NIC_Intel-XXV710"
4273   data: "vpp-compare-testbeds"
4274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4275   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4276   parameters:
4277   - "name"
4278   - "parent"
4279   - "throughput"
4280   - "tags"
4281
4282 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4283 - type: "table"
4284   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4285   algorithm: "table_perf_comparison_nic"
4286   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4287   reference:
4288     title: "3n-hsw xl710"
4289     data: "vpp-compare-testbeds-ref"
4290     nic: "NIC_Intel-XL710"
4291   compare:
4292     title: "3n-skx xxv710"
4293     data: "vpp-compare-testbeds-cmp"
4294     nic: "NIC_Intel-XXV710"
4295   data: "vpp-compare-testbeds"
4296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4297   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4298   parameters:
4299   - "name"
4300   - "parent"
4301   - "throughput"
4302   - "tags"
4303
4304 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4305 - type: "table"
4306   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4307   algorithm: "table_perf_comparison"
4308   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4309   reference:
4310     title: "2n-skx"
4311     data: "vpp-compare-testbeds-skx-clx-ref"
4312   compare:
4313     title: "2n-clx"
4314     data: "vpp-compare-testbeds-skx-clx-cmp"
4315   data: "vpp-compare-testbeds-skx-clx"
4316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4317   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4318   parameters:
4319   - "name"
4320   - "parent"
4321   - "throughput"
4322   - "tags"
4323
4324 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4325 - type: "table"
4326   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4327   algorithm: "table_perf_comparison"
4328   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4329   reference:
4330     title: "2n-skx"
4331     data: "vpp-compare-testbeds-skx-clx-ref"
4332   compare:
4333     title: "2n-clx"
4334     data: "vpp-compare-testbeds-skx-clx-cmp"
4335   data: "vpp-compare-testbeds-skx-clx"
4336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4337   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4338   parameters:
4339   - "name"
4340   - "parent"
4341   - "throughput"
4342   - "tags"
4343
4344 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4345 - type: "table"
4346   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4347   algorithm: "table_perf_comparison"
4348   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4349   reference:
4350     title: "2n-skx"
4351     data: "vpp-compare-testbeds-skx-clx-ref"
4352   compare:
4353     title: "2n-clx"
4354     data: "vpp-compare-testbeds-skx-clx-cmp"
4355   data: "vpp-compare-testbeds-skx-clx"
4356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4357   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4358   parameters:
4359   - "name"
4360   - "parent"
4361   - "throughput"
4362   - "tags"
4363
4364 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4365 - type: "table"
4366   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4367   algorithm: "table_perf_comparison"
4368   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4369   reference:
4370     title: "2n-skx"
4371     data: "vpp-compare-testbeds-skx-clx-ref"
4372   compare:
4373     title: "2n-clx"
4374     data: "vpp-compare-testbeds-skx-clx-cmp"
4375   data: "vpp-compare-testbeds-skx-clx"
4376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4378   parameters:
4379   - "name"
4380   - "parent"
4381   - "throughput"
4382   - "tags"
4383
4384 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4385 - type: "table"
4386   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4387   algorithm: "table_perf_comparison_nic"
4388   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4389   reference:
4390     title: "3n-hsw xl710"
4391     data: "vpp-compare-testbeds-hsw-clx-ref"
4392     nic: "NIC_Intel-XL710"
4393   compare:
4394     title: "2n-clx xxv710"
4395     data: "vpp-compare-testbeds-hsw-clx-cmp"
4396     nic: "NIC_Intel-XXV710"
4397   data: "vpp-compare-testbeds-hsw-clx"
4398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4399   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4400   parameters:
4401   - "name"
4402   - "parent"
4403   - "throughput"
4404   - "tags"
4405
4406 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4407 - type: "table"
4408   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4409   algorithm: "table_perf_comparison_nic"
4410   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4411   reference:
4412     title: "3n-hsw xl710"
4413     data: "vpp-compare-testbeds-hsw-clx-ref"
4414     nic: "NIC_Intel-XL710"
4415   compare:
4416     title: "2n-clx xxv710"
4417     data: "vpp-compare-testbeds-hsw-clx-cmp"
4418     nic: "NIC_Intel-XXV710"
4419   data: "vpp-compare-testbeds-hsw-clx"
4420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4421   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4422   parameters:
4423   - "name"
4424   - "parent"
4425   - "throughput"
4426   - "tags"
4427
4428 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4429 - type: "table"
4430   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4431   algorithm: "table_perf_comparison_nic"
4432   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4433   reference:
4434     title: "3n-hsw xl710"
4435     data: "vpp-compare-testbeds-hsw-clx-ref"
4436     nic: "NIC_Intel-XL710"
4437   compare:
4438     title: "2n-clx xxv710"
4439     data: "vpp-compare-testbeds-hsw-clx-cmp"
4440     nic: "NIC_Intel-XXV710"
4441   data: "vpp-compare-testbeds-hsw-clx"
4442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4443   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4444   parameters:
4445   - "name"
4446   - "parent"
4447   - "throughput"
4448   - "tags"
4449
4450 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4451 - type: "table"
4452   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4453   algorithm: "table_perf_comparison_nic"
4454   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4455   reference:
4456     title: "3n-hsw xl710"
4457     data: "vpp-compare-testbeds-hsw-clx-ref"
4458     nic: "NIC_Intel-XL710"
4459   compare:
4460     title: "2n-clx xxv710"
4461     data: "vpp-compare-testbeds-hsw-clx-cmp"
4462     nic: "NIC_Intel-XXV710"
4463   data: "vpp-compare-testbeds-hsw-clx"
4464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4465   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4466   parameters:
4467   - "name"
4468   - "parent"
4469   - "throughput"
4470   - "tags"
4471
4472 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4473 - type: "table"
4474   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4475   algorithm: "table_perf_comparison"
4476   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4477   reference:
4478     title: "3n-skx"
4479     data: "vpp-compare-topologies-ref"
4480   compare:
4481     title: "2n-skx"
4482     data: "vpp-compare-topologies-cmp"
4483   data: "vpp-compare-topologies"
4484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4485   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4486   parameters:
4487   - "name"
4488   - "parent"
4489   - "throughput"
4490
4491 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4492 - type: "table"
4493   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4494   algorithm: "table_perf_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4496   reference:
4497     title: "3n-skx"
4498     data: "vpp-compare-topologies-ref"
4499   compare:
4500     title: "2n-skx"
4501     data: "vpp-compare-topologies-cmp"
4502   data: "vpp-compare-topologies"
4503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4504   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4505   parameters:
4506   - "name"
4507   - "parent"
4508   - "throughput"
4509
4510 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4511 - type: "table"
4512   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4513   algorithm: "table_perf_comparison"
4514   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4515   reference:
4516     title: "3n-skx"
4517     data: "vpp-compare-topologies-ref"
4518   compare:
4519     title: "2n-skx"
4520     data: "vpp-compare-topologies-cmp"
4521   data: "vpp-compare-topologies"
4522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4523   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4524   parameters:
4525   - "name"
4526   - "parent"
4527   - "throughput"
4528
4529 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4530 - type: "table"
4531   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4532   algorithm: "table_perf_comparison"
4533   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4534   reference:
4535     title: "3n-skx"
4536     data: "vpp-compare-topologies-ref"
4537   compare:
4538     title: "2n-skx"
4539     data: "vpp-compare-topologies-cmp"
4540   data: "vpp-compare-topologies"
4541   include-tests: "PDR"
4542   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4543   parameters:
4544   - "name"
4545   - "parent"
4546   - "throughput"
4547
4548 # VPP Performance Changes 3n-hsw 1t1c MRR
4549 - type: "table"
4550   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4551   algorithm: "table_perf_comparison"
4552   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4553   history:
4554     - title: "1904"
4555       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4556   reference:
4557     title: "1908"
4558     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4559   compare:
4560     title: "2001"
4561     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4562   data: "vpp-performance-changes-3n-hsw-mrr"
4563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4564   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4565   parameters:
4566   - "name"
4567   - "parent"
4568   - "result"
4569
4570 # VPP Performance Changes 3n-hsw 2t2c MRR
4571 - type: "table"
4572   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4573   algorithm: "table_perf_comparison"
4574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4575   history:
4576     - title: "1904"
4577       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4578   reference:
4579     title: "1908"
4580     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4581   compare:
4582     title: "2001"
4583     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4584   data: "vpp-performance-changes-3n-hsw-mrr"
4585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4586   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4587   parameters:
4588   - "name"
4589   - "parent"
4590   - "result"
4591
4592 # VPP Performance Changes 3n-hsw 4t4c MRR
4593 - type: "table"
4594   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4595   algorithm: "table_perf_comparison"
4596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4597   history:
4598     - title: "1904"
4599       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4600   reference:
4601     title: "1908"
4602     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4603   compare:
4604     title: "2001"
4605     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4606   data: "vpp-performance-changes-3n-hsw-mrr"
4607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4608   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4609   parameters:
4610   - "name"
4611   - "parent"
4612   - "result"
4613
4614 # VPP Performance Changes 3n-skx 2t1c MRR
4615 - type: "table"
4616   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4617   algorithm: "table_perf_comparison"
4618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4619 #  rca:
4620 #    title: "RCA"
4621 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4622   history:
4623     - title: "1904"
4624       data: "vpp-performance-changes-3n-skx-mrr-h1"
4625   reference:
4626     title: "1908"
4627     data: "vpp-performance-changes-3n-skx-mrr-ref"
4628   compare:
4629     title: "2001"
4630     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4631   data: "vpp-performance-changes-3n-skx-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4634   parameters:
4635   - "name"
4636   - "parent"
4637   - "result"
4638
4639 # VPP Performance Changes 3n-skx 4t2c MRR
4640 - type: "table"
4641   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4642   algorithm: "table_perf_comparison"
4643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4644 #  rca:
4645 #    title: "RCA"
4646 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4647   history:
4648     - title: "1904"
4649       data: "vpp-performance-changes-3n-skx-mrr-h1"
4650   reference:
4651     title: "1908"
4652     data: "vpp-performance-changes-3n-skx-mrr-ref"
4653   compare:
4654     title: "2001"
4655     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4656   data: "vpp-performance-changes-3n-skx-mrr"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4659   parameters:
4660   - "name"
4661   - "parent"
4662   - "result"
4663
4664 # VPP Performance Changes 3n-skx 8t4c MRR
4665 - type: "table"
4666   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4667   algorithm: "table_perf_comparison"
4668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4669 #  rca:
4670 #    title: "RCA"
4671 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4672   history:
4673     - title: "1904"
4674       data: "vpp-performance-changes-3n-skx-mrr-h1"
4675   reference:
4676     title: "1908"
4677     data: "vpp-performance-changes-3n-skx-mrr-ref"
4678   compare:
4679     title: "2001"
4680     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4681   data: "vpp-performance-changes-3n-skx-mrr"
4682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4683   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4684   parameters:
4685   - "name"
4686   - "parent"
4687   - "result"
4688
4689 # VPP Performance Changes 2n-skx 2t1c MRR
4690 - type: "table"
4691   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4692   algorithm: "table_perf_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4694 #  rca:
4695 #    title: "RCA"
4696 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4697   history:
4698     - title: "1904"
4699       data: "vpp-performance-changes-2n-skx-mrr-h1"
4700   reference:
4701     title: "1908"
4702     data: "vpp-performance-changes-2n-skx-mrr-ref"
4703   compare:
4704     title: "2001"
4705     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4706   data: "vpp-performance-changes-2n-skx-mrr"
4707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4708   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4709   parameters:
4710   - "name"
4711   - "parent"
4712   - "result"
4713
4714 # VPP Performance Changes 2n-skx 4t2c MRR
4715 - type: "table"
4716   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4717   algorithm: "table_perf_comparison"
4718   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4719 #  rca:
4720 #    title: "RCA"
4721 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4722   history:
4723     - title: "1904"
4724       data: "vpp-performance-changes-2n-skx-mrr-h1"
4725   reference:
4726     title: "1908"
4727     data: "vpp-performance-changes-2n-skx-mrr-ref"
4728   compare:
4729     title: "2001"
4730     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4731   data: "vpp-performance-changes-2n-skx-mrr"
4732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4733   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4734   parameters:
4735   - "name"
4736   - "parent"
4737   - "result"
4738
4739 # VPP Performance Changes 2n-skx 8t4c MRR
4740 - type: "table"
4741   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4742   algorithm: "table_perf_comparison"
4743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4744 #  rca:
4745 #    title: "RCA"
4746 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4747   history:
4748     - title: "1904"
4749       data: "vpp-performance-changes-2n-skx-mrr-h1"
4750   reference:
4751     title: "1908"
4752     data: "vpp-performance-changes-2n-skx-mrr-ref"
4753   compare:
4754     title: "2001"
4755     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4756   data: "vpp-performance-changes-2n-skx-mrr"
4757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4758   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4759   parameters:
4760   - "name"
4761   - "parent"
4762   - "result"
4763
4764 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4765 #- type: "table"
4766 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4767 #  algorithm: "table_perf_comparison"
4768 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4769 #  reference:
4770 #    title: "1908"
4771 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4772 #  compare:
4773 #    title: "2001"
4774 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4775 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4776 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4778 #  parameters:
4779 #  - "name"
4780 #  - "parent"
4781 #  - "result"
4782 #
4783 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4784 #- type: "table"
4785 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4786 #  algorithm: "table_perf_comparison"
4787 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4788 #  reference:
4789 #    title: "1908"
4790 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4791 #  compare:
4792 #    title: "2001"
4793 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4794 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4795 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4796 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4797 #  parameters:
4798 #  - "name"
4799 #  - "parent"
4800 #  - "result"
4801 #
4802 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4803 #- type: "table"
4804 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4805 #  algorithm: "table_perf_comparison"
4806 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4807 #  reference:
4808 #    title: "1908"
4809 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4810 #  compare:
4811 #    title: "2001"
4812 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4813 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4815 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4816 #  parameters:
4817 #  - "name"
4818 #  - "parent"
4819 #  - "result"
4820
4821 # VPP Performance Changes 2n-dnv 1t1c MRR
4822 - type: "table"
4823   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4824   algorithm: "table_perf_comparison"
4825   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4826   reference:
4827     title: "1908"
4828     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4829   compare:
4830     title: "2001"
4831     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4832   data: "vpp-performance-changes-2n-dnv-mrr"
4833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4834   filter: "'1T1C' and 'MRR'"
4835   parameters:
4836   - "name"
4837   - "parent"
4838   - "result"
4839
4840 # VPP Performance Changes 2n-dnv 2t2c MRR
4841 - type: "table"
4842   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4843   algorithm: "table_perf_comparison"
4844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4845   reference:
4846     title: "1908"
4847     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4848   compare:
4849     title: "2001"
4850     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4851   data: "vpp-performance-changes-2n-dnv-mrr"
4852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4853   filter: "'2T2C' and 'MRR'"
4854   parameters:
4855   - "name"
4856   - "parent"
4857   - "result"
4858
4859 # VPP Performance Changes 2n-dnv 4t4c MRR
4860 - type: "table"
4861   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4862   algorithm: "table_perf_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4864   reference:
4865     title: "1908"
4866     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4867   compare:
4868     title: "2001"
4869     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4870   data: "vpp-performance-changes-2n-dnv-mrr"
4871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4872   filter: "'4T4C' and 'MRR'"
4873   parameters:
4874   - "name"
4875   - "parent"
4876   - "result"
4877
4878 # VPP Performance Changes 3n-dnv 1t1c MRR
4879 - type: "table"
4880   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4881   algorithm: "table_perf_comparison"
4882   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4883   reference:
4884     title: "1908"
4885     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4886   compare:
4887     title: "2001"
4888     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4889   data: "vpp-performance-changes-3n-dnv-mrr"
4890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4891   filter: "'1T1C' and 'MRR'"
4892   parameters:
4893   - "name"
4894   - "parent"
4895   - "result"
4896
4897 # VPP Performance Changes 3n-dnv 2t2c MRR
4898 - type: "table"
4899   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4900   algorithm: "table_perf_comparison"
4901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4902   reference:
4903     title: "1908"
4904     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4905   compare:
4906     title: "2001"
4907     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4908   data: "vpp-performance-changes-3n-dnv-mrr"
4909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4910   filter: "'2T2C' and 'MRR'"
4911   parameters:
4912   - "name"
4913   - "parent"
4914   - "result"
4915
4916 # VPP Performance Changes 3n-dnv 4t4c MRR
4917 - type: "table"
4918   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4919   algorithm: "table_perf_comparison"
4920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4921   reference:
4922     title: "1908"
4923     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4924   compare:
4925     title: "2001"
4926     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4927   data: "vpp-performance-changes-3n-dnv-mrr"
4928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4929   filter: "'4T4C' and 'MRR'"
4930   parameters:
4931   - "name"
4932   - "parent"
4933   - "result"
4934
4935 # VPP Performance Changes 3n-tsh 1t1c MRR
4936 - type: "table"
4937   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4938   algorithm: "table_perf_comparison"
4939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4940   reference:
4941     title: "1908"
4942     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4943   compare:
4944     title: "2001"
4945     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4946   data: "vpp-performance-changes-3n-tsh-mrr"
4947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4948   filter: "'1T1C' and 'MRR'"
4949   parameters:
4950   - "name"
4951   - "parent"
4952   - "result"
4953
4954 # VPP Performance Changes 3n-tsh 2t2c MRR
4955 - type: "table"
4956   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4957   algorithm: "table_perf_comparison"
4958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4959   reference:
4960     title: "1908"
4961     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4962   compare:
4963     title: "2001"
4964     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4965   data: "vpp-performance-changes-3n-tsh-mrr"
4966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4967   filter: "'2T2C' and 'MRR'"
4968   parameters:
4969   - "name"
4970   - "parent"
4971   - "result"
4972
4973 # VPP Performance Changes 3n-tsh 4t4c MRR
4974 - type: "table"
4975   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4976   algorithm: "table_perf_comparison"
4977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4978   reference:
4979     title: "1908"
4980     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4981   compare:
4982     title: "2001"
4983     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4984   data: "vpp-performance-changes-3n-tsh-mrr"
4985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4986   filter: "'4T4C' and 'MRR'"
4987   parameters:
4988   - "name"
4989   - "parent"
4990   - "result"
4991
4992 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4993 - type: "table"
4994   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4995   algorithm: "table_perf_comparison_nic"
4996   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4997   reference:
4998     title: "3n-hsw xl710"
4999     data: "vpp-compare-testbeds-mrr-ref"
5000     nic: "NIC_Intel-XL710"
5001   compare:
5002     title: "3n-skx xxv710"
5003     data: "vpp-compare-testbeds-mrr-cmp"
5004     nic: "NIC_Intel-XXV710"
5005   data: "vpp-compare-testbeds-mrr"
5006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5007   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5008   parameters:
5009   - "name"
5010   - "parent"
5011   - "result"
5012   - "tags"
5013
5014 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5015 - type: "table"
5016   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5017   algorithm: "table_perf_comparison_nic"
5018   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5019   reference:
5020     title: "3n-hsw xl710"
5021     data: "vpp-compare-testbeds-mrr-ref"
5022     nic: "NIC_Intel-XL710"
5023   compare:
5024     title: "3n-skx xxv710"
5025     data: "vpp-compare-testbeds-mrr-cmp"
5026     nic: "NIC_Intel-XXV710"
5027   data: "vpp-compare-testbeds-mrr"
5028   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5029   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5030   parameters:
5031   - "name"
5032   - "parent"
5033   - "result"
5034   - "tags"
5035
5036 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5037 - type: "table"
5038   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5039   algorithm: "table_perf_comparison_nic"
5040   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5041   reference:
5042     title: "3n-hsw xl710"
5043     data: "vpp-compare-testbeds-mrr-ref"
5044     nic: "NIC_Intel-XL710"
5045   compare:
5046     title: "3n-skx xxv710"
5047     data: "vpp-compare-testbeds-mrr-cmp"
5048     nic: "NIC_Intel-XXV710"
5049   data: "vpp-compare-testbeds-mrr"
5050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5051   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5052   parameters:
5053   - "name"
5054   - "parent"
5055   - "result"
5056   - "tags"
5057
5058 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5059 - type: "table"
5060   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5061   algorithm: "table_perf_comparison"
5062   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5063   reference:
5064     title: "2n-skx"
5065     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
5066   compare:
5067     title: "2n-clx"
5068     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5069   data: "vpp-compare-testbeds-mrr-skx-clx"
5070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5071   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5072   parameters:
5073   - "name"
5074   - "parent"
5075   - "result"
5076   - "tags"
5077
5078 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5079 - type: "table"
5080   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5081   algorithm: "table_perf_comparison"
5082   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5083   reference:
5084     title: "2n-skx"
5085     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
5086   compare:
5087     title: "2n-clx"
5088     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5089   data: "vpp-compare-testbeds-mrr-skx-clx"
5090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5091   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5092   parameters:
5093   - "name"
5094   - "parent"
5095   - "result"
5096   - "tags"
5097
5098 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5099 - type: "table"
5100   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5101   algorithm: "table_perf_comparison"
5102   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5103   reference:
5104     title: "2n-skx"
5105     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
5106   compare:
5107     title: "2n-clx"
5108     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5109   data: "vpp-compare-testbeds-mrr-skx-clx"
5110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5111   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5112   parameters:
5113   - "name"
5114   - "parent"
5115   - "result"
5116   - "tags"
5117
5118 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5119 - type: "table"
5120   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5121   algorithm: "table_perf_comparison"
5122   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5123   reference:
5124     title: "3n-skx"
5125     data: "vpp-compare-topologies-mrr-ref"
5126   compare:
5127     title: "2n-skx"
5128     data: "vpp-compare-topologies-mrr-cmp"
5129   data: "vpp-compare-topologies-mrr"
5130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5131   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5132   parameters:
5133   - "name"
5134   - "parent"
5135   - "result"
5136
5137 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5138 - type: "table"
5139   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5140   algorithm: "table_perf_comparison"
5141   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5142   reference:
5143     title: "3n-skx"
5144     data: "vpp-compare-topologies-mrr-ref"
5145   compare:
5146     title: "2n-skx"
5147     data: "vpp-compare-topologies-mrr-cmp"
5148   data: "vpp-compare-topologies-mrr"
5149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5150   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5151   parameters:
5152   - "name"
5153   - "parent"
5154   - "result"
5155
5156 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5157 - type: "table"
5158   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5159   algorithm: "table_perf_comparison"
5160   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5161   reference:
5162     title: "3n-skx"
5163     data: "vpp-compare-topologies-mrr-ref"
5164   compare:
5165     title: "2n-skx"
5166     data: "vpp-compare-topologies-mrr-cmp"
5167   data: "vpp-compare-topologies-mrr"
5168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5169   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5170   parameters:
5171   - "name"
5172   - "parent"
5173   - "result"
5174
5175 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5176 - type: "table"
5177   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5178   algorithm: "table_perf_comparison_nic"
5179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5180   reference:
5181     title: "3n-hsw xl710"
5182     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5183     nic: "NIC_Intel-XL710"
5184   compare:
5185     title: "2n-clx xxv710"
5186     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5187     nic: "NIC_Intel-XXV710"
5188   data: "vpp-compare-testbeds-mrr-hsw-clx"
5189   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5190   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5191   parameters:
5192   - "name"
5193   - "parent"
5194   - "result"
5195   - "tags"
5196
5197 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5198 - type: "table"
5199   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5200   algorithm: "table_perf_comparison_nic"
5201   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5202   reference:
5203     title: "3n-hsw xl710"
5204     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5205     nic: "NIC_Intel-XL710"
5206   compare:
5207     title: "2n-clx xxv710"
5208     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5209     nic: "NIC_Intel-XXV710"
5210   data: "vpp-compare-testbeds-mrr-hsw-clx"
5211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5212   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5213   parameters:
5214   - "name"
5215   - "parent"
5216   - "result"
5217   - "tags"
5218
5219 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5220 - type: "table"
5221   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5222   algorithm: "table_perf_comparison_nic"
5223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5224   reference:
5225     title: "3n-hsw xl710"
5226     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5227     nic: "NIC_Intel-XL710"
5228   compare:
5229     title: "2n-clx xxv710"
5230     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5231     nic: "NIC_Intel-XXV710"
5232   data: "vpp-compare-testbeds-mrr-hsw-clx"
5233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5234   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5235   parameters:
5236   - "name"
5237   - "parent"
5238   - "result"
5239   - "tags"
5240
5241 # Detailed Test Results - VPP Performance Results 3n-hsw
5242 - type: "table"
5243   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5244   algorithm: "table_merged_details"
5245   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5246   columns:
5247     - title: " |prein| Test Name |preout| "
5248       data: "data name"
5249     - 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| "
5250       data: "data msg"
5251   data: "vpp-perf-results-3n-hsw"
5252   filter: "all"
5253   parameters:
5254   - "name"
5255   - "parent"
5256   - "msg"
5257
5258 # Detailed Test Results - VPP Performance Results 3n-skx
5259 - type: "table"
5260   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5261   algorithm: "table_merged_details"
5262   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5263   columns:
5264     - title: " |prein| Test Name |preout| "
5265       data: "data name"
5266     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5267       data: "data msg"
5268   data: "vpp-perf-results-3n-skx"
5269   filter: "all"
5270   remove-ndr: True  # Temporary solution: remove NDR results from test message
5271   parameters:
5272   - "name"
5273   - "parent"
5274   - "msg"
5275
5276 # Detailed Test Results - VPP Performance Results 2n-skx
5277 - type: "table"
5278   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5279   algorithm: "table_merged_details"
5280   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5281   columns:
5282     - title: " |prein| Test Name |preout| "
5283       data: "data name"
5284     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5285       data: "data msg"
5286   data: "vpp-perf-results-2n-skx"
5287   filter: "all"
5288   remove-ndr: True  # Temporary solution: remove NDR results from test message
5289   parameters:
5290   - "name"
5291   - "parent"
5292   - "msg"
5293
5294 # Detailed Test Results - VPP Performance Results 2n-clx
5295 - type: "table"
5296   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5297   algorithm: "table_merged_details"
5298   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5299   columns:
5300     - title: " |prein| Test Name |preout| "
5301       data: "data name"
5302     - 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| "
5303       data: "data msg"
5304   data: "vpp-perf-results-2n-clx"
5305   filter: "all"
5306   parameters:
5307   - "name"
5308   - "parent"
5309   - "msg"
5310
5311 # Detailed Test Results - VPP Performance Results 3n-tsh
5312 - type: "table"
5313   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5314   algorithm: "table_merged_details"
5315   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5316   columns:
5317     - title: " |prein| Test Name |preout| "
5318       data: "data name"
5319     - 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| "
5320       data: "data msg"
5321   data: "vpp-perf-results-3n-tsh"
5322   filter: "all"
5323   parameters:
5324   - "name"
5325   - "parent"
5326   - "msg"
5327
5328 # Detailed Test Results - VPP Performance Results 3n-dnv
5329 - type: "table"
5330   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5331   algorithm: "table_merged_details"
5332   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5333   columns:
5334     - title: " |prein| Test Name |preout| "
5335       data: "data name"
5336     - 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| "
5337       data: "data msg"
5338   data: "vpp-perf-results-3n-dnv"
5339   filter: "all"
5340   parameters:
5341   - "name"
5342   - "parent"
5343   - "msg"
5344
5345 # Detailed Test Results - VPP Performance Results 2n-dnv
5346 - type: "table"
5347   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5348   algorithm: "table_merged_details"
5349   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5350   columns:
5351     - title: " |prein| Test Name |preout| "
5352       data: "data name"
5353     - 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| "
5354       data: "data msg"
5355   data: "vpp-perf-results-2n-dnv"
5356   filter: "all"
5357   parameters:
5358   - "name"
5359   - "parent"
5360   - "msg"
5361
5362 # Test configuration - VPP Performance Test Configs 3n-hsw
5363 - type: "table"
5364   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5365   algorithm: "table_merged_details"
5366   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5367   columns:
5368     - title: " |prein| Test Name |preout| "
5369       data: "data name"
5370     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5371       data: "data conf-history"
5372   data: "vpp-perf-results-3n-hsw"
5373   filter: "all"
5374   parameters:
5375   - "parent"
5376   - "name"
5377   - "conf-history"
5378
5379 # Test configuration - VPP Performance Test Configs 3n-skx
5380 - type: "table"
5381   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5382   algorithm: "table_merged_details"
5383   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5384   columns:
5385     - title: " |prein| Test Name |preout| "
5386       data: "data name"
5387     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5388       data: "data conf-history"
5389   data: "vpp-perf-results-3n-skx"
5390   filter: "all"
5391   parameters:
5392   - "parent"
5393   - "name"
5394   - "conf-history"
5395
5396 # Test configuration - VPP Performance Test Configs 2n-skx
5397 - type: "table"
5398   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5399   algorithm: "table_merged_details"
5400   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5401   columns:
5402     - title: " |prein| Test Name |preout| "
5403       data: "data name"
5404     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5405       data: "data conf-history"
5406   data: "vpp-perf-results-2n-skx"
5407   filter: "all"
5408   parameters:
5409   - "parent"
5410   - "name"
5411   - "conf-history"
5412
5413 # Test configuration - VPP Performance Test Configs 2n-clx
5414 - type: "table"
5415   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5416   algorithm: "table_merged_details"
5417   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5418   columns:
5419     - title: " |prein| Test Name |preout| "
5420       data: "data name"
5421     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5422       data: "data conf-history"
5423   data: "vpp-perf-results-2n-clx"
5424   filter: "all"
5425   parameters:
5426   - "parent"
5427   - "name"
5428   - "conf-history"
5429
5430 # Test configuration - VPP Performance Test Configs 3n-tsh
5431 - type: "table"
5432   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5433   algorithm: "table_merged_details"
5434   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5435   columns:
5436     - title: " |prein| Test Name |preout| "
5437       data: "data name"
5438     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5439       data: "data conf-history"
5440   data: "vpp-perf-results-3n-tsh"
5441   filter: "all"
5442   parameters:
5443   - "parent"
5444   - "name"
5445   - "conf-history"
5446
5447 # Test configuration - VPP Performance Test Configs 3n-dnv
5448 - type: "table"
5449   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5450   algorithm: "table_merged_details"
5451   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5452   columns:
5453     - title: " |prein| Test Name |preout| "
5454       data: "data name"
5455     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5456       data: "data conf-history"
5457   data: "vpp-perf-results-3n-dnv"
5458   filter: "all"
5459   parameters:
5460   - "parent"
5461   - "name"
5462   - "conf-history"
5463
5464 # Test configuration - VPP Performance Test Configs 2n-dnv
5465 - type: "table"
5466   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5467   algorithm: "table_merged_details"
5468   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5469   columns:
5470     - title: " |prein| Test Name |preout| "
5471       data: "data name"
5472     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5473       data: "data conf-history"
5474   data: "vpp-perf-results-2n-dnv"
5475   filter: "all"
5476   parameters:
5477   - "parent"
5478   - "name"
5479   - "conf-history"
5480
5481 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5482 - type: "table"
5483   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5484   algorithm: "table_oper_data_html"
5485   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5486   data: "vpp-perf-results-3n-hsw"
5487   filter: "all"
5488
5489 # Test Operational Data - VPP Performance Operational Data 3n-skx
5490 - type: "table"
5491   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5492   algorithm: "table_oper_data_html"
5493   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5494   data: "vpp-perf-results-3n-skx"
5495   filter: "all"
5496
5497 # Test Operational Data - VPP Performance Operational Data 2n-skx
5498 - type: "table"
5499   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5500   algorithm: "table_oper_data_html"
5501   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5502   data: "vpp-perf-results-2n-skx"
5503   filter: "all"
5504
5505 # Test Operational Data - VPP Performance Operational Data 2n-clx
5506 - type: "table"
5507   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5508   algorithm: "table_oper_data_html"
5509   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5510   data: "vpp-perf-results-2n-clx"
5511   filter: "all"
5512
5513 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5514 - type: "table"
5515   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5516   algorithm: "table_oper_data_html"
5517   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5518   data: "vpp-perf-results-3n-tsh"
5519   filter: "all"
5520
5521 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5522 - type: "table"
5523   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5524   algorithm: "table_oper_data_html"
5525   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5526   data: "vpp-perf-results-3n-dnv"
5527   filter: "all"
5528
5529 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5530 - type: "table"
5531   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5532   algorithm: "table_oper_data_html"
5533   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5534   data: "vpp-perf-results-2n-dnv"
5535   filter: "all"
5536
5537 # Detailed Test Results - VPP MRR Results 3n-hsw
5538 - type: "table"
5539   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5540   algorithm: "table_merged_details"
5541   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5542   columns:
5543     - title: " |prein| Test Name |preout| "
5544       data: "data name"
5545     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5546       data: "data msg"
5547   data: "vpp-mrr-results-3n-hsw"
5548   filter: "all"
5549   parameters:
5550   - "name"
5551   - "parent"
5552   - "msg"
5553
5554 # Detailed Test Results - VPP MRR Results 3n-skx
5555 - type: "table"
5556   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5557   algorithm: "table_merged_details"
5558   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5559   columns:
5560     - title: " |prein| Test Name |preout| "
5561       data: "data name"
5562     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5563       data: "data msg"
5564   data: "vpp-mrr-results-3n-skx"
5565   filter: "all"
5566   parameters:
5567   - "name"
5568   - "parent"
5569   - "msg"
5570
5571 # Detailed Test Results - VPP MRR Results 2n-skx
5572 - type: "table"
5573   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5574   algorithm: "table_merged_details"
5575   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5576   columns:
5577     - title: " |prein| Test Name |preout| "
5578       data: "data name"
5579     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5580       data: "data msg"
5581   data: "vpp-mrr-results-2n-skx"
5582   filter: "all"
5583   parameters:
5584   - "name"
5585   - "parent"
5586   - "msg"
5587
5588 # Detailed Test Results - VPP MRR Results 2n-clx
5589 - type: "table"
5590   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5591   algorithm: "table_merged_details"
5592   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5593   columns:
5594     - title: " |prein| Test Name |preout| "
5595       data: "data name"
5596     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5597       data: "data msg"
5598   data: "vpp-mrr-results-2n-clx"
5599   filter: "all"
5600   parameters:
5601   - "name"
5602   - "parent"
5603   - "msg"
5604
5605 # Detailed Test Results - VPP MRR Results 3n-tsh
5606 - type: "table"
5607   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5608   algorithm: "table_merged_details"
5609   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5610   columns:
5611     - title: " |prein| Test Name |preout| "
5612       data: "data name"
5613     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5614       data: "data msg"
5615   data: "vpp-mrr-results-3n-tsh"
5616   filter: "all"
5617   parameters:
5618   - "name"
5619   - "parent"
5620   - "msg"
5621
5622 # Detailed Test Results - VPP MRR Results 3n-dnv
5623 - type: "table"
5624   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5625   algorithm: "table_merged_details"
5626   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5627   columns:
5628     - title: " |prein| Test Name |preout| "
5629       data: "data name"
5630     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5631       data: "data msg"
5632   data: "vpp-mrr-results-3n-dnv"
5633   filter: "all"
5634   parameters:
5635   - "name"
5636   - "parent"
5637   - "msg"
5638
5639 # Detailed Test Results - VPP MRR Results 2n-dnv
5640 - type: "table"
5641   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5642   algorithm: "table_merged_details"
5643   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5644   columns:
5645     - title: " |prein| Test Name |preout| "
5646       data: "data name"
5647     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5648       data: "data msg"
5649   data: "vpp-mrr-results-2n-dnv"
5650   filter: "all"
5651   parameters:
5652   - "name"
5653   - "parent"
5654   - "msg"
5655
5656 # Test configuration - VPP MRR Test Configs 3n-hsw
5657 - type: "table"
5658   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5659   algorithm: "table_merged_details"
5660   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5661   columns:
5662     - title: " |prein| Test Name |preout| "
5663       data: "data name"
5664     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5665       data: "data conf-history"
5666   data: "vpp-mrr-results-3n-hsw"
5667   filter: "all"
5668   parameters:
5669   - "parent"
5670   - "name"
5671   - "conf-history"
5672
5673 # Test configuration - VPP MRR Test Configs 3n-skx
5674 - type: "table"
5675   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5676   algorithm: "table_merged_details"
5677   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5678   columns:
5679     - title: " |prein| Test Name |preout| "
5680       data: "data name"
5681     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5682       data: "data conf-history"
5683   data: "vpp-mrr-results-3n-skx"
5684   filter: "all"
5685   parameters:
5686   - "parent"
5687   - "name"
5688   - "conf-history"
5689
5690 # Test configuration - VPP MRR Test Configs 2n-skx
5691 - type: "table"
5692   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5693   algorithm: "table_merged_details"
5694   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5695   columns:
5696     - title: " |prein| Test Name |preout| "
5697       data: "data name"
5698     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5699       data: "data conf-history"
5700   data: "vpp-mrr-results-2n-skx"
5701   filter: "all"
5702   parameters:
5703   - "parent"
5704   - "name"
5705   - "conf-history"
5706
5707 # Test configuration - VPP MRR Test Configs 2n-clx
5708 - type: "table"
5709   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5710   algorithm: "table_merged_details"
5711   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5712   columns:
5713     - title: " |prein| Test Name |preout| "
5714       data: "data name"
5715     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5716       data: "data conf-history"
5717   data: "vpp-mrr-results-2n-clx"
5718   filter: "all"
5719   parameters:
5720   - "parent"
5721   - "name"
5722   - "conf-history"
5723
5724 # Test configuration - VPP MRR Test Configs 3n-tsh
5725 - type: "table"
5726   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5727   algorithm: "table_merged_details"
5728   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5729   columns:
5730     - title: " |prein| Test Name |preout| "
5731       data: "data name"
5732     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5733       data: "data conf-history"
5734   data: "vpp-mrr-results-3n-tsh"
5735   filter: "all"
5736   parameters:
5737   - "parent"
5738   - "name"
5739   - "conf-history"
5740
5741 # Test configuration - VPP MRR Test Configs 3n-dnv
5742 - type: "table"
5743   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5744   algorithm: "table_merged_details"
5745   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5746   columns:
5747     - title: " |prein| Test Name |preout| "
5748       data: "data name"
5749     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5750       data: "data conf-history"
5751   data: "vpp-mrr-results-3n-dnv"
5752   filter: "all"
5753   parameters:
5754   - "parent"
5755   - "name"
5756   - "conf-history"
5757
5758 # Test configuration - VPP MRR Test Configs 2n-dnv
5759 - type: "table"
5760   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5761   algorithm: "table_merged_details"
5762   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5763   columns:
5764     - title: " |prein| Test Name |preout| "
5765       data: "data name"
5766     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5767       data: "data conf-history"
5768   data: "vpp-mrr-results-2n-dnv"
5769   filter: "all"
5770   parameters:
5771   - "parent"
5772   - "name"
5773   - "conf-history"
5774
5775 # Detailed Test Results - VPP Device Results - Ubuntu
5776 - type: "table"
5777   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5778   algorithm: "table_merged_details"
5779   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5780   columns:
5781     - title: " |prein| Test Name |preout| "
5782       data: "data name"
5783     - title: " |prein| Status |preout| "
5784       data: "data status"
5785   data: "vpp-device-results-ubuntu"
5786   filter: "all"
5787   parameters:
5788   - "name"
5789   - "parent"
5790   - "doc"
5791   - "status"
5792
5793 # Test configuration - VPP Device Test Configs - Ubuntu
5794 - type: "table"
5795   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5796   algorithm: "table_merged_details"
5797   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5798   columns:
5799     - title: " |prein| Test Name |preout| "
5800       data: "data name"
5801     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5802       data: "data conf-history"
5803   data: "vpp-device-results-ubuntu"
5804   filter: "all"
5805   parameters:
5806   - "parent"
5807   - "name"
5808   - "conf-history"
5809
5810 ################################################################################
5811
5812 # DPDK Performance Changes 3n-hsw 1t1c pdr
5813 - type: "table"
5814   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5815   algorithm: "table_perf_comparison"
5816   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5817   history:
5818     - title: "1904"
5819       data: "dpdk-performance-changes-3n-hsw-h1"
5820   reference:
5821     title: "1908"
5822     data: "dpdk-performance-changes-3n-hsw-ref"
5823   compare:
5824     title: "2001"
5825     data: "dpdk-performance-changes-3n-hsw-cmp"
5826   data: "dpdk-performance-changes-3n-hsw"
5827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5828   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5829   parameters:
5830   - "name"
5831   - "parent"
5832   - "throughput"
5833
5834 # DPDK Performance Changes 3n-hsw 2t2c pdr
5835 - type: "table"
5836   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5837   algorithm: "table_perf_comparison"
5838   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5839   history:
5840     - title: "1904"
5841       data: "dpdk-performance-changes-3n-hsw-h1"
5842   reference:
5843     title: "1908"
5844     data: "dpdk-performance-changes-3n-hsw-ref"
5845   compare:
5846     title: "2001"
5847     data: "dpdk-performance-changes-3n-hsw-cmp"
5848   data: "dpdk-performance-changes-3n-hsw"
5849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5850   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5851   parameters:
5852   - "name"
5853   - "parent"
5854   - "throughput"
5855
5856 # DPDK Performance Changes 3n-hsw 1t1c ndr
5857 - type: "table"
5858   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5859   algorithm: "table_perf_comparison"
5860   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5861   history:
5862     - title: "1904"
5863       data: "dpdk-performance-changes-3n-hsw-h1"
5864   reference:
5865     title: "1908"
5866     data: "dpdk-performance-changes-3n-hsw-ref"
5867   compare:
5868     title: "2001"
5869     data: "dpdk-performance-changes-3n-hsw-cmp"
5870   data: "dpdk-performance-changes-3n-hsw"
5871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5872   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5873   parameters:
5874   - "name"
5875   - "parent"
5876   - "throughput"
5877
5878 # DPDK Performance Changes 3n-hsw 2t2c ndr
5879 - type: "table"
5880   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5881   algorithm: "table_perf_comparison"
5882   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5883   history:
5884     - title: "1904"
5885       data: "dpdk-performance-changes-3n-hsw-h1"
5886   reference:
5887     title: "1908"
5888     data: "dpdk-performance-changes-3n-hsw-ref"
5889   compare:
5890     title: "2001"
5891     data: "dpdk-performance-changes-3n-hsw-cmp"
5892   data: "dpdk-performance-changes-3n-hsw"
5893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5894   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5895   parameters:
5896   - "name"
5897   - "parent"
5898   - "throughput"
5899
5900 # DPDK Performance Changes 3n-skx 2t1c pdr
5901 - type: "table"
5902   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5903   algorithm: "table_perf_comparison"
5904   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5905   history:
5906     - title: "1904"
5907       data: "dpdk-performance-changes-3n-skx-h1"
5908   reference:
5909     title: "1908"
5910     data: "dpdk-performance-changes-3n-skx-ref"
5911   compare:
5912     title: "2001"
5913     data: "dpdk-performance-changes-3n-skx-cmp"
5914   data: "dpdk-performance-changes-3n-skx"
5915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5916   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5917   parameters:
5918   - "name"
5919   - "parent"
5920   - "throughput"
5921
5922 # DPDK Performance Changes 3n-skx 4t2c pdr
5923 - type: "table"
5924   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5925   algorithm: "table_perf_comparison"
5926   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5927   history:
5928     - title: "1904"
5929       data: "dpdk-performance-changes-3n-skx-h1"
5930   reference:
5931     title: "1908"
5932     data: "dpdk-performance-changes-3n-skx-ref"
5933   compare:
5934     title: "2001"
5935     data: "dpdk-performance-changes-3n-skx-cmp"
5936   data: "dpdk-performance-changes-3n-skx"
5937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5938   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5939   parameters:
5940   - "name"
5941   - "parent"
5942   - "throughput"
5943
5944 # DPDK Performance Changes 3n-skx 2t1c ndr
5945 - type: "table"
5946   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5947   algorithm: "table_perf_comparison"
5948   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5949   history:
5950     - title: "1904"
5951       data: "dpdk-performance-changes-3n-skx-h1"
5952   reference:
5953     title: "1908"
5954     data: "dpdk-performance-changes-3n-skx-ref"
5955   compare:
5956     title: "2001"
5957     data: "dpdk-performance-changes-3n-skx-cmp"
5958   data: "dpdk-performance-changes-3n-skx"
5959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5960   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5961   parameters:
5962   - "name"
5963   - "parent"
5964   - "throughput"
5965
5966 # DPDK Performance Changes 3n-skx 4t2c ndr
5967 - type: "table"
5968   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5969   algorithm: "table_perf_comparison"
5970   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5971   history:
5972     - title: "1904"
5973       data: "dpdk-performance-changes-3n-skx-h1"
5974   reference:
5975     title: "1908"
5976     data: "dpdk-performance-changes-3n-skx-ref"
5977   compare:
5978     title: "2001"
5979     data: "dpdk-performance-changes-3n-skx-cmp"
5980   data: "dpdk-performance-changes-3n-skx"
5981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5982   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5983   parameters:
5984   - "name"
5985   - "parent"
5986   - "throughput"
5987
5988 # DPDK Performance Changes 2n-skx 2t1c pdr
5989 - type: "table"
5990   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5991   algorithm: "table_perf_comparison"
5992   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5993   history:
5994     - title: "1904"
5995       data: "dpdk-performance-changes-2n-skx-h1"
5996   reference:
5997     title: "1908"
5998     data: "dpdk-performance-changes-2n-skx-ref"
5999   compare:
6000     title: "2001"
6001     data: "dpdk-performance-changes-2n-skx-cmp"
6002   data: "dpdk-performance-changes-2n-skx"
6003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6004   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6005   parameters:
6006   - "name"
6007   - "parent"
6008   - "throughput"
6009
6010 # DPDK Performance Changes 2n-skx 4t2c pdr
6011 - type: "table"
6012   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6013   algorithm: "table_perf_comparison"
6014   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6015   history:
6016     - title: "1904"
6017       data: "dpdk-performance-changes-2n-skx-h1"
6018   reference:
6019     title: "1908"
6020     data: "dpdk-performance-changes-2n-skx-ref"
6021   compare:
6022     title: "2001"
6023     data: "dpdk-performance-changes-2n-skx-cmp"
6024   data: "dpdk-performance-changes-2n-skx"
6025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6026   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6027   parameters:
6028   - "name"
6029   - "parent"
6030   - "throughput"
6031
6032 # DPDK Performance Changes 2n-skx 2t1c ndr
6033 - type: "table"
6034   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6035   algorithm: "table_perf_comparison"
6036   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6037   history:
6038     - title: "1904"
6039       data: "dpdk-performance-changes-2n-skx-h1"
6040   reference:
6041     title: "1908"
6042     data: "dpdk-performance-changes-2n-skx-ref"
6043   compare:
6044     title: "2001"
6045     data: "dpdk-performance-changes-2n-skx-cmp"
6046   data: "dpdk-performance-changes-2n-skx"
6047   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6048   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6049   parameters:
6050   - "name"
6051   - "parent"
6052   - "throughput"
6053
6054 # DPDK Performance Changes 2n-skx 4t2c ndr
6055 - type: "table"
6056   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6057   algorithm: "table_perf_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6059   history:
6060     - title: "1904"
6061       data: "dpdk-performance-changes-2n-skx-h1"
6062   reference:
6063     title: "1908"
6064     data: "dpdk-performance-changes-2n-skx-ref"
6065   compare:
6066     title: "2001"
6067     data: "dpdk-performance-changes-2n-skx-cmp"
6068   data: "dpdk-performance-changes-2n-skx"
6069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6070   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6071   parameters:
6072   - "name"
6073   - "parent"
6074   - "throughput"
6075
6076 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6077 - type: "table"
6078   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6079   algorithm: "table_perf_comparison"
6080   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6081   reference:
6082     title: "3n-hsw"
6083     data: "dpdk-compare-testbeds-ref"
6084   compare:
6085     title: "3n-skx"
6086     data: "dpdk-compare-testbeds-cmp"
6087   data: "dpdk-compare-testbeds"
6088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6089   filter: "'NIC_Intel-X710'"
6090   parameters:
6091   - "name"
6092   - "parent"
6093   - "throughput"
6094
6095 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6096 - type: "table"
6097   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6098   algorithm: "table_perf_comparison"
6099   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6100   reference:
6101     title: "3n-hsw"
6102     data: "dpdk-compare-testbeds-ref"
6103   compare:
6104     title: "3n-skx"
6105     data: "dpdk-compare-testbeds-cmp"
6106   data: "dpdk-compare-testbeds"
6107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6108   filter: "'NIC_Intel-X710'"
6109   parameters:
6110   - "name"
6111   - "parent"
6112   - "throughput"
6113
6114 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6115 - type: "table"
6116   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6117   algorithm: "table_perf_comparison"
6118   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6119   reference:
6120     title: "2n-skx"
6121     data: "dpdk-compare-testbeds-skx-clx-ref"
6122   compare:
6123     title: "2n-clx"
6124     data: "dpdk-compare-testbeds-skx-clx-cmp"
6125   data: "dpdk-compare-testbeds-skx-clx"
6126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6127   filter: "'NIC_Intel-XXV710'"
6128   parameters:
6129   - "name"
6130   - "parent"
6131   - "throughput"
6132
6133 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6134 - type: "table"
6135   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6136   algorithm: "table_perf_comparison"
6137   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6138   reference:
6139     title: "2n-skx"
6140     data: "dpdk-compare-testbeds-skx-clx-ref"
6141   compare:
6142     title: "2n-clx"
6143     data: "dpdk-compare-testbeds-skx-clx-cmp"
6144   data: "dpdk-compare-testbeds-skx-clx"
6145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6146   filter: "'NIC_Intel-XXV710'"
6147   parameters:
6148   - "name"
6149   - "parent"
6150   - "throughput"
6151
6152 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6153 - type: "table"
6154   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6155   algorithm: "table_perf_comparison"
6156   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6157   reference:
6158     title: "3n-skx"
6159     data: "dpdk-compare-topologies-ref"
6160   compare:
6161     title: "2n-skx"
6162     data: "dpdk-compare-topologies-cmp"
6163   data: "dpdk-compare-topologies"
6164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6165   filter: "'NIC_Intel-XXV710'"
6166   parameters:
6167   - "name"
6168   - "parent"
6169   - "throughput"
6170
6171 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6172 - type: "table"
6173   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6174   algorithm: "table_perf_comparison"
6175   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6176   reference:
6177     title: "3n-skx"
6178     data: "dpdk-compare-topologies-ref"
6179   compare:
6180     title: "2n-skx"
6181     data: "dpdk-compare-topologies-cmp"
6182   data: "dpdk-compare-topologies"
6183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6184   filter: "'NIC_Intel-XXV710'"
6185   parameters:
6186   - "name"
6187   - "parent"
6188   - "throughput"
6189
6190 # Detailed Test Results - DPDK Performance Results 3n-hsw
6191 - type: "table"
6192   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6193   algorithm: "table_merged_details"
6194   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6195   columns:
6196     - title: " |prein| Test Name |preout| "
6197       data: "data name"
6198     - 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| "
6199       data: "data msg"
6200   data: "dpdk-perf-results-3n-hsw"
6201   filter: "all"
6202   parameters:
6203   - "name"
6204   - "parent"
6205   - "msg"
6206
6207 # Detailed Test Results - DPDK Performance Results 3n-skx
6208 - type: "table"
6209   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6210   algorithm: "table_merged_details"
6211   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6212   columns:
6213     - title: " |prein| Test Name |preout| "
6214       data: "data name"
6215     - 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| "
6216       data: "data msg"
6217   data: "dpdk-perf-results-3n-skx"
6218   filter: "all"
6219   remove-ndr: True  # Temporary solution: remove NDR results from test message
6220   parameters:
6221   - "name"
6222   - "parent"
6223   - "msg"
6224
6225 # Detailed Test Results - DPDK Performance Results 2n-skx
6226 - type: "table"
6227   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6228   algorithm: "table_merged_details"
6229   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6230   columns:
6231     - title: " |prein| Test Name |preout| "
6232       data: "data name"
6233     - 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| "
6234       data: "data msg"
6235   data: "dpdk-perf-results-2n-skx"
6236   filter: "all"
6237   remove-ndr: True  # Temporary solution: remove NDR results from test message
6238   parameters:
6239   - "name"
6240   - "parent"
6241   - "msg"
6242
6243 # Detailed Test Results - DPDK Performance Results 2n-clx
6244 - type: "table"
6245   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6246   algorithm: "table_merged_details"
6247   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6248   columns:
6249     - title: " |prein| Test Name |preout| "
6250       data: "data name"
6251     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6252       data: "data msg"
6253   data: "dpdk-perf-results-2n-clx"
6254   filter: "all"
6255   parameters:
6256   - "name"
6257   - "parent"
6258   - "msg"
6259
6260 # Detailed Test Results - DPDK Performance Results 2n-dnv
6261 - type: "table"
6262   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6263   algorithm: "table_merged_details"
6264   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6265   columns:
6266     - title: " |prein| Test Name |preout| "
6267       data: "data name"
6268     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6269       data: "data msg"
6270   data: "dpdk-perf-results-2n-dnv"
6271   filter: "all"
6272   parameters:
6273   - "name"
6274   - "parent"
6275   - "msg"
6276
6277 # Detailed Test Results - DPDK Performance Results 3n-dnv
6278 - type: "table"
6279   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6280   algorithm: "table_merged_details"
6281   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6282   columns:
6283     - title: " |prein| Test Name |preout| "
6284       data: "data name"
6285     - 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| "
6286       data: "data msg"
6287   data: "dpdk-perf-results-3n-dnv"
6288   filter: "all"
6289   parameters:
6290   - "name"
6291   - "parent"
6292   - "msg"
6293
6294 # Detailed Test Results - DPDK Performance Results 3n-tsh
6295 - type: "table"
6296   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6297   algorithm: "table_merged_details"
6298   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6299   columns:
6300     - title: " |prein| Test Name |preout| "
6301       data: "data name"
6302     - 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| "
6303       data: "data msg"
6304   data: "dpdk-perf-results-3n-tsh"
6305   filter: "all"
6306   parameters:
6307   - "name"
6308   - "parent"
6309   - "msg"
6310
6311 ################################################################################
6312 ###                                F I L E S                                 ###
6313 ################################################################################
6314
6315 # VPP Performance Results
6316 - type: "file"
6317   title: "VPP Performance Results"
6318   algorithm: "file_details_split"
6319   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6320   dir-tables:
6321     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6322     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6323     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6324     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6325     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6326     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6327     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6328   data:
6329     - "vpp-perf-results-2n-skx"
6330     - "vpp-perf-results-3n-skx"
6331     - "vpp-perf-results-2n-clx"
6332     - "vpp-perf-results-3n-hsw"
6333     - "vpp-perf-results-3n-tsh"
6334     - "vpp-perf-results-2n-dnv"
6335     - "vpp-perf-results-3n-dnv"
6336   filter: "all"
6337   data-start-level: 4
6338   order-chapters:
6339     level-1:
6340       - "l2"
6341       - "ip4"
6342       - "ip6"
6343       - "srv6"
6344       - "ip4_tunnels"
6345       - "ip6_tunnels"
6346       - "vm_vhost"
6347       - "container_memif"
6348       - "crypto"
6349       - "vts"
6350       - "lb"
6351       - "nfv_density"
6352       - "hoststack"
6353     level-2:
6354       - "2n-skx"
6355       - "3n-skx"
6356       - "2n-clx"
6357       - "3n-hsw"
6358       - "3n-tsh"
6359       - "2n-dnv"
6360       - "3n-dnv"
6361     level-3:
6362       - "xl710"
6363       - "x520"
6364       - "xxv710"
6365       - "x710"
6366       - "x553"
6367       - "cx556a"
6368       - "vic1227"
6369       - "vic1385"
6370
6371 # VPP Performance Configuration
6372 - type: "file"
6373   title: "VPP Performance Configuration"
6374   algorithm: "file_details_split"
6375   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6376   dir-tables:
6377     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6378     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6379     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6380     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6381     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6382     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6383     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6384   data:
6385     - "vpp-perf-results-2n-skx"
6386     - "vpp-perf-results-3n-skx"
6387     - "vpp-perf-results-2n-clx"
6388     - "vpp-perf-results-3n-hsw"
6389     - "vpp-perf-results-3n-tsh"
6390     - "vpp-perf-results-2n-dnv"
6391     - "vpp-perf-results-3n-dnv"
6392   filter: "all"
6393   data-start-level: 4
6394   order-chapters:
6395     level-1:
6396       - "l2"
6397       - "ip4"
6398       - "ip6"
6399       - "srv6"
6400       - "ip4_tunnels"
6401       - "ip6_tunnels"
6402       - "vm_vhost"
6403       - "container_memif"
6404       - "crypto"
6405       - "vts"
6406       - "lb"
6407       - "nfv_density"
6408       - "hoststack"
6409     level-2:
6410       - "2n-skx"
6411       - "3n-skx"
6412       - "2n-clx"
6413       - "3n-hsw"
6414       - "3n-tsh"
6415       - "2n-dnv"
6416       - "3n-dnv"
6417     level-3:
6418       - "xl710"
6419       - "x520"
6420       - "xxv710"
6421       - "x710"
6422       - "x553"
6423       - "cx556a"
6424       - "vic1227"
6425       - "vic1385"
6426
6427 # VPP Performance Operational
6428 - type: "file"
6429   title: "VPP Performance Operational"
6430   algorithm: "file_details_split_html"
6431   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6432   dir-tables:
6433     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6434     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6435     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6436     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6437     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6438     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6439     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6440   data:
6441     - "vpp-perf-results-2n-skx"
6442     - "vpp-perf-results-3n-skx"
6443     - "vpp-perf-results-2n-clx"
6444     - "vpp-perf-results-3n-hsw"
6445     - "vpp-perf-results-3n-tsh"
6446     - "vpp-perf-results-2n-dnv"
6447     - "vpp-perf-results-3n-dnv"
6448   filter: "all"
6449   data-start-level: 4
6450   order-chapters:
6451     level-1:
6452       - "l2"
6453       - "ip4"
6454       - "ip6"
6455       - "srv6"
6456       - "ip4_tunnels"
6457       - "ip6_tunnels"
6458       - "vm_vhost"
6459       - "container_memif"
6460       - "crypto"
6461       - "vts"
6462       - "lb"
6463       - "nfv_density"
6464       - "hoststack"
6465     level-2:
6466       - "2n-skx"
6467       - "3n-skx"
6468       - "2n-clx"
6469       - "3n-hsw"
6470       - "3n-tsh"
6471       - "2n-dnv"
6472       - "3n-dnv"
6473     level-3:
6474       - "xl710"
6475       - "x520"
6476       - "xxv710"
6477       - "x710"
6478       - "x553"
6479       - "cx556a"
6480       - "vic1227"
6481       - "vic1385"
6482
6483 # VPP MRR Results
6484 - type: "file"
6485   title: "VPP MRR Results"
6486   algorithm: "file_details_split"
6487   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6488   dir-tables:
6489     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6490     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6491     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6492     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6493     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6494     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6495     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6496   data:
6497     - "vpp-mrr-results-2n-skx"
6498     - "vpp-mrr-results-3n-skx"
6499     - "vpp-mrr-results-2n-clx"
6500     - "vpp-mrr-results-3n-hsw"
6501     - "vpp-mrr-results-3n-tsh"
6502     - "vpp-mrr-results-2n-dnv"
6503     - "vpp-mrr-results-3n-dnv"
6504   filter: "all"
6505   data-start-level: 4
6506   order-chapters:
6507     level-1:
6508       - "l2"
6509       - "ip4"
6510       - "ip6"
6511       - "srv6"
6512       - "ip4_tunnels"
6513       - "ip6_tunnels"
6514       - "vm_vhost"
6515       - "container_memif"
6516       - "crypto"
6517       - "vts"
6518       - "lb"
6519       - "nfv_density"
6520       - "hoststack"
6521     level-2:
6522       - "2n-skx"
6523       - "3n-skx"
6524       - "2n-clx"
6525       - "3n-hsw"
6526       - "3n-tsh"
6527       - "2n-dnv"
6528       - "3n-dnv"
6529     level-3:
6530       - "xl710"
6531       - "x520"
6532       - "xxv710"
6533       - "x710"
6534       - "x553"
6535       - "cx556a"
6536       - "vic1227"
6537       - "vic1385"
6538
6539 # VPP MRR Configuration
6540 - type: "file"
6541   title: "VPP MRR Configuration"
6542   algorithm: "file_details_split"
6543   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6544   dir-tables:
6545     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6546     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6547     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6548     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6549     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6550     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6551     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6552   data:
6553     - "vpp-mrr-results-2n-skx"
6554     - "vpp-mrr-results-3n-skx"
6555     - "vpp-mrr-results-2n-clx"
6556     - "vpp-mrr-results-3n-hsw"
6557     - "vpp-mrr-results-3n-tsh"
6558     - "vpp-mrr-results-2n-dnv"
6559     - "vpp-mrr-results-3n-dnv"
6560   filter: "all"
6561   data-start-level: 4
6562   order-chapters:
6563     level-1:
6564       - "l2"
6565       - "ip4"
6566       - "ip6"
6567       - "srv6"
6568       - "ip4_tunnels"
6569       - "ip6_tunnels"
6570       - "vm_vhost"
6571       - "container_memif"
6572       - "crypto"
6573       - "vts"
6574       - "lb"
6575       - "nfv_density"
6576       - "hoststack"
6577     level-2:
6578       - "2n-skx"
6579       - "3n-skx"
6580       - "2n-clx"
6581       - "3n-hsw"
6582       - "3n-tsh"
6583       - "2n-dnv"
6584       - "3n-dnv"
6585     level-3:
6586       - "xl710"
6587       - "x520"
6588       - "xxv710"
6589       - "x710"
6590       - "x553"
6591       - "cx556a"
6592       - "vic1227"
6593       - "vic1385"
6594
6595 # VPP Device Results - Ubuntu
6596 - type: "file"
6597   title: "VPP Device Results - Ubuntu"
6598   algorithm: "file_test_results"
6599   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6600   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6601   data: "vpp-device-results-ubuntu"
6602   filter: "all"
6603   data-start-level: 4
6604
6605 # VPP Device Configuration - Ubuntu
6606 - type: "file"
6607   title: "VPP Device Configuration - Ubuntu"
6608   algorithm: "file_test_results"
6609   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6610   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6611   data: "vpp-device-results-ubuntu"
6612   filter: "all"
6613   data-start-level: 4
6614
6615 # DPDK Performance Results 3n-hsw
6616 - type: "file"
6617   title: "DPDK Performance Results 3n-hsw"
6618   algorithm: "file_test_results"
6619   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6620   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6621   data: "dpdk-perf-results-3n-hsw"
6622   filter: "all"
6623   data-start-level: 4
6624
6625 # DPDK Performance Results 3n-skx
6626 - type: "file"
6627   title: "DPDK Performance Results 3n-skx"
6628   algorithm: "file_test_results"
6629   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6630   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6631   data: "dpdk-perf-results-3n-skx"
6632   filter: "all"
6633   data-start-level: 4
6634
6635 # DPDK Performance Results 2n-skx
6636 - type: "file"
6637   title: "DPDK Performance Results 2n-skx"
6638   algorithm: "file_test_results"
6639   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6640   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6641   data: "dpdk-perf-results-2n-skx"
6642   filter: "all"
6643   data-start-level: 4
6644
6645 # DPDK Performance Results 2n-clx
6646 - type: "file"
6647   title: "DPDK Performance Results 2n-clx"
6648   algorithm: "file_test_results"
6649   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6650   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6651   data: "dpdk-perf-results-2n-clx"
6652   filter: "all"
6653   data-start-level: 4
6654
6655 # DPDK Performance Results 2n-dnv
6656 - type: "file"
6657   title: "DPDK Performance Results 2n-dnv"
6658   algorithm: "file_test_results"
6659   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6660   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6661   data: "dpdk-perf-results-2n-dnv"
6662   filter: "all"
6663   data-start-level: 4
6664
6665 # DPDK Performance Results 3n-dnv
6666 - type: "file"
6667   title: "DPDK Performance Results 3n-dnv"
6668   algorithm: "file_test_results"
6669   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6670   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6671   data: "dpdk-perf-results-3n-dnv"
6672   filter: "all"
6673   data-start-level: 4
6674
6675 # DPDK Performance Results 3n-tsh
6676 - type: "file"
6677   title: "DPDK Performance Results 3n-tsh"
6678   algorithm: "file_test_results"
6679   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6680   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6681   data: "dpdk-perf-results-3n-tsh"
6682   filter: "all"
6683   data-start-level: 4
6684
6685 ################################################################################
6686 ###                                P L O T S                                 ###
6687 ################################################################################
6688
6689 # Hoststack tests 3n-hsw
6690
6691 - type: "plot"
6692   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6693   algorithm: "plot_perf_box_name"
6694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6695   data: "plot-vpp-hoststack-3n-hsw"
6696   include:
6697     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6698     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6699   layout:
6700     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6701     layout: "plot-hoststack"
6702
6703 - type: "plot"
6704   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6705   algorithm: "plot_perf_box_name"
6706   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6707   data: "plot-vpp-hoststack-3n-hsw"
6708   include:
6709     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6710     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6711   layout:
6712     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6713     layout: "plot-hoststack"
6714
6715 - type: "plot"
6716   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6717   algorithm: "plot_perf_box_name"
6718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6719   data: "plot-vpp-hoststack-3n-hsw"
6720   include:
6721     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6722     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6723     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6724     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6725   layout:
6726     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6727     layout: "plot-hoststack"
6728
6729 # Plots VPP HTTP Server Performance
6730 - type: "plot"
6731   title: "VPP HTTP Server Performance"
6732   algorithm: "plot_http_server_perf_box"
6733   output-file-type: ".html"
6734   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6735   data:
6736     "plot-vpp-http-server-performance"
6737   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6738   parameters:
6739   - "result"
6740   - "name"
6741   traces:
6742     hoverinfo: "y+name"
6743     boxpoints: "outliers"
6744     whiskerwidth: 0
6745   layout:
6746     title: "VPP HTTP Server Performance"
6747     layout:
6748       "plot-cps"
6749
6750 - type: "plot"
6751   title: "VPP HTTP Server Performance"
6752   algorithm: "plot_http_server_perf_box"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6755   data:
6756     "plot-vpp-http-server-performance"
6757   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6758   parameters:
6759   - "result"
6760   - "name"
6761   traces:
6762     hoverinfo: "y+name"
6763     boxpoints: "outliers"
6764     whiskerwidth: 0
6765   layout:
6766     title: "VPP HTTP Server Performance"
6767     layout:
6768       "plot-rps"
6769
6770 ################################################################################
6771
6772 # Soak Test (PLRsearch), boxes - 2n-clx
6773 - type: "plot"
6774   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6775   algorithm: "plot_perf_box_name"
6776   output-file-type: ".html"
6777   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6778   data: "plot-vpp-soak-2n-clx"
6779   include:
6780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6786   layout:
6787     title: "30 Minutes Soak Test (PLRsearch)"
6788     layout: "plot-soak-throughput"
6789
6790 # Soak Test (PLRsearch), boxes - 2n-clx
6791 - type: "plot"
6792   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6793   algorithm: "plot_perf_box_name"
6794   output-file-type: ".html"
6795   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6796   data: "plot-vpp-soak-2n-clx"
6797   include:
6798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6803     - "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"
6804   layout:
6805     title: "30 Minutes Soak Test (PLRsearch)"
6806     layout: "plot-soak-throughput"
6807
6808 # Soak Test (PLRsearch), boxes - 2n-skx
6809 - type: "plot"
6810   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6811   algorithm: "plot_perf_box_name"
6812   output-file-type: ".html"
6813   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6814   data: "plot-vpp-soak-2n-skx"
6815   include:
6816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6822   layout:
6823     title: "30 Minutes Soak Test (PLRsearch)"
6824     layout: "plot-soak-throughput"
6825
6826 # Soak Test (PLRsearch), boxes - 2n-skx
6827 - type: "plot"
6828   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6829   algorithm: "plot_perf_box_name"
6830   output-file-type: ".html"
6831   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6832   data: "plot-vpp-soak-2n-skx"
6833   include:
6834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6839     - "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"
6840   layout:
6841     title: "30 Minutes Soak Test (PLRsearch)"
6842     layout: "plot-soak-throughput"
6843
6844 ###############################################################################
6845
6846 # Reconf tests 2n-skx
6847
6848 - type: "plot"
6849   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6850   algorithm: "plot_nf_reconf_box_name"
6851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6852   data: "plot-vpp-nfv-reconf-2n-skx"
6853   include:
6854     - "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"
6855     - "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"
6856     - "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"
6857     - "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"
6858     - "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"
6859     - "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"
6860   layout:
6861     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6862     layout: "plot-throughput"
6863
6864 - type: "plot"
6865   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6866   algorithm: "plot_nf_reconf_box_name"
6867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6868   data: "plot-vpp-nfv-reconf-2n-skx"
6869   include:
6870     - "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"
6871     - "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"
6872     - "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"
6873     - "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"
6874     - "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"
6875     - "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"
6876   layout:
6877     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6878     layout: "plot-throughput"
6879
6880 - type: "plot"
6881   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6882   algorithm: "plot_nf_reconf_box_name"
6883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6884   data: "plot-vpp-nfv-reconf-2n-skx"
6885   include:
6886     - "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"
6887     - "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"
6888     - "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"
6889     - "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"
6890     - "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"
6891     - "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"
6892   layout:
6893     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6894     layout: "plot-throughput"
6895
6896 ###############################################################################
6897
6898 # Reconf tests 2n-clx
6899
6900 - type: "plot"
6901   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6902   algorithm: "plot_nf_reconf_box_name"
6903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6904   data: "plot-vpp-nfv-reconf-2n-clx"
6905   include:
6906     - "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"
6907     - "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"
6908     - "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"
6909     - "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"
6910   layout:
6911     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6912     layout: "plot-throughput"
6913
6914 - type: "plot"
6915   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6916   algorithm: "plot_nf_reconf_box_name"
6917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6918   data: "plot-vpp-nfv-reconf-2n-clx"
6919   include:
6920     - "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"
6921     - "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"
6922     - "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"
6923     - "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"
6924   layout:
6925     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6926     layout: "plot-throughput"
6927
6928 - type: "plot"
6929   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6930   algorithm: "plot_nf_reconf_box_name"
6931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6932   data: "plot-vpp-nfv-reconf-2n-clx"
6933   include:
6934     - "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"
6935     - "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"
6936     - "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"
6937     - "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"
6938   layout:
6939     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6940     layout: "plot-throughput"
6941
6942 ################################################################################
6943 ## Plots - NF Density - VSC - MRR 64b
6944 #- type: "plot"
6945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6946 #  algorithm: "plot_nf_heatmap"
6947 #  output-file-type: ".html"
6948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6949 #  data: "plot-vpp-nfv-2n-skx-mrr"
6950 #  filter: "'NIC_Intel-XXV710' and
6951 #           'NF_DENSITY' and
6952 #           'VHOST' and
6953 #           not 'VXLAN' and
6954 #           'CHAIN' and
6955 #           'NF_VPPIP4' and
6956 #           '64B' and
6957 #           '2T1C' and
6958 #           'MRR'"
6959 #  parameters:
6960 #  - "result"
6961 #  - "name"
6962 #  - "tags"
6963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6964 #  x-axis: "X = VNFs per Service Chain"
6965 #  y-axis: "Y = Number of Service Chains"
6966 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6967 #  layout:
6968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6969 #    layout: "plot-service-density"
6970 #
6971 #- type: "plot"
6972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6973 #  algorithm: "plot_nf_heatmap"
6974 #  output-file-type: ".html"
6975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6976 #  data: "plot-vpp-nfv-2n-skx-mrr"
6977 #  filter: "'NIC_Intel-XXV710' and
6978 #           'NF_DENSITY' and
6979 #           'VHOST' and
6980 #           not 'VXLAN' and
6981 #           'CHAIN' and
6982 #           'NF_VPPIP4' and
6983 #           '64B' and
6984 #           '4T2C' and
6985 #           'MRR'"
6986 #  parameters:
6987 #  - "result"
6988 #  - "name"
6989 #  - "tags"
6990 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6991 #  x-axis: "X = VNFs per Service Chain"
6992 #  y-axis: "Y = Number of Service Chains"
6993 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6994 #  layout:
6995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6996 #    layout: "plot-service-density"
6997 #
6998 #- type: "plot"
6999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7000 #  algorithm: "plot_nf_heatmap"
7001 #  output-file-type: ".html"
7002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7003 #  data: "plot-vpp-nfv-2n-skx-mrr"
7004 #  filter: "'NIC_Intel-XXV710' and
7005 #           'NF_DENSITY' and
7006 #           'VHOST' and
7007 #           not 'VXLAN' and
7008 #           'CHAIN' and
7009 #           'NF_VPPIP4' and
7010 #           '64B' and
7011 #           '8T4C' and
7012 #           'MRR'"
7013 #  parameters:
7014 #  - "result"
7015 #  - "name"
7016 #  - "tags"
7017 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7018 #  x-axis: "X = VNFs per Service Chain"
7019 #  y-axis: "Y = Number of Service Chains"
7020 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7021 #  layout:
7022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7023 #    layout: "plot-service-density"
7024 #
7025 ## Plots - NF Density - VSC - MRR IMIX
7026 #- type: "plot"
7027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7028 #  algorithm: "plot_nf_heatmap"
7029 #  output-file-type: ".html"
7030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7031 #  data: "plot-vpp-nfv-2n-skx-mrr"
7032 #  filter: "'NIC_Intel-XXV710' and
7033 #           'NF_DENSITY' and
7034 #           'VHOST' and
7035 #           not 'VXLAN' and
7036 #           'CHAIN' and
7037 #           'NF_VPPIP4' and
7038 #           'IMIX' and
7039 #           '2T1C' and
7040 #           'MRR'"
7041 #  parameters:
7042 #  - "result"
7043 #  - "name"
7044 #  - "tags"
7045 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7046 #  x-axis: "X = VNFs per Service Chain"
7047 #  y-axis: "Y = Number of Service Chains"
7048 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7049 #  layout:
7050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7051 #    layout: "plot-service-density"
7052 #
7053 #- type: "plot"
7054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7055 #  algorithm: "plot_nf_heatmap"
7056 #  output-file-type: ".html"
7057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7058 #  data: "plot-vpp-nfv-2n-skx-mrr"
7059 #  filter: "'NIC_Intel-XXV710' and
7060 #           'NF_DENSITY' and
7061 #           'VHOST' and
7062 #           not 'VXLAN' and
7063 #           'CHAIN' and
7064 #           'NF_VPPIP4' and
7065 #           'IMIX' and
7066 #           '4T2C' and
7067 #           'MRR'"
7068 #  parameters:
7069 #  - "result"
7070 #  - "name"
7071 #  - "tags"
7072 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7073 #  x-axis: "X = VNFs per Service Chain"
7074 #  y-axis: "Y = Number of Service Chains"
7075 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7076 #  layout:
7077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7078 #    layout: "plot-service-density"
7079 #
7080 #- type: "plot"
7081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7082 #  algorithm: "plot_nf_heatmap"
7083 #  output-file-type: ".html"
7084 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7085 #  data: "plot-vpp-nfv-2n-skx-mrr"
7086 #  filter: "'NIC_Intel-XXV710' and
7087 #           'NF_DENSITY' and
7088 #           'VHOST' and
7089 #           not 'VXLAN' and
7090 #           'CHAIN' and
7091 #           'NF_VPPIP4' and
7092 #           'IMIX' and
7093 #           '8T4C' and
7094 #           'MRR'"
7095 #  parameters:
7096 #  - "result"
7097 #  - "name"
7098 #  - "tags"
7099 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7100 #  x-axis: "X = VNFs per Service Chain"
7101 #  y-axis: "Y = Number of Service Chains"
7102 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7103 #  layout:
7104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7105 #    layout: "plot-service-density"
7106 #
7107 ## Plots - NF Density - VSC - NDR 64b
7108 #- type: "plot"
7109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7110 #  algorithm: "plot_nf_heatmap"
7111 #  output-file-type: ".html"
7112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7113 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7114 #  filter: "'NIC_Intel-XXV710' and
7115 #           'NF_DENSITY' and
7116 #           'VHOST' and
7117 #           not 'VXLAN' and
7118 #           'CHAIN' and
7119 #           'NF_VPPIP4' and
7120 #           '64B' and
7121 #           '2T1C' and
7122 #           'NDRPDR'"
7123 #  parameters:
7124 #  - "throughput"
7125 #  - "name"
7126 #  - "tags"
7127 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7128 #  x-axis: "X = VNFs per Service Chain"
7129 #  y-axis: "Y = Number of Service Chains"
7130 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7131 #  layout:
7132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7133 #    layout: "plot-service-density"
7134 #
7135 #- type: "plot"
7136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7137 #  algorithm: "plot_nf_heatmap"
7138 #  output-file-type: ".html"
7139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7140 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7141 #  filter: "'NIC_Intel-XXV710' and
7142 #           'NF_DENSITY' and
7143 #           'VHOST' and
7144 #           not 'VXLAN' and
7145 #           'CHAIN' and
7146 #           'NF_VPPIP4' and
7147 #           '64B' and
7148 #           '4T2C' and
7149 #           'NDRPDR'"
7150 #  parameters:
7151 #  - "throughput"
7152 #  - "name"
7153 #  - "tags"
7154 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7155 #  x-axis: "X = VNFs per Service Chain"
7156 #  y-axis: "Y = Number of Service Chains"
7157 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7158 #  layout:
7159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7160 #    layout: "plot-service-density"
7161 #
7162 #- type: "plot"
7163 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7164 #  algorithm: "plot_nf_heatmap"
7165 #  output-file-type: ".html"
7166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7167 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7168 #  filter: "'NIC_Intel-XXV710' and
7169 #           'NF_DENSITY' and
7170 #           'VHOST' and
7171 #           not 'VXLAN' and
7172 #           'CHAIN' and
7173 #           'NF_VPPIP4' and
7174 #           '64B' and
7175 #           '8T4C' and
7176 #           'NDRPDR'"
7177 #  parameters:
7178 #  - "throughput"
7179 #  - "name"
7180 #  - "tags"
7181 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7182 #  x-axis: "X = VNFs per Service Chain"
7183 #  y-axis: "Y = Number of Service Chains"
7184 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7185 #  layout:
7186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7187 #    layout: "plot-service-density"
7188 #
7189 ## Plots - NF Density - VSC - NDR IMIX
7190 #- type: "plot"
7191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7192 #  algorithm: "plot_nf_heatmap"
7193 #  output-file-type: ".html"
7194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7196 #  filter: "'NIC_Intel-XXV710' and
7197 #           'NF_DENSITY' and
7198 #           'VHOST' and
7199 #           not 'VXLAN' and
7200 #           'CHAIN' and
7201 #           'NF_VPPIP4' and
7202 #           'IMIX' and
7203 #           '2T1C' and
7204 #           'NDRPDR'"
7205 #  parameters:
7206 #  - "throughput"
7207 #  - "name"
7208 #  - "tags"
7209 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7210 #  x-axis: "X = VNFs per Service Chain"
7211 #  y-axis: "Y = Number of Service Chains"
7212 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7213 #  layout:
7214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7215 #    layout: "plot-service-density"
7216 #
7217 #- type: "plot"
7218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7219 #  algorithm: "plot_nf_heatmap"
7220 #  output-file-type: ".html"
7221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7222 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7223 #  filter: "'NIC_Intel-XXV710' and
7224 #           'NF_DENSITY' and
7225 #           'VHOST' and
7226 #           not 'VXLAN' and
7227 #           'CHAIN' and
7228 #           'NF_VPPIP4' and
7229 #           'IMIX' and
7230 #           '4T2C' and
7231 #           'NDRPDR'"
7232 #  parameters:
7233 #  - "throughput"
7234 #  - "name"
7235 #  - "tags"
7236 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7237 #  x-axis: "X = VNFs per Service Chain"
7238 #  y-axis: "Y = Number of Service Chains"
7239 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7240 #  layout:
7241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7242 #    layout: "plot-service-density"
7243 #
7244 #- type: "plot"
7245 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7246 #  algorithm: "plot_nf_heatmap"
7247 #  output-file-type: ".html"
7248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7249 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7250 #  filter: "'NIC_Intel-XXV710' and
7251 #           'NF_DENSITY' and
7252 #           'VHOST' and
7253 #           not 'VXLAN' and
7254 #           'CHAIN' and
7255 #           'NF_VPPIP4' and
7256 #           'IMIX' and
7257 #           '8T4C' and
7258 #           'NDRPDR'"
7259 #  parameters:
7260 #  - "throughput"
7261 #  - "name"
7262 #  - "tags"
7263 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7264 #  x-axis: "X = VNFs per Service Chain"
7265 #  y-axis: "Y = Number of Service Chains"
7266 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7267 #  layout:
7268 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7269 #    layout: "plot-service-density"
7270 #
7271 ## Plots - NF Density - VSC - PDR 64b
7272 #- type: "plot"
7273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7274 #  algorithm: "plot_nf_heatmap"
7275 #  output-file-type: ".html"
7276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7277 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7278 #  filter: "'NIC_Intel-XXV710' and
7279 #           'NF_DENSITY' and
7280 #           'VHOST' and
7281 #           not 'VXLAN' and
7282 #           'CHAIN' and
7283 #           'NF_VPPIP4' and
7284 #           '64B' and
7285 #           '2T1C' and
7286 #           'NDRPDR'"
7287 #  parameters:
7288 #  - "throughput"
7289 #  - "name"
7290 #  - "tags"
7291 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7292 #  x-axis: "X = VNFs per Service Chain"
7293 #  y-axis: "Y = Number of Service Chains"
7294 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7295 #  layout:
7296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7297 #    layout: "plot-service-density"
7298 #
7299 #- type: "plot"
7300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7301 #  algorithm: "plot_nf_heatmap"
7302 #  output-file-type: ".html"
7303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7304 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7305 #  filter: "'NIC_Intel-XXV710' and
7306 #           'NF_DENSITY' and
7307 #           'VHOST' and
7308 #           not 'VXLAN' and
7309 #           'CHAIN' and
7310 #           'NF_VPPIP4' and
7311 #           '64B' and
7312 #           '4T2C' and
7313 #           'NDRPDR'"
7314 #  parameters:
7315 #  - "throughput"
7316 #  - "name"
7317 #  - "tags"
7318 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7319 #  x-axis: "X = VNFs per Service Chain"
7320 #  y-axis: "Y = Number of Service Chains"
7321 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7322 #  layout:
7323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7324 #    layout: "plot-service-density"
7325 #
7326 #- type: "plot"
7327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7328 #  algorithm: "plot_nf_heatmap"
7329 #  output-file-type: ".html"
7330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7331 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7332 #  filter: "'NIC_Intel-XXV710' and
7333 #           'NF_DENSITY' and
7334 #           'VHOST' and
7335 #           not 'VXLAN' and
7336 #           'CHAIN' and
7337 #           'NF_VPPIP4' and
7338 #           '64B' and
7339 #           '8T4C' and
7340 #           'NDRPDR'"
7341 #  parameters:
7342 #  - "throughput"
7343 #  - "name"
7344 #  - "tags"
7345 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7346 #  x-axis: "X = VNFs per Service Chain"
7347 #  y-axis: "Y = Number of Service Chains"
7348 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7349 #  layout:
7350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7351 #    layout: "plot-service-density"
7352 #
7353 ## Plots - NF Density - VSC - PDR IMIX
7354 #- type: "plot"
7355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7356 #  algorithm: "plot_nf_heatmap"
7357 #  output-file-type: ".html"
7358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7359 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7360 #  filter: "'NIC_Intel-XXV710' and
7361 #           'NF_DENSITY' and
7362 #           'VHOST' and
7363 #           not 'VXLAN' and
7364 #           'CHAIN' and
7365 #           'NF_VPPIP4' and
7366 #           'IMIX' and
7367 #           '2T1C' and
7368 #           'NDRPDR'"
7369 #  parameters:
7370 #  - "throughput"
7371 #  - "name"
7372 #  - "tags"
7373 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7374 #  x-axis: "X = VNFs per Service Chain"
7375 #  y-axis: "Y = Number of Service Chains"
7376 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7377 #  layout:
7378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7379 #    layout: "plot-service-density"
7380 #
7381 #- type: "plot"
7382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7383 #  algorithm: "plot_nf_heatmap"
7384 #  output-file-type: ".html"
7385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7386 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7387 #  filter: "'NIC_Intel-XXV710' and
7388 #           'NF_DENSITY' and
7389 #           'VHOST' and
7390 #           not 'VXLAN' and
7391 #           'CHAIN' and
7392 #           'NF_VPPIP4' and
7393 #           'IMIX' and
7394 #           '4T2C' and
7395 #           'NDRPDR'"
7396 #  parameters:
7397 #  - "throughput"
7398 #  - "name"
7399 #  - "tags"
7400 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7401 #  x-axis: "X = VNFs per Service Chain"
7402 #  y-axis: "Y = Number of Service Chains"
7403 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7404 #  layout:
7405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7406 #    layout: "plot-service-density"
7407 #
7408 #- type: "plot"
7409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7410 #  algorithm: "plot_nf_heatmap"
7411 #  output-file-type: ".html"
7412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7413 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7414 #  filter: "'NIC_Intel-XXV710' and
7415 #           'NF_DENSITY' and
7416 #           'VHOST' and
7417 #           not 'VXLAN' and
7418 #           'CHAIN' and
7419 #           'NF_VPPIP4' and
7420 #           'IMIX' and
7421 #           '8T4C' and
7422 #           'NDRPDR'"
7423 #  parameters:
7424 #  - "throughput"
7425 #  - "name"
7426 #  - "tags"
7427 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7428 #  x-axis: "X = VNFs per Service Chain"
7429 #  y-axis: "Y = Number of Service Chains"
7430 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7431 #  layout:
7432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7433 #    layout: "plot-service-density"
7434 #
7435 ################################################################################
7436 ## Plots - NF Density - VSC - MRR 64b
7437 #- type: "plot"
7438 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7439 #  algorithm: "plot_nf_heatmap"
7440 #  output-file-type: ".html"
7441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7442 #  data: "plot-vpp-nfv-2n-skx-mrr"
7443 #  filter: "'NIC_Intel-XXV710' and
7444 #           'NF_DENSITY' and
7445 #           'VHOST' and
7446 #           'VXLAN' and
7447 #           'CHAIN' and
7448 #           '118' and
7449 #           '2T1C' and
7450 #           'MRR'"
7451 #  parameters:
7452 #  - "result"
7453 #  - "name"
7454 #  - "tags"
7455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7456 #  x-axis: "X = VNFs per Service Chain"
7457 #  y-axis: "Y = Number of Service Chains"
7458 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7459 #  layout:
7460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7461 #    layout: "plot-service-density"
7462 #
7463 #- type: "plot"
7464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7465 #  algorithm: "plot_nf_heatmap"
7466 #  output-file-type: ".html"
7467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7468 #  data: "plot-vpp-nfv-2n-skx-mrr"
7469 #  filter: "'NIC_Intel-XXV710' and
7470 #           'NF_DENSITY' and
7471 #           'VHOST' and
7472 #           'VXLAN' and
7473 #           'CHAIN' and
7474 #           '118' and
7475 #           '4T2C' and
7476 #           'MRR'"
7477 #  parameters:
7478 #  - "result"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = VNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7487 #    layout: "plot-service-density"
7488 #
7489 #- type: "plot"
7490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7491 #  algorithm: "plot_nf_heatmap"
7492 #  output-file-type: ".html"
7493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7494 #  data: "plot-vpp-nfv-2n-skx-mrr"
7495 #  filter: "'NIC_Intel-XXV710' and
7496 #           'NF_DENSITY' and
7497 #           'VHOST' and
7498 #           'VXLAN' and
7499 #           'CHAIN' and
7500 #           '118' and
7501 #           '8T4C' and
7502 #           'MRR'"
7503 #  parameters:
7504 #  - "result"
7505 #  - "name"
7506 #  - "tags"
7507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7508 #  x-axis: "X = VNFs per Service Chain"
7509 #  y-axis: "Y = Number of Service Chains"
7510 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7511 #  layout:
7512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7513 #    layout: "plot-service-density"
7514 #
7515 ## Plots - NF Density - VSC - MRR IMIX
7516 #- type: "plot"
7517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7518 #  algorithm: "plot_nf_heatmap"
7519 #  output-file-type: ".html"
7520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7521 #  data: "plot-vpp-nfv-2n-skx-mrr"
7522 #  filter: "'NIC_Intel-XXV710' and
7523 #           'NF_DENSITY' and
7524 #           'VHOST' and
7525 #           'VXLAN' and
7526 #           'CHAIN' and
7527 #           'IMIX' and
7528 #           '2T1C' and
7529 #           'MRR'"
7530 #  parameters:
7531 #  - "result"
7532 #  - "name"
7533 #  - "tags"
7534 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7535 #  x-axis: "X = VNFs per Service Chain"
7536 #  y-axis: "Y = Number of Service Chains"
7537 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7538 #  layout:
7539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7540 #    layout: "plot-service-density"
7541 #
7542 #- type: "plot"
7543 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7544 #  algorithm: "plot_nf_heatmap"
7545 #  output-file-type: ".html"
7546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7547 #  data: "plot-vpp-nfv-2n-skx-mrr"
7548 #  filter: "'NIC_Intel-XXV710' and
7549 #           'NF_DENSITY' and
7550 #           'VHOST' and
7551 #           'VXLAN' and
7552 #           'CHAIN' and
7553 #           'IMIX' and
7554 #           '4T2C' and
7555 #           'MRR'"
7556 #  parameters:
7557 #  - "result"
7558 #  - "name"
7559 #  - "tags"
7560 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7561 #  x-axis: "X = VNFs per Service Chain"
7562 #  y-axis: "Y = Number of Service Chains"
7563 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7564 #  layout:
7565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7566 #    layout: "plot-service-density"
7567 #
7568 #- type: "plot"
7569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7570 #  algorithm: "plot_nf_heatmap"
7571 #  output-file-type: ".html"
7572 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7573 #  data: "plot-vpp-nfv-2n-skx-mrr"
7574 #  filter: "'NIC_Intel-XXV710' and
7575 #           'NF_DENSITY' and
7576 #           'VHOST' and
7577 #           'VXLAN' and
7578 #           'CHAIN' and
7579 #           'IMIX' and
7580 #           '8T4C' and
7581 #           'MRR'"
7582 #  parameters:
7583 #  - "result"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = VNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7592 #    layout: "plot-service-density"
7593 #
7594 ## Plots - NF Density - VSC - NDR 64b
7595 #- type: "plot"
7596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7597 #  algorithm: "plot_nf_heatmap"
7598 #  output-file-type: ".html"
7599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7600 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7601 #  filter: "'NIC_Intel-XXV710' and
7602 #           'NF_DENSITY' and
7603 #           'VHOST' and
7604 #           'VXLAN' and
7605 #           'CHAIN' and
7606 #           '118' and
7607 #           '2T1C' and
7608 #           'NDRPDR'"
7609 #  parameters:
7610 #  - "throughput"
7611 #  - "name"
7612 #  - "tags"
7613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7614 #  x-axis: "X = VNFs per Service Chain"
7615 #  y-axis: "Y = Number of Service Chains"
7616 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7617 #  layout:
7618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7619 #    layout: "plot-service-density"
7620 #
7621 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'VHOST' and
7630 #           'VXLAN' and
7631 #           'CHAIN' and
7632 #           '118' and
7633 #           '4T2C' and
7634 #           'NDRPDR'"
7635 #  parameters:
7636 #  - "throughput"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = VNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7645 #    layout: "plot-service-density"
7646 #
7647 #- type: "plot"
7648 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7649 #  algorithm: "plot_nf_heatmap"
7650 #  output-file-type: ".html"
7651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7652 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7653 #  filter: "'NIC_Intel-XXV710' and
7654 #           'NF_DENSITY' and
7655 #           'VHOST' and
7656 #           'VXLAN' and
7657 #           'CHAIN' and
7658 #           '118' and
7659 #           '8T4C' and
7660 #           'NDRPDR'"
7661 #  parameters:
7662 #  - "throughput"
7663 #  - "name"
7664 #  - "tags"
7665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7666 #  x-axis: "X = VNFs per Service Chain"
7667 #  y-axis: "Y = Number of Service Chains"
7668 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7669 #  layout:
7670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7671 #    layout: "plot-service-density"
7672 #
7673 ## Plots - NF Density - VSC - NDR IMIX
7674 #- type: "plot"
7675 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7676 #  algorithm: "plot_nf_heatmap"
7677 #  output-file-type: ".html"
7678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7680 #  filter: "'NIC_Intel-XXV710' and
7681 #           'NF_DENSITY' and
7682 #           'VHOST' and
7683 #           'VXLAN' and
7684 #           'CHAIN' and
7685 #           'IMIX' and
7686 #           '2T1C' and
7687 #           'NDRPDR'"
7688 #  parameters:
7689 #  - "throughput"
7690 #  - "name"
7691 #  - "tags"
7692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7693 #  x-axis: "X = VNFs per Service Chain"
7694 #  y-axis: "Y = Number of Service Chains"
7695 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7696 #  layout:
7697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7698 #    layout: "plot-service-density"
7699 #
7700 #- type: "plot"
7701 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7702 #  algorithm: "plot_nf_heatmap"
7703 #  output-file-type: ".html"
7704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7706 #  filter: "'NIC_Intel-XXV710' and
7707 #           'NF_DENSITY' and
7708 #           'VHOST' and
7709 #           'VXLAN' and
7710 #           'CHAIN' and
7711 #           'IMIX' and
7712 #           '4T2C' and
7713 #           'NDRPDR'"
7714 #  parameters:
7715 #  - "throughput"
7716 #  - "name"
7717 #  - "tags"
7718 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7719 #  x-axis: "X = VNFs per Service Chain"
7720 #  y-axis: "Y = Number of Service Chains"
7721 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7722 #  layout:
7723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7724 #    layout: "plot-service-density"
7725 #
7726 #- type: "plot"
7727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7728 #  algorithm: "plot_nf_heatmap"
7729 #  output-file-type: ".html"
7730 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7731 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7732 #  filter: "'NIC_Intel-XXV710' and
7733 #           'NF_DENSITY' and
7734 #           'VHOST' and
7735 #           'VXLAN' and
7736 #           'CHAIN' and
7737 #           'IMIX' and
7738 #           '8T4C' and
7739 #           'NDRPDR'"
7740 #  parameters:
7741 #  - "throughput"
7742 #  - "name"
7743 #  - "tags"
7744 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7745 #  x-axis: "X = VNFs per Service Chain"
7746 #  y-axis: "Y = Number of Service Chains"
7747 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7748 #  layout:
7749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7750 #    layout: "plot-service-density"
7751 #
7752 ## Plots - NF Density - VSC - PDR 64b
7753 #- type: "plot"
7754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7755 #  algorithm: "plot_nf_heatmap"
7756 #  output-file-type: ".html"
7757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7759 #  filter: "'NIC_Intel-XXV710' and
7760 #           'NF_DENSITY' and
7761 #           'VHOST' and
7762 #           'VXLAN' and
7763 #           'CHAIN' and
7764 #           '118' and
7765 #           '2T1C' and
7766 #           'NDRPDR'"
7767 #  parameters:
7768 #  - "throughput"
7769 #  - "name"
7770 #  - "tags"
7771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7772 #  x-axis: "X = VNFs per Service Chain"
7773 #  y-axis: "Y = Number of Service Chains"
7774 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7775 #  layout:
7776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7777 #    layout: "plot-service-density"
7778 #
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file-type: ".html"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'VHOST' and
7788 #           'VXLAN' and
7789 #           'CHAIN' and
7790 #           '118' and
7791 #           '4T2C' and
7792 #           'NDRPDR'"
7793 #  parameters:
7794 #  - "throughput"
7795 #  - "name"
7796 #  - "tags"
7797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7798 #  x-axis: "X = VNFs per Service Chain"
7799 #  y-axis: "Y = Number of Service Chains"
7800 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7801 #  layout:
7802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7803 #    layout: "plot-service-density"
7804 #
7805 #- type: "plot"
7806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7807 #  algorithm: "plot_nf_heatmap"
7808 #  output-file-type: ".html"
7809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7810 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7811 #  filter: "'NIC_Intel-XXV710' and
7812 #           'NF_DENSITY' and
7813 #           'VHOST' and
7814 #           'VXLAN' and
7815 #           'CHAIN' and
7816 #           '118' and
7817 #           '8T4C' and
7818 #           'NDRPDR'"
7819 #  parameters:
7820 #  - "throughput"
7821 #  - "name"
7822 #  - "tags"
7823 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7824 #  x-axis: "X = VNFs per Service Chain"
7825 #  y-axis: "Y = Number of Service Chains"
7826 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7827 #  layout:
7828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7829 #    layout: "plot-service-density"
7830 #
7831 ## Plots - NF Density - VSC - PDR IMIX
7832 #- type: "plot"
7833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7834 #  algorithm: "plot_nf_heatmap"
7835 #  output-file-type: ".html"
7836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7837 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7838 #  filter: "'NIC_Intel-XXV710' and
7839 #           'NF_DENSITY' and
7840 #           'VHOST' and
7841 #           'VXLAN' and
7842 #           'CHAIN' and
7843 #           'IMIX' and
7844 #           '2T1C' and
7845 #           'NDRPDR'"
7846 #  parameters:
7847 #  - "throughput"
7848 #  - "name"
7849 #  - "tags"
7850 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7851 #  x-axis: "X = VNFs per Service Chain"
7852 #  y-axis: "Y = Number of Service Chains"
7853 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7854 #  layout:
7855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7856 #    layout: "plot-service-density"
7857 #
7858 #- type: "plot"
7859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7860 #  algorithm: "plot_nf_heatmap"
7861 #  output-file-type: ".html"
7862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7863 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7864 #  filter: "'NIC_Intel-XXV710' and
7865 #           'NF_DENSITY' and
7866 #           'VHOST' and
7867 #           'VXLAN' and
7868 #           'CHAIN' and
7869 #           'IMIX' and
7870 #           '4T2C' and
7871 #           'NDRPDR'"
7872 #  parameters:
7873 #  - "throughput"
7874 #  - "name"
7875 #  - "tags"
7876 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7877 #  x-axis: "X = VNFs per Service Chain"
7878 #  y-axis: "Y = Number of Service Chains"
7879 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7880 #  layout:
7881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7882 #    layout: "plot-service-density"
7883 #
7884 #- type: "plot"
7885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7886 #  algorithm: "plot_nf_heatmap"
7887 #  output-file-type: ".html"
7888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7889 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7890 #  filter: "'NIC_Intel-XXV710' and
7891 #           'NF_DENSITY' and
7892 #           'VHOST' and
7893 #           'VXLAN' and
7894 #           'CHAIN' and
7895 #           'IMIX' and
7896 #           '8T4C' and
7897 #           'NDRPDR'"
7898 #  parameters:
7899 #  - "throughput"
7900 #  - "name"
7901 #  - "tags"
7902 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7903 #  x-axis: "X = VNFs per Service Chain"
7904 #  y-axis: "Y = Number of Service Chains"
7905 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7906 #  layout:
7907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7908 #    layout: "plot-service-density"
7909 #
7910 ################################################################################
7911 ## Plots - NF Density - CSC - MRR 64b
7912 #- type: "plot"
7913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7914 #  algorithm: "plot_nf_heatmap"
7915 #  output-file-type: ".html"
7916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7917 #  data: "plot-vpp-nfv-2n-skx-mrr"
7918 #  filter: "'NIC_Intel-XXV710' and
7919 #           'NF_DENSITY' and
7920 #           'DOCKER' and
7921 #           'CHAIN' and
7922 #           'NF_VPPIP4' and
7923 #           '64B' and
7924 #           '2T1C' and
7925 #           'MRR'"
7926 #  parameters:
7927 #  - "result"
7928 #  - "name"
7929 #  - "tags"
7930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7931 #  x-axis: "X = CNFs per Service Chain"
7932 #  y-axis: "Y = Number of Service Chains"
7933 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7934 #  layout:
7935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7936 #    layout: "plot-service-density"
7937 #
7938 #- type: "plot"
7939 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7940 #  algorithm: "plot_nf_heatmap"
7941 #  output-file-type: ".html"
7942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7943 #  data: "plot-vpp-nfv-2n-skx-mrr"
7944 #  filter: "'NIC_Intel-XXV710' and
7945 #           'NF_DENSITY' and
7946 #           'DOCKER' and
7947 #           'CHAIN' and
7948 #           'NF_VPPIP4' and
7949 #           '64B' and
7950 #           '4T2C' and
7951 #           'MRR'"
7952 #  parameters:
7953 #  - "result"
7954 #  - "name"
7955 #  - "tags"
7956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7957 #  x-axis: "X = CNFs per Service Chain"
7958 #  y-axis: "Y = Number of Service Chains"
7959 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7960 #  layout:
7961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7962 #    layout: "plot-service-density"
7963 #
7964 #- type: "plot"
7965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7966 #  algorithm: "plot_nf_heatmap"
7967 #  output-file-type: ".html"
7968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7969 #  data: "plot-vpp-nfv-2n-skx-mrr"
7970 #  filter: "'NIC_Intel-XXV710' and
7971 #           'NF_DENSITY' and
7972 #           'DOCKER' and
7973 #           'CHAIN' and
7974 #           'NF_VPPIP4' and
7975 #           '64B' and
7976 #           '8T4C' and
7977 #           'MRR'"
7978 #  parameters:
7979 #  - "result"
7980 #  - "name"
7981 #  - "tags"
7982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7983 #  x-axis: "X = CNFs per Service Chain"
7984 #  y-axis: "Y = Number of Service Chains"
7985 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7986 #  layout:
7987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7988 #    layout: "plot-service-density"
7989 #
7990 ## Plots - NF Density - CSC - MRR IMIX
7991 #- type: "plot"
7992 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7993 #  algorithm: "plot_nf_heatmap"
7994 #  output-file-type: ".html"
7995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7996 #  data: "plot-vpp-nfv-2n-skx-mrr"
7997 #  filter: "'NIC_Intel-XXV710' and
7998 #           'NF_DENSITY' and
7999 #           'DOCKER' and
8000 #           'CHAIN' and
8001 #           'NF_VPPIP4' and
8002 #           'IMIX' and
8003 #           '2T1C' and
8004 #           'MRR'"
8005 #  parameters:
8006 #  - "result"
8007 #  - "name"
8008 #  - "tags"
8009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8010 #  x-axis: "X = CNFs per Service Chain"
8011 #  y-axis: "Y = Number of Service Chains"
8012 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8013 #  layout:
8014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8015 #    layout: "plot-service-density"
8016 #
8017 #- type: "plot"
8018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8019 #  algorithm: "plot_nf_heatmap"
8020 #  output-file-type: ".html"
8021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8022 #  data: "plot-vpp-nfv-2n-skx-mrr"
8023 #  filter: "'NIC_Intel-XXV710' and
8024 #           'NF_DENSITY' and
8025 #           'DOCKER' and
8026 #           'CHAIN' and
8027 #           'NF_VPPIP4' and
8028 #           'IMIX' and
8029 #           '4T2C' and
8030 #           'MRR'"
8031 #  parameters:
8032 #  - "result"
8033 #  - "name"
8034 #  - "tags"
8035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8036 #  x-axis: "X = CNFs per Service Chain"
8037 #  y-axis: "Y = Number of Service Chains"
8038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8039 #  layout:
8040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8041 #    layout: "plot-service-density"
8042 #
8043 #- type: "plot"
8044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8045 #  algorithm: "plot_nf_heatmap"
8046 #  output-file-type: ".html"
8047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8048 #  data: "plot-vpp-nfv-2n-skx-mrr"
8049 #  filter: "'NIC_Intel-XXV710' and
8050 #           'NF_DENSITY' and
8051 #           'DOCKER' and
8052 #           'CHAIN' and
8053 #           'NF_VPPIP4' and
8054 #           'IMIX' and
8055 #           '8T4C' and
8056 #           'MRR'"
8057 #  parameters:
8058 #  - "result"
8059 #  - "name"
8060 #  - "tags"
8061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8062 #  x-axis: "X = CNFs per Service Chain"
8063 #  y-axis: "Y = Number of Service Chains"
8064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8065 #  layout:
8066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8067 #    layout: "plot-service-density"
8068 #
8069 ## Plots - NF Density - CSC - NDR 64b
8070 #- type: "plot"
8071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8072 #  algorithm: "plot_nf_heatmap"
8073 #  output-file-type: ".html"
8074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8075 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8076 #  filter: "'NIC_Intel-XXV710' and
8077 #           'NF_DENSITY' and
8078 #           'DOCKER' and
8079 #           'CHAIN' and
8080 #           'NF_VPPIP4' and
8081 #           '64B' and
8082 #           '2T1C' and
8083 #           'NDRPDR'"
8084 #  parameters:
8085 #  - "throughput"
8086 #  - "name"
8087 #  - "tags"
8088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8089 #  x-axis: "X = CNFs per Service Chain"
8090 #  y-axis: "Y = Number of Service Chains"
8091 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8092 #  layout:
8093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8094 #    layout: "plot-service-density"
8095 #
8096 #- type: "plot"
8097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8098 #  algorithm: "plot_nf_heatmap"
8099 #  output-file-type: ".html"
8100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8101 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8102 #  filter: "'NIC_Intel-XXV710' and
8103 #           'NF_DENSITY' and
8104 #           'DOCKER' and
8105 #           'CHAIN' and
8106 #           'NF_VPPIP4' and
8107 #           '64B' and
8108 #           '4T2C' and
8109 #           'NDRPDR'"
8110 #  parameters:
8111 #  - "throughput"
8112 #  - "name"
8113 #  - "tags"
8114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8115 #  x-axis: "X = CNFs per Service Chain"
8116 #  y-axis: "Y = Number of Service Chains"
8117 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8118 #  layout:
8119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8120 #    layout: "plot-service-density"
8121 #
8122 #- type: "plot"
8123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8124 #  algorithm: "plot_nf_heatmap"
8125 #  output-file-type: ".html"
8126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8127 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8128 #  filter: "'NIC_Intel-XXV710' and
8129 #           'NF_DENSITY' and
8130 #           'DOCKER' and
8131 #           'CHAIN' and
8132 #           'NF_VPPIP4' and
8133 #           '64B' and
8134 #           '8T4C' and
8135 #           'NDRPDR'"
8136 #  parameters:
8137 #  - "throughput"
8138 #  - "name"
8139 #  - "tags"
8140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8141 #  x-axis: "X = CNFs per Service Chain"
8142 #  y-axis: "Y = Number of Service Chains"
8143 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8144 #  layout:
8145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8146 #    layout: "plot-service-density"
8147 #
8148 ## Plots - NF Density - CSC - NDR IMIX
8149 #- type: "plot"
8150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8151 #  algorithm: "plot_nf_heatmap"
8152 #  output-file-type: ".html"
8153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8155 #  filter: "'NIC_Intel-XXV710' and
8156 #           'NF_DENSITY' and
8157 #           'DOCKER' and
8158 #           'CHAIN' and
8159 #           'NF_VPPIP4' and
8160 #           'IMIX' and
8161 #           '2T1C' and
8162 #           'NDRPDR'"
8163 #  parameters:
8164 #  - "throughput"
8165 #  - "name"
8166 #  - "tags"
8167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8168 #  x-axis: "X = CNFs per Service Chain"
8169 #  y-axis: "Y = Number of Service Chains"
8170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8171 #  layout:
8172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8173 #    layout: "plot-service-density"
8174 #
8175 #- type: "plot"
8176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8177 #  algorithm: "plot_nf_heatmap"
8178 #  output-file-type: ".html"
8179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8180 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8181 #  filter: "'NIC_Intel-XXV710' and
8182 #           'NF_DENSITY' and
8183 #           'DOCKER' and
8184 #           'CHAIN' and
8185 #           'NF_VPPIP4' and
8186 #           'IMIX' and
8187 #           '4T2C' and
8188 #           'NDRPDR'"
8189 #  parameters:
8190 #  - "throughput"
8191 #  - "name"
8192 #  - "tags"
8193 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8194 #  x-axis: "X = CNFs per Service Chain"
8195 #  y-axis: "Y = Number of Service Chains"
8196 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8197 #  layout:
8198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8199 #    layout: "plot-service-density"
8200 #
8201 #- type: "plot"
8202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8203 #  algorithm: "plot_nf_heatmap"
8204 #  output-file-type: ".html"
8205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8207 #  filter: "'NIC_Intel-XXV710' and
8208 #           'NF_DENSITY' and
8209 #           'DOCKER' and
8210 #           'CHAIN' and
8211 #           'NF_VPPIP4' and
8212 #           'IMIX' and
8213 #           '8T4C' and
8214 #           'NDRPDR'"
8215 #  parameters:
8216 #  - "throughput"
8217 #  - "name"
8218 #  - "tags"
8219 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8220 #  x-axis: "X = CNFs per Service Chain"
8221 #  y-axis: "Y = Number of Service Chains"
8222 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8223 #  layout:
8224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8225 #    layout: "plot-service-density"
8226 #
8227 ## Plots - NF Density - CSC - PDR 64b
8228 #- type: "plot"
8229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8230 #  algorithm: "plot_nf_heatmap"
8231 #  output-file-type: ".html"
8232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8234 #  filter: "'NIC_Intel-XXV710' and
8235 #           'NF_DENSITY' and
8236 #           'DOCKER' and
8237 #           'CHAIN' and
8238 #           'NF_VPPIP4' and
8239 #           '64B' and
8240 #           '2T1C' and
8241 #           'NDRPDR'"
8242 #  parameters:
8243 #  - "throughput"
8244 #  - "name"
8245 #  - "tags"
8246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8247 #  x-axis: "X = CNFs per Service Chain"
8248 #  y-axis: "Y = Number of Service Chains"
8249 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8250 #  layout:
8251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8252 #    layout: "plot-service-density"
8253 #
8254 #- type: "plot"
8255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8256 #  algorithm: "plot_nf_heatmap"
8257 #  output-file-type: ".html"
8258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8260 #  filter: "'NIC_Intel-XXV710' and
8261 #           'NF_DENSITY' and
8262 #           'DOCKER' and
8263 #           'CHAIN' and
8264 #           'NF_VPPIP4' and
8265 #           '64B' and
8266 #           '4T2C' and
8267 #           'NDRPDR'"
8268 #  parameters:
8269 #  - "throughput"
8270 #  - "name"
8271 #  - "tags"
8272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8273 #  x-axis: "X = CNFs per Service Chain"
8274 #  y-axis: "Y = Number of Service Chains"
8275 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8276 #  layout:
8277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8278 #    layout: "plot-service-density"
8279 #
8280 #- type: "plot"
8281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8282 #  algorithm: "plot_nf_heatmap"
8283 #  output-file-type: ".html"
8284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8286 #  filter: "'NIC_Intel-XXV710' and
8287 #           'NF_DENSITY' and
8288 #           'DOCKER' and
8289 #           'CHAIN' and
8290 #           'NF_VPPIP4' and
8291 #           '64B' and
8292 #           '8T4C' and
8293 #           'NDRPDR'"
8294 #  parameters:
8295 #  - "throughput"
8296 #  - "name"
8297 #  - "tags"
8298 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8299 #  x-axis: "X = CNFs per Service Chain"
8300 #  y-axis: "Y = Number of Service Chains"
8301 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8302 #  layout:
8303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8304 #    layout: "plot-service-density"
8305 #
8306 ## Plots - NF Density - CSC - PDR IMIX
8307 #- type: "plot"
8308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8309 #  algorithm: "plot_nf_heatmap"
8310 #  output-file-type: ".html"
8311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8313 #  filter: "'NIC_Intel-XXV710' and
8314 #           'NF_DENSITY' and
8315 #           'DOCKER' and
8316 #           'CHAIN' and
8317 #           'NF_VPPIP4' and
8318 #           'IMIX' and
8319 #           '2T1C' and
8320 #           'NDRPDR'"
8321 #  parameters:
8322 #  - "throughput"
8323 #  - "name"
8324 #  - "tags"
8325 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8326 #  x-axis: "X = CNFs per Service Chain"
8327 #  y-axis: "Y = Number of Service Chains"
8328 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8329 #  layout:
8330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8331 #    layout: "plot-service-density"
8332 #
8333 #- type: "plot"
8334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8335 #  algorithm: "plot_nf_heatmap"
8336 #  output-file-type: ".html"
8337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8338 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8339 #  filter: "'NIC_Intel-XXV710' and
8340 #           'NF_DENSITY' and
8341 #           'DOCKER' and
8342 #           'CHAIN' and
8343 #           'NF_VPPIP4' and
8344 #           'IMIX' and
8345 #           '4T2C' and
8346 #           'NDRPDR'"
8347 #  parameters:
8348 #  - "throughput"
8349 #  - "name"
8350 #  - "tags"
8351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8352 #  x-axis: "X = CNFs per Service Chain"
8353 #  y-axis: "Y = Number of Service Chains"
8354 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8355 #  layout:
8356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8357 #    layout: "plot-service-density"
8358 #
8359 #- type: "plot"
8360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8361 #  algorithm: "plot_nf_heatmap"
8362 #  output-file-type: ".html"
8363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8364 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8365 #  filter: "'NIC_Intel-XXV710' and
8366 #           'NF_DENSITY' and
8367 #           'DOCKER' and
8368 #           'CHAIN' and
8369 #           'NF_VPPIP4' and
8370 #           'IMIX' and
8371 #           '8T4C' and
8372 #           'NDRPDR'"
8373 #  parameters:
8374 #  - "throughput"
8375 #  - "name"
8376 #  - "tags"
8377 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8378 #  x-axis: "X = CNFs per Service Chain"
8379 #  y-axis: "Y = Number of Service Chains"
8380 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8381 #  layout:
8382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8383 #    layout: "plot-service-density"
8384 #
8385 ################################################################################
8386 #
8387 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8388 #- type: "plot"
8389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8390 #  algorithm: "plot_nf_heatmap"
8391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8392 #  data: "plot-vpp-nfv-3n-skx-mrr"
8393 #  filter: "'NIC_Intel-XXV710' and
8394 #           'NF_DENSITY' and
8395 #           'DOCKER' and
8396 #           'CHAIN' and
8397 #           'NF_VPPIP4' and
8398 #           'IPSEC' and
8399 #           'TNL_4' and
8400 #           'IMIX' and
8401 #           '2T1C' and
8402 #           'MRR'"
8403 #  parameters:
8404 #  - "result"
8405 #  - "name"
8406 #  - "tags"
8407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8408 #  x-axis: "X = CNFs per Service Chain"
8409 #  y-axis: "Y = Number of Service Chains"
8410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8411 #  layout:
8412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8413 #    layout: "plot-service-density"
8414 #
8415 #- type: "plot"
8416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8417 #  algorithm: "plot_nf_heatmap"
8418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8419 #  data: "plot-vpp-nfv-3n-skx-mrr"
8420 #  filter: "'NIC_Intel-XXV710' and
8421 #           'NF_DENSITY' and
8422 #           'DOCKER' and
8423 #           'CHAIN' and
8424 #           'NF_VPPIP4' and
8425 #           'IPSEC' and
8426 #           'TNL_4' and
8427 #           'IMIX' and
8428 #           '4T2C' and
8429 #           'MRR'"
8430 #  parameters:
8431 #  - "result"
8432 #  - "name"
8433 #  - "tags"
8434 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8435 #  x-axis: "X = CNFs per Service Chain"
8436 #  y-axis: "Y = Number of Service Chains"
8437 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8438 #  layout:
8439 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8440 #    layout: "plot-service-density"
8441 #
8442 #- type: "plot"
8443 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8444 #  algorithm: "plot_nf_heatmap"
8445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8446 #  data: "plot-vpp-nfv-3n-skx-mrr"
8447 #  filter: "'NIC_Intel-XXV710' and
8448 #           'NF_DENSITY' and
8449 #           'DOCKER' and
8450 #           'CHAIN' and
8451 #           'NF_VPPIP4' and
8452 #           'IPSEC' and
8453 #           'TNL_4' and
8454 #           'IMIX' and
8455 #           '8T4C' and
8456 #           'MRR'"
8457 #  parameters:
8458 #  - "result"
8459 #  - "name"
8460 #  - "tags"
8461 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8462 #  x-axis: "X = CNFs per Service Chain"
8463 #  y-axis: "Y = Number of Service Chains"
8464 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8465 #  layout:
8466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8467 #    layout: "plot-service-density"
8468
8469 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8470 - type: "plot"
8471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8472   algorithm: "plot_nf_heatmap"
8473   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8474   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8475   filter: "'NIC_Intel-XXV710' and
8476            'NF_DENSITY' and
8477            'DOCKER' and
8478            'CHAIN' and
8479            'NF_VPPIP4' and
8480            'IPSEC' and
8481            'TNL_4' and
8482            'IMIX' and
8483            '2T1C' and
8484            'NDRPDR'"
8485   parameters:
8486   - "throughput"
8487   - "name"
8488   - "tags"
8489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8490   x-axis: "X = CNFs per Service Chain"
8491   y-axis: "Y = Number of Service Chains"
8492   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8493   layout:
8494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8495     layout: "plot-service-density"
8496
8497 - type: "plot"
8498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8499   algorithm: "plot_nf_heatmap"
8500   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8501   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8502   filter: "'NIC_Intel-XXV710' and
8503            'NF_DENSITY' and
8504            'DOCKER' and
8505            'CHAIN' and
8506            'NF_VPPIP4' and
8507            'IPSEC' and
8508            'TNL_4' and
8509            'IMIX' and
8510            '4T2C' and
8511            'NDRPDR'"
8512   parameters:
8513   - "throughput"
8514   - "name"
8515   - "tags"
8516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8517   x-axis: "X = CNFs per Service Chain"
8518   y-axis: "Y = Number of Service Chains"
8519   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8520   layout:
8521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8522     layout: "plot-service-density"
8523
8524 - type: "plot"
8525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8526   algorithm: "plot_nf_heatmap"
8527   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8528   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8529   filter: "'NIC_Intel-XXV710' and
8530            'NF_DENSITY' and
8531            'DOCKER' and
8532            'CHAIN' and
8533            'NF_VPPIP4' and
8534            'IPSEC' and
8535            'TNL_4' and
8536            'IMIX' and
8537            '8T4C' and
8538            'NDRPDR'"
8539   parameters:
8540   - "throughput"
8541   - "name"
8542   - "tags"
8543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8544   x-axis: "X = CNFs per Service Chain"
8545   y-axis: "Y = Number of Service Chains"
8546   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8547   layout:
8548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8549     layout: "plot-service-density"
8550
8551 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8552 - type: "plot"
8553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8554   algorithm: "plot_nf_heatmap"
8555   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8556   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8557   filter: "'NIC_Intel-XXV710' and
8558            'NF_DENSITY' and
8559            'DOCKER' and
8560            'CHAIN' and
8561            'NF_VPPIP4' and
8562            'IPSEC' and
8563            'TNL_4' and
8564            'IMIX' and
8565            '2T1C' and
8566            'NDRPDR'"
8567   parameters:
8568   - "throughput"
8569   - "name"
8570   - "tags"
8571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8572   x-axis: "X = CNFs per Service Chain"
8573   y-axis: "Y = Number of Service Chains"
8574   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8575   layout:
8576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8577     layout: "plot-service-density"
8578
8579 - type: "plot"
8580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8581   algorithm: "plot_nf_heatmap"
8582   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8583   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8584   filter: "'NIC_Intel-XXV710' and
8585            'NF_DENSITY' and
8586            'DOCKER' and
8587            'CHAIN' and
8588            'NF_VPPIP4' and
8589            'IPSEC' and
8590            'TNL_4' and
8591            'IMIX' and
8592            '4T2C' and
8593            'NDRPDR'"
8594   parameters:
8595   - "throughput"
8596   - "name"
8597   - "tags"
8598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8599   x-axis: "X = CNFs per Service Chain"
8600   y-axis: "Y = Number of Service Chains"
8601   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8602   layout:
8603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8604     layout: "plot-service-density"
8605
8606 - type: "plot"
8607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8608   algorithm: "plot_nf_heatmap"
8609   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8610   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8611   filter: "'NIC_Intel-XXV710' and
8612            'NF_DENSITY' and
8613            'DOCKER' and
8614            'CHAIN' and
8615            'NF_VPPIP4' and
8616            'IPSEC' and
8617            'TNL_4' and
8618            'IMIX' and
8619            '8T4C' and
8620            'NDRPDR'"
8621   parameters:
8622   - "throughput"
8623   - "name"
8624   - "tags"
8625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8626   x-axis: "X = CNFs per Service Chain"
8627   y-axis: "Y = Number of Service Chains"
8628   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8629   layout:
8630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8631     layout: "plot-service-density"
8632
8633 ###############################################################################
8634
8635 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8636 - type: "plot"
8637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8638   algorithm: "plot_nf_heatmap"
8639   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8640   data: "plot-vpp-nfv-3n-hsw-mrr"
8641   filter: "'NIC_Intel-XL710' and
8642            'NF_DENSITY' and
8643            'DOCKER' and
8644            'CHAIN' and
8645            'NF_VPPIP4' and
8646            'IMIX' and
8647            'TNL_4' and
8648            '1T1C' and
8649            'MRR'"
8650   parameters:
8651   - "result"
8652   - "name"
8653   - "tags"
8654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8655   x-axis: "X = CNFs per Service Chain"
8656   y-axis: "Y = Number of Service Chains"
8657   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8658   layout:
8659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8660     layout: "plot-service-density"
8661
8662 - type: "plot"
8663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8664   algorithm: "plot_nf_heatmap"
8665   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8666   data: "plot-vpp-nfv-3n-hsw-mrr"
8667   filter: "'NIC_Intel-XL710' and
8668            'NF_DENSITY' and
8669            'DOCKER' and
8670            'CHAIN' and
8671            'NF_VPPIP4' and
8672            'IPSEC' and
8673            'TNL_4' and
8674            'IMIX' and
8675            '2T2C' and
8676            'MRR'"
8677   parameters:
8678   - "result"
8679   - "name"
8680   - "tags"
8681   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8682   x-axis: "X = CNFs per Service Chain"
8683   y-axis: "Y = Number of Service Chains"
8684   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8685   layout:
8686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8687     layout: "plot-service-density"
8688
8689 - type: "plot"
8690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8691   algorithm: "plot_nf_heatmap"
8692   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8693   data: "plot-vpp-nfv-3n-hsw-mrr"
8694   filter: "'NIC_Intel-XL710' and
8695            'NF_DENSITY' and
8696            'DOCKER' and
8697            'CHAIN' and
8698            'NF_VPPIP4' and
8699            'IPSEC' and
8700            'TNL_4' and
8701            'IMIX' and
8702            '4T4C' and
8703            'MRR'"
8704   parameters:
8705   - "result"
8706   - "name"
8707   - "tags"
8708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8709   x-axis: "X = CNFs per Service Chain"
8710   y-axis: "Y = Number of Service Chains"
8711   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8712   layout:
8713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8714     layout: "plot-service-density"
8715
8716 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8717 - type: "plot"
8718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8719   algorithm: "plot_nf_heatmap"
8720   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8721   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8722   filter: "'NIC_Intel-XL710' and
8723            'NF_DENSITY' and
8724            'DOCKER' and
8725            'CHAIN' and
8726            'NF_VPPIP4' and
8727            'IPSEC' and
8728            'TNL_4' and
8729            'IMIX' and
8730            '1T1C' and
8731            'NDRPDR'"
8732   parameters:
8733   - "throughput"
8734   - "name"
8735   - "tags"
8736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8737   x-axis: "X = CNFs per Service Chain"
8738   y-axis: "Y = Number of Service Chains"
8739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8740   layout:
8741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8742     layout: "plot-service-density"
8743
8744 - type: "plot"
8745   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8746   algorithm: "plot_nf_heatmap"
8747   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8748   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8749   filter: "'NIC_Intel-XL710' and
8750            'NF_DENSITY' and
8751            'DOCKER' and
8752            'CHAIN' and
8753            'NF_VPPIP4' and
8754            'IPSEC' and
8755            'TNL_4' and
8756            'IMIX' and
8757            '2T2C' and
8758            'NDRPDR'"
8759   parameters:
8760   - "throughput"
8761   - "name"
8762   - "tags"
8763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8764   x-axis: "X = CNFs per Service Chain"
8765   y-axis: "Y = Number of Service Chains"
8766   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8767   layout:
8768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8769     layout: "plot-service-density"
8770
8771 - type: "plot"
8772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8773   algorithm: "plot_nf_heatmap"
8774   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8775   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8776   filter: "'NIC_Intel-XL710' and
8777            'NF_DENSITY' and
8778            'DOCKER' and
8779            'CHAIN' and
8780            'NF_VPPIP4' and
8781            'IPSEC' and
8782            'TNL_4' and
8783            'IMIX' and
8784            '4T4C' and
8785            'NDRPDR'"
8786   parameters:
8787   - "throughput"
8788   - "name"
8789   - "tags"
8790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8791   x-axis: "X = CNFs per Service Chain"
8792   y-axis: "Y = Number of Service Chains"
8793   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8794   layout:
8795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8796     layout: "plot-service-density"
8797
8798 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8799 - type: "plot"
8800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8801   algorithm: "plot_nf_heatmap"
8802   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8803   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8804   filter: "'NIC_Intel-XL710' and
8805            'NF_DENSITY' and
8806            'DOCKER' and
8807            'CHAIN' and
8808            'NF_VPPIP4' and
8809            'IPSEC' and
8810            'TNL_4' and
8811            'IMIX' and
8812            '1T1C' and
8813            'NDRPDR'"
8814   parameters:
8815   - "throughput"
8816   - "name"
8817   - "tags"
8818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8819   x-axis: "X = CNFs per Service Chain"
8820   y-axis: "Y = Number of Service Chains"
8821   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8822   layout:
8823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8824     layout: "plot-service-density"
8825
8826 - type: "plot"
8827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8828   algorithm: "plot_nf_heatmap"
8829   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8830   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8831   filter: "'NIC_Intel-XL710' and
8832            'NF_DENSITY' and
8833            'DOCKER' and
8834            'CHAIN' and
8835            'NF_VPPIP4' and
8836            'IPSEC' and
8837            'TNL_4' and
8838            'IMIX' and
8839            '2T2C' and
8840            'NDRPDR'"
8841   parameters:
8842   - "throughput"
8843   - "name"
8844   - "tags"
8845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8846   x-axis: "X = CNFs per Service Chain"
8847   y-axis: "Y = Number of Service Chains"
8848   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8849   layout:
8850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8851     layout: "plot-service-density"
8852
8853 - type: "plot"
8854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8855   algorithm: "plot_nf_heatmap"
8856   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8857   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8858   filter: "'NIC_Intel-XL710' and
8859            'NF_DENSITY' and
8860            'DOCKER' and
8861            'CHAIN' and
8862            'NF_VPPIP4' and
8863            'IPSEC' and
8864            'TNL_4' and
8865            'IMIX' and
8866            '4T4C' and
8867            'NDRPDR'"
8868   parameters:
8869   - "throughput"
8870   - "name"
8871   - "tags"
8872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8873   x-axis: "X = CNFs per Service Chain"
8874   y-axis: "Y = Number of Service Chains"
8875   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8876   layout:
8877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8878     layout: "plot-service-density"
8879
8880 ###############################################################################
8881
8882 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8883 #- type: "plot"
8884 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8885 #  algorithm: "plot_nf_heatmap"
8886 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8887 #  data: "plot-vpp-nfv-3n-skx-mrr"
8888 #  filter: "'NIC_Intel-XXV710' and
8889 #           'NF_DENSITY' and
8890 #           'DOCKER' and
8891 #           'CHAIN' and
8892 #           'NF_VPPIP4' and
8893 #           'IPSEC' and
8894 #           'TNL_1000' and
8895 #           'IMIX' and
8896 #           '2T1C' and
8897 #           'MRR'"
8898 #  parameters:
8899 #  - "result"
8900 #  - "name"
8901 #  - "tags"
8902 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8903 #  x-axis: "X = CNFs per Service Chain"
8904 #  y-axis: "Y = Number of Service Chains"
8905 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8906 #  layout:
8907 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8908 #    layout: "plot-service-density"
8909 #
8910 #- type: "plot"
8911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8912 #  algorithm: "plot_nf_heatmap"
8913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8914 #  data: "plot-vpp-nfv-3n-skx-mrr"
8915 #  filter: "'NIC_Intel-XXV710' and
8916 #           'NF_DENSITY' and
8917 #           'DOCKER' and
8918 #           'CHAIN' and
8919 #           'NF_VPPIP4' and
8920 #           'IPSEC' and
8921 #           'TNL_1000' and
8922 #           'IMIX' and
8923 #           '4T2C' and
8924 #           'MRR'"
8925 #  parameters:
8926 #  - "result"
8927 #  - "name"
8928 #  - "tags"
8929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8930 #  x-axis: "X = CNFs per Service Chain"
8931 #  y-axis: "Y = Number of Service Chains"
8932 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8933 #  layout:
8934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8935 #    layout: "plot-service-density"
8936 #
8937 #- type: "plot"
8938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8939 #  algorithm: "plot_nf_heatmap"
8940 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8941 #  data: "plot-vpp-nfv-3n-skx-mrr"
8942 #  filter: "'NIC_Intel-XXV710' and
8943 #           'NF_DENSITY' and
8944 #           'DOCKER' and
8945 #           'CHAIN' and
8946 #           'NF_VPPIP4' and
8947 #           'IPSEC' and
8948 #           'TNL_1000' and
8949 #           'IMIX' and
8950 #           '8T4C' and
8951 #           'MRR'"
8952 #  parameters:
8953 #  - "result"
8954 #  - "name"
8955 #  - "tags"
8956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8957 #  x-axis: "X = CNFs per Service Chain"
8958 #  y-axis: "Y = Number of Service Chains"
8959 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8960 #  layout:
8961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8962 #    layout: "plot-service-density"
8963
8964 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8965 - type: "plot"
8966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8967   algorithm: "plot_nf_heatmap"
8968   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8969   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8970   filter: "'NIC_Intel-XXV710' and
8971            'NF_DENSITY' and
8972            'DOCKER' and
8973            'CHAIN' and
8974            'NF_VPPIP4' and
8975            'IPSEC' and
8976            'TNL_1000' and
8977            'IMIX' and
8978            '2T1C' and
8979            'NDRPDR'"
8980   parameters:
8981   - "throughput"
8982   - "name"
8983   - "tags"
8984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8985   x-axis: "X = CNFs per Service Chain"
8986   y-axis: "Y = Number of Service Chains"
8987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8988   layout:
8989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8990     layout: "plot-service-density"
8991
8992 - type: "plot"
8993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8994   algorithm: "plot_nf_heatmap"
8995   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8996   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8997   filter: "'NIC_Intel-XXV710' and
8998            'NF_DENSITY' and
8999            'DOCKER' and
9000            'CHAIN' and
9001            'NF_VPPIP4' and
9002            'IPSEC' and
9003            'TNL_1000' and
9004            'IMIX' and
9005            '4T2C' and
9006            'NDRPDR'"
9007   parameters:
9008   - "throughput"
9009   - "name"
9010   - "tags"
9011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9012   x-axis: "X = CNFs per Service Chain"
9013   y-axis: "Y = Number of Service Chains"
9014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9015   layout:
9016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9017     layout: "plot-service-density"
9018
9019 - type: "plot"
9020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9021   algorithm: "plot_nf_heatmap"
9022   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9023   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9024   filter: "'NIC_Intel-XXV710' and
9025            'NF_DENSITY' and
9026            'DOCKER' and
9027            'CHAIN' and
9028            'NF_VPPIP4' and
9029            'IPSEC' and
9030            'TNL_1000' and
9031            'IMIX' and
9032            '8T4C' and
9033            'NDRPDR'"
9034   parameters:
9035   - "throughput"
9036   - "name"
9037   - "tags"
9038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9039   x-axis: "X = CNFs per Service Chain"
9040   y-axis: "Y = Number of Service Chains"
9041   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9042   layout:
9043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9044     layout: "plot-service-density"
9045
9046 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9047 - type: "plot"
9048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9049   algorithm: "plot_nf_heatmap"
9050   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9051   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9052   filter: "'NIC_Intel-XXV710' and
9053            'NF_DENSITY' and
9054            'DOCKER' and
9055            'CHAIN' and
9056            'NF_VPPIP4' and
9057            'IPSEC' and
9058            'TNL_1000' and
9059            'IMIX' and
9060            '2T1C' and
9061            'NDRPDR'"
9062   parameters:
9063   - "throughput"
9064   - "name"
9065   - "tags"
9066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9067   x-axis: "X = CNFs per Service Chain"
9068   y-axis: "Y = Number of Service Chains"
9069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9070   layout:
9071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9072     layout: "plot-service-density"
9073
9074 - type: "plot"
9075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9076   algorithm: "plot_nf_heatmap"
9077   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9078   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9079   filter: "'NIC_Intel-XXV710' and
9080            'NF_DENSITY' and
9081            'DOCKER' and
9082            'CHAIN' and
9083            'NF_VPPIP4' and
9084            'IPSEC' and
9085            'TNL_1000' and
9086            'IMIX' and
9087            '4T2C' and
9088            'NDRPDR'"
9089   parameters:
9090   - "throughput"
9091   - "name"
9092   - "tags"
9093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9094   x-axis: "X = CNFs per Service Chain"
9095   y-axis: "Y = Number of Service Chains"
9096   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9097   layout:
9098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9099     layout: "plot-service-density"
9100
9101 - type: "plot"
9102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9103   algorithm: "plot_nf_heatmap"
9104   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9105   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9106   filter: "'NIC_Intel-XXV710' and
9107            'NF_DENSITY' and
9108            'DOCKER' and
9109            'CHAIN' and
9110            'NF_VPPIP4' and
9111            'IPSEC' and
9112            'TNL_1000' and
9113            'IMIX' and
9114            '8T4C' and
9115            'NDRPDR'"
9116   parameters:
9117   - "throughput"
9118   - "name"
9119   - "tags"
9120   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9121   x-axis: "X = CNFs per Service Chain"
9122   y-axis: "Y = Number of Service Chains"
9123   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9124   layout:
9125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9126     layout: "plot-service-density"
9127
9128 ###############################################################################
9129
9130 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9131 - type: "plot"
9132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9133   algorithm: "plot_nf_heatmap"
9134   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9135   data: "plot-vpp-nfv-3n-hsw-mrr"
9136   filter: "'NIC_Intel-XL710' and
9137            'NF_DENSITY' and
9138            'DOCKER' and
9139            'CHAIN' and
9140            'NF_VPPIP4' and
9141            'IMIX' and
9142            'TNL_1000' and
9143            '1T1C' and
9144            'MRR'"
9145   parameters:
9146   - "result"
9147   - "name"
9148   - "tags"
9149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9150   x-axis: "X = CNFs per Service Chain"
9151   y-axis: "Y = Number of Service Chains"
9152   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9153   layout:
9154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9155     layout: "plot-service-density"
9156
9157 - type: "plot"
9158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9159   algorithm: "plot_nf_heatmap"
9160   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9161   data: "plot-vpp-nfv-3n-hsw-mrr"
9162   filter: "'NIC_Intel-XL710' and
9163            'NF_DENSITY' and
9164            'DOCKER' and
9165            'CHAIN' and
9166            'NF_VPPIP4' and
9167            'IPSEC' and
9168            'TNL_1000' and
9169            'IMIX' and
9170            '2T2C' and
9171            'MRR'"
9172   parameters:
9173   - "result"
9174   - "name"
9175   - "tags"
9176   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9177   x-axis: "X = CNFs per Service Chain"
9178   y-axis: "Y = Number of Service Chains"
9179   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9180   layout:
9181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9182     layout: "plot-service-density"
9183
9184 - type: "plot"
9185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9186   algorithm: "plot_nf_heatmap"
9187   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9188   data: "plot-vpp-nfv-3n-hsw-mrr"
9189   filter: "'NIC_Intel-XL710' and
9190            'NF_DENSITY' and
9191            'DOCKER' and
9192            'CHAIN' and
9193            'NF_VPPIP4' and
9194            'IPSEC' and
9195            'TNL_1000' and
9196            'IMIX' and
9197            '4T4C' and
9198            'MRR'"
9199   parameters:
9200   - "result"
9201   - "name"
9202   - "tags"
9203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9204   x-axis: "X = CNFs per Service Chain"
9205   y-axis: "Y = Number of Service Chains"
9206   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9207   layout:
9208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9209     layout: "plot-service-density"
9210
9211 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9212 - type: "plot"
9213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9214   algorithm: "plot_nf_heatmap"
9215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9216   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9217   filter: "'NIC_Intel-XL710' and
9218            'NF_DENSITY' and
9219            'DOCKER' and
9220            'CHAIN' and
9221            'NF_VPPIP4' and
9222            'IPSEC' and
9223            'TNL_1000' and
9224            'IMIX' and
9225            '1T1C' and
9226            'NDRPDR'"
9227   parameters:
9228   - "throughput"
9229   - "name"
9230   - "tags"
9231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9232   x-axis: "X = CNFs per Service Chain"
9233   y-axis: "Y = Number of Service Chains"
9234   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9235   layout:
9236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9237     layout: "plot-service-density"
9238
9239 - type: "plot"
9240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9241   algorithm: "plot_nf_heatmap"
9242   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9243   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9244   filter: "'NIC_Intel-XL710' and
9245            'NF_DENSITY' and
9246            'DOCKER' and
9247            'CHAIN' and
9248            'NF_VPPIP4' and
9249            'IPSEC' and
9250            'TNL_1000' and
9251            'IMIX' and
9252            '2T2C' and
9253            'NDRPDR'"
9254   parameters:
9255   - "throughput"
9256   - "name"
9257   - "tags"
9258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9259   x-axis: "X = CNFs per Service Chain"
9260   y-axis: "Y = Number of Service Chains"
9261   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9262   layout:
9263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9264     layout: "plot-service-density"
9265
9266 - type: "plot"
9267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9268   algorithm: "plot_nf_heatmap"
9269   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9270   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9271   filter: "'NIC_Intel-XL710' and
9272            'NF_DENSITY' and
9273            'DOCKER' and
9274            'CHAIN' and
9275            'NF_VPPIP4' and
9276            'IPSEC' and
9277            'TNL_1000' and
9278            'IMIX' and
9279            '4T4C' and
9280            'NDRPDR'"
9281   parameters:
9282   - "throughput"
9283   - "name"
9284   - "tags"
9285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9286   x-axis: "X = CNFs per Service Chain"
9287   y-axis: "Y = Number of Service Chains"
9288   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9289   layout:
9290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9291     layout: "plot-service-density"
9292
9293 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9294 - type: "plot"
9295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9296   algorithm: "plot_nf_heatmap"
9297   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9298   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9299   filter: "'NIC_Intel-XL710' and
9300            'NF_DENSITY' and
9301            'DOCKER' and
9302            'CHAIN' and
9303            'NF_VPPIP4' and
9304            'IPSEC' and
9305            'TNL_1000' and
9306            'IMIX' and
9307            '1T1C' and
9308            'NDRPDR'"
9309   parameters:
9310   - "throughput"
9311   - "name"
9312   - "tags"
9313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9314   x-axis: "X = CNFs per Service Chain"
9315   y-axis: "Y = Number of Service Chains"
9316   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9317   layout:
9318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9319     layout: "plot-service-density"
9320
9321 - type: "plot"
9322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9323   algorithm: "plot_nf_heatmap"
9324   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9325   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9326   filter: "'NIC_Intel-XL710' and
9327            'NF_DENSITY' and
9328            'DOCKER' and
9329            'CHAIN' and
9330            'NF_VPPIP4' and
9331            'IPSEC' and
9332            'TNL_1000' and
9333            'IMIX' and
9334            '2T2C' and
9335            'NDRPDR'"
9336   parameters:
9337   - "throughput"
9338   - "name"
9339   - "tags"
9340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9341   x-axis: "X = CNFs per Service Chain"
9342   y-axis: "Y = Number of Service Chains"
9343   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9344   layout:
9345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9346     layout: "plot-service-density"
9347
9348 - type: "plot"
9349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9350   algorithm: "plot_nf_heatmap"
9351   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9352   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9353   filter: "'NIC_Intel-XL710' and
9354            'NF_DENSITY' and
9355            'DOCKER' and
9356            'CHAIN' and
9357            'NF_VPPIP4' and
9358            'IPSEC' and
9359            'TNL_1000' and
9360            'IMIX' and
9361            '4T4C' and
9362            'NDRPDR'"
9363   parameters:
9364   - "throughput"
9365   - "name"
9366   - "tags"
9367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9368   x-axis: "X = CNFs per Service Chain"
9369   y-axis: "Y = Number of Service Chains"
9370   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9371   layout:
9372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9373     layout: "plot-service-density"
9374
9375 ###############################################################################
9376
9377 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9378 #- type: "plot"
9379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9380 #  algorithm: "plot_nf_heatmap"
9381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9382 #  data: "plot-vpp-nfv-3n-skx-mrr"
9383 #  filter: "'NIC_Intel-XXV710' and
9384 #           'NF_DENSITY' and
9385 #           'DOCKER' and
9386 #           'CHAIN' and
9387 #           'NF_VPPIP4' and
9388 #           'IPSEC' and
9389 #           'TNL_10000' and
9390 #           'IMIX' and
9391 #           '2T1C' and
9392 #           'MRR'"
9393 #  parameters:
9394 #  - "result"
9395 #  - "name"
9396 #  - "tags"
9397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9398 #  x-axis: "X = CNFs per Service Chain"
9399 #  y-axis: "Y = Number of Service Chains"
9400 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9401 #  layout:
9402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9403 #    layout: "plot-service-density"
9404 #
9405 #- type: "plot"
9406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9407 #  algorithm: "plot_nf_heatmap"
9408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9409 #  data: "plot-vpp-nfv-3n-skx-mrr"
9410 #  filter: "'NIC_Intel-XXV710' and
9411 #           'NF_DENSITY' and
9412 #           'DOCKER' and
9413 #           'CHAIN' and
9414 #           'NF_VPPIP4' and
9415 #           'IPSEC' and
9416 #           'TNL_10000' and
9417 #           'IMIX' and
9418 #           '4T2C' and
9419 #           'MRR'"
9420 #  parameters:
9421 #  - "result"
9422 #  - "name"
9423 #  - "tags"
9424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9425 #  x-axis: "X = CNFs per Service Chain"
9426 #  y-axis: "Y = Number of Service Chains"
9427 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9428 #  layout:
9429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9430 #    layout: "plot-service-density"
9431 #
9432 #- type: "plot"
9433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9434 #  algorithm: "plot_nf_heatmap"
9435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9436 #  data: "plot-vpp-nfv-3n-skx-mrr"
9437 #  filter: "'NIC_Intel-XXV710' and
9438 #           'NF_DENSITY' and
9439 #           'DOCKER' and
9440 #           'CHAIN' and
9441 #           'NF_VPPIP4' and
9442 #           'IPSEC' and
9443 #           'TNL_10000' and
9444 #           'IMIX' and
9445 #           '8T4C' and
9446 #           'MRR'"
9447 #  parameters:
9448 #  - "result"
9449 #  - "name"
9450 #  - "tags"
9451 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9452 #  x-axis: "X = CNFs per Service Chain"
9453 #  y-axis: "Y = Number of Service Chains"
9454 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9455 #  layout:
9456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9457 #    layout: "plot-service-density"
9458
9459 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9460 - type: "plot"
9461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9462   algorithm: "plot_nf_heatmap"
9463   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9464   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9465   filter: "'NIC_Intel-XXV710' and
9466            'NF_DENSITY' and
9467            'DOCKER' and
9468            'CHAIN' and
9469            'NF_VPPIP4' and
9470            'IPSEC' and
9471            'TNL_10000' and
9472            'IMIX' and
9473            '2T1C' and
9474            'NDRPDR'"
9475   parameters:
9476   - "throughput"
9477   - "name"
9478   - "tags"
9479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9480   x-axis: "X = CNFs per Service Chain"
9481   y-axis: "Y = Number of Service Chains"
9482   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9483   layout:
9484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9485     layout: "plot-service-density"
9486
9487 - type: "plot"
9488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9489   algorithm: "plot_nf_heatmap"
9490   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9491   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9492   filter: "'NIC_Intel-XXV710' and
9493            'NF_DENSITY' and
9494            'DOCKER' and
9495            'CHAIN' and
9496            'NF_VPPIP4' and
9497            'IPSEC' and
9498            'TNL_10000' and
9499            'IMIX' and
9500            '4T2C' and
9501            'NDRPDR'"
9502   parameters:
9503   - "throughput"
9504   - "name"
9505   - "tags"
9506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9507   x-axis: "X = CNFs per Service Chain"
9508   y-axis: "Y = Number of Service Chains"
9509   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9510   layout:
9511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9512     layout: "plot-service-density"
9513
9514 - type: "plot"
9515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9516   algorithm: "plot_nf_heatmap"
9517   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9518   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9519   filter: "'NIC_Intel-XXV710' and
9520            'NF_DENSITY' and
9521            'DOCKER' and
9522            'CHAIN' and
9523            'NF_VPPIP4' and
9524            'IPSEC' and
9525            'TNL_10000' and
9526            'IMIX' and
9527            '8T4C' and
9528            'NDRPDR'"
9529   parameters:
9530   - "throughput"
9531   - "name"
9532   - "tags"
9533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9534   x-axis: "X = CNFs per Service Chain"
9535   y-axis: "Y = Number of Service Chains"
9536   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9537   layout:
9538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9539     layout: "plot-service-density"
9540
9541 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9542 - type: "plot"
9543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9544   algorithm: "plot_nf_heatmap"
9545   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9546   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9547   filter: "'NIC_Intel-XXV710' and
9548            'NF_DENSITY' and
9549            'DOCKER' and
9550            'CHAIN' and
9551            'NF_VPPIP4' and
9552            'IPSEC' and
9553            'TNL_10000' and
9554            'IMIX' and
9555            '2T1C' and
9556            'NDRPDR'"
9557   parameters:
9558   - "throughput"
9559   - "name"
9560   - "tags"
9561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9562   x-axis: "X = CNFs per Service Chain"
9563   y-axis: "Y = Number of Service Chains"
9564   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9565   layout:
9566     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9567     layout: "plot-service-density"
9568
9569 - type: "plot"
9570   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9571   algorithm: "plot_nf_heatmap"
9572   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9573   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9574   filter: "'NIC_Intel-XXV710' and
9575            'NF_DENSITY' and
9576            'DOCKER' and
9577            'CHAIN' and
9578            'NF_VPPIP4' and
9579            'IPSEC' and
9580            'TNL_10000' and
9581            'IMIX' and
9582            '4T2C' and
9583            'NDRPDR'"
9584   parameters:
9585   - "throughput"
9586   - "name"
9587   - "tags"
9588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9589   x-axis: "X = CNFs per Service Chain"
9590   y-axis: "Y = Number of Service Chains"
9591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9592   layout:
9593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9594     layout: "plot-service-density"
9595
9596 - type: "plot"
9597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9598   algorithm: "plot_nf_heatmap"
9599   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9600   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9601   filter: "'NIC_Intel-XXV710' and
9602            'NF_DENSITY' and
9603            'DOCKER' and
9604            'CHAIN' and
9605            'NF_VPPIP4' and
9606            'IPSEC' and
9607            'TNL_10000' and
9608            'IMIX' and
9609            '8T4C' and
9610            'NDRPDR'"
9611   parameters:
9612   - "throughput"
9613   - "name"
9614   - "tags"
9615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9616   x-axis: "X = CNFs per Service Chain"
9617   y-axis: "Y = Number of Service Chains"
9618   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9619   layout:
9620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9621     layout: "plot-service-density"
9622
9623 ###############################################################################
9624
9625 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9626 - type: "plot"
9627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9628   algorithm: "plot_nf_heatmap"
9629   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9630   data: "plot-vpp-nfv-3n-hsw-mrr"
9631   filter: "'NIC_Intel-XL710' and
9632            'NF_DENSITY' and
9633            'DOCKER' and
9634            'CHAIN' and
9635            'NF_VPPIP4' and
9636            'IMIX' and
9637            'TNL_10000' and
9638            '1T1C' and
9639            'MRR'"
9640   parameters:
9641   - "result"
9642   - "name"
9643   - "tags"
9644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9645   x-axis: "X = CNFs per Service Chain"
9646   y-axis: "Y = Number of Service Chains"
9647   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9648   layout:
9649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9650     layout: "plot-service-density"
9651
9652 - type: "plot"
9653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9654   algorithm: "plot_nf_heatmap"
9655   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9656   data: "plot-vpp-nfv-3n-hsw-mrr"
9657   filter: "'NIC_Intel-XL710' and
9658            'NF_DENSITY' and
9659            'DOCKER' and
9660            'CHAIN' and
9661            'NF_VPPIP4' and
9662            'IPSEC' and
9663            'TNL_10000' and
9664            'IMIX' and
9665            '2T2C' and
9666            'MRR'"
9667   parameters:
9668   - "result"
9669   - "name"
9670   - "tags"
9671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9672   x-axis: "X = CNFs per Service Chain"
9673   y-axis: "Y = Number of Service Chains"
9674   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9675   layout:
9676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9677     layout: "plot-service-density"
9678
9679 - type: "plot"
9680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9681   algorithm: "plot_nf_heatmap"
9682   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9683   data: "plot-vpp-nfv-3n-hsw-mrr"
9684   filter: "'NIC_Intel-XL710' and
9685            'NF_DENSITY' and
9686            'DOCKER' and
9687            'CHAIN' and
9688            'NF_VPPIP4' and
9689            'IPSEC' and
9690            'TNL_10000' and
9691            'IMIX' and
9692            '4T4C' and
9693            'MRR'"
9694   parameters:
9695   - "result"
9696   - "name"
9697   - "tags"
9698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9699   x-axis: "X = CNFs per Service Chain"
9700   y-axis: "Y = Number of Service Chains"
9701   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9702   layout:
9703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9704     layout: "plot-service-density"
9705
9706 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9707 - type: "plot"
9708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9709   algorithm: "plot_nf_heatmap"
9710   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9711   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9712   filter: "'NIC_Intel-XL710' and
9713            'NF_DENSITY' and
9714            'DOCKER' and
9715            'CHAIN' and
9716            'NF_VPPIP4' and
9717            'IPSEC' and
9718            'TNL_10000' and
9719            'IMIX' and
9720            '1T1C' and
9721            'NDRPDR'"
9722   parameters:
9723   - "throughput"
9724   - "name"
9725   - "tags"
9726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9727   x-axis: "X = CNFs per Service Chain"
9728   y-axis: "Y = Number of Service Chains"
9729   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9730   layout:
9731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9732     layout: "plot-service-density"
9733
9734 - type: "plot"
9735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9736   algorithm: "plot_nf_heatmap"
9737   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9738   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9739   filter: "'NIC_Intel-XL710' and
9740            'NF_DENSITY' and
9741            'DOCKER' and
9742            'CHAIN' and
9743            'NF_VPPIP4' and
9744            'IPSEC' and
9745            'TNL_10000' and
9746            'IMIX' and
9747            '2T2C' and
9748            'NDRPDR'"
9749   parameters:
9750   - "throughput"
9751   - "name"
9752   - "tags"
9753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9754   x-axis: "X = CNFs per Service Chain"
9755   y-axis: "Y = Number of Service Chains"
9756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9757   layout:
9758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9759     layout: "plot-service-density"
9760
9761 - type: "plot"
9762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9763   algorithm: "plot_nf_heatmap"
9764   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9765   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9766   filter: "'NIC_Intel-XL710' and
9767            'NF_DENSITY' and
9768            'DOCKER' and
9769            'CHAIN' and
9770            'NF_VPPIP4' and
9771            'IPSEC' and
9772            'TNL_10000' and
9773            'IMIX' and
9774            '4T4C' and
9775            'NDRPDR'"
9776   parameters:
9777   - "throughput"
9778   - "name"
9779   - "tags"
9780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9781   x-axis: "X = CNFs per Service Chain"
9782   y-axis: "Y = Number of Service Chains"
9783   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9784   layout:
9785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9786     layout: "plot-service-density"
9787
9788 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9789 - type: "plot"
9790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9791   algorithm: "plot_nf_heatmap"
9792   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9793   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9794   filter: "'NIC_Intel-XL710' and
9795            'NF_DENSITY' and
9796            'DOCKER' and
9797            'CHAIN' and
9798            'NF_VPPIP4' and
9799            'IPSEC' and
9800            'TNL_10000' and
9801            'IMIX' and
9802            '1T1C' and
9803            'NDRPDR'"
9804   parameters:
9805   - "throughput"
9806   - "name"
9807   - "tags"
9808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9809   x-axis: "X = CNFs per Service Chain"
9810   y-axis: "Y = Number of Service Chains"
9811   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9812   layout:
9813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9814     layout: "plot-service-density"
9815
9816 - type: "plot"
9817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9818   algorithm: "plot_nf_heatmap"
9819   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9820   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9821   filter: "'NIC_Intel-XL710' and
9822            'NF_DENSITY' and
9823            'DOCKER' and
9824            'CHAIN' and
9825            'NF_VPPIP4' and
9826            'IPSEC' and
9827            'TNL_10000' and
9828            'IMIX' and
9829            '2T2C' and
9830            'NDRPDR'"
9831   parameters:
9832   - "throughput"
9833   - "name"
9834   - "tags"
9835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9836   x-axis: "X = CNFs per Service Chain"
9837   y-axis: "Y = Number of Service Chains"
9838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9839   layout:
9840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9841     layout: "plot-service-density"
9842
9843 - type: "plot"
9844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9845   algorithm: "plot_nf_heatmap"
9846   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9847   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9848   filter: "'NIC_Intel-XL710' and
9849            'NF_DENSITY' and
9850            'DOCKER' and
9851            'CHAIN' and
9852            'NF_VPPIP4' and
9853            'IPSEC' and
9854            'TNL_10000' and
9855            'IMIX' and
9856            '4T4C' and
9857            'NDRPDR'"
9858   parameters:
9859   - "throughput"
9860   - "name"
9861   - "tags"
9862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9863   x-axis: "X = CNFs per Service Chain"
9864   y-axis: "Y = Number of Service Chains"
9865   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9866   layout:
9867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9868     layout: "plot-service-density"
9869
9870 ###############################################################################
9871
9872 # Plots - NF Density - CSP - MRR 64b
9873
9874 #- type: "plot"
9875 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9876 #  algorithm: "plot_nf_heatmap"
9877 #  output-file-type: ".html"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9879 #  data: "plot-vpp-nfv-2n-skx-mrr"
9880 #  filter: "'NIC_Intel-XXV710' and
9881 #           'NF_DENSITY' and
9882 #           'DOCKER' and
9883 #           'PIPELINE' and
9884 #           'NF_VPPIP4' and
9885 #           '64B' and
9886 #           '2T1C' and
9887 #           'MRR'"
9888 #  parameters:
9889 #  - "result"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = CNFs per Service Pipeline"
9894 #  y-axis: "Y = Number of Service Pipelines"
9895 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9898 #    layout: "plot-service-density"
9899 #
9900 #- type: "plot"
9901 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9902 #  algorithm: "plot_nf_heatmap"
9903 #  output-file-type: ".html"
9904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9905 #  data: "plot-vpp-nfv-2n-skx-mrr"
9906 #  filter: "'NIC_Intel-XXV710' and
9907 #           'NF_DENSITY' and
9908 #           'DOCKER' and
9909 #           'PIPELINE' and
9910 #           'NF_VPPIP4' and
9911 #           '64B' and
9912 #           '4T2C' and
9913 #           'MRR'"
9914 #  parameters:
9915 #  - "result"
9916 #  - "name"
9917 #  - "tags"
9918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9919 #  x-axis: "X = CNFs per Service Pipeline"
9920 #  y-axis: "Y = Number of Service Pipelines"
9921 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9922 #  layout:
9923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9924 #    layout: "plot-service-density"
9925 #
9926 #- type: "plot"
9927 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9928 #  algorithm: "plot_nf_heatmap"
9929 #  output-file-type: ".html"
9930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9931 #  data: "plot-vpp-nfv-2n-skx-mrr"
9932 #  filter: "'NIC_Intel-XXV710' and
9933 #           'NF_DENSITY' and
9934 #           'DOCKER' and
9935 #           'PIPELINE' and
9936 #           'NF_VPPIP4' and
9937 #           '64B' and
9938 #           '8T4C' and
9939 #           'MRR'"
9940 #  parameters:
9941 #  - "result"
9942 #  - "name"
9943 #  - "tags"
9944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9945 #  x-axis: "X = CNFs per Service Pipeline"
9946 #  y-axis: "Y = Number of Service Pipelines"
9947 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9948 #  layout:
9949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9950 #    layout: "plot-service-density"
9951 #
9952 ## Plots - NF Density - CSP - MRR IMIX
9953 #- type: "plot"
9954 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9955 #  algorithm: "plot_nf_heatmap"
9956 #  output-file-type: ".html"
9957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9958 #  data: "plot-vpp-nfv-2n-skx-mrr"
9959 #  filter: "'NIC_Intel-XXV710' and
9960 #           'NF_DENSITY' and
9961 #           'DOCKER' and
9962 #           'PIPELINE' and
9963 #           'NF_VPPIP4' and
9964 #           'IMIX' and
9965 #           '2T1C' and
9966 #           'MRR'"
9967 #  parameters:
9968 #  - "result"
9969 #  - "name"
9970 #  - "tags"
9971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9972 #  x-axis: "X = CNFs per Service Pipeline"
9973 #  y-axis: "Y = Number of Service Pipelines"
9974 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9975 #  layout:
9976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9977 #    layout: "plot-service-density"
9978 #
9979 #- type: "plot"
9980 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9981 #  algorithm: "plot_nf_heatmap"
9982 #  output-file-type: ".html"
9983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9984 #  data: "plot-vpp-nfv-2n-skx-mrr"
9985 #  filter: "'NIC_Intel-XXV710' and
9986 #           'NF_DENSITY' and
9987 #           'DOCKER' and
9988 #           'PIPELINE' and
9989 #           'NF_VPPIP4' and
9990 #           'IMIX' and
9991 #           '4T2C' and
9992 #           'MRR'"
9993 #  parameters:
9994 #  - "result"
9995 #  - "name"
9996 #  - "tags"
9997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9998 #  x-axis: "X = CNFs per Service Pipeline"
9999 #  y-axis: "Y = Number of Service Pipelines"
10000 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10001 #  layout:
10002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10003 #    layout: "plot-service-density"
10004 #
10005 #- type: "plot"
10006 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10007 #  algorithm: "plot_nf_heatmap"
10008 #  output-file-type: ".html"
10009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10010 #  data: "plot-vpp-nfv-2n-skx-mrr"
10011 #  filter: "'NIC_Intel-XXV710' and
10012 #           'NF_DENSITY' and
10013 #           'DOCKER' and
10014 #           'PIPELINE' and
10015 #           'NF_VPPIP4' and
10016 #           'IMIX' and
10017 #           '8T4C' and
10018 #           'MRR'"
10019 #  parameters:
10020 #  - "result"
10021 #  - "name"
10022 #  - "tags"
10023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10024 #  x-axis: "X = CNFs per Service Pipeline"
10025 #  y-axis: "Y = Number of Service Pipelines"
10026 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10027 #  layout:
10028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10029 #    layout: "plot-service-density"
10030 #
10031 ## Plots - NF Density - CSP - NDR 64b
10032 #- type: "plot"
10033 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10034 #  algorithm: "plot_nf_heatmap"
10035 #  output-file-type: ".html"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10037 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10038 #  filter: "'NIC_Intel-XXV710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'PIPELINE' and
10042 #           'NF_VPPIP4' and
10043 #           '64B' and
10044 #           '2T1C' and
10045 #           'NDRPDR'"
10046 #  parameters:
10047 #  - "throughput"
10048 #  - "name"
10049 #  - "tags"
10050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10051 #  x-axis: "X = CNFs per Service Pipeline"
10052 #  y-axis: "Y = Number of Service Pipelines"
10053 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10054 #  layout:
10055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10056 #    layout: "plot-service-density"
10057 #
10058 #- type: "plot"
10059 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10060 #  algorithm: "plot_nf_heatmap"
10061 #  output-file-type: ".html"
10062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10063 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10064 #  filter: "'NIC_Intel-XXV710' and
10065 #           'NF_DENSITY' and
10066 #           'DOCKER' and
10067 #           'PIPELINE' and
10068 #           'NF_VPPIP4' and
10069 #           '64B' and
10070 #           '4T2C' and
10071 #           'NDRPDR'"
10072 #  parameters:
10073 #  - "throughput"
10074 #  - "name"
10075 #  - "tags"
10076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10077 #  x-axis: "X = CNFs per Service Pipeline"
10078 #  y-axis: "Y = Number of Service Pipelines"
10079 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10080 #  layout:
10081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10082 #    layout: "plot-service-density"
10083 #
10084 #- type: "plot"
10085 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10086 #  algorithm: "plot_nf_heatmap"
10087 #  output-file-type: ".html"
10088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10089 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10090 #  filter: "'NIC_Intel-XXV710' and
10091 #           'NF_DENSITY' and
10092 #           'DOCKER' and
10093 #           'PIPELINE' and
10094 #           'NF_VPPIP4' and
10095 #           '64B' and
10096 #           '8T4C' and
10097 #           'NDRPDR'"
10098 #  parameters:
10099 #  - "throughput"
10100 #  - "name"
10101 #  - "tags"
10102 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10103 #  x-axis: "X = CNFs per Service Pipeline"
10104 #  y-axis: "Y = Number of Service Pipelines"
10105 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10106 #  layout:
10107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10108 #    layout: "plot-service-density"
10109 #
10110 ## Plots - NF Density - CSP - NDR IMIX
10111 #- type: "plot"
10112 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10113 #  algorithm: "plot_nf_heatmap"
10114 #  output-file-type: ".html"
10115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10117 #  filter: "'NIC_Intel-XXV710' and
10118 #           'NF_DENSITY' and
10119 #           'DOCKER' and
10120 #           'PIPELINE' and
10121 #           'NF_VPPIP4' and
10122 #           'IMIX' and
10123 #           '2T1C' and
10124 #           'NDRPDR'"
10125 #  parameters:
10126 #  - "throughput"
10127 #  - "name"
10128 #  - "tags"
10129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10130 #  x-axis: "X = CNFs per Service Pipeline"
10131 #  y-axis: "Y = Number of Service Pipelines"
10132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10133 #  layout:
10134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10135 #    layout: "plot-service-density"
10136 #
10137 #- type: "plot"
10138 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10139 #  algorithm: "plot_nf_heatmap"
10140 #  output-file-type: ".html"
10141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10142 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10143 #  filter: "'NIC_Intel-XXV710' and
10144 #           'NF_DENSITY' and
10145 #           'DOCKER' and
10146 #           'PIPELINE' and
10147 #           'NF_VPPIP4' and
10148 #           'IMIX' and
10149 #           '4T2C' and
10150 #           'NDRPDR'"
10151 #  parameters:
10152 #  - "throughput"
10153 #  - "name"
10154 #  - "tags"
10155 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10156 #  x-axis: "X = CNFs per Service Pipeline"
10157 #  y-axis: "Y = Number of Service Pipelines"
10158 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10159 #  layout:
10160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10161 #    layout: "plot-service-density"
10162 #
10163 #- type: "plot"
10164 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10165 #  algorithm: "plot_nf_heatmap"
10166 #  output-file-type: ".html"
10167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10168 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10169 #  filter: "'NIC_Intel-XXV710' and
10170 #           'NF_DENSITY' and
10171 #           'DOCKER' and
10172 #           'PIPELINE' and
10173 #           'NF_VPPIP4' and
10174 #           'IMIX' and
10175 #           '8T4C' and
10176 #           'NDRPDR'"
10177 #  parameters:
10178 #  - "throughput"
10179 #  - "name"
10180 #  - "tags"
10181 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10182 #  x-axis: "X = CNFs per Service Pipeline"
10183 #  y-axis: "Y = Number of Service Pipelines"
10184 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10185 #  layout:
10186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10187 #    layout: "plot-service-density"
10188 #
10189 ## Plots - NF Density - CSP - PDR 64b
10190 #- type: "plot"
10191 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10192 #  algorithm: "plot_nf_heatmap"
10193 #  output-file-type: ".html"
10194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10196 #  filter: "'NIC_Intel-XXV710' and
10197 #           'NF_DENSITY' and
10198 #           'DOCKER' and
10199 #           'PIPELINE' and
10200 #           'NF_VPPIP4' and
10201 #           '64B' and
10202 #           '2T1C' and
10203 #           'NDRPDR'"
10204 #  parameters:
10205 #  - "throughput"
10206 #  - "name"
10207 #  - "tags"
10208 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10209 #  x-axis: "X = CNFs per Service Pipeline"
10210 #  y-axis: "Y = Number of Service Pipelines"
10211 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10212 #  layout:
10213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10214 #    layout: "plot-service-density"
10215 #
10216 #- type: "plot"
10217 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10218 #  algorithm: "plot_nf_heatmap"
10219 #  output-file-type: ".html"
10220 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10221 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10222 #  filter: "'NIC_Intel-XXV710' and
10223 #           'NF_DENSITY' and
10224 #           'DOCKER' and
10225 #           'PIPELINE' and
10226 #           'NF_VPPIP4' and
10227 #           '64B' and
10228 #           '4T2C' and
10229 #           'NDRPDR'"
10230 #  parameters:
10231 #  - "throughput"
10232 #  - "name"
10233 #  - "tags"
10234 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10235 #  x-axis: "X = CNFs per Service Pipeline"
10236 #  y-axis: "Y = Number of Service Pipelines"
10237 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10238 #  layout:
10239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10240 #    layout: "plot-service-density"
10241 #
10242 #- type: "plot"
10243 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10244 #  algorithm: "plot_nf_heatmap"
10245 #  output-file-type: ".html"
10246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10247 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10248 #  filter: "'NIC_Intel-XXV710' and
10249 #           'NF_DENSITY' and
10250 #           'DOCKER' and
10251 #           'PIPELINE' and
10252 #           'NF_VPPIP4' and
10253 #           '64B' and
10254 #           '8T4C' and
10255 #           'NDRPDR'"
10256 #  parameters:
10257 #  - "throughput"
10258 #  - "name"
10259 #  - "tags"
10260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10261 #  x-axis: "X = CNFs per Service Pipeline"
10262 #  y-axis: "Y = Number of Service Pipelines"
10263 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10264 #  layout:
10265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10266 #    layout: "plot-service-density"
10267 #
10268 ## Plots - NF Density - CSP - PDR IMIX
10269 #- type: "plot"
10270 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10271 #  algorithm: "plot_nf_heatmap"
10272 #  output-file-type: ".html"
10273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10275 #  filter: "'NIC_Intel-XXV710' and
10276 #           'NF_DENSITY' and
10277 #           'DOCKER' and
10278 #           'PIPELINE' and
10279 #           'NF_VPPIP4' and
10280 #           'IMIX' and
10281 #           '2T1C' and
10282 #           'NDRPDR'"
10283 #  parameters:
10284 #  - "throughput"
10285 #  - "name"
10286 #  - "tags"
10287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10288 #  x-axis: "X = CNFs per Service Pipeline"
10289 #  y-axis: "Y = Number of Service Pipelines"
10290 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10291 #  layout:
10292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10293 #    layout: "plot-service-density"
10294 #
10295 #- type: "plot"
10296 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10297 #  algorithm: "plot_nf_heatmap"
10298 #  output-file-type: ".html"
10299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10301 #  filter: "'NIC_Intel-XXV710' and
10302 #           'NF_DENSITY' and
10303 #           'DOCKER' and
10304 #           'PIPELINE' and
10305 #           'NF_VPPIP4' and
10306 #           'IMIX' and
10307 #           '4T2C' and
10308 #           'NDRPDR'"
10309 #  parameters:
10310 #  - "throughput"
10311 #  - "name"
10312 #  - "tags"
10313 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10314 #  x-axis: "X = CNFs per Service Pipeline"
10315 #  y-axis: "Y = Number of Service Pipelines"
10316 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10317 #  layout:
10318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10319 #    layout: "plot-service-density"
10320 #
10321 #- type: "plot"
10322 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10323 #  algorithm: "plot_nf_heatmap"
10324 #  output-file-type: ".html"
10325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10326 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10327 #  filter: "'NIC_Intel-XXV710' and
10328 #           'NF_DENSITY' and
10329 #           'DOCKER' and
10330 #           'PIPELINE' and
10331 #           'NF_VPPIP4' and
10332 #           'IMIX' and
10333 #           '8T4C' and
10334 #           'NDRPDR'"
10335 #  parameters:
10336 #  - "throughput"
10337 #  - "name"
10338 #  - "tags"
10339 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10340 #  x-axis: "X = CNFs per Service Pipeline"
10341 #  y-axis: "Y = Number of Service Pipelines"
10342 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10343 #  layout:
10344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10345 #    layout: "plot-service-density"
10346
10347 ###############################################################################
10348 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10349
10350 - type: "plot"
10351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10352   algorithm: "plot_nf_heatmap"
10353   output-file-type: ".html"
10354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10355   data: "plot-vpp-nfv-2n-clx-mrr"
10356   filter: "'NIC_Intel-XXV710' and
10357            'NF_DENSITY' and
10358            'VHOST' and
10359            not 'VXLAN' and
10360            'CHAIN' and
10361            'NF_VPPIP4' and
10362            'IMIX' and
10363            '2T1C' and
10364            'MRR'"
10365   parameters:
10366   - "result"
10367   - "name"
10368   - "tags"
10369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10370   x-axis: "X = VNFs per Service Chain"
10371   y-axis: "Y = Number of Service Chains"
10372   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10373   layout:
10374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10375     layout: "plot-service-density"
10376
10377 - type: "plot"
10378   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10379   algorithm: "plot_nf_heatmap"
10380   output-file-type: ".html"
10381   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10382   data: "plot-vpp-nfv-2n-clx-mrr"
10383   filter: "'NIC_Intel-XXV710' and
10384            'NF_DENSITY' and
10385            'VHOST' and
10386            not 'VXLAN' and
10387            'CHAIN' and
10388            'NF_VPPIP4' and
10389            'IMIX' and
10390            '4T2C' and
10391            'MRR'"
10392   parameters:
10393   - "result"
10394   - "name"
10395   - "tags"
10396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10397   x-axis: "X = VNFs per Service Chain"
10398   y-axis: "Y = Number of Service Chains"
10399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10400   layout:
10401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10402     layout: "plot-service-density"
10403
10404 - type: "plot"
10405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10406   algorithm: "plot_nf_heatmap"
10407   output-file-type: ".html"
10408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10409   data: "plot-vpp-nfv-2n-clx-mrr"
10410   filter: "'NIC_Intel-XXV710' and
10411            'NF_DENSITY' and
10412            'VHOST' and
10413            not 'VXLAN' and
10414            'CHAIN' and
10415            'NF_VPPIP4' and
10416            'IMIX' and
10417            '8T4C' and
10418            'MRR'"
10419   parameters:
10420   - "result"
10421   - "name"
10422   - "tags"
10423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10424   x-axis: "X = VNFs per Service Chain"
10425   y-axis: "Y = Number of Service Chains"
10426   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10427   layout:
10428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10429     layout: "plot-service-density"
10430
10431 # Plots - NF Density - VSC - NDR IMIX
10432 - type: "plot"
10433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10434   algorithm: "plot_nf_heatmap"
10435   output-file-type: ".html"
10436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10437   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10438   filter: "'NIC_Intel-XXV710' and
10439            'NF_DENSITY' and
10440            'VHOST' and
10441            not 'VXLAN' and
10442            'CHAIN' and
10443            'NF_VPPIP4' and
10444            'IMIX' and
10445            '2T1C' and
10446            'NDRPDR'"
10447   parameters:
10448   - "throughput"
10449   - "name"
10450   - "tags"
10451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10452   x-axis: "X = VNFs per Service Chain"
10453   y-axis: "Y = Number of Service Chains"
10454   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10455   layout:
10456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10457     layout: "plot-service-density"
10458
10459 - type: "plot"
10460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10461   algorithm: "plot_nf_heatmap"
10462   output-file-type: ".html"
10463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10464   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10465   filter: "'NIC_Intel-XXV710' and
10466            'NF_DENSITY' and
10467            'VHOST' and
10468            not 'VXLAN' and
10469            'CHAIN' and
10470            'NF_VPPIP4' and
10471            'IMIX' and
10472            '4T2C' and
10473            'NDRPDR'"
10474   parameters:
10475   - "throughput"
10476   - "name"
10477   - "tags"
10478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10479   x-axis: "X = VNFs per Service Chain"
10480   y-axis: "Y = Number of Service Chains"
10481   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10482   layout:
10483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10484     layout: "plot-service-density"
10485
10486 - type: "plot"
10487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10488   algorithm: "plot_nf_heatmap"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10491   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10492   filter: "'NIC_Intel-XXV710' and
10493            'NF_DENSITY' and
10494            'VHOST' and
10495            not 'VXLAN' and
10496            'CHAIN' and
10497            'NF_VPPIP4' and
10498            'IMIX' and
10499            '8T4C' and
10500            'NDRPDR'"
10501   parameters:
10502   - "throughput"
10503   - "name"
10504   - "tags"
10505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10506   x-axis: "X = VNFs per Service Chain"
10507   y-axis: "Y = Number of Service Chains"
10508   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10509   layout:
10510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10511     layout: "plot-service-density"
10512
10513 # Plots - NF Density - VSC - PDR IMIX
10514 - type: "plot"
10515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10516   algorithm: "plot_nf_heatmap"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10519   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10520   filter: "'NIC_Intel-XXV710' and
10521            'NF_DENSITY' and
10522            'VHOST' and
10523            not 'VXLAN' and
10524            'CHAIN' and
10525            'NF_VPPIP4' and
10526            'IMIX' and
10527            '2T1C' and
10528            'NDRPDR'"
10529   parameters:
10530   - "throughput"
10531   - "name"
10532   - "tags"
10533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10534   x-axis: "X = VNFs per Service Chain"
10535   y-axis: "Y = Number of Service Chains"
10536   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10537   layout:
10538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10539     layout: "plot-service-density"
10540
10541 - type: "plot"
10542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10543   algorithm: "plot_nf_heatmap"
10544   output-file-type: ".html"
10545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10546   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10547   filter: "'NIC_Intel-XXV710' and
10548            'NF_DENSITY' and
10549            'VHOST' and
10550            not 'VXLAN' and
10551            'CHAIN' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '4T2C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = VNFs per Service Chain"
10562   y-axis: "Y = Number of Service Chains"
10563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10573   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'VHOST' and
10577            not 'VXLAN' and
10578            'CHAIN' and
10579            'NF_VPPIP4' and
10580            'IMIX' and
10581            '8T4C' and
10582            'NDRPDR'"
10583   parameters:
10584   - "throughput"
10585   - "name"
10586   - "tags"
10587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10588   x-axis: "X = VNFs per Service Chain"
10589   y-axis: "Y = Number of Service Chains"
10590   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10591   layout:
10592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10593     layout: "plot-service-density"
10594
10595 # Plots - NF Density - VSC - MRR IMIX
10596 - type: "plot"
10597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10598   algorithm: "plot_nf_heatmap"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10601   data: "plot-vpp-nfv-2n-clx-mrr"
10602   filter: "'NIC_Intel-XXV710' and
10603            'NF_DENSITY' and
10604            'VHOST' and
10605            'VXLAN' and
10606            'CHAIN' and
10607            'IMIX' and
10608            '2T1C' and
10609            'MRR'"
10610   parameters:
10611   - "result"
10612   - "name"
10613   - "tags"
10614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10615   x-axis: "X = VNFs per Service Chain"
10616   y-axis: "Y = Number of Service Chains"
10617   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10618   layout:
10619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10620     layout: "plot-service-density"
10621
10622 - type: "plot"
10623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10624   algorithm: "plot_nf_heatmap"
10625   output-file-type: ".html"
10626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10627   data: "plot-vpp-nfv-2n-clx-mrr"
10628   filter: "'NIC_Intel-XXV710' and
10629            'NF_DENSITY' and
10630            'VHOST' and
10631            'VXLAN' and
10632            'CHAIN' and
10633            'IMIX' and
10634            '4T2C' and
10635            'MRR'"
10636   parameters:
10637   - "result"
10638   - "name"
10639   - "tags"
10640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10641   x-axis: "X = VNFs per Service Chain"
10642   y-axis: "Y = Number of Service Chains"
10643   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10644   layout:
10645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10646     layout: "plot-service-density"
10647
10648 - type: "plot"
10649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10650   algorithm: "plot_nf_heatmap"
10651   output-file-type: ".html"
10652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10653   data: "plot-vpp-nfv-2n-clx-mrr"
10654   filter: "'NIC_Intel-XXV710' and
10655            'NF_DENSITY' and
10656            'VHOST' and
10657            'VXLAN' and
10658            'CHAIN' and
10659            'IMIX' and
10660            '8T4C' and
10661            'MRR'"
10662   parameters:
10663   - "result"
10664   - "name"
10665   - "tags"
10666   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10667   x-axis: "X = VNFs per Service Chain"
10668   y-axis: "Y = Number of Service Chains"
10669   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10670   layout:
10671     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10672     layout: "plot-service-density"
10673
10674 # Plots - NF Density - VSC - NDR IMIX
10675 - type: "plot"
10676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10677   algorithm: "plot_nf_heatmap"
10678   output-file-type: ".html"
10679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10680   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10681   filter: "'NIC_Intel-XXV710' and
10682            'NF_DENSITY' and
10683            'VHOST' and
10684            'VXLAN' and
10685            'CHAIN' a
10686            'IMIX' and
10687            '2T1C' and
10688            'NDRPDR'"
10689   parameters:
10690   - "throughput"
10691   - "name"
10692   - "tags"
10693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10694   x-axis: "X = VNFs per Service Chain"
10695   y-axis: "Y = Number of Service Chains"
10696   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10697   layout:
10698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10699     layout: "plot-service-density"
10700
10701 - type: "plot"
10702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10703   algorithm: "plot_nf_heatmap"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10706   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10707   filter: "'NIC_Intel-XXV710' and
10708            'NF_DENSITY' and
10709            'VHOST' and
10710            'VXLAN' and
10711            'CHAIN' and
10712            'IMIX' and
10713            '4T2C' and
10714            'NDRPDR'"
10715   parameters:
10716   - "throughput"
10717   - "name"
10718   - "tags"
10719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10720   x-axis: "X = VNFs per Service Chain"
10721   y-axis: "Y = Number of Service Chains"
10722   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10723   layout:
10724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10725     layout: "plot-service-density"
10726
10727 - type: "plot"
10728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10729   algorithm: "plot_nf_heatmap"
10730   output-file-type: ".html"
10731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10732   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10733   filter: "'NIC_Intel-XXV710' and
10734            'NF_DENSITY' and
10735            'VHOST' and
10736            'VXLAN' and
10737            'CHAIN' and
10738            'IMIX' and
10739            '8T4C' and
10740            'NDRPDR'"
10741   parameters:
10742   - "throughput"
10743   - "name"
10744   - "tags"
10745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10746   x-axis: "X = VNFs per Service Chain"
10747   y-axis: "Y = Number of Service Chains"
10748   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10749   layout:
10750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10751     layout: "plot-service-density"
10752
10753 # Plots - NF Density - VSC - PDR IMIX
10754 - type: "plot"
10755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10756   algorithm: "plot_nf_heatmap"
10757   output-file-type: ".html"
10758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10759   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10760   filter: "'NIC_Intel-XXV710' and
10761            'NF_DENSITY' and
10762            'VHOST' and
10763            'VXLAN' and
10764            'CHAIN' and
10765            'IMIX' and
10766            '2T1C' and
10767            'NDRPDR'"
10768   parameters:
10769   - "throughput"
10770   - "name"
10771   - "tags"
10772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10773   x-axis: "X = VNFs per Service Chain"
10774   y-axis: "Y = Number of Service Chains"
10775   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10776   layout:
10777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10778     layout: "plot-service-density"
10779
10780 - type: "plot"
10781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10782   algorithm: "plot_nf_heatmap"
10783   output-file-type: ".html"
10784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10785   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10786   filter: "'NIC_Intel-XXV710' and
10787            'NF_DENSITY' and
10788            'VHOST' and
10789            'VXLAN' and
10790            'CHAIN' and
10791            'IMIX' and
10792            '4T2C' and
10793            'NDRPDR'"
10794   parameters:
10795   - "throughput"
10796   - "name"
10797   - "tags"
10798   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10799   x-axis: "X = VNFs per Service Chain"
10800   y-axis: "Y = Number of Service Chains"
10801   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10802   layout:
10803     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10804     layout: "plot-service-density"
10805
10806 - type: "plot"
10807   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10808   algorithm: "plot_nf_heatmap"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10811   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10812   filter: "'NIC_Intel-XXV710' and
10813            'NF_DENSITY' and
10814            'VHOST' and
10815            'VXLAN' and
10816            'CHAIN' and
10817            'IMIX' and
10818            '8T4C' and
10819            'NDRPDR'"
10820   parameters:
10821   - "throughput"
10822   - "name"
10823   - "tags"
10824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10825   x-axis: "X = VNFs per Service Chain"
10826   y-axis: "Y = Number of Service Chains"
10827   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10828   layout:
10829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10830     layout: "plot-service-density"
10831
10832 # Plots - NF Density - CSC - MRR IMIX
10833 - type: "plot"
10834   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10835   algorithm: "plot_nf_heatmap"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10838   data: "plot-vpp-nfv-2n-clx-mrr"
10839   filter: "'NIC_Intel-XXV710' and
10840            'NF_DENSITY' and
10841            'DOCKER' and
10842            'CHAIN' and
10843            'NF_VPPIP4' and
10844            'IMIX' and
10845            '2T1C' and
10846            'MRR'"
10847   parameters:
10848   - "result"
10849   - "name"
10850   - "tags"
10851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10852   x-axis: "X = CNFs per Service Chain"
10853   y-axis: "Y = Number of Service Chains"
10854   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10855   layout:
10856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10857     layout: "plot-service-density"
10858
10859 - type: "plot"
10860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10861   algorithm: "plot_nf_heatmap"
10862   output-file-type: ".html"
10863   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10864   data: "plot-vpp-nfv-2n-clx-mrr"
10865   filter: "'NIC_Intel-XXV710' and
10866            'NF_DENSITY' and
10867            'DOCKER' and
10868            'CHAIN' and
10869            'NF_VPPIP4' and
10870            'IMIX' and
10871            '4T2C' and
10872            'MRR'"
10873   parameters:
10874   - "result"
10875   - "name"
10876   - "tags"
10877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10878   x-axis: "X = CNFs per Service Chain"
10879   y-axis: "Y = Number of Service Chains"
10880   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10881   layout:
10882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10883     layout: "plot-service-density"
10884
10885 - type: "plot"
10886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10887   algorithm: "plot_nf_heatmap"
10888   output-file-type: ".html"
10889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10890   data: "plot-vpp-nfv-2n-clx-mrr"
10891   filter: "'NIC_Intel-XXV710' and
10892            'NF_DENSITY' and
10893            'DOCKER' and
10894            'CHAIN' and
10895            'NF_VPPIP4' and
10896            'IMIX' and
10897            '8T4C' and
10898            'MRR'"
10899   parameters:
10900   - "result"
10901   - "name"
10902   - "tags"
10903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10904   x-axis: "X = CNFs per Service Chain"
10905   y-axis: "Y = Number of Service Chains"
10906   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10907   layout:
10908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10909     layout: "plot-service-density"
10910
10911 # Plots - NF Density - CSC - NDR IMIX
10912 - type: "plot"
10913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10914   algorithm: "plot_nf_heatmap"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10917   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10918   filter: "'NIC_Intel-XXV710' and
10919            'NF_DENSITY' and
10920            'DOCKER' and
10921            'CHAIN' and
10922            'NF_VPPIP4' and
10923            'IMIX' and
10924            '2T1C' and
10925            'NDRPDR'"
10926   parameters:
10927   - "throughput"
10928   - "name"
10929   - "tags"
10930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10931   x-axis: "X = CNFs per Service Chain"
10932   y-axis: "Y = Number of Service Chains"
10933   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10934   layout:
10935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10936     layout: "plot-service-density"
10937
10938 - type: "plot"
10939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10940   algorithm: "plot_nf_heatmap"
10941   output-file-type: ".html"
10942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10943   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10944   filter: "'NIC_Intel-XXV710' and
10945            'NF_DENSITY' and
10946            'DOCKER' and
10947            'CHAIN' and
10948            'NF_VPPIP4' and
10949            'IMIX' and
10950            '4T2C' and
10951            'NDRPDR'"
10952   parameters:
10953   - "throughput"
10954   - "name"
10955   - "tags"
10956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10957   x-axis: "X = CNFs per Service Chain"
10958   y-axis: "Y = Number of Service Chains"
10959   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10960   layout:
10961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10962     layout: "plot-service-density"
10963
10964 - type: "plot"
10965   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10966   algorithm: "plot_nf_heatmap"
10967   output-file-type: ".html"
10968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10969   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10970   filter: "'NIC_Intel-XXV710' and
10971            'NF_DENSITY' and
10972            'DOCKER' and
10973            'CHAIN' and
10974            'NF_VPPIP4' and
10975            'IMIX' and
10976            '8T4C' and
10977            'NDRPDR'"
10978   parameters:
10979   - "throughput"
10980   - "name"
10981   - "tags"
10982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10983   x-axis: "X = CNFs per Service Chain"
10984   y-axis: "Y = Number of Service Chains"
10985   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10986   layout:
10987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10988     layout: "plot-service-density"
10989
10990 # Plots - NF Density - CSC - PDR IMIX
10991 - type: "plot"
10992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10993   algorithm: "plot_nf_heatmap"
10994   output-file-type: ".html"
10995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10996   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10997   filter: "'NIC_Intel-XXV710' and
10998            'NF_DENSITY' and
10999            'DOCKER' and
11000            'CHAIN' and
11001            'NF_VPPIP4' and
11002            'IMIX' and
11003            '2T1C' and
11004            'NDRPDR'"
11005   parameters:
11006   - "throughput"
11007   - "name"
11008   - "tags"
11009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11010   x-axis: "X = CNFs per Service Chain"
11011   y-axis: "Y = Number of Service Chains"
11012   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11013   layout:
11014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11015     layout: "plot-service-density"
11016
11017 - type: "plot"
11018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11019   algorithm: "plot_nf_heatmap"
11020   output-file-type: ".html"
11021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11022   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11023   filter: "'NIC_Intel-XXV710' and
11024            'NF_DENSITY' and
11025            'DOCKER' and
11026            'CHAIN' and
11027            'NF_VPPIP4' and
11028            'IMIX' and
11029            '4T2C' and
11030            'NDRPDR'"
11031   parameters:
11032   - "throughput"
11033   - "name"
11034   - "tags"
11035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11036   x-axis: "X = CNFs per Service Chain"
11037   y-axis: "Y = Number of Service Chains"
11038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11039   layout:
11040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11041     layout: "plot-service-density"
11042
11043 - type: "plot"
11044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11045   algorithm: "plot_nf_heatmap"
11046   output-file-type: ".html"
11047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11048   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11049   filter: "'NIC_Intel-XXV710' and
11050            'NF_DENSITY' and
11051            'DOCKER' and
11052            'CHAIN' and
11053            'NF_VPPIP4' and
11054            'IMIX' and
11055            '8T4C' and
11056            'NDRPDR'"
11057   parameters:
11058   - "throughput"
11059   - "name"
11060   - "tags"
11061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11062   x-axis: "X = CNFs per Service Chain"
11063   y-axis: "Y = Number of Service Chains"
11064   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11065   layout:
11066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11067     layout: "plot-service-density"
11068
11069 # Plots - NF Density - CSP - MRR IMIX
11070 - type: "plot"
11071   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11072   algorithm: "plot_nf_heatmap"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11075   data: "plot-vpp-nfv-2n-clx-mrr"
11076   filter: "'NIC_Intel-XXV710' and
11077            'NF_DENSITY' and
11078            'DOCKER' and
11079            'PIPELINE' and
11080            'NF_VPPIP4' and
11081            'IMIX' and
11082            '2T1C' and
11083            'MRR'"
11084   parameters:
11085   - "result"
11086   - "name"
11087   - "tags"
11088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11089   x-axis: "X = CNFs per Service Pipeline"
11090   y-axis: "Y = Number of Service Pipelines"
11091   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11092   layout:
11093     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11094     layout: "plot-service-density"
11095
11096 - type: "plot"
11097   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11098   algorithm: "plot_nf_heatmap"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11101   data: "plot-vpp-nfv-2n-clx-mrr"
11102   filter: "'NIC_Intel-XXV710' and
11103            'NF_DENSITY' and
11104            'DOCKER' and
11105            'PIPELINE' and
11106            'NF_VPPIP4' and
11107            'IMIX' and
11108            '4T2C' and
11109            'MRR'"
11110   parameters:
11111   - "result"
11112   - "name"
11113   - "tags"
11114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11115   x-axis: "X = CNFs per Service Pipeline"
11116   y-axis: "Y = Number of Service Pipelines"
11117   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11118   layout:
11119     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11120     layout: "plot-service-density"
11121
11122 - type: "plot"
11123   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11124   algorithm: "plot_nf_heatmap"
11125   output-file-type: ".html"
11126   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11127   data: "plot-vpp-nfv-2n-clx-mrr"
11128   filter: "'NIC_Intel-XXV710' and
11129            'NF_DENSITY' and
11130            'DOCKER' and
11131            'PIPELINE' and
11132            'NF_VPPIP4' and
11133            'IMIX' and
11134            '8T4C' and
11135            'MRR'"
11136   parameters:
11137   - "result"
11138   - "name"
11139   - "tags"
11140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11141   x-axis: "X = CNFs per Service Pipeline"
11142   y-axis: "Y = Number of Service Pipelines"
11143   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11144   layout:
11145     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11146     layout: "plot-service-density"
11147
11148 # Plots - NF Density - CSP - NDR IMIX
11149 - type: "plot"
11150   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11151   algorithm: "plot_nf_heatmap"
11152   output-file-type: ".html"
11153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11154   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11155   filter: "'NIC_Intel-XXV710' and
11156            'NF_DENSITY' and
11157            'DOCKER' and
11158            'PIPELINE' and
11159            'NF_VPPIP4' and
11160            'IMIX' and
11161            '2T1C' and
11162            'NDRPDR'"
11163   parameters:
11164   - "throughput"
11165   - "name"
11166   - "tags"
11167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11168   x-axis: "X = CNFs per Service Pipeline"
11169   y-axis: "Y = Number of Service Pipelines"
11170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11171   layout:
11172     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11173     layout: "plot-service-density"
11174
11175 - type: "plot"
11176   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11177   algorithm: "plot_nf_heatmap"
11178   output-file-type: ".html"
11179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11180   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11181   filter: "'NIC_Intel-XXV710' and
11182            'NF_DENSITY' and
11183            'DOCKER' and
11184            'PIPELINE' and
11185            'NF_VPPIP4' and
11186            'IMIX' and
11187            '4T2C' and
11188            'NDRPDR'"
11189   parameters:
11190   - "throughput"
11191   - "name"
11192   - "tags"
11193   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11194   x-axis: "X = CNFs per Service Pipeline"
11195   y-axis: "Y = Number of Service Pipelines"
11196   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11197   layout:
11198     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11199     layout: "plot-service-density"
11200
11201 - type: "plot"
11202   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11203   algorithm: "plot_nf_heatmap"
11204   output-file-type: ".html"
11205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11206   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11207   filter: "'NIC_Intel-XXV710' and
11208            'NF_DENSITY' and
11209            'DOCKER' and
11210            'PIPELINE' and
11211            'NF_VPPIP4' and
11212            'IMIX' and
11213            '8T4C' and
11214            'NDRPDR'"
11215   parameters:
11216   - "throughput"
11217   - "name"
11218   - "tags"
11219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11220   x-axis: "X = CNFs per Service Pipeline"
11221   y-axis: "Y = Number of Service Pipelines"
11222   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11223   layout:
11224     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11225     layout: "plot-service-density"
11226
11227 # Plots - NF Density - CSP - PDR IMIX
11228 - type: "plot"
11229   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11230   algorithm: "plot_nf_heatmap"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11233   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11234   filter: "'NIC_Intel-XXV710' and
11235            'NF_DENSITY' and
11236            'DOCKER' and
11237            'PIPELINE' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '2T1C' and
11241            'NDRPDR'"
11242   parameters:
11243   - "throughput"
11244   - "name"
11245   - "tags"
11246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = CNFs per Service Pipeline"
11248   y-axis: "Y = Number of Service Pipelines"
11249   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11252     layout: "plot-service-density"
11253
11254 - type: "plot"
11255   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11256   algorithm: "plot_nf_heatmap"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11259   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11260   filter: "'NIC_Intel-XXV710' and
11261            'NF_DENSITY' and
11262            'DOCKER' and
11263            'PIPELINE' and
11264            'NF_VPPIP4' and
11265            'IMIX' and
11266            '4T2C' and
11267            'NDRPDR'"
11268   parameters:
11269   - "throughput"
11270   - "name"
11271   - "tags"
11272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11273   x-axis: "X = CNFs per Service Pipeline"
11274   y-axis: "Y = Number of Service Pipelines"
11275   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11276   layout:
11277     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11278     layout: "plot-service-density"
11279
11280 - type: "plot"
11281   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11282   algorithm: "plot_nf_heatmap"
11283   output-file-type: ".html"
11284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11285   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11286   filter: "'NIC_Intel-XXV710' and
11287            'NF_DENSITY' and
11288            'DOCKER' and
11289            'PIPELINE' and
11290            'NF_VPPIP4' and
11291            'IMIX' and
11292            '8T4C' and
11293            'NDRPDR'"
11294   parameters:
11295   - "throughput"
11296   - "name"
11297   - "tags"
11298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11299   x-axis: "X = CNFs per Service Pipeline"
11300   y-axis: "Y = Number of Service Pipelines"
11301   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11302   layout:
11303     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11304     layout: "plot-service-density"
11305
11306 ################################################################################
11307
11308 # Packet Throughput
11309
11310 - type: "plot"
11311   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11312   algorithm: "plot_perf_box_name"
11313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11315   include:
11316     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11320   layout:
11321     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11322     layout: "plot-throughput"
11323
11324 - type: "plot"
11325   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11326   algorithm: "plot_perf_box_name"
11327   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11329   include:
11330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11334   layout:
11335     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11336     layout: "plot-throughput"
11337
11338 - type: "plot"
11339   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11340   algorithm: "plot_perf_box_name"
11341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11343   include:
11344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11348   layout:
11349     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11350     layout: "plot-throughput"
11351
11352 - type: "plot"
11353   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11354   algorithm: "plot_perf_box_name"
11355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11357   include:
11358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11360     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11361     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11362   layout:
11363     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11364     layout: "plot-throughput"
11365
11366 - type: "plot"
11367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11368   algorithm: "plot_perf_box_name"
11369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11371   include:
11372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11373     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11374     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11375     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11376     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11377   layout:
11378     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11379     layout: "plot-throughput"
11380
11381 - type: "plot"
11382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11383   algorithm: "plot_perf_box_name"
11384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11386   include:
11387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11388     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11389     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11390     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11391     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11392   layout:
11393     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11394     layout: "plot-throughput"
11395
11396 - type: "plot"
11397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11398   algorithm: "plot_perf_box_name"
11399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11401   include:
11402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11404     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11405     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11406     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11407   layout:
11408     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11409     layout: "plot-throughput"
11410
11411 - type: "plot"
11412   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11413   algorithm: "plot_perf_box_name"
11414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11416   include:
11417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11419     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11420     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11421     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11422   layout:
11423     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11424     layout: "plot-throughput"
11425
11426 - type: "plot"
11427   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11428   algorithm: "plot_perf_box_name"
11429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11431   include:
11432     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11433     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11434     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11435     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11436     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11437   layout:
11438     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11439     layout: "plot-throughput"
11440
11441 - type: "plot"
11442   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11443   algorithm: "plot_perf_box_name"
11444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11446   include:
11447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11448     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11449     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11450     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11451     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11452   layout:
11453     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11454     layout: "plot-throughput"
11455
11456 - type: "plot"
11457   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11458   algorithm: "plot_perf_box_name"
11459   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11461   include:
11462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11468   layout:
11469     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11470     layout: "plot-throughput"
11471
11472 - type: "plot"
11473   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11474   algorithm: "plot_perf_box_name"
11475   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11477   include:
11478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11484   layout:
11485     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11486     layout: "plot-throughput"
11487
11488 - type: "plot"
11489   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11490   algorithm: "plot_perf_box_name"
11491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11493   include:
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11499   layout:
11500     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11501     layout: "plot-throughput"
11502
11503 - type: "plot"
11504   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11505   algorithm: "plot_perf_box_name"
11506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11508   include:
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11514   layout:
11515     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11523   include:
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11527   layout:
11528     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11533   algorithm: "plot_perf_box_name"
11534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11536   include:
11537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11540   layout:
11541     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11542     layout: "plot-throughput"
11543
11544 - type: "plot"
11545   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11546   algorithm: "plot_perf_box_name"
11547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11549   include:
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11555   layout:
11556     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11557     layout: "plot-throughput"
11558
11559 - type: "plot"
11560   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11561   algorithm: "plot_perf_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11564   include:
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11570   layout:
11571     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11576   algorithm: "plot_perf_box_name"
11577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11579   include:
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11583   layout:
11584     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11592   include:
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11596   layout:
11597     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11598     layout: "plot-throughput"
11599
11600 - type: "plot"
11601   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11602   algorithm: "plot_perf_box_name"
11603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11605   include:
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11612   layout:
11613     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11614     layout: "plot-throughput"
11615
11616 - type: "plot"
11617   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11618   algorithm: "plot_perf_box_name"
11619   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11620   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11621   include:
11622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11628   layout:
11629     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11637   include:
11638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11644   layout:
11645     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11646     layout: "plot-throughput"
11647
11648 - type: "plot"
11649   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11650   algorithm: "plot_perf_box_name"
11651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11653   include:
11654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11660   layout:
11661     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11669   include:
11670     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11673   layout:
11674     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11682   include:
11683     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11686   layout:
11687     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11688     layout: "plot-throughput"
11689
11690 - type: "plot"
11691   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11692   algorithm: "plot_perf_box_name"
11693   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11695   include:
11696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11699 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11700 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11701   layout:
11702     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11703     layout: "plot-throughput"
11704
11705 - type: "plot"
11706   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11707   algorithm: "plot_perf_box_name"
11708   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11710   include:
11711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11714 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11715 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11716   layout:
11717     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11731   layout:
11732     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11740   include:
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11746   layout:
11747     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11755   include:
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11761   layout:
11762     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11776   layout:
11777     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11778     layout: "plot-throughput"
11779
11780 - type: "plot"
11781   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11782   algorithm: "plot_perf_box_name"
11783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11785   include:
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11792   layout:
11793     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11801   include:
11802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11808   layout:
11809     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11817   include:
11818     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11824   layout:
11825     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11833   include:
11834     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11840   layout:
11841     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11842     layout: "plot-throughput"
11843
11844 - type: "plot"
11845   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11846   algorithm: "plot_perf_box_name"
11847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11849   include:
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11855   layout:
11856     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11863   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11864   include:
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11870   layout:
11871     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11878   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11879   include:
11880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11886   layout:
11887     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11895   include:
11896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11902   layout:
11903     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11911   include:
11912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11917   layout:
11918     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11925   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11926   include:
11927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11932   layout:
11933     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11940   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11941   include:
11942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11948   layout:
11949     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11956   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11957   include:
11958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11964   layout:
11965     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11966     layout: "plot-throughput"
11967
11968 - type: "plot"
11969   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11970   algorithm: "plot_perf_box_name"
11971   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11972   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11973   include:
11974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11979   layout:
11980     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11988   include:
11989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11994   layout:
11995     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12003   include:
12004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12010   layout:
12011     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12019   include:
12020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12026   layout:
12027     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12035   include:
12036     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12038   layout:
12039     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12047   include:
12048     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12050   layout:
12051     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12059   include:
12060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12064   layout:
12065     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12073   include:
12074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12078   layout:
12079     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12087   include:
12088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12092   layout:
12093     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12101   include:
12102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12106   layout:
12107     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12115   include:
12116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12120   layout:
12121     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12129   include:
12130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12134   layout:
12135     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12143   include:
12144     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12148   layout:
12149     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12154   algorithm: "plot_perf_box_name"
12155   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12156   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12157   include:
12158     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12162   layout:
12163     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12164     layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12171   include:
12172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12178   layout:
12179     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12180     layout: "plot-throughput"
12181
12182 - type: "plot"
12183   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12184   algorithm: "plot_perf_box_name"
12185   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12187   include:
12188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12194   layout:
12195     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12209   layout:
12210     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12218   include:
12219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12224   layout:
12225     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12233   include:
12234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12239   layout:
12240     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12248   include:
12249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12254   layout:
12255     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12263   include:
12264     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12267   layout:
12268     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12276   include:
12277     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12280   layout:
12281     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12289   include:
12290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12293   layout:
12294     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12302   include:
12303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12306   layout:
12307     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12321   layout:
12322     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12330   include:
12331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12336   layout:
12337     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12345   include:
12346     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12351   layout:
12352     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12360   include:
12361     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12366   layout:
12367     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12368     layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12372   algorithm: "plot_perf_box_name"
12373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12375   include:
12376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12381   layout:
12382     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12383     layout: "plot-throughput"
12384
12385 - type: "plot"
12386   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12387   algorithm: "plot_perf_box_name"
12388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12390   include:
12391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12396   layout:
12397     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12398     layout: "plot-throughput"
12399
12400 - type: "plot"
12401   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12402   algorithm: "plot_perf_box_name"
12403   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12404   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12405   include:
12406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12411   layout:
12412     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12413     layout: "plot-throughput"
12414
12415 - type: "plot"
12416   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12417   algorithm: "plot_perf_box_name"
12418   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12419   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12420   include:
12421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12426   layout:
12427     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12428     layout: "plot-throughput"
12429
12430 - type: "plot"
12431   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12432   algorithm: "plot_perf_box_name"
12433   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12434   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12435   include:
12436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12441   layout:
12442     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12450   include:
12451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12456   layout:
12457     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12462   algorithm: "plot_perf_box_name"
12463   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12464   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12465   include:
12466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12472   layout:
12473     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12481   include:
12482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12488   layout:
12489     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12497   include:
12498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12502   layout:
12503     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12511   include:
12512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12516   layout:
12517     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12522   algorithm: "plot_perf_box_name"
12523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12525   include:
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12532   layout:
12533     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12541   include:
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12546     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12547     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12548   layout:
12549     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12557   include:
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12564   layout:
12565     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12578     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12579     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12580   layout:
12581     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12582     layout: "plot-throughput"
12583
12584 - type: "plot"
12585   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12586   algorithm: "plot_perf_box_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12589   include:
12590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12594     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12595     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12596   layout:
12597     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12598     layout: "plot-throughput"
12599
12600 - type: "plot"
12601   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12602   algorithm: "plot_perf_box_name"
12603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12605   include:
12606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12610     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12611     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12612   layout:
12613     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12614     layout: "plot-throughput"
12615
12616 - type: "plot"
12617   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12618   algorithm: "plot_perf_box_name"
12619   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12620   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12621   include:
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12626     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12627     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12628   layout:
12629     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12630     layout: "plot-throughput"
12631
12632 - type: "plot"
12633   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12634   algorithm: "plot_perf_box_name"
12635   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12636   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12637   include:
12638     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12644   layout:
12645     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12652   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12653   include:
12654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12660   layout:
12661     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12662     layout: "plot-throughput"
12663
12664 - type: "plot"
12665   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12666   algorithm: "plot_perf_box_name"
12667   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12668   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12669   include:
12670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12675     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12676   layout:
12677     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12685   include:
12686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12692   layout:
12693     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12694     layout: "plot-throughput"
12695
12696 - type: "plot"
12697   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12698   algorithm: "plot_perf_box_name"
12699   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12701   include:
12702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12708   layout:
12709     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12717   include:
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12724   layout:
12725     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12740   layout:
12741     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12749   include:
12750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12756   layout:
12757     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12765   include:
12766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12772   layout:
12773     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12780   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12781   include:
12782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12786   layout:
12787     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12788     layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12795   include:
12796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12800   layout:
12801     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12802     layout: "plot-throughput"
12803
12804 - type: "plot"
12805   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12806   algorithm: "plot_perf_box_name"
12807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12809   include:
12810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12814   layout:
12815     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12823   include:
12824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12828   layout:
12829     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12830     layout: "plot-throughput"
12831
12832 - type: "plot"
12833   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12834   algorithm: "plot_perf_box_name"
12835   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12837   include:
12838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12841     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12844   layout:
12845     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12853   include:
12854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12860   layout:
12861     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12866   algorithm: "plot_perf_box_name"
12867   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12869   include:
12870     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12875   layout:
12876     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12877     layout: "plot-throughput"
12878
12879 - type: "plot"
12880   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12881   algorithm: "plot_perf_box_name"
12882   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12884   include:
12885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12890   layout:
12891     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12905   layout:
12906     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12907     layout: "plot-throughput"
12908
12909 - type: "plot"
12910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12911   algorithm: "plot_perf_box_name"
12912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12914   include:
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12920   layout:
12921     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12929   include:
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12934   layout:
12935     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12936     layout: "plot-throughput"
12937
12938 - type: "plot"
12939   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12940   algorithm: "plot_perf_box_name"
12941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12943   include:
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12948   layout:
12949     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12950     layout: "plot-throughput"
12951
12952 - type: "plot"
12953   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12954   algorithm: "plot_perf_box_name"
12955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12957   include:
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12964   layout:
12965     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12973   include:
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12980   layout:
12981     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12989   include:
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12996   layout:
12997     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13005   include:
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13012   layout:
13013     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13021   include:
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13028   layout:
13029     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13037   include:
13038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13044   layout:
13045     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13053   include:
13054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13060   layout:
13061     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13062     layout: "plot-throughput"
13063
13064 - type: "plot"
13065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13066   algorithm: "plot_perf_box_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13069   include:
13070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13076   layout:
13077     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13082   algorithm: "plot_perf_box_name"
13083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13085   include:
13086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13090   layout:
13091     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13092     layout: "plot-throughput"
13093
13094 - type: "plot"
13095   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13096   algorithm: "plot_perf_box_name"
13097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13099   include:
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13104   layout:
13105     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13106     layout: "plot-throughput"
13107
13108 - type: "plot"
13109   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13110   algorithm: "plot_perf_box_name"
13111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13113   include:
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13120   layout:
13121     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13122     layout: "plot-throughput"
13123
13124 - type: "plot"
13125   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13126   algorithm: "plot_perf_box_name"
13127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13129   include:
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13136   layout:
13137     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13144   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13145   include:
13146     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13152   layout:
13153     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13154     layout: "plot-throughput"
13155
13156 - type: "plot"
13157   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13158   algorithm: "plot_perf_box_name"
13159   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13160   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13161   include:
13162     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13168   layout:
13169     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13170     layout: "plot-throughput"
13171
13172 #- type: "plot"
13173 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13174 #  algorithm: "plot_perf_box_name"
13175 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13176 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13177 #  include:
13178 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13179 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13180 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13181 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13182 #  layout:
13183 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13184 #    layout: "plot-throughput"
13185 #
13186 #- type: "plot"
13187 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13188 #  algorithm: "plot_perf_box_name"
13189 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13190 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13191 #  include:
13192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13194 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13195 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13196 #  layout:
13197 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13198 #    layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13204   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13205   include:
13206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13212   layout:
13213     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13220   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13221   include:
13222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13228   layout:
13229     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13230     layout: "plot-throughput"
13231
13232 #- type: "plot"
13233 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13234 #  algorithm: "plot_perf_box_name"
13235 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13236 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13237 #  include:
13238 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13239 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13240 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13242 #  layout:
13243 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13244 #    layout: "plot-throughput"
13245 #
13246 #- type: "plot"
13247 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13248 #  algorithm: "plot_perf_box_name"
13249 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13250 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13251 #  include:
13252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13254 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13255 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13256 #  layout:
13257 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13258 #    layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13265   include:
13266     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13272   layout:
13273     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13280   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13281   include:
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13288   layout:
13289     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13290     layout: "plot-throughput"
13291
13292 #- type: "plot"
13293 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13294 #  algorithm: "plot_perf_box_name"
13295 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13296 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13297 #  include:
13298 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13299 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13300 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13301 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13302 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13303 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13304 #  layout:
13305 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13306 #    layout: "plot-throughput"
13307 #
13308 #- type: "plot"
13309 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13310 #  algorithm: "plot_perf_box_name"
13311 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13312 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13313 #  include:
13314 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13315 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13316 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13317 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13318 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13319 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13320 #  layout:
13321 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13322 #    layout: "plot-throughput"
13323
13324 - type: "plot"
13325   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13326   algorithm: "plot_perf_box_name"
13327   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13328   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13329   include:
13330     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13333     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13334     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13335     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13336   layout:
13337     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13338     layout: "plot-throughput"
13339
13340 - type: "plot"
13341   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13342   algorithm: "plot_perf_box_name"
13343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13345   include:
13346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13349     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13350     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13351     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13352   layout:
13353     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13354     layout: "plot-throughput"
13355
13356 - type: "plot"
13357   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13358   algorithm: "plot_perf_box_name"
13359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13361   include:
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13368   layout:
13369     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13382     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13383     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13384   layout:
13385     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13390   algorithm: "plot_perf_box_name"
13391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13393   include:
13394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13397     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13398     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13399     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13400   layout:
13401     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13402     layout: "plot-throughput"
13403
13404 - type: "plot"
13405   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13406   algorithm: "plot_perf_box_name"
13407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13409   include:
13410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13412     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13413     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13414     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13415     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13416   layout:
13417     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13422   algorithm: "plot_perf_box_name"
13423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13425   include:
13426     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13427     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13428     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13429     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13430     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13431     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13432   layout:
13433     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13434     layout: "plot-throughput"
13435
13436 - type: "plot"
13437   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13438   algorithm: "plot_perf_box_name"
13439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13441   include:
13442     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13443     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13444     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13445     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13446     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13447     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13448   layout:
13449     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13450     layout: "plot-throughput"
13451
13452 #- type: "plot"
13453 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13454 #  algorithm: "plot_perf_box_name"
13455 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13456 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13457 #  include:
13458 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13459 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13460 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13461 #  layout:
13462 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13463 #    layout: "plot-throughput"
13464 #
13465 #- type: "plot"
13466 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13467 #  algorithm: "plot_perf_box_name"
13468 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13469 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13470 #  include:
13471 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13472 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13473 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13474 #  layout:
13475 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13476 #    layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13480   algorithm: "plot_perf_box_name"
13481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13483   include:
13484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13489   layout:
13490     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13498   include:
13499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13504   layout:
13505     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13506     layout: "plot-throughput"
13507
13508 - type: "plot"
13509   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13510   algorithm: "plot_perf_box_name"
13511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13513   include:
13514     - "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"
13515     - "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"
13516     - "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"
13517     - "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"
13518     - "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"
13519   layout:
13520     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13528   include:
13529     - "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"
13530     - "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"
13531     - "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"
13532     - "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"
13533     - "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"
13534   layout:
13535     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13543   include:
13544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13549   layout:
13550     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13551     layout: "plot-throughput"
13552
13553 - type: "plot"
13554   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13555   algorithm: "plot_perf_box_name"
13556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13558   include:
13559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13564   layout:
13565     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13566     layout: "plot-throughput"
13567
13568 - type: "plot"
13569   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13570   algorithm: "plot_perf_box_name"
13571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13573   include:
13574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13579   layout:
13580     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13581     layout: "plot-throughput"
13582
13583 - type: "plot"
13584   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13585   algorithm: "plot_perf_box_name"
13586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13588   include:
13589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13594   layout:
13595     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13596     layout: "plot-throughput"
13597
13598 - type: "plot"
13599   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13600   algorithm: "plot_perf_box_name"
13601   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13603   include:
13604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13609   layout:
13610     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13615   algorithm: "plot_perf_box_name"
13616   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13618   include:
13619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13624   layout:
13625     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13626     layout: "plot-throughput"
13627
13628 - type: "plot"
13629   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13630   algorithm: "plot_perf_box_name"
13631   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13633   include:
13634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13639   layout:
13640     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13641     layout: "plot-throughput"
13642
13643 - type: "plot"
13644   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13645   algorithm: "plot_perf_box_name"
13646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13648   include:
13649     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13654   layout:
13655     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13663   include:
13664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13668   layout:
13669     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13674   algorithm: "plot_perf_box_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682   layout:
13683     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13684     layout: "plot-throughput"
13685
13686 - type: "plot"
13687   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13688   algorithm: "plot_perf_box_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13691   include:
13692     - "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"
13693     - "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"
13694     - "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"
13695     - "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"
13696   layout:
13697     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13698     layout: "plot-throughput"
13699
13700 - type: "plot"
13701   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13702   algorithm: "plot_perf_box_name"
13703   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13705   include:
13706     - "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"
13707     - "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"
13708     - "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"
13709     - "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"
13710   layout:
13711     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13712     layout: "plot-throughput"
13713
13714 - type: "plot"
13715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13716   algorithm: "plot_perf_box_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13719   include:
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13726   layout:
13727     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13728     layout: "plot-throughput"
13729
13730 - type: "plot"
13731   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13732   algorithm: "plot_perf_box_name"
13733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13735   include:
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13742   layout:
13743     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13744     layout: "plot-throughput"
13745
13746 - type: "plot"
13747   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13748   algorithm: "plot_perf_box_name"
13749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13751   include:
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13758   layout:
13759     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13760     layout: "plot-throughput"
13761
13762 - type: "plot"
13763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13764   algorithm: "plot_perf_box_name"
13765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13767   include:
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774   layout:
13775     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13776     layout: "plot-throughput"
13777
13778 - type: "plot"
13779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13780   algorithm: "plot_perf_box_name"
13781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13783   include:
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13790   layout:
13791     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13806   layout:
13807     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13808     layout: "plot-throughput"
13809
13810 - type: "plot"
13811   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13812   algorithm: "plot_perf_box_name"
13813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13815   include:
13816     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13821   layout:
13822     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13823     layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13827   algorithm: "plot_perf_box_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13830   include:
13831     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13836   layout:
13837     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13838     layout: "plot-throughput"
13839
13840 - type: "plot"
13841   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13842   algorithm: "plot_perf_box_name"
13843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13845   include:
13846     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13848   layout:
13849     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13859     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13860   layout:
13861     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13862     layout: "plot-throughput"
13863
13864 - type: "plot"
13865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13866   algorithm: "plot_perf_box_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13869   include:
13870     - "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"
13871     - "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"
13872   layout:
13873     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13874     layout: "plot-throughput"
13875
13876 - type: "plot"
13877   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13878   algorithm: "plot_perf_box_name"
13879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13881   include:
13882     - "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"
13883     - "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"
13884   layout:
13885     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13886     layout: "plot-throughput"
13887
13888 - type: "plot"
13889   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13890   algorithm: "plot_perf_box_name"
13891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13893   include:
13894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13896   layout:
13897     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13898     layout: "plot-throughput"
13899
13900 - type: "plot"
13901   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13902   algorithm: "plot_perf_box_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13905   include:
13906     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13908   layout:
13909     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13914   algorithm: "plot_perf_box_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920   layout:
13921     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13922     layout: "plot-throughput"
13923
13924 - type: "plot"
13925   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13926   algorithm: "plot_perf_box_name"
13927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13929   include:
13930     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13932   layout:
13933     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13934     layout: "plot-throughput"
13935
13936 - type: "plot"
13937   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13938   algorithm: "plot_perf_box_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13941   include:
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13948   layout:
13949     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13950     layout: "plot-throughput"
13951
13952 - type: "plot"
13953   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13954   algorithm: "plot_perf_box_name"
13955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13957   include:
13958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13964   layout:
13965     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13966     layout: "plot-throughput"
13967
13968 - type: "plot"
13969   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13970   algorithm: "plot_perf_box_name"
13971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13973   include:
13974     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13978     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13980   layout:
13981     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13982     layout: "plot-throughput"
13983
13984 - type: "plot"
13985   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13986   algorithm: "plot_perf_box_name"
13987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13989   include:
13990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13996   layout:
13997     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13998     layout: "plot-throughput"
13999
14000 #- type: "plot"
14001 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14002 #  algorithm: "plot_perf_box_name"
14003 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14004 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14005 #  include:
14006 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14007 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14008 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14009 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14010 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012 #  layout:
14013 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14014 #    layout: "plot-throughput"
14015 #
14016 #- type: "plot"
14017 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14018 #  algorithm: "plot_perf_box_name"
14019 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14020 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14021 #  include:
14022 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14023 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14024 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14025 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14026 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14027 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14028 #  layout:
14029 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14030 #    layout: "plot-throughput"
14031
14032 - type: "plot"
14033   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14034   algorithm: "plot_perf_box_name"
14035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14037   include:
14038     - "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"
14039     - "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"
14040     - "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"
14041     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14042     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14043     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14044   layout:
14045     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14046     layout: "plot-throughput"
14047
14048 - type: "plot"
14049   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14050   algorithm: "plot_perf_box_name"
14051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14053   include:
14054     - "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"
14055     - "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"
14056     - "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"
14057     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14058     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14059     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14060   layout:
14061     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14062     layout: "plot-throughput"
14063
14064 ################################################################################
14065
14066 # Packet Speedup
14067
14068 - type: "plot"
14069   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14070   algorithm: "plot_tsa_name"
14071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14078   layout:
14079     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14080     layout: "plot-throughput-speedup-analysis"
14081
14082 - type: "plot"
14083   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14084   algorithm: "plot_tsa_name"
14085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14087   include:
14088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14092   layout:
14093     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14094     layout: "plot-throughput-speedup-analysis"
14095
14096 - type: "plot"
14097   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14098   algorithm: "plot_tsa_name"
14099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14106   layout:
14107     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14108     layout: "plot-throughput-speedup-analysis"
14109
14110 - type: "plot"
14111   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14112   algorithm: "plot_tsa_name"
14113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14115   include:
14116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14120   layout:
14121     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14122     layout: "plot-throughput-speedup-analysis"
14123
14124 - type: "plot"
14125   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14126   algorithm: "plot_tsa_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14129   include:
14130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14131     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14132     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14133     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14134     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14135   layout:
14136     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14137     layout: "plot-throughput-speedup-analysis"
14138
14139 - type: "plot"
14140   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14141   algorithm: "plot_tsa_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14146     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14147     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14148     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14149     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14150   layout:
14151     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14152     layout: "plot-throughput-speedup-analysis"
14153
14154 - type: "plot"
14155   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14156   algorithm: "plot_tsa_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14159   include:
14160     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14161     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14162     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14163     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14164     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14165   layout:
14166     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14167     layout: "plot-throughput-speedup-analysis"
14168
14169 - type: "plot"
14170   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14171   algorithm: "plot_tsa_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14176     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14177     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14178     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14179     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14180   layout:
14181     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14182     layout: "plot-throughput-speedup-analysis"
14183
14184 - type: "plot"
14185   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14186   algorithm: "plot_tsa_name"
14187   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14189   include:
14190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14196   layout:
14197     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 - type: "plot"
14201   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14202   algorithm: "plot_tsa_name"
14203   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14205   include:
14206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14212   layout:
14213     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14214     layout: "plot-throughput-speedup-analysis"
14215
14216 - type: "plot"
14217   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14218   algorithm: "plot_tsa_name"
14219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14221   include:
14222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14227   layout:
14228     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14229     layout: "plot-throughput-speedup-analysis"
14230
14231 - type: "plot"
14232   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14233   algorithm: "plot_tsa_name"
14234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14236   include:
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14242   layout:
14243     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14244     layout: "plot-throughput-speedup-analysis"
14245
14246 - type: "plot"
14247   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14248   algorithm: "plot_tsa_name"
14249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14251   include:
14252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14255   layout:
14256     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14257     layout: "plot-throughput-speedup-analysis"
14258
14259 - type: "plot"
14260   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14261   algorithm: "plot_tsa_name"
14262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14264   include:
14265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14268   layout:
14269     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14270     layout: "plot-throughput-speedup-analysis"
14271
14272 - type: "plot"
14273   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14274   algorithm: "plot_tsa_name"
14275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14277   include:
14278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14283   layout:
14284     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14285     layout: "plot-throughput-speedup-analysis"
14286
14287 - type: "plot"
14288   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14289   algorithm: "plot_tsa_name"
14290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14292   include:
14293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14298   layout:
14299     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14311   layout:
14312     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14313     layout: "plot-throughput-speedup-analysis"
14314
14315 - type: "plot"
14316   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14317   algorithm: "plot_tsa_name"
14318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14320   include:
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14324   layout:
14325     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14326     layout: "plot-throughput-speedup-analysis"
14327
14328 - type: "plot"
14329   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14330   algorithm: "plot_tsa_name"
14331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14333   include:
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14340   layout:
14341     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14349   include:
14350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14356   layout:
14357     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14365   include:
14366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14372   layout:
14373     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14374     layout: "plot-throughput-speedup-analysis"
14375
14376 - type: "plot"
14377   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14378   algorithm: "plot_tsa_name"
14379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14388   layout:
14389     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14390     layout: "plot-throughput-speedup-analysis"
14391
14392 - type: "plot"
14393   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14394   algorithm: "plot_tsa_name"
14395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14397   include:
14398     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14401   layout:
14402     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14410   include:
14411     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14414   layout:
14415     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 - type: "plot"
14419   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14423   include:
14424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14427 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14428 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14429   layout:
14430     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14442 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14443 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14444   layout:
14445     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14453   include:
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14459   layout:
14460     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14474   layout:
14475     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14483   include:
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14489   layout:
14490     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14491     layout: "plot-throughput-speedup-analysis"
14492
14493 - type: "plot"
14494   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14504   layout:
14505     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14513   include:
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14520   layout:
14521     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14536   layout:
14537     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14545   include:
14546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14552   layout:
14553     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14554     layout: "plot-throughput-speedup-analysis"
14555
14556 - type: "plot"
14557   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14558   algorithm: "plot_tsa_name"
14559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14561   include:
14562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14568   layout:
14569     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14577   include:
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14580   layout:
14581     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14589   include:
14590     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14592   layout:
14593     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14606   layout:
14607     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14620   layout:
14621     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14622     layout: "plot-throughput-speedup-analysis"
14623
14624 - type: "plot"
14625   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14626   algorithm: "plot_tsa_name"
14627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14629   include:
14630     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14634   layout:
14635     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14636     layout: "plot-throughput-speedup-analysis"
14637
14638 - type: "plot"
14639   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14640   algorithm: "plot_tsa_name"
14641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14643   include:
14644     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14648   layout:
14649     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14650     layout: "plot-throughput-speedup-analysis"
14651
14652 - type: "plot"
14653   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14654   algorithm: "plot_tsa_name"
14655   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14657   include:
14658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14664   layout:
14665     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14673   include:
14674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14680   layout:
14681     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14695   layout:
14696     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14704   include:
14705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14710   layout:
14711     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14712     layout: "plot-throughput-speedup-analysis"
14713
14714 - type: "plot"
14715   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14716   algorithm: "plot_tsa_name"
14717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14719   include:
14720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14725   layout:
14726     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14740   layout:
14741     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14749   include:
14750     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14753   layout:
14754     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14762   include:
14763     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14766   layout:
14767     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14779   layout:
14780     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14792   layout:
14793     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14794     layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14801   include:
14802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14807   layout:
14808     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14809     layout: "plot-throughput-speedup-analysis"
14810
14811 - type: "plot"
14812   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14813   algorithm: "plot_tsa_name"
14814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14816   include:
14817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14822   layout:
14823     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14824     layout: "plot-throughput-speedup-analysis"
14825
14826 - type: "plot"
14827   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14828   algorithm: "plot_tsa_name"
14829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14831   include:
14832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14837   layout:
14838     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14839     layout: "plot-throughput-speedup-analysis"
14840
14841 - type: "plot"
14842   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14846   include:
14847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14852   layout:
14853     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14861   include:
14862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14868   layout:
14869     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14870     layout: "plot-throughput-speedup-analysis"
14871
14872 - type: "plot"
14873   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14874   algorithm: "plot_tsa_name"
14875   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14877   include:
14878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14884   layout:
14885     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14893   include:
14894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14898   layout:
14899     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14900     layout: "plot-throughput-speedup-analysis"
14901
14902 - type: "plot"
14903   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14904   algorithm: "plot_tsa_name"
14905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14907   include:
14908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14912   layout:
14913     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14914     layout: "plot-throughput-speedup-analysis"
14915
14916 - type: "plot"
14917   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14918   algorithm: "plot_tsa_name"
14919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14921   include:
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14928   layout:
14929     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14930     layout: "plot-throughput-speedup-analysis"
14931
14932 - type: "plot"
14933   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14934   algorithm: "plot_tsa_name"
14935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14937   include:
14938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14944   layout:
14945     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 - type: "plot"
14949   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14950   algorithm: "plot_tsa_name"
14951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14953   include:
14954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14960   layout:
14961     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14969   include:
14970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14976   layout:
14977     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14985   include:
14986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14992   layout:
14993     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15001   include:
15002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15008   layout:
15009     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15010     layout: "plot-throughput-speedup-analysis"
15011
15012 - type: "plot"
15013   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15014   algorithm: "plot_tsa_name"
15015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15017   include:
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15024   layout:
15025     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15026     layout: "plot-throughput-speedup-analysis"
15027
15028 - type: "plot"
15029   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15030   algorithm: "plot_tsa_name"
15031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15033   include:
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15040   layout:
15041     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15042     layout: "plot-throughput-speedup-analysis"
15043
15044 - type: "plot"
15045   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15046   algorithm: "plot_tsa_name"
15047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15049   include:
15050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15056   layout:
15057     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15065   include:
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15072   layout:
15073     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15074     layout: "plot-throughput-speedup-analysis"
15075
15076 - type: "plot"
15077   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15078   algorithm: "plot_tsa_name"
15079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15081   include:
15082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15086   layout:
15087     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15095   include:
15096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15100   layout:
15101     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15102     layout: "plot-throughput-speedup-analysis"
15103
15104 - type: "plot"
15105   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15106   algorithm: "plot_tsa_name"
15107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15109   include:
15110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15114   layout:
15115     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15123   include:
15124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15128   layout:
15129     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15137   include:
15138     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15144   layout:
15145     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15153   include:
15154     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15156     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15157     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15160   layout:
15161     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15169   include:
15170     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15171     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15172     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15175   layout:
15176     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15184   include:
15185     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15189     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15190   layout:
15191     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15192     layout: "plot-throughput-speedup-analysis"
15193
15194 - type: "plot"
15195   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15196   algorithm: "plot_tsa_name"
15197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15199   include:
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15205   layout:
15206     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15207     layout: "plot-throughput-speedup-analysis"
15208
15209 - type: "plot"
15210   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15211   algorithm: "plot_tsa_name"
15212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15214   include:
15215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15220   layout:
15221     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15234   layout:
15235     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15248   layout:
15249     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15257   include:
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15264   layout:
15265     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15266     layout: "plot-throughput-speedup-analysis"
15267
15268 - type: "plot"
15269   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15270   algorithm: "plot_tsa_name"
15271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15273   include:
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15280   layout:
15281     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15289   include:
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15296   layout:
15297     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15305   include:
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15312   layout:
15313     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15314     layout: "plot-throughput-speedup-analysis"
15315
15316 - type: "plot"
15317   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15318   algorithm: "plot_tsa_name"
15319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15321   include:
15322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15328   layout:
15329     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 - type: "plot"
15333   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15334   algorithm: "plot_tsa_name"
15335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15337   include:
15338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15344   layout:
15345     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15353   include:
15354     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15358     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15360   layout:
15361     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15369   include:
15370     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15371     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15372     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15373     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15374     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15375     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15376   layout:
15377     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15385   include:
15386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15390     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15392   layout:
15393     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15401   include:
15402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15406     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15407     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15408   layout:
15409     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15417   include:
15418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15423   layout:
15424     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 - type: "plot"
15428   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15429   algorithm: "plot_tsa_name"
15430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15432   include:
15433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15438   layout:
15439     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15440     layout: "plot-throughput-speedup-analysis"
15441
15442 - type: "plot"
15443   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15444   algorithm: "plot_tsa_name"
15445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15447   include:
15448     - "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"
15449     - "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"
15450     - "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"
15451     - "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"
15452     - "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"
15453   layout:
15454     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15462   include:
15463     - "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"
15464     - "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"
15465     - "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"
15466     - "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"
15467     - "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"
15468   layout:
15469     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15470     layout: "plot-throughput-speedup-analysis"
15471
15472 - type: "plot"
15473   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15474   algorithm: "plot_tsa_name"
15475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15477   include:
15478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15483   layout:
15484     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15492   include:
15493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15498   layout:
15499     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 - type: "plot"
15503   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15504   algorithm: "plot_tsa_name"
15505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15507   include:
15508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15513   layout:
15514     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15522   include:
15523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15528   layout:
15529     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15537   include:
15538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15542     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15543   layout:
15544     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15552   include:
15553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15558   layout:
15559     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15567   include:
15568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15573   layout:
15574     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15582   include:
15583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15588   layout:
15589     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15590     layout: "plot-throughput-speedup-analysis"
15591
15592 - type: "plot"
15593   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15594   algorithm: "plot_tsa_name"
15595   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15597   include:
15598     - "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"
15599     - "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"
15600     - "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"
15601     - "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"
15602   layout:
15603     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15611   include:
15612     - "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"
15613     - "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"
15614     - "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"
15615     - "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"
15616   layout:
15617     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15625   include:
15626     - "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"
15627     - "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"
15628     - "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"
15629     - "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"
15630   layout:
15631     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15639   include:
15640     - "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"
15641     - "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"
15642     - "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"
15643     - "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"
15644   layout:
15645     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15660   layout:
15661     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15662     layout: "plot-throughput-speedup-analysis"
15663
15664 - type: "plot"
15665   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15666   algorithm: "plot_tsa_name"
15667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15669   include:
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15676   layout:
15677     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15685   include:
15686     - "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"
15687     - "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"
15688     - "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"
15689     - "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"
15690     - "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"
15691     - "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"
15692   layout:
15693     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15701   include:
15702     - "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"
15703     - "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"
15704     - "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"
15705     - "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"
15706     - "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"
15707     - "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"
15708   layout:
15709     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15710     layout: "plot-throughput-speedup-analysis"
15711
15712 - type: "plot"
15713   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15714   algorithm: "plot_tsa_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15717   include:
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15724   layout:
15725     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15733   include:
15734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15740   layout:
15741     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15749   include:
15750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15755   layout:
15756     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15764   include:
15765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15770   layout:
15771     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15779   include:
15780     - "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"
15781     - "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"
15782   layout:
15783     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15791   include:
15792     - "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"
15793     - "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"
15794   layout:
15795     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15796     layout: "plot-throughput-speedup-analysis"
15797
15798 - type: "plot"
15799   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15800   algorithm: "plot_tsa_name"
15801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15803   include:
15804     - "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"
15805     - "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"
15806   layout:
15807     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15815   include:
15816     - "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"
15817     - "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"
15818   layout:
15819     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15827   include:
15828     - "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"
15829     - "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"
15830     - "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"
15831     - "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"
15832     - "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"
15833     - "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"
15834   layout:
15835     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15843   include:
15844     - "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"
15845     - "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"
15846     - "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"
15847     - "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"
15848     - "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"
15849     - "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"
15850   layout:
15851     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15859   include:
15860     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15861     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15862     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15863     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15864     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15865   layout:
15866     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15874   include:
15875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15877     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15878     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15879     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15880   layout:
15881     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15882     layout: "plot-throughput-speedup-analysis"
15883
15884 - type: "plot"
15885   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15886   algorithm: "plot_tsa_name"
15887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15889   include:
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15895   layout:
15896     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15904   include:
15905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15910   layout:
15911     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 - type: "plot"
15915   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15916   algorithm: "plot_tsa_name"
15917   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15918   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15919   include:
15920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15926   layout:
15927     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15935   include:
15936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15942   layout:
15943     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15951   include:
15952     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15956   layout:
15957     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15958     layout: "plot-throughput-speedup-analysis"
15959
15960 - type: "plot"
15961   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15962   algorithm: "plot_tsa_name"
15963   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15964   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15965   include:
15966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15970   layout:
15971     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15979   include:
15980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15985   layout:
15986     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15994   include:
15995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16000   layout:
16001     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16009   include:
16010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16016   layout:
16017     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16025   include:
16026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16032   layout:
16033     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16034     layout: "plot-throughput-speedup-analysis"
16035
16036 - type: "plot"
16037   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16038   algorithm: "plot_tsa_name"
16039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16041   include:
16042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16046   layout:
16047     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16048     layout: "plot-throughput-speedup-analysis"
16049
16050 - type: "plot"
16051   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16052   algorithm: "plot_tsa_name"
16053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16055   include:
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16060   layout:
16061     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16069   include:
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16076   layout:
16077     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16078     layout: "plot-throughput-speedup-analysis"
16079
16080 - type: "plot"
16081   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16082   algorithm: "plot_tsa_name"
16083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16085   include:
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16092   layout:
16093     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16094     layout: "plot-throughput-speedup-analysis"
16095
16096 - type: "plot"
16097   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16098   algorithm: "plot_tsa_name"
16099   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16101   include:
16102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16108   layout:
16109     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16110     layout: "plot-throughput-speedup-analysis"
16111
16112 - type: "plot"
16113   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16114   algorithm: "plot_tsa_name"
16115   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16116   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16117   include:
16118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16124   layout:
16125     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16133   include:
16134     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16135     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16136     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16137     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16138     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16140   layout:
16141     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16149   include:
16150     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16151     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16152     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16153     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16154     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16156   layout:
16157     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16165   include:
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172   layout:
16173     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16181   include:
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16188   layout:
16189     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16197   include:
16198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204   layout:
16205     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16213   include:
16214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16220   layout:
16221     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16222     layout: "plot-throughput-speedup-analysis"
16223
16224 #- type: "plot"
16225 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16226 #  algorithm: "plot_tsa_name"
16227 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16228 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16229 #  include:
16230 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16231 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16232 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16233 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16234 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16236 #  layout:
16237 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16238 #    layout: "plot-throughput-speedup-analysis"
16239 #
16240 #- type: "plot"
16241 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16242 #  algorithm: "plot_tsa_name"
16243 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16244 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16245 #  include:
16246 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16249 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16250 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16251 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16252 #  layout:
16253 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16254 #    layout: "plot-throughput-speedup-analysis"
16255
16256 - type: "plot"
16257   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16258   algorithm: "plot_tsa_name"
16259   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16260   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16261   include:
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16267   layout:
16268     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16269     layout: "plot-throughput-speedup-analysis"
16270
16271 - type: "plot"
16272   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16273   algorithm: "plot_tsa_name"
16274   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16275   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16276   include:
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16282   layout:
16283     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16284     layout: "plot-throughput-speedup-analysis"
16285
16286 - type: "plot"
16287   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16288   algorithm: "plot_tsa_name"
16289   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16290   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16291   include:
16292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16298   layout:
16299     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16307   include:
16308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16314   layout:
16315     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16323   include:
16324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16329   layout:
16330     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16338   include:
16339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16344   layout:
16345     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16346     layout: "plot-throughput-speedup-analysis"
16347
16348 #- type: "plot"
16349 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16350 #  algorithm: "plot_tsa_name"
16351 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16352 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16353 #  include:
16354 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16355 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16356 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16357 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16358 #  layout:
16359 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16360 #    layout: "plot-throughput-speedup-analysis"
16361 #
16362 #- type: "plot"
16363 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16364 #  algorithm: "plot_tsa_name"
16365 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16366 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16367 #  include:
16368 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16369 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16370 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16371 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16372 #  layout:
16373 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16374 #    layout: "plot-throughput-speedup-analysis"
16375
16376 - type: "plot"
16377   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16378   algorithm: "plot_tsa_name"
16379   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16380   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16381   include:
16382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16388   layout:
16389     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16390     layout: "plot-throughput-speedup-analysis"
16391
16392 - type: "plot"
16393   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16394   algorithm: "plot_tsa_name"
16395   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16396   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16397   include:
16398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16404   layout:
16405     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16413   include:
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16419   layout:
16420     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16428   include:
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16434   layout:
16435     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16436     layout: "plot-throughput-speedup-analysis"
16437
16438 - type: "plot"
16439   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16440   algorithm: "plot_tsa_name"
16441   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16442   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16443   include:
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16450   layout:
16451     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16459   include:
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16466   layout:
16467     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16468     layout: "plot-throughput-speedup-analysis"
16469
16470 - type: "plot"
16471   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16472   algorithm: "plot_tsa_name"
16473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16475   include:
16476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16480   layout:
16481     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16489   include:
16490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16494   layout:
16495     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16496     layout: "plot-throughput-speedup-analysis"
16497
16498 - type: "plot"
16499   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16500   algorithm: "plot_tsa_name"
16501   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16502   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16503   include:
16504     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16509   layout:
16510     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16511     layout: "plot-throughput-speedup-analysis"
16512
16513 - type: "plot"
16514   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16515   algorithm: "plot_tsa_name"
16516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16518   include:
16519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16522     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16524   layout:
16525     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16533   include:
16534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16536     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16537     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16538     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16539     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16540   layout:
16541     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16542     layout: "plot-throughput-speedup-analysis"
16543
16544 - type: "plot"
16545   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16546   algorithm: "plot_tsa_name"
16547   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16548   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16549   include:
16550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16553     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16554     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16555     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16556   layout:
16557     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 #- type: "plot"
16561 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16562 #  algorithm: "plot_tsa_name"
16563 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16564 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16565 #  include:
16566 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16567 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16570 #  layout:
16571 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16572 #    layout: "plot-throughput-speedup-analysis"
16573 #
16574 #- type: "plot"
16575 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16576 #  algorithm: "plot_tsa_name"
16577 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16578 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16579 #  include:
16580 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16581 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16582 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16583 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16584 #  layout:
16585 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16586 #    layout: "plot-throughput-speedup-analysis"
16587
16588 - type: "plot"
16589   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16590   algorithm: "plot_tsa_name"
16591   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16592   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16593   include:
16594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16595     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16596     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16600   layout:
16601     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16602     layout: "plot-throughput-speedup-analysis"
16603
16604 - type: "plot"
16605   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16606   algorithm: "plot_tsa_name"
16607   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16608   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16609   include:
16610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16616   layout:
16617     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16618     layout: "plot-throughput-speedup-analysis"
16619
16620 #- type: "plot"
16621 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16622 #  algorithm: "plot_tsa_name"
16623 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16624 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16625 #  include:
16626 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16627 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16628 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16629 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16630 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16631 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16632 #  layout:
16633 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16634 #    layout: "plot-throughput-speedup-analysis"
16635 #
16636 #- type: "plot"
16637 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16638 #  algorithm: "plot_tsa_name"
16639 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16640 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16641 #  include:
16642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16645 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16646 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16647 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16648 #  layout:
16649 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16650 #    layout: "plot-throughput-speedup-analysis"
16651
16652 #- type: "plot"
16653 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16654 #  algorithm: "plot_tsa_name"
16655 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16656 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16657 #  include:
16658 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16659 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16660 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16661 #  layout:
16662 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16663 #    layout: "plot-throughput-speedup-analysis"
16664 #
16665 #- type: "plot"
16666 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16667 #  algorithm: "plot_tsa_name"
16668 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16669 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16670 #  include:
16671 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16672 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16673 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16674 #  layout:
16675 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16676 #    layout: "plot-throughput-speedup-analysis"
16677
16678 ################################################################################
16679
16680 # Packet Throughput - DPDK
16681
16682 # 2n-skx-xxv710
16683
16684 - type: "plot"
16685   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16686   algorithm: "plot_perf_box_name"
16687   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16688   data: "plot-dpdk-throughput-latency-2n-skx"
16689   include:
16690     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16691     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16692   layout:
16693     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16694     layout: "plot-throughput"
16695
16696 - type: "plot"
16697   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16698   algorithm: "plot_perf_box_name"
16699   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16700   data: "plot-dpdk-throughput-latency-2n-skx"
16701   include:
16702     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16703     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16704   layout:
16705     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16706     layout: "plot-throughput"
16707
16708 - type: "plot"
16709   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16710   algorithm: "plot_perf_box_name"
16711   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16712   data: "plot-dpdk-throughput-latency-2n-skx"
16713   include:
16714     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16715     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16716   layout:
16717     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16724   data: "plot-dpdk-throughput-latency-2n-skx"
16725   include:
16726     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16727     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16728   layout:
16729     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16730     layout: "plot-throughput"
16731
16732 # 2n-skx-x710
16733
16734 - type: "plot"
16735   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16736   algorithm: "plot_perf_box_name"
16737   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16738   data: "plot-dpdk-throughput-latency-2n-skx"
16739   include:
16740     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16741     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16742   layout:
16743     title: "2n-skx-x710-64b-2t1c-base-ndr"
16744     layout: "plot-throughput"
16745
16746 - type: "plot"
16747   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16748   algorithm: "plot_perf_box_name"
16749   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16750   data: "plot-dpdk-throughput-latency-2n-skx"
16751   include:
16752     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16753     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16754   layout:
16755     title: "2n-skx-x710-64b-4t2c-base-ndr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16762   data: "plot-dpdk-throughput-latency-2n-skx"
16763   include:
16764     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16765     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16766   layout:
16767     title: "2n-skx-x710-64b-2t1c-base-pdr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16774   data: "plot-dpdk-throughput-latency-2n-skx"
16775   include:
16776     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16777     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16778   layout:
16779     title: "2n-skx-x710-64b-4t2c-base-pdr"
16780     layout: "plot-throughput"
16781
16782 # 3n-skx-xxv710
16783
16784 - type: "plot"
16785   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16786   algorithm: "plot_perf_box_name"
16787   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16788   data: "plot-dpdk-throughput-latency-3n-skx"
16789   include:
16790     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16791     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16792   layout:
16793     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16794     layout: "plot-throughput"
16795
16796 - type: "plot"
16797   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16798   algorithm: "plot_perf_box_name"
16799   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16800   data: "plot-dpdk-throughput-latency-3n-skx"
16801   include:
16802     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16803     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16804   layout:
16805     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16806     layout: "plot-throughput"
16807
16808 - type: "plot"
16809   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16812   data: "plot-dpdk-throughput-latency-3n-skx"
16813   include:
16814     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16815     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16816   layout:
16817     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16818     layout: "plot-throughput"
16819
16820 - type: "plot"
16821   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16822   algorithm: "plot_perf_box_name"
16823   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16824   data: "plot-dpdk-throughput-latency-3n-skx"
16825   include:
16826     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16827     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16828   layout:
16829     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16830     layout: "plot-throughput"
16831
16832 # 3n-skx-x710
16833
16834 - type: "plot"
16835   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16836   algorithm: "plot_perf_box_name"
16837   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16838   data: "plot-dpdk-throughput-latency-3n-skx"
16839   include:
16840     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16841     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16842   layout:
16843     title: "3n-skx-x710-64b-2t1c-base-ndr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16848   algorithm: "plot_perf_box_name"
16849   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16850   data: "plot-dpdk-throughput-latency-3n-skx"
16851   include:
16852     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16853     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16854   layout:
16855     title: "3n-skx-x710-64b-4t2c-base-ndr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16862   data: "plot-dpdk-throughput-latency-3n-skx"
16863   include:
16864     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16865     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16866   layout:
16867     title: "3n-skx-x710-64b-2t1c-base-pdr"
16868     layout: "plot-throughput"
16869
16870 - type: "plot"
16871   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16872   algorithm: "plot_perf_box_name"
16873   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16874   data: "plot-dpdk-throughput-latency-3n-skx"
16875   include:
16876     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16877     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16878   layout:
16879     title: "3n-skx-x710-64b-4t2c-base-pdr"
16880     layout: "plot-throughput"
16881
16882 # 3n-hsw-xl710
16883
16884 - type: "plot"
16885   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16886   algorithm: "plot_perf_box_name"
16887   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16888   data: "plot-dpdk-throughput-latency-3n-hsw"
16889   include:
16890     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16891     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16892   layout:
16893     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16894     layout: "plot-throughput"
16895
16896 - type: "plot"
16897   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16898   algorithm: "plot_perf_box_name"
16899   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16900   data: "plot-dpdk-throughput-latency-3n-hsw"
16901   include:
16902     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16903     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16904   layout:
16905     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16906     layout: "plot-throughput"
16907
16908 - type: "plot"
16909   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16910   algorithm: "plot_perf_box_name"
16911   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16912   data: "plot-dpdk-throughput-latency-3n-hsw"
16913   include:
16914     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16915     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16916   layout:
16917     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16924   data: "plot-dpdk-throughput-latency-3n-hsw"
16925   include:
16926     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16927     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16928   layout:
16929     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16930     layout: "plot-throughput"
16931
16932 # 3n-hsw-x710
16933
16934 - type: "plot"
16935   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16938   data: "plot-dpdk-throughput-latency-3n-hsw"
16939   include:
16940     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16941     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16942   layout:
16943     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16944     layout: "plot-throughput"
16945
16946 - type: "plot"
16947   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16948   algorithm: "plot_perf_box_name"
16949   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16950   data: "plot-dpdk-throughput-latency-3n-hsw"
16951   include:
16952     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16953     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16954   layout:
16955     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16956     layout: "plot-throughput"
16957
16958 - type: "plot"
16959   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16960   algorithm: "plot_perf_box_name"
16961   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16962   data: "plot-dpdk-throughput-latency-3n-hsw"
16963   include:
16964     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16965     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16966   layout:
16967     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16968     layout: "plot-throughput"
16969
16970 - type: "plot"
16971   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16972   algorithm: "plot_perf_box_name"
16973   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16974   data: "plot-dpdk-throughput-latency-3n-hsw"
16975   include:
16976     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16977     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16978   layout:
16979     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16980     layout: "plot-throughput"
16981
16982 # 2n-dnv-x553
16983
16984 - type: "plot"
16985   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16986   algorithm: "plot_perf_box_name"
16987   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16988   data: "plot-dpdk-throughput-latency-2n-dnv"
16989   include:
16990     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16991     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16992   layout:
16993     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16994     layout: "plot-throughput"
16995
16996 - type: "plot"
16997   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16998   algorithm: "plot_perf_box_name"
16999   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17000   data: "plot-dpdk-throughput-latency-2n-dnv"
17001   include:
17002     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17003     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17004   layout:
17005     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17006     layout: "plot-throughput"
17007
17008 - type: "plot"
17009   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17012   data: "plot-dpdk-throughput-latency-2n-dnv"
17013   include:
17014     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17015     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17016   layout:
17017     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17018     layout: "plot-throughput"
17019
17020 - type: "plot"
17021   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17022   algorithm: "plot_perf_box_name"
17023   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17024   data: "plot-dpdk-throughput-latency-2n-dnv"
17025   include:
17026     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17027     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17028   layout:
17029     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17030     layout: "plot-throughput"
17031
17032 # 3n-dnv-x553
17033
17034 - type: "plot"
17035   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17036   algorithm: "plot_perf_box_name"
17037   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17038   data: "plot-dpdk-throughput-latency-3n-dnv"
17039   include:
17040     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17041     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17042   layout:
17043     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17044     layout: "plot-throughput"
17045
17046 - type: "plot"
17047   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17048   algorithm: "plot_perf_box_name"
17049   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17050   data: "plot-dpdk-throughput-latency-3n-dnv"
17051   include:
17052     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17053     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17054   layout:
17055     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17056     layout: "plot-throughput"
17057
17058 - type: "plot"
17059   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17060   algorithm: "plot_perf_box_name"
17061   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17062   data: "plot-dpdk-throughput-latency-3n-dnv"
17063   include:
17064     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17065     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17066   layout:
17067     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17068     layout: "plot-throughput"
17069
17070 - type: "plot"
17071   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17072   algorithm: "plot_perf_box_name"
17073   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17074   data: "plot-dpdk-throughput-latency-3n-dnv"
17075   include:
17076     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17077     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17078   layout:
17079     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17080     layout: "plot-throughput"
17081
17082 # 3n-tsh-x520
17083
17084 - type: "plot"
17085   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17086   algorithm: "plot_perf_box_name"
17087   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17088   data: "plot-dpdk-throughput-latency-3n-tsh"
17089   include:
17090     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17091     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17092   layout:
17093     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17094     layout: "plot-throughput"
17095
17096 - type: "plot"
17097   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17100   data: "plot-dpdk-throughput-latency-3n-tsh"
17101   include:
17102     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17103     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17104   layout:
17105     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17110   algorithm: "plot_perf_box_name"
17111   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17112   data: "plot-dpdk-throughput-latency-3n-tsh"
17113   include:
17114     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17115     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17116   layout:
17117     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17118     layout: "plot-throughput"
17119
17120 - type: "plot"
17121   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17122   algorithm: "plot_perf_box_name"
17123   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17124   data: "plot-dpdk-throughput-latency-3n-tsh"
17125   include:
17126     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17127     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17128   layout:
17129     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17130     layout: "plot-throughput"
17131
17132 ################################################################################
17133 ###   2n-clx                                                                 ###
17134 ################################################################################
17135
17136 # Packet Throughput
17137
17138 - type: "plot"
17139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17143   include:
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17148   layout:
17149     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17162   layout:
17163     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17171   include:
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17176   layout:
17177     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17189     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17190   layout:
17191     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17192     layout: "plot-throughput"
17193
17194 - type: "plot"
17195   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17196   algorithm: "plot_perf_box_name"
17197   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17199   include:
17200     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17201     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17202     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17203     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17204   layout:
17205     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17213   include:
17214     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17215     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17216     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17217     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17218   layout:
17219     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17227   include:
17228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17234   layout:
17235     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17236     layout: "plot-throughput"
17237
17238 - type: "plot"
17239   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17240   algorithm: "plot_perf_box_name"
17241   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17243   include:
17244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17249   layout:
17250     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17258   include:
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17263   layout:
17264     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17269   algorithm: "plot_perf_box_name"
17270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17272   include:
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17290   layout:
17291     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17292     layout: "plot-throughput"
17293
17294 - type: "plot"
17295   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17299   include:
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17303   layout:
17304     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17305     layout: "plot-throughput"
17306
17307 - type: "plot"
17308   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17309   algorithm: "plot_perf_box_name"
17310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17312   include:
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17318   layout:
17319     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17327   include:
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17333   layout:
17334     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17342   include:
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17346   layout:
17347     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17348     layout: "plot-throughput"
17349
17350 - type: "plot"
17351   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17355   include:
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17359   layout:
17360     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17368   include:
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17375   layout:
17376     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17384   include:
17385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17391   layout:
17392     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17393     layout: "plot-throughput"
17394
17395 - type: "plot"
17396   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17397   algorithm: "plot_perf_box_name"
17398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17400   include:
17401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17407   layout:
17408     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17416   include:
17417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17423   layout:
17424     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17432   include:
17433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17435   layout:
17436     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444   include:
17445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17447   layout:
17448     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17456   include:
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17463   layout:
17464     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17479   layout:
17480     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17481     layout: "plot-throughput"
17482
17483 - type: "plot"
17484   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17485   algorithm: "plot_perf_box_name"
17486   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17488   include:
17489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17493     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17494     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17495   layout:
17496     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17509     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17510     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17511   layout:
17512     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17513     layout: "plot-throughput"
17514
17515 - type: "plot"
17516   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17517   algorithm: "plot_perf_box_name"
17518   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17520   include:
17521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17527   layout:
17528     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17529     layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17533   algorithm: "plot_perf_box_name"
17534   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17536   include:
17537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17543   layout:
17544     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17558   layout:
17559     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17567   include:
17568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17573   layout:
17574     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17582   include:
17583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17588   layout:
17589     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17590     layout: "plot-throughput"
17591
17592 - type: "plot"
17593   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17594   algorithm: "plot_perf_box_name"
17595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17597   include:
17598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17603   layout:
17604     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17605     layout: "plot-throughput"
17606
17607 - type: "plot"
17608   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17609   algorithm: "plot_perf_box_name"
17610   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17612   include:
17613     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17618   layout:
17619     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17627   include:
17628     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17633   layout:
17634     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17648   layout:
17649     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17650     layout: "plot-throughput"
17651
17652 - type: "plot"
17653   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17663   layout:
17664     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17665     layout: "plot-throughput"
17666
17667 - type: "plot"
17668   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17669   algorithm: "plot_perf_box_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17678   layout:
17679     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17693   layout:
17694     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17709   layout:
17710     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17711     layout: "plot-throughput"
17712
17713 - type: "plot"
17714   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17725   layout:
17726     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17727     layout: "plot-throughput"
17728
17729 - type: "plot"
17730   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17731   algorithm: "plot_perf_box_name"
17732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17734   include:
17735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17739   layout:
17740     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17741     layout: "plot-throughput"
17742
17743 - type: "plot"
17744   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17745   algorithm: "plot_perf_box_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17753   layout:
17754     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17755     layout: "plot-throughput"
17756
17757 - type: "plot"
17758   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17759   algorithm: "plot_perf_box_name"
17760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17762   include:
17763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17769   layout:
17770     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17771     layout: "plot-throughput"
17772
17773 - type: "plot"
17774   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17775   algorithm: "plot_perf_box_name"
17776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778   include:
17779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17785   layout:
17786     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17787     layout: "plot-throughput"
17788
17789 - type: "plot"
17790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17791   algorithm: "plot_perf_box_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17799   layout:
17800     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17819   algorithm: "plot_perf_box_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17829   layout:
17830     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17845   layout:
17846     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17858     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17859   layout:
17860     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17865   algorithm: "plot_perf_box_name"
17866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868   include:
17869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17873   layout:
17874     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17875     layout: "plot-throughput"
17876
17877 - type: "plot"
17878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17879   algorithm: "plot_perf_box_name"
17880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17882   include:
17883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17888   layout:
17889     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17890     layout: "plot-throughput"
17891
17892 - type: "plot"
17893   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17894   algorithm: "plot_perf_box_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17903   layout:
17904     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17905     layout: "plot-throughput"
17906
17907 - type: "plot"
17908   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17909   algorithm: "plot_perf_box_name"
17910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17912   include:
17913     - "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"
17914     - "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"
17915     - "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"
17916     - "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"
17917     - "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"
17918   layout:
17919     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "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"
17929     - "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"
17930     - "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"
17931     - "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"
17932     - "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"
17933   layout:
17934     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17935     layout: "plot-throughput"
17936
17937 - type: "plot"
17938   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17939   algorithm: "plot_perf_box_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17948   layout:
17949     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17950     layout: "plot-throughput"
17951
17952 - type: "plot"
17953   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17954   algorithm: "plot_perf_box_name"
17955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17957   include:
17958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17963   layout:
17964     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17965     layout: "plot-throughput"
17966
17967 - type: "plot"
17968   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17969   algorithm: "plot_perf_box_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17972   include:
17973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17978   layout:
17979     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17980     layout: "plot-throughput"
17981
17982 - type: "plot"
17983   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17984   algorithm: "plot_perf_box_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17993   layout:
17994     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17995     layout: "plot-throughput"
17996
17997 - type: "plot"
17998   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17999   algorithm: "plot_perf_box_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18007   layout:
18008     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18021   layout:
18022     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18023     layout: "plot-throughput"
18024
18025 - type: "plot"
18026   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18027   algorithm: "plot_perf_box_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "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"
18032     - "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"
18033     - "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"
18034     - "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"
18035   layout:
18036     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18037     layout: "plot-throughput"
18038
18039 - type: "plot"
18040   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18041   algorithm: "plot_perf_box_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "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"
18046     - "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"
18047     - "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"
18048     - "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"
18049   layout:
18050     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18051     layout: "plot-throughput"
18052
18053 - type: "plot"
18054   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18055   algorithm: "plot_perf_box_name"
18056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18058   include:
18059     - "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"
18060     - "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"
18061     - "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"
18062     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18063     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18064     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18065   layout:
18066     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18067     layout: "plot-throughput"
18068
18069 - type: "plot"
18070   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18071   algorithm: "plot_perf_box_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "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"
18076     - "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"
18077     - "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"
18078     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18079     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18080     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18081   layout:
18082     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18083     layout: "plot-throughput"
18084
18085 ################################################################################
18086
18087 # Packet Speedup
18088
18089 - type: "plot"
18090   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18091   algorithm: "plot_tsa_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18099   layout:
18100     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18101     layout: "plot-throughput-speedup-analysis"
18102
18103 - type: "plot"
18104   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18105   algorithm: "plot_tsa_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18115     layout: "plot-throughput-speedup-analysis"
18116
18117 - type: "plot"
18118   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18119   algorithm: "plot_tsa_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18127   layout:
18128     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18129     layout: "plot-throughput-speedup-analysis"
18130
18131 - type: "plot"
18132   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18133   algorithm: "plot_tsa_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18141   layout:
18142     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18143     layout: "plot-throughput-speedup-analysis"
18144
18145 - type: "plot"
18146   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18147   algorithm: "plot_tsa_name"
18148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18150   include:
18151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18152     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18153     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18154     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18155   layout:
18156     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18168     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18169   layout:
18170     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18171     layout: "plot-throughput-speedup-analysis"
18172
18173 - type: "plot"
18174   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18175   algorithm: "plot_tsa_name"
18176   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18178   include:
18179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18185   layout:
18186     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18201   layout:
18202     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18203     layout: "plot-throughput-speedup-analysis"
18204
18205 - type: "plot"
18206   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18207   algorithm: "plot_tsa_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18210   include:
18211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18215   layout:
18216     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18217     layout: "plot-throughput-speedup-analysis"
18218
18219 - type: "plot"
18220   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18221   algorithm: "plot_tsa_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18229   layout:
18230     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18231     layout: "plot-throughput-speedup-analysis"
18232
18233 - type: "plot"
18234   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18235   algorithm: "plot_tsa_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18242   layout:
18243     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18244     layout: "plot-throughput-speedup-analysis"
18245
18246 - type: "plot"
18247   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18248   algorithm: "plot_tsa_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18255   layout:
18256     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18257     layout: "plot-throughput-speedup-analysis"
18258
18259 - type: "plot"
18260   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18261   algorithm: "plot_tsa_name"
18262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18264   include:
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18270   layout:
18271     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18272     layout: "plot-throughput-speedup-analysis"
18273
18274 - type: "plot"
18275   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18276   algorithm: "plot_tsa_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18285   layout:
18286     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18287     layout: "plot-throughput-speedup-analysis"
18288
18289 - type: "plot"
18290   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18291   algorithm: "plot_tsa_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18298   layout:
18299     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18300     layout: "plot-throughput-speedup-analysis"
18301
18302 - type: "plot"
18303   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18304   algorithm: "plot_tsa_name"
18305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18307   include:
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18311   layout:
18312     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18343   layout:
18344     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18345     layout: "plot-throughput-speedup-analysis"
18346
18347 - type: "plot"
18348   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18349   algorithm: "plot_tsa_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18352   include:
18353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18359   layout:
18360     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18361     layout: "plot-throughput-speedup-analysis"
18362
18363 - type: "plot"
18364   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18365   algorithm: "plot_tsa_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18375   layout:
18376     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18377     layout: "plot-throughput-speedup-analysis"
18378
18379 - type: "plot"
18380   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18381   algorithm: "plot_tsa_name"
18382   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18384   include:
18385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18387   layout:
18388     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18389     layout: "plot-throughput-speedup-analysis"
18390
18391 - type: "plot"
18392   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18393   algorithm: "plot_tsa_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18399   layout:
18400     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18401     layout: "plot-throughput-speedup-analysis"
18402
18403 - type: "plot"
18404   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18405   algorithm: "plot_tsa_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18415   layout:
18416     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18417     layout: "plot-throughput-speedup-analysis"
18418
18419 - type: "plot"
18420   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18421   algorithm: "plot_tsa_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18431   layout:
18432     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18433     layout: "plot-throughput-speedup-analysis"
18434
18435 - type: "plot"
18436   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18437   algorithm: "plot_tsa_name"
18438   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18440   include:
18441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18447   layout:
18448     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18449     layout: "plot-throughput-speedup-analysis"
18450
18451 - type: "plot"
18452   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18453   algorithm: "plot_tsa_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18463   layout:
18464     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18465     layout: "plot-throughput-speedup-analysis"
18466
18467 - type: "plot"
18468   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18469   algorithm: "plot_tsa_name"
18470   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18472   include:
18473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18479   layout:
18480     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18481     layout: "plot-throughput-speedup-analysis"
18482
18483 - type: "plot"
18484   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18485   algorithm: "plot_tsa_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
18489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18495   layout:
18496     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18497     layout: "plot-throughput-speedup-analysis"
18498
18499 - type: "plot"
18500   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18501   algorithm: "plot_tsa_name"
18502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18504   include:
18505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18510   layout:
18511     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18512     layout: "plot-throughput-speedup-analysis"
18513
18514 - type: "plot"
18515   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18516   algorithm: "plot_tsa_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18525   layout:
18526     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18527     layout: "plot-throughput-speedup-analysis"
18528
18529 - type: "plot"
18530   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18531   algorithm: "plot_tsa_name"
18532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18534   include:
18535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18540   layout:
18541     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18542     layout: "plot-throughput-speedup-analysis"
18543
18544 - type: "plot"
18545   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18546   algorithm: "plot_tsa_name"
18547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18549   include:
18550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18555   layout:
18556     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18557     layout: "plot-throughput-speedup-analysis"
18558
18559 - type: "plot"
18560   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18561   algorithm: "plot_tsa_name"
18562   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18564   include:
18565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18566     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18567     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18568     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18569     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18570   layout:
18571     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18572     layout: "plot-throughput-speedup-analysis"
18573
18574 - type: "plot"
18575   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18576   algorithm: "plot_tsa_name"
18577   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18579   include:
18580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18583     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18585   layout:
18586     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18587     layout: "plot-throughput-speedup-analysis"
18588
18589 - type: "plot"
18590   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18591   algorithm: "plot_tsa_name"
18592   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18594   include:
18595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18600   layout:
18601     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18602     layout: "plot-throughput-speedup-analysis"
18603
18604 - type: "plot"
18605   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18606   algorithm: "plot_tsa_name"
18607   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18609   include:
18610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18615   layout:
18616     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18617     layout: "plot-throughput-speedup-analysis"
18618
18619 - type: "plot"
18620   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18621   algorithm: "plot_tsa_name"
18622   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18624   include:
18625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18630   layout:
18631     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18632     layout: "plot-throughput-speedup-analysis"
18633
18634 - type: "plot"
18635   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18636   algorithm: "plot_tsa_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18645   layout:
18646     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18647     layout: "plot-throughput-speedup-analysis"
18648
18649 - type: "plot"
18650   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18651   algorithm: "plot_tsa_name"
18652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18654   include:
18655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18661   layout:
18662     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18663     layout: "plot-throughput-speedup-analysis"
18664
18665 - type: "plot"
18666   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18667   algorithm: "plot_tsa_name"
18668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18670   include:
18671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18677   layout:
18678     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18679     layout: "plot-throughput-speedup-analysis"
18680
18681 - type: "plot"
18682   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18683   algorithm: "plot_tsa_name"
18684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18686   include:
18687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18691   layout:
18692     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18693     layout: "plot-throughput-speedup-analysis"
18694
18695 - type: "plot"
18696   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18697   algorithm: "plot_tsa_name"
18698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18700   include:
18701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18705   layout:
18706     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18707     layout: "plot-throughput-speedup-analysis"
18708
18709 - type: "plot"
18710   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18711   algorithm: "plot_tsa_name"
18712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18714   include:
18715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18721   layout:
18722     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18723     layout: "plot-throughput-speedup-analysis"
18724
18725 - type: "plot"
18726   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18727   algorithm: "plot_tsa_name"
18728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18730   include:
18731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18737   layout:
18738     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18739     layout: "plot-throughput-speedup-analysis"
18740
18741 - type: "plot"
18742   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18743   algorithm: "plot_tsa_name"
18744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18746   include:
18747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18751   layout:
18752     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18753     layout: "plot-throughput-speedup-analysis"
18754
18755 - type: "plot"
18756   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18757   algorithm: "plot_tsa_name"
18758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18760   include:
18761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18765   layout:
18766     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18767     layout: "plot-throughput-speedup-analysis"
18768
18769 - type: "plot"
18770   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18771   algorithm: "plot_tsa_name"
18772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18774   include:
18775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18779     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18781   layout:
18782     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18796     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18797   layout:
18798     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18799     layout: "plot-throughput-speedup-analysis"
18800
18801 - type: "plot"
18802   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18803   algorithm: "plot_tsa_name"
18804   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18806   include:
18807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18809     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18810     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18811   layout:
18812     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18813     layout: "plot-throughput-speedup-analysis"
18814
18815 - type: "plot"
18816   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18817   algorithm: "plot_tsa_name"
18818   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18820   include:
18821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18824     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18825   layout:
18826     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18827     layout: "plot-throughput-speedup-analysis"
18828
18829 - type: "plot"
18830   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18831   algorithm: "plot_tsa_name"
18832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18834   include:
18835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18840   layout:
18841     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18842     layout: "plot-throughput-speedup-analysis"
18843
18844 - type: "plot"
18845   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18846   algorithm: "plot_tsa_name"
18847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18849   include:
18850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18855   layout:
18856     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18857     layout: "plot-throughput-speedup-analysis"
18858
18859 - type: "plot"
18860   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18861   algorithm: "plot_tsa_name"
18862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18864   include:
18865     - "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"
18866     - "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"
18867     - "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"
18868     - "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"
18869     - "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"
18870   layout:
18871     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18872     layout: "plot-throughput-speedup-analysis"
18873
18874 - type: "plot"
18875   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18876   algorithm: "plot_tsa_name"
18877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18879   include:
18880     - "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"
18881     - "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"
18882     - "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"
18883     - "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"
18884     - "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"
18885   layout:
18886     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18887     layout: "plot-throughput-speedup-analysis"
18888
18889 - type: "plot"
18890   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18891   algorithm: "plot_tsa_name"
18892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18894   include:
18895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18900   layout:
18901     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18902     layout: "plot-throughput-speedup-analysis"
18903
18904 - type: "plot"
18905   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18906   algorithm: "plot_tsa_name"
18907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18909   include:
18910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18915   layout:
18916     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18917     layout: "plot-throughput-speedup-analysis"
18918
18919 - type: "plot"
18920   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18921   algorithm: "plot_tsa_name"
18922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18924   include:
18925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18930   layout:
18931     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18932     layout: "plot-throughput-speedup-analysis"
18933
18934 - type: "plot"
18935   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18936   algorithm: "plot_tsa_name"
18937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18939   include:
18940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18945   layout:
18946     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18947     layout: "plot-throughput-speedup-analysis"
18948
18949 - type: "plot"
18950   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18951   algorithm: "plot_tsa_name"
18952   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18954   include:
18955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18959   layout:
18960     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18973   layout:
18974     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18975     layout: "plot-throughput-speedup-analysis"
18976
18977 - type: "plot"
18978   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18979   algorithm: "plot_tsa_name"
18980   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18982   include:
18983     - "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"
18984     - "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"
18985     - "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"
18986     - "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"
18987   layout:
18988     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18989     layout: "plot-throughput-speedup-analysis"
18990
18991 - type: "plot"
18992   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18993   algorithm: "plot_tsa_name"
18994   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18996   include:
18997     - "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"
18998     - "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"
18999     - "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"
19000     - "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"
19001   layout:
19002     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19003     layout: "plot-throughput-speedup-analysis"
19004
19005 - type: "plot"
19006   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19007   algorithm: "plot_tsa_name"
19008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19010   include:
19011     - "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"
19012     - "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"
19013     - "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"
19014     - "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"
19015     - "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"
19016     - "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"
19017   layout:
19018     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19019     layout: "plot-throughput-speedup-analysis"
19020
19021 - type: "plot"
19022   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19023   algorithm: "plot_tsa_name"
19024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19026   include:
19027     - "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"
19028     - "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"
19029     - "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"
19030     - "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"
19031     - "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"
19032     - "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"
19033   layout:
19034     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19035     layout: "plot-throughput-speedup-analysis"
19036
19037 ################################################################################
19038
19039 # Packet Throughput - DPDK
19040
19041 # 2n-clx-xxv710
19042
19043 - type: "plot"
19044   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19045   algorithm: "plot_perf_box_name"
19046   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19047   data: "plot-dpdk-throughput-latency-2n-clx"
19048   include:
19049     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19050     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19051   layout:
19052     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19053     layout: "plot-throughput"
19054
19055 - type: "plot"
19056   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19057   algorithm: "plot_perf_box_name"
19058   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19059   data: "plot-dpdk-throughput-latency-2n-clx"
19060   include:
19061     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19062     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19063   layout:
19064     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19065     layout: "plot-throughput"
19066
19067 - type: "plot"
19068   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19069   algorithm: "plot_perf_box_name"
19070   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19071   data: "plot-dpdk-throughput-latency-2n-clx"
19072   include:
19073     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19074     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19075   layout:
19076     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19077     layout: "plot-throughput"
19078
19079 - type: "plot"
19080   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19081   algorithm: "plot_perf_box_name"
19082   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19083   data: "plot-dpdk-throughput-latency-2n-clx"
19084   include:
19085     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19086     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19087   layout:
19088     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19089     layout: "plot-throughput"
19090
19091 # 2n-clx-x710
19092
19093 - type: "plot"
19094   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19095   algorithm: "plot_perf_box_name"
19096   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19097   data: "plot-dpdk-throughput-latency-2n-clx"
19098   include:
19099     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19100     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19101   layout:
19102     title: "2n-clx-x710-64b-2t1c-base-ndr"
19103     layout: "plot-throughput"
19104
19105 - type: "plot"
19106   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19107   algorithm: "plot_perf_box_name"
19108   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19109   data: "plot-dpdk-throughput-latency-2n-clx"
19110   include:
19111     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19112     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19113   layout:
19114     title: "2n-clx-x710-64b-4t2c-base-ndr"
19115     layout: "plot-throughput"
19116
19117 - type: "plot"
19118   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19119   algorithm: "plot_perf_box_name"
19120   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19121   data: "plot-dpdk-throughput-latency-2n-clx"
19122   include:
19123     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19124     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19125   layout:
19126     title: "2n-clx-x710-64b-2t1c-base-pdr"
19127     layout: "plot-throughput"
19128
19129 - type: "plot"
19130   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19131   algorithm: "plot_perf_box_name"
19132   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19133   data: "plot-dpdk-throughput-latency-2n-clx"
19134   include:
19135     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19136     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19137   layout:
19138     title: "2n-clx-x710-64b-4t2c-base-pdr"
19139     layout: "plot-throughput"
19140
19141 ################################################################################
19142
19143 - type: "plot"
19144   title: "Latency by percentile: 2n-skx"
19145   algorithm: "plot_hdrh_lat_by_percentile"
19146   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19147   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19148   target-links: "../../_static/vpp"
19149   data: "plot-vpp-hdrh-lat-2n-skx"
19150   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19151   layout:
19152     layout: "plot-hdrh-latency-by-percentile"
19153
19154 - type: "plot"
19155   title: "Latency by percentile: 3n-skx"
19156   algorithm: "plot_hdrh_lat_by_percentile"
19157   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19158   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19159   target-links: "../../_static/vpp"
19160   data: "plot-vpp-hdrh-lat-3n-skx"
19161   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19162   layout:
19163     layout: "plot-hdrh-latency-by-percentile"
19164
19165 - type: "plot"
19166   title: "Latency by percentile: 2n-clx"
19167   algorithm: "plot_hdrh_lat_by_percentile"
19168   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19169   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19170   target-links: "../../_static/vpp"
19171   data: "plot-vpp-hdrh-lat-2n-clx"
19172   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19173   layout:
19174     layout: "plot-hdrh-latency-by-percentile"
19175
19176 - type: "plot"
19177   title: "Latency by percentile: 3n-hsw"
19178   algorithm: "plot_hdrh_lat_by_percentile"
19179   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19180   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19181   target-links: "../../_static/vpp"
19182   data: "plot-vpp-hdrh-lat-3n-hsw"
19183   filter: "'1T1C' and 'NIC_Intel-XL710'"
19184   layout:
19185     layout: "plot-hdrh-latency-by-percentile"
19186
19187 - type: "plot"
19188   title: "Latency by percentile: 3n-tsh"
19189   algorithm: "plot_hdrh_lat_by_percentile"
19190   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19191   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19192   target-links: "../../_static/vpp"
19193   data: "plot-vpp-hdrh-lat-3n-tsh"
19194   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19195   layout:
19196     layout: "plot-hdrh-latency-by-percentile"
19197
19198 - type: "plot"
19199   title: "Latency by percentile: DPDK 2n-skx"
19200   algorithm: "plot_hdrh_lat_by_percentile"
19201   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19202   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19203   target-links: "../../_static/dpdk"
19204   data: "plot-dpdk-hdrh-lat-2n-skx"
19205   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19206   layout:
19207     layout: "plot-hdrh-latency-by-percentile"
19208
19209 - type: "plot"
19210   title: "Latency by percentile: DPDK 3n-skx"
19211   algorithm: "plot_hdrh_lat_by_percentile"
19212   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19213   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19214   target-links: "../../_static/dpdk"
19215   data: "plot-dpdk-hdrh-lat-3n-skx"
19216   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19217   layout:
19218     layout: "plot-hdrh-latency-by-percentile"
19219
19220 - type: "plot"
19221   title: "Latency by percentile: DPDK 2n-clx"
19222   algorithm: "plot_hdrh_lat_by_percentile"
19223   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19224   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19225   target-links: "../../_static/dpdk"
19226   data: "plot-dpdk-hdrh-lat-2n-clx"
19227   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19228   layout:
19229     layout: "plot-hdrh-latency-by-percentile"
19230
19231 - type: "plot"
19232   title: "Latency by percentile: DPDK 3n-hsw"
19233   algorithm: "plot_hdrh_lat_by_percentile"
19234   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19235   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19236   target-links: "../../_static/dpdk"
19237   data: "plot-dpdk-hdrh-lat-3n-hsw"
19238   filter: "'1T1C' and 'NIC_Intel-XL710'"
19239   layout:
19240     layout: "plot-hdrh-latency-by-percentile"
19241
19242 - type: "plot"
19243   title: "Latency by percentile: DPDK 3n-tsh"
19244   algorithm: "plot_hdrh_lat_by_percentile"
19245   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19246   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19247   target-links: "../../_static/dpdk"
19248   data: "plot-dpdk-hdrh-lat-3n-tsh"
19249   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19250   layout:
19251     layout: "plot-hdrh-latency-by-percentile"