PAL: Integrate new comp tables 2
[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       # TODO: Replace the data
352       # csit-vpp-perf-verify-2001-2n-skx:
353       csit-vpp-perf-verify-1908-2n-skx:
354         - 83  # SOAK
355         - 86  # SOAK
356
357     plot-vpp-nfv-2n-skx-ndrpdr:
358       # TODO: Replace the data
359       csit-vpp-perf-verify-2001-2n-skx:
360         - 30  # NFV
361         - 31  # NFV
362
363     plot-vpp-nfv-2n-skx-mrr:
364       # TODO: Replace the data
365       # csit-vpp-perf-verify-2001-2n-skx:
366       csit-vpp-perf-verify-1908-2n-skx:
367         - 71  # NFV MRR
368
369     plot-vpp-nfv-reconf-2n-skx:
370       # TODO: Replace the data
371       # csit-vpp-perf-verify-2001-2n-skx:
372       csit-vpp-perf-verify-1908-2n-skx:
373         - 113 # NFV reconf sel
374         - 114 # NFV reconf sel
375         - 115 # NFV reconf sel
376
377     plot-dpdk-throughput-latency-2n-skx:
378       csit-dpdk-perf-verify-2001-2n-skx:
379         - 35  # NDRPDR sel xxv710
380         - 36  # NDRPDR sel xxv710
381         - 37  # NDRPDR sel xxv710
382         - 41  # NDRPDR sel xxv710
383         - 42  # NDRPDR sel xxv710
384         - 43  # NDRPDR sel xxv710
385         - 46  # NDRPDR sel xxv710
386         - 47  # NDRPDR sel xxv710
387         - 52  # NDRPDR sel xxv710
388         - 53  # NDRPDR sel xxv710
389         - 38  # NDRPDR sel x710
390         - 39  # NDRPDR sel x710
391         - 40  # NDRPDR sel x710
392         - 44  # NDRPDR sel x710
393         - 45  # NDRPDR sel x710
394         - 48  # NDRPDR sel x710
395         - 49  # NDRPDR sel x710
396         - 50  # NDRPDR sel x710
397         - 51  # NDRPDR sel x710
398         - 54  # NDRPDR sel x710
399
400     plot-dpdk-hdrh-lat-2n-skx:
401       csit-dpdk-perf-verify-2001-2n-skx:
402         - 35  # NDRPDR sel xxv710
403
404     # 2n-clx
405
406     plot-vpp-throughput-lat-tsa-2n-clx:
407       csit-vpp-perf-verify-2001-2n-clx:
408         - 28  # NDRPDR sel
409         - 29  # NDRPDR sel
410         - 32  # NDRPDR sel
411         - 40  # NDRPDR sel
412         - 43  # NDRPDR sel
413         - 44  # NDRPDR sel
414         - 45  # NDRPDR sel
415         - 47  # NDRPDR sel
416         - 48  # NDRPDR sel
417         - 49  # NDRPDR sel
418
419     plot-vpp-hdrh-lat-2n-clx:
420       csit-vpp-perf-verify-2001-2n-clx:
421         - 28  # NDRPDR sel
422
423     plot-vpp-nfv-2n-clx-ndrpdr:
424       csit-vpp-perf-verify-2001-2n-clx:
425         - 28  # NDRPDR sel
426         - 29  # NDRPDR sel
427         - 32  # NDRPDR sel
428         - 40  # NDRPDR sel
429         - 43  # NDRPDR sel
430         - 44  # NDRPDR sel
431         - 45  # NDRPDR sel
432         - 47  # NDRPDR sel
433         - 48  # NDRPDR sel
434         - 49  # NDRPDR sel
435
436     plot-vpp-nfv-2n-clx-mrr:
437       csit-vpp-perf-verify-2001-2n-clx:
438         - 39  # MRR
439
440     plot-vpp-nfv-reconf-2n-clx:
441       csit-vpp-perf-verify-2001-2n-clx:
442         - 68  # Reconf
443         - 69  # Reconf
444         - 70  # Reconf
445         - 71  # Reconf
446         - 72  # Reconf
447         - 73  # Reconf
448         - 74  # Reconf
449         - 75  # Reconf
450         - 76  # Reconf
451         - 77  # Reconf
452
453     plot-vpp-soak-2n-clx:
454       csit-vpp-perf-verify-2001-2n-clx:
455         - 93  # Soak
456         - 94  # Soak
457
458     plot-dpdk-throughput-latency-2n-clx:
459       csit-dpdk-perf-verify-2001-2n-clx:
460         - 15  # NDRPDR sel
461         - 16  # NDRPDR sel
462         - 17  # NDRPDR sel
463         - 18  # NDRPDR sel
464         - 19  # NDRPDR sel
465         - 20  # NDRPDR sel
466         - 21  # NDRPDR sel
467         - 22  # NDRPDR sel
468         - 23  # NDRPDR sel
469         - 24  # NDRPDR sel
470         - 25  # NDRPDR sel
471         - 26  # NDRPDR sel
472         - 27  # NDRPDR sel
473         - 28  # NDRPDR sel
474         - 29  # NDRPDR sel
475         - 30  # NDRPDR sel
476         - 31  # NDRPDR sel
477         - 32  # NDRPDR sel
478         - 33  # NDRPDR sel
479         - 34  # NDRPDR sel
480
481
482     plot-dpdk-hdrh-lat-2n-clx:
483       csit-dpdk-perf-verify-2001-2n-clx:
484         - 15  # NDRPDR sel
485
486     # 3n-tsh
487
488     plot-vpp-throughput-lat-tsa-3n-tsh:
489       csit-vpp-perf-verify-2001-3n-tsh:
490         - 3   # NDRPDR sel
491         - 4   # NDRPDR sel
492         - 7   # NDRPDR sel
493         - 8   # NDRPDR sel
494         - 10  # NDRPDR sel
495         - 12  # NDRPDR sel
496         - 13  # NDRPDR sel
497         - 14  # NDRPDR sel
498         - 15  # NDRPDR sel
499         - 21  # NDRPDR sel
500
501     plot-vpp-hdrh-lat-3n-tsh:
502       csit-vpp-perf-verify-2001-3n-tsh:
503         - 10  # NDRPDR sel
504
505     plot-dpdk-throughput-latency-3n-tsh:
506       csit-dpdk-perf-verify-2001-3n-tsh:
507         - 3   # NDRPDR sel
508         - 4   # NDRPDR sel
509         - 5   # NDRPDR sel
510         - 9   # NDRPDR sel
511         - 10  # NDRPDR sel
512         - 11  # NDRPDR sel
513         - 12  # NDRPDR sel
514         - 14  # NDRPDR sel
515         - 15  # NDRPDR sel
516         - 18  # NDRPDR sel
517
518     plot-dpdk-hdrh-lat-3n-tsh:
519       csit-dpdk-perf-verify-2001-3n-tsh:
520         - 3   # NDRPDR sel
521
522     # 3n-dnv
523
524     plot-vpp-throughput-lat-tsa-3n-dnv:
525       csit-vpp-perf-verify-2001-3n-dnv:
526         - 5   # NDRPDR sel
527         - 6   # NDRPDR sel
528         - 7   # NDRPDR sel
529         - 8   # NDRPDR sel
530         - 9   # NDRPDR sel
531         - 10  # NDRPDR sel
532         - 12  # NDRPDR sel
533         - 16  # NDRPDR sel
534         - 17  # NDRPDR sel
535         - 18  # NDRPDR sel
536
537     plot-dpdk-throughput-latency-3n-dnv:
538       csit-dpdk-perf-verify-2001-3n-dnv:
539         - 12  # NDRPDR sel
540         - 13  # NDRPDR sel
541         - 14  # NDRPDR sel
542         - 15  # NDRPDR sel
543         - 16  # NDRPDR sel
544         - 17  # NDRPDR sel
545         - 18  # NDRPDR sel
546         - 19  # NDRPDR sel
547         - 20  # NDRPDR sel
548         - 22  # NDRPDR sel
549
550     # 2n-dnv
551
552     plot-vpp-throughput-lat-tsa-2n-dnv:
553       csit-vpp-perf-verify-2001-2n-dnv:
554         - 4   # NDRPDR sel
555         - 5   # NDRPDR sel
556         - 6   # NDRPDR sel
557         - 7   # NDRPDR sel
558         - 8   # NDRPDR sel
559         - 9   # NDRPDR sel
560         - 10  # NDRPDR sel
561         - 11  # NDRPDR sel
562         - 13  # NDRPDR sel
563         - 16  # NDRPDR sel
564
565     plot-dpdk-throughput-latency-2n-dnv:
566       csit-dpdk-perf-verify-2001-2n-dnv:
567         - 9   # NDRPDR sel
568         - 10  # NDRPDR sel
569         - 11  # NDRPDR sel
570         - 12  # NDRPDR sel
571         - 13  # NDRPDR sel
572         - 14  # NDRPDR sel
573         - 15  # NDRPDR sel
574         - 16  # NDRPDR sel
575         - 17  # NDRPDR sel
576         - 18  # NDRPDR sel
577
578     ###########################################################################
579     # Simple tables (only one data set):
580
581     # NIC Comparisons
582
583     vpp-nic-comparison-3n-skx:
584       # TODO: Add the data
585       csit-vpp-perf-verify-2001-3n-skx:
586         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
587         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
588         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
589
590     vpp-nic-comparison-2n-skx:
591       csit-vpp-perf-verify-2001-2n-skx:
592         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
593         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
601         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
602
603     vpp-nic-comparison-3n-skx-mrr:
604       csit-vpp-perf-verify-2001-3n-skx:
605         - 50  # MRR sel
606         - 53  # MRR sel addition
607
608     vpp-nic-comparison-2n-skx-mrr:
609       csit-vpp-perf-verify-2001-2n-skx:
610         - 101 # MRR sel
611         - 128 # MRR sel addition
612
613     # Results
614
615     vpp-perf-results-3n-hsw:
616       csit-vpp-perf-verify-2001-3n-hsw:
617         - 18  # NDRPDR full
618         - 20  # NDRPDR full
619         - 28  # NDRPDR full
620         - 35  # NDRPDR full
621         - 42  # NDRPDR full
622         - 46  # NDRPDR full
623         - 47  # NDRPDR full
624         - 48  # NDRPDR full
625         - 49  # NDRPDR full
626         - 50  # NDRPDR full
627         - 51  # NDRPDR full
628         - 52  # NDRPDR full
629         - 53  # NDRPDR full
630         - 54  # NDRPDR full
631         - 55  # NDRPDR full
632         - 56  # NDRPDR full
633         - 57  # NDRPDR full
634         - 58  # NDRPDR full
635         - 59  # NDRPDR full
636         - 61  # NDRPDR full
637         - 62  # NDRPDR full
638         - 63  # NDRPDR full
639         - 64  # NDRPDR full
640         - 65  # NDRPDR full
641         - 67  # NDRPDR full
642         - 70  # NDRPDR full
643         - 72  # NDRPDR full
644         - 73  # NDRPDR full
645         - 76  # NDRPDR full
646         - 77  # NDRPDR full
647         - 78  # NDRPDR full
648         - 79  # NDRPDR full
649         - 81  # NDRPDR full
650         - 82  # NDRPDR full
651         - 84  # NDRPDR full
652         - 85  # NDRPDR full
653
654     vpp-perf-results-3n-skx:
655       # TODO: Replace
656       csit-vpp-perf-verify-2001-3n-skx:
657         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
658
659     vpp-perf-results-2n-skx:
660       csit-vpp-perf-verify-2001-2n-skx:
661         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
662         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
663         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
664         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
665         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
666         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
667         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
668         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
669         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
670         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
671         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
672         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
673         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
674         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
675
676     vpp-perf-results-2n-clx:
677       csit-vpp-perf-verify-2001-2n-clx:
678         - 53  # NDRPDR full
679         - 54  # NDRPDR full
680         - 55  # NDRPDR full
681         - 56  # NDRPDR full
682         - 57  # NDRPDR full
683         - 58  # NDRPDR full
684         - 59  # NDRPDR full
685         - 60  # NDRPDR full
686         - 61  # NDRPDR full
687         - 62  # NDRPDR full
688         - 63  # NDRPDR full
689         - 64  # NDRPDR full
690         - 65  # NDRPDR full
691         - 66  # NDRPDR full
692         - 67  # NDRPDR full
693
694     vpp-perf-results-3n-tsh:
695       csit-vpp-perf-verify-2001-3n-tsh:
696         - 10  # NDRPDR sel
697
698     vpp-perf-results-3n-dnv:
699       csit-vpp-perf-verify-2001-3n-dnv:
700         - 19  # NDRPDR full
701         - 20  # NDRPDR full
702         - 21  # NDRPDR full
703         - 22  # NDRPDR full
704         - 23  # NDRPDR full
705         - 24  # NDRPDR full
706         - 25  # NDRPDR full
707         - 26  # NDRPDR full
708         - 37  # NDRPDR full
709         - 38  # NDRPDR full
710         - 39  # NDRPDR full
711
712     vpp-perf-results-2n-dnv:
713       csit-vpp-perf-verify-2001-2n-dnv:
714         - 21  # NDRPDR full
715         - 22  # NDRPDR full
716         - 25  # NDRPDR full
717         - 26  # NDRPDR full
718         - 27  # NDRPDR full
719         - 28  # NDRPDR full
720
721     vpp-mrr-results-3n-hsw:
722       csit-vpp-perf-verify-2001-3n-hsw:
723         - 17  # MRR sel
724
725     vpp-mrr-results-3n-skx:
726       csit-vpp-perf-verify-2001-3n-skx:
727         - 50  # MRR sel
728         - 53  # MRR sel addition
729
730     vpp-mrr-results-2n-skx:
731       csit-vpp-perf-verify-2001-2n-skx:
732         - 101 # MRR sel
733         - 128 # MRR sel addition
734
735     vpp-mrr-results-2n-clx:
736       csit-vpp-perf-verify-2001-2n-clx:
737         - 39  # MRR
738
739     vpp-mrr-results-3n-tsh:
740       csit-vpp-perf-verify-2001-3n-tsh:
741         - 9   # MRR sel
742
743     vpp-mrr-results-3n-dnv:
744       csit-vpp-perf-verify-2001-3n-dnv:
745         - 11  # MRR sel
746
747     vpp-mrr-results-2n-dnv:
748       csit-vpp-perf-verify-2001-2n-dnv:
749         - 12  # MRR sel
750
751     vpp-device-results-ubuntu:
752       csit-vpp-device-2001-ubuntu1804-1n-skx:
753         - 57
754
755     dpdk-perf-results-3n-hsw:
756       csit-dpdk-perf-verify-2001-3n-hsw:
757         - 25  # NDRPDR full
758         - 26  # NDRPDR full
759
760     dpdk-perf-results-3n-skx:
761       csit-dpdk-perf-verify-2001-3n-skx:
762         - 29  # NDRPDR sel xxv710
763         - 30  # NDRPDR sel x710
764
765     dpdk-perf-results-2n-skx:
766       csit-dpdk-perf-verify-2001-2n-skx:
767         - 35  # NDRPDR sel xxv710
768         - 38  # NDRPDR sel x710
769
770     dpdk-perf-results-2n-clx:
771       csit-dpdk-perf-verify-2001-2n-clx:
772         - 15  # NDRPDR sel
773         - 34  # NDRPDR sel
774
775     dpdk-perf-results-2n-dnv:
776       csit-dpdk-perf-verify-2001-2n-dnv:
777         - 16  # NDRPDR sel
778
779     dpdk-perf-results-3n-dnv:
780       csit-dpdk-perf-verify-2001-3n-dnv:
781         - 12  # NDRPDR sel
782
783     dpdk-perf-results-3n-tsh:
784       csit-dpdk-perf-verify-2001-3n-tsh:
785         - 3   # NDRPDR sel
786
787 ###########################################################################
788     # Tables (more than one data set)
789
790     # Performance changes
791
792     vpp-perf-changes-2n-skx-old1908_0:
793       csit-vpp-perf-verify-1908-2n-skx:
794         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
795         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
796         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
797         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
798         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
799         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
800         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
801         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
802         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
803         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
804     vpp-perf-changes-2n-skx-old1908_1:
805       csit-vpp-perf-verify-1908_1-2n-skx:
806         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
807         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
808         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
809         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
810         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
811         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
812         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
813         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
814         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
815         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
816     vpp-perf-changes-2n-skx-new1908_1:
817       csit-vpp-perf-verify-1908_1-2n-skx:
818         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
819         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
820         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
821         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
822         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
823         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
824         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
825         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
826         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
827         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
828     vpp-perf-changes-2n-skx-new2001_0:
829       csit-vpp-perf-verify-2001-2n-skx:
830         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
831         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
832         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
833         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
834         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
835         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
836         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
837         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
838         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
839         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
840
841     vpp-perf-changes-3n-skx-old1908_0:
842       csit-vpp-perf-verify-1908-3n-skx:
843         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
844         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
845         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
846         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
847         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
848         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
849         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
850         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
851         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
852         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
853     vpp-perf-changes-3n-skx-old1908_1:
854       csit-vpp-perf-verify-1908_1-3n-skx:
855         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
856         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
857         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
858         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
859         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
860         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
861         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
862         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
863         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
864         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
865     vpp-perf-changes-3n-skx-new1908_1:
866       csit-vpp-perf-verify-1908_1-3n-skx:
867         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
868         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
869         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
870         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
871         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
872     vpp-perf-changes-3n-skx-new2001_0:
873       csit-vpp-perf-verify-2001-3n-skx:
874         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
875         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
876         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
877
878     vpp-performance-changes-3n-hsw-h1:
879       csit-vpp-perf-verify-1904-3n-hsw:
880         - 11  # NDRPDR sel
881         - 12  # NDRPDR sel
882         - 20  # NDRPDR sel
883         - 21  # NDRPDR sel
884         - 23  # NDRPDR sel
885         - 24  # NDRPDR sel
886         - 25  # NDRPDR sel
887         - 26  # NDRPDR sel
888         - 29  # NDRPDR sel
889         - 30  # NDRPDR sel
890     vpp-performance-changes-3n-hsw-ref:
891       csit-vpp-perf-verify-1908-3n-hsw:
892         - 12  # NDRPDR sel
893         - 13  # NDRPDR sel
894         - 14  # NDRPDR sel
895         - 15  # NDRPDR sel
896         - 16  # NDRPDR sel
897         - 17  # NDRPDR sel
898         - 18  # NDRPDR sel
899         - 19  # NDRPDR sel
900         - 20  # NDRPDR sel
901         - 21  # NDRPDR sel
902     vpp-performance-changes-3n-hsw-cmp:
903       csit-vpp-perf-verify-2001-3n-hsw:
904         - 21  # NDRPDR sel
905         - 22  # NDRPDR sel
906         - 23  # NDRPDR sel
907         - 24  # NDRPDR sel
908         - 25  # NDRPDR sel
909         - 29  # NDRPDR sel
910         - 30  # NDRPDR sel
911         - 31  # NDRPDR sel
912         - 32  # NDRPDR sel
913         - 34  # NDRPDR sel
914     vpp-performance-changes-3n-hsw:
915       - "vpp-performance-changes-3n-hsw-h1"
916       - "vpp-performance-changes-3n-hsw-ref"
917       - "vpp-performance-changes-3n-hsw-cmp"
918
919     vpp-performance-changes-3n-skx-h1:
920       csit-vpp-perf-verify-1904-3n-skx:
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 11  # NDRPDR sel
925         - 12  # NDRPDR sel
926         - 14  # NDRPDR sel
927         - 16  # NDRPDR sel
928         - 21  # NDRPDR sel
929         - 23  # NDRPDR sel
930         - 25  # NDRPDR sel
931     vpp-performance-changes-3n-skx-ref:
932       csit-vpp-perf-verify-1908-3n-skx:
933         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
934         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
935         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
936         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
937         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
938         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
939         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
940         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
941         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
942         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
943     vpp-performance-changes-3n-skx-cmp:
944       # TODO: Add the data
945       csit-vpp-perf-verify-2001-3n-skx:
946         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
947         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
948         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
949     vpp-performance-changes-3n-skx:
950       - "vpp-performance-changes-3n-skx-h1"
951       - "vpp-performance-changes-3n-skx-ref"
952       - "vpp-performance-changes-3n-skx-cmp"
953
954     vpp-performance-changes-2n-skx-h1:
955       csit-vpp-perf-verify-1904-2n-skx:
956         - 12  # NDRPDR sel
957         - 14  # NDRPDR sel
958         - 16  # NDRPDR sel
959         - 17  # NDRPDR sel
960         - 18  # NDRPDR sel
961         - 21  # NDRPDR sel
962         - 27  # NDRPDR sel
963         - 30  # NDRPDR sel
964         - 31  # NDRPDR sel
965         - 32  # NDRPDR sel
966     vpp-performance-changes-2n-skx-ref:
967       csit-vpp-perf-verify-1908-2n-skx:
968         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
969         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
970         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
971         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
972         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
973         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
974         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
975         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
976         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
977         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
978     vpp-performance-changes-2n-skx-cmp:
979       csit-vpp-perf-verify-2001-2n-skx:
980         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
981         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
982         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
983         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
984         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
985         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
986         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
987         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
988         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
989         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
990     vpp-performance-changes-2n-skx:
991       - "vpp-performance-changes-2n-skx-h1"
992       - "vpp-performance-changes-2n-skx-ref"
993       - "vpp-performance-changes-2n-skx-cmp"
994
995     vpp-performance-changes-nfv-2n-skx-ref:
996       csit-vpp-perf-verify-1908-2n-skx:
997         - 22  # NFV
998         - 31  # NFV
999         - 32  # NFV
1000     vpp-performance-changes-nfv-2n-skx-cmp:
1001       # TODO: Add the data
1002       csit-vpp-perf-verify-2001-2n-skx:
1003         - 30  # NFV
1004         - 31  # NFV
1005     vpp-performance-changes-nfv-2n-skx:
1006       - "vpp-performance-changes-nfv-2n-skx-ref"
1007       - "vpp-performance-changes-nfv-2n-skx-cmp"
1008
1009     vpp-performance-changes-2n-dnv-ref:
1010       csit-vpp-perf-verify-1908-2n-dnv:
1011         - 1   # NDRPDR sel
1012         - 2   # NDRPDR sel
1013         - 3   # NDRPDR sel
1014         - 4   # NDRPDR sel
1015         - 5   # NDRPDR sel
1016         - 6   # NDRPDR sel
1017         - 7   # NDRPDR sel
1018         - 8   # NDRPDR sel
1019         - 9   # NDRPDR sel
1020         - 10  # NDRPDR sel
1021     vpp-performance-changes-2n-dnv-cmp:
1022       csit-vpp-perf-verify-2001-2n-dnv:
1023         - 4   # NDRPDR sel
1024         - 5   # NDRPDR sel
1025         - 6   # NDRPDR sel
1026         - 7   # NDRPDR sel
1027         - 8   # NDRPDR sel
1028         - 9   # NDRPDR sel
1029         - 10  # NDRPDR sel
1030         - 11  # NDRPDR sel
1031         - 13  # NDRPDR sel
1032         - 16  # NDRPDR sel
1033     vpp-performance-changes-2n-dnv:
1034       - "vpp-performance-changes-2n-dnv-ref"
1035       - "vpp-performance-changes-2n-dnv-cmp"
1036
1037     vpp-performance-changes-3n-dnv-ref:
1038       csit-vpp-perf-verify-1908-3n-dnv:
1039         - 6   # NDRPDR sel
1040         - 7   # NDRPDR sel
1041         - 8   # NDRPDR sel
1042         - 9   # NDRPDR sel
1043         - 10  # NDRPDR sel
1044         - 12  # NDRPDR sel
1045         - 13  # NDRPDR sel
1046         - 14  # NDRPDR sel
1047         - 15  # NDRPDR sel
1048         - 16  # NDRPDR sel
1049     vpp-performance-changes-3n-dnv-cmp:
1050       csit-vpp-perf-verify-2001-3n-dnv:
1051         - 5   # NDRPDR sel
1052         - 6   # NDRPDR sel
1053         - 7   # NDRPDR sel
1054         - 8   # NDRPDR sel
1055         - 9   # NDRPDR sel
1056         - 10  # NDRPDR sel
1057         - 12  # NDRPDR sel
1058         - 16  # NDRPDR sel
1059         - 17  # NDRPDR sel
1060         - 18  # NDRPDR sel
1061     vpp-performance-changes-3n-dnv:
1062       - "vpp-performance-changes-3n-dnv-ref"
1063       - "vpp-performance-changes-3n-dnv-cmp"
1064
1065     vpp-performance-changes-3n-tsh-ref:
1066       csit-vpp-perf-verify-1908-3n-tsh:
1067         - 7   # NDRPDR sel
1068         - 8   # NDRPDR sel
1069         - 9   # NDRPDR sel
1070         - 10  # NDRPDR sel
1071         - 11  # NDRPDR sel
1072         - 12  # NDRPDR sel
1073         - 13  # NDRPDR sel
1074         - 14  # NDRPDR sel
1075         - 15  # NDRPDR sel
1076         - 16  # NDRPDR sel
1077     vpp-performance-changes-3n-tsh-cmp:
1078       csit-vpp-perf-verify-2001-3n-tsh:
1079         - 3   # NDRPDR sel
1080         - 4   # NDRPDR sel
1081         - 7   # NDRPDR sel
1082         - 8   # NDRPDR sel
1083         - 10  # NDRPDR sel
1084         - 12  # NDRPDR sel
1085         - 13  # NDRPDR sel
1086         - 14  # NDRPDR sel
1087         - 15  # NDRPDR sel
1088         - 21  # NDRPDR sel
1089     vpp-performance-changes-3n-tsh:
1090       - "vpp-performance-changes-3n-tsh-ref"
1091       - "vpp-performance-changes-3n-tsh-cmp"
1092
1093     vpp-soak-vs-ndr-2n-skx-ref:
1094       csit-vpp-perf-verify-2001-2n-skx:
1095         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1096         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1097         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1098         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1099         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1100         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1101         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1102         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1103         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1104         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1105     vpp-soak-vs-ndr-2n-skx-cmp:
1106       # TODO: Replace
1107       # csit-vpp-perf-verify-2001-2n-skx:
1108       csit-vpp-perf-verify-1908-2n-skx:
1109         - 83  # SOAK
1110         - 86  # SOAK
1111     vpp-soak-vs-ndr-2n-skx:
1112       csit-vpp-perf-verify-2001-2n-skx:
1113         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1114         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1115         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1116         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1117         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1118         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1119         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1120         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1121         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1122         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1123         - 83  # SOAK
1124         - 86  # SOAK
1125
1126     vpp-soak-vs-ndr-2n-clx-ref:
1127       csit-vpp-perf-verify-2001-2n-clx:
1128         - 28  # NDRPDR sel
1129         - 29  # NDRPDR sel
1130         - 32  # NDRPDR sel
1131         - 40  # NDRPDR sel
1132         - 43  # NDRPDR sel
1133         - 44  # NDRPDR sel
1134         - 45  # NDRPDR sel
1135         - 47  # NDRPDR sel
1136         - 48  # NDRPDR sel
1137         - 49  # NDRPDR sel
1138     vpp-soak-vs-ndr-2n-clx-cmp:
1139       csit-vpp-perf-verify-2001-2n-clx:
1140         - 93  # SOAK
1141         - 94  # Soak
1142     vpp-soak-vs-ndr-2n-clx:
1143       csit-vpp-perf-verify-2001-2n-clx:
1144         - 28  # NDRPDR sel
1145         - 29  # NDRPDR sel
1146         - 32  # NDRPDR sel
1147         - 40  # NDRPDR sel
1148         - 43  # NDRPDR sel
1149         - 44  # NDRPDR sel
1150         - 45  # NDRPDR sel
1151         - 47  # NDRPDR sel
1152         - 48  # NDRPDR sel
1153         - 49  # NDRPDR sel
1154         - 93  # SOAK
1155         - 94  # Soak
1156
1157     vpp-performance-changes-3n-hsw-mrr-h1:
1158       csit-vpp-perf-verify-1904-3n-hsw:
1159         - 9   # MRR sel
1160     vpp-performance-changes-3n-hsw-mrr-ref:
1161       csit-vpp-perf-verify-1908-3n-hsw:
1162         - 39  # MRR sel
1163     vpp-performance-changes-3n-hsw-mrr-cmp:
1164       csit-vpp-perf-verify-2001-3n-hsw:
1165         - 17  # MRR sel
1166     vpp-performance-changes-3n-hsw-mrr:
1167       - "vpp-performance-changes-3n-hsw-mrr-h1"
1168       - "vpp-performance-changes-3n-hsw-mrr-ref"
1169       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1170
1171     vpp-performance-changes-3n-skx-mrr-h1:
1172       csit-vpp-perf-verify-1904-3n-skx:
1173         - 7   # MRR sel
1174     vpp-performance-changes-3n-skx-mrr-ref:
1175       csit-vpp-perf-verify-1908-3n-skx:
1176         - 36  # MRR sel
1177     vpp-performance-changes-3n-skx-mrr-cmp:
1178       csit-vpp-perf-verify-2001-3n-skx:
1179         - 50  # MRR sel
1180         - 53  # MRR sel addition
1181     vpp-performance-changes-3n-skx-mrr:
1182       - "vpp-performance-changes-3n-skx-mrr-h1"
1183       - "vpp-performance-changes-3n-skx-mrr-ref"
1184       - "vpp-performance-changes-3n-skx-mrr-cmp"
1185
1186     vpp-performance-changes-2n-skx-mrr-h1:
1187       csit-vpp-perf-verify-1904-2n-skx:
1188         - 11  # MRR sel
1189     vpp-performance-changes-2n-skx-mrr-ref:
1190       csit-vpp-perf-verify-1908-2n-skx:
1191         - 69  # MRR sel
1192     vpp-performance-changes-2n-skx-mrr-cmp:
1193       csit-vpp-perf-verify-2001-2n-skx:
1194         - 101 # MRR sel
1195         - 128 # MRR sel addition
1196     vpp-performance-changes-2n-skx-mrr:
1197       - "vpp-performance-changes-2n-skx-mrr-h1"
1198       - "vpp-performance-changes-2n-skx-mrr-ref"
1199       - "vpp-performance-changes-2n-skx-mrr-cmp"
1200
1201     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1202       csit-vpp-perf-verify-1908-2n-skx:
1203         - 71  # NFV MRR
1204     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1205       # TODO: Replace
1206       # csit-vpp-perf-verify-2001-2n-skx:
1207       csit-vpp-perf-verify-1908-2n-skx:
1208         - 71  # NFV MRR
1209     vpp-performance-changes-nfv-2n-skx-mrr:
1210       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1211       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1212
1213     vpp-performance-changes-2n-dnv-mrr-ref:
1214       csit-vpp-perf-verify-1908-2n-dnv:
1215         - 11  # MRR sel
1216     vpp-performance-changes-2n-dnv-mrr-cmp:
1217       csit-vpp-perf-verify-2001-2n-dnv:
1218         - 12  # MRR sel
1219     vpp-performance-changes-2n-dnv-mrr:
1220       - "vpp-performance-changes-2n-dnv-mrr-ref"
1221       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1222
1223     vpp-performance-changes-3n-dnv-mrr-ref:
1224       csit-vpp-perf-verify-1908-3n-dnv:
1225         - 17  # MRR sel
1226     vpp-performance-changes-3n-dnv-mrr-cmp:
1227       csit-vpp-perf-verify-2001-3n-dnv:
1228         - 11  # MRR sel
1229     vpp-performance-changes-3n-dnv-mrr:
1230       - "vpp-performance-changes-3n-dnv-mrr-ref"
1231       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1232
1233     vpp-performance-changes-3n-tsh-mrr-ref:
1234       csit-vpp-perf-verify-1908-3n-tsh:
1235         - 17  # MRR sel
1236     vpp-performance-changes-3n-tsh-mrr-cmp:
1237       csit-vpp-perf-verify-2001-3n-tsh:
1238         - 9   # MRR sel
1239     vpp-performance-changes-3n-tsh-mrr:
1240       - "vpp-performance-changes-3n-tsh-mrr-ref"
1241       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1242
1243     dpdk-performance-changes-3n-hsw-h1:
1244       csit-dpdk-perf-verify-1904-3n-hsw:
1245         - 2   # NDRPDR sel
1246         - 3   # NDRPDR sel
1247         - 5   # NDRPDR sel
1248         - 6   # NDRPDR sel
1249         - 13  # NDRPDR sel
1250         - 14  # NDRPDR sel
1251         - 15  # NDRPDR sel
1252         - 18  # NDRPDR sel
1253         - 19  # NDRPDR sel
1254         - 20  # NDRPDR sel
1255     dpdk-performance-changes-3n-hsw-ref:
1256       csit-dpdk-perf-verify-1908-3n-hsw:
1257         - 2   # NDRPDR sel
1258         - 3   # NDRPDR sel
1259         - 4   # NDRPDR sel
1260         - 5   # NDRPDR sel
1261         - 6   # NDRPDR sel
1262         - 7   # NDRPDR sel
1263         - 8   # NDRPDR sel
1264         - 9   # NDRPDR sel
1265         - 10  # NDRPDR sel
1266         - 11  # NDRPDR sel
1267     dpdk-performance-changes-3n-hsw-cmp:
1268       csit-dpdk-perf-verify-2001-3n-hsw:
1269 #        - 4   # NDRPDR sel
1270 #        - 5   # NDRPDR sel
1271 #        - 6   # NDRPDR sel
1272 #        - 7   # NDRPDR sel
1273 #        - 8   # NDRPDR sel
1274 #        - 9   # NDRPDR sel
1275 #        - 10  # NDRPDR sel
1276 #        - 11  # NDRPDR sel
1277 #        - 12  # NDRPDR sel
1278 #        - 13  # NDRPDR sel
1279         - 15  # NDRPDR sel
1280         - 16  # NDRPDR sel
1281         - 17  # NDRPDR sel
1282         - 18  # NDRPDR sel
1283         - 19  # NDRPDR sel
1284         - 20  # NDRPDR sel
1285         - 21  # NDRPDR sel
1286         - 22  # NDRPDR sel
1287         - 23  # NDRPDR sel
1288         - 24  # NDRPDR sel
1289     dpdk-performance-changes-3n-hsw:
1290       - "dpdk-performance-changes-3n-hsw-h1"
1291       - "dpdk-performance-changes-3n-hsw-ref"
1292       - "dpdk-performance-changes-3n-hsw-cmp"
1293
1294     dpdk-performance-changes-3n-skx-h1:
1295       csit-dpdk-perf-verify-1904-3n-skx:
1296         - 2   # NDRPDR sel
1297         - 3   # NDRPDR sel
1298         - 4   # NDRPDR sel
1299         - 5   # NDRPDR sel
1300         - 6   # NDRPDR sel
1301         - 7   # NDRPDR sel
1302         - 11  # NDRPDR sel
1303         - 12  # NDRPDR sel
1304         - 13  # NDRPDR sel
1305         - 14  # NDRPDR sel
1306     dpdk-performance-changes-3n-skx-ref:
1307       csit-dpdk-perf-verify-1908-3n-skx:
1308         - 3   # NDRPDR sel
1309         - 4   # NDRPDR sel
1310         - 5   # NDRPDR sel
1311         - 6   # NDRPDR sel
1312         - 7   # NDRPDR sel
1313         - 8   # NDRPDR sel
1314         - 9   # NDRPDR sel
1315         - 10  # NDRPDR sel
1316         - 11  # NDRPDR sel
1317         - 12  # NDRPDR sel
1318     dpdk-performance-changes-3n-skx-cmp:
1319       csit-dpdk-perf-verify-2001-3n-skx:
1320         - 29  # NDRPDR sel xxv710
1321         - 33  # NDRPDR sel xxv710
1322         - 34  # NDRPDR sel xxv710
1323         - 35  # NDRPDR sel xxv710
1324         - 36  # NDRPDR sel xxv710
1325         - 37  # NDRPDR sel xxv710
1326         - 41  # NDRPDR sel xxv710
1327         - 42  # NDRPDR sel xxv710
1328         - 43  # NDRPDR sel xxv710
1329         - 45  # NDRPDR sel xxv710
1330         - 30  # NDRPDR sel x710
1331         - 31  # NDRPDR sel x710
1332         - 32  # NDRPDR sel x710
1333         - 38  # NDRPDR sel x710
1334         - 39  # NDRPDR sel x710
1335         - 40  # NDRPDR sel x710
1336         - 44  # NDRPDR sel x710
1337         - 46  # NDRPDR sel x710
1338         - 47  # NDRPDR sel x710
1339         - 48  # NDRPDR sel x710
1340     dpdk-performance-changes-3n-skx:
1341       - "dpdk-performance-changes-3n-skx-h1"
1342       - "dpdk-performance-changes-3n-skx-ref"
1343       - "dpdk-performance-changes-3n-skx-cmp"
1344
1345     dpdk-performance-changes-2n-skx-h1:
1346       csit-dpdk-perf-verify-1904-2n-skx:
1347         - 2   # NDRPDR sel
1348         - 3   # NDRPDR sel
1349         - 4   # NDRPDR sel
1350         - 5   # NDRPDR sel
1351         - 7   # NDRPDR sel
1352         - 8   # NDRPDR sel
1353         - 9   # NDRPDR sel
1354         - 10  # NDRPDR sel
1355         - 11  # NDRPDR sel
1356         - 12  # NDRPDR sel
1357     dpdk-performance-changes-2n-skx-ref:
1358       csit-dpdk-perf-verify-1908-2n-skx:
1359         - 2   # NDRPDR sel
1360         - 3   # NDRPDR sel
1361         - 4   # NDRPDR sel
1362         - 5   # NDRPDR sel
1363         - 7   # NDRPDR sel
1364         - 8   # NDRPDR sel
1365         - 9   # NDRPDR sel
1366         - 10  # NDRPDR sel
1367         - 11  # NDRPDR sel
1368         - 12  # NDRPDR sel
1369     dpdk-performance-changes-2n-skx-cmp:
1370       csit-dpdk-perf-verify-2001-2n-skx:
1371         - 35  # NDRPDR sel xxv710
1372         - 36  # NDRPDR sel xxv710
1373         - 37  # NDRPDR sel xxv710
1374         - 41  # NDRPDR sel xxv710
1375         - 42  # NDRPDR sel xxv710
1376         - 43  # NDRPDR sel xxv710
1377         - 46  # NDRPDR sel xxv710
1378         - 47  # NDRPDR sel xxv710
1379         - 52  # NDRPDR sel xxv710
1380         - 53  # NDRPDR sel xxv710
1381         - 38  # NDRPDR sel x710
1382         - 39  # NDRPDR sel x710
1383         - 40  # NDRPDR sel x710
1384         - 44  # NDRPDR sel x710
1385         - 45  # NDRPDR sel x710
1386         - 48  # NDRPDR sel x710
1387         - 49  # NDRPDR sel x710
1388         - 50  # NDRPDR sel x710
1389         - 51  # NDRPDR sel x710
1390         - 54  # NDRPDR sel x710
1391     dpdk-performance-changes-2n-skx:
1392       - "dpdk-performance-changes-2n-skx-h1"
1393       - "dpdk-performance-changes-2n-skx-ref"
1394       - "dpdk-performance-changes-2n-skx-cmp"
1395
1396     # Compare testbeds
1397
1398     vpp-compare-testbeds-ref:
1399       csit-vpp-perf-verify-2001-3n-hsw:
1400         - 21  # NDRPDR sel
1401         - 22  # NDRPDR sel
1402         - 23  # NDRPDR sel
1403         - 24  # NDRPDR sel
1404         - 25  # NDRPDR sel
1405         - 29  # NDRPDR sel
1406         - 30  # NDRPDR sel
1407         - 31  # NDRPDR sel
1408         - 32  # NDRPDR sel
1409         - 34  # NDRPDR sel
1410     vpp-compare-testbeds-cmp:
1411       # TODO: Add the data
1412       csit-vpp-perf-verify-2001-3n-skx:
1413         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1414         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1415         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1416     vpp-compare-testbeds:
1417       - "vpp-compare-testbeds-ref"
1418       - "vpp-compare-testbeds-cmp"
1419
1420     vpp-compare-testbeds-skx-clx-ref:
1421       csit-vpp-perf-verify-2001-2n-skx:
1422         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1423         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1424         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1429         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1430         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1431         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1432     vpp-compare-testbeds-skx-clx-cmp:
1433       csit-vpp-perf-verify-2001-2n-clx:
1434         - 28  # NDRPDR sel
1435         - 29  # NDRPDR sel
1436         - 32  # NDRPDR sel
1437         - 40  # NDRPDR sel
1438         - 43  # NDRPDR sel
1439         - 44  # NDRPDR sel
1440         - 45  # NDRPDR sel
1441         - 47  # NDRPDR sel
1442         - 48  # NDRPDR sel
1443         - 49  # NDRPDR sel
1444     vpp-compare-testbeds-skx-clx:
1445       - "vpp-compare-testbeds-skx-clx-ref"
1446       - "vpp-compare-testbeds-skx-clx-cmp"
1447
1448     vpp-compare-testbeds-hsw-clx-ref:
1449       csit-vpp-perf-verify-2001-3n-hsw:
1450         - 21  # NDRPDR sel
1451         - 22  # NDRPDR sel
1452         - 23  # NDRPDR sel
1453         - 24  # NDRPDR sel
1454         - 25  # NDRPDR sel
1455         - 29  # NDRPDR sel
1456         - 30  # NDRPDR sel
1457         - 31  # NDRPDR sel
1458         - 32  # NDRPDR sel
1459         - 34  # NDRPDR sel
1460     vpp-compare-testbeds-hsw-clx-cmp:
1461       csit-vpp-perf-verify-2001-2n-clx:
1462         - 28  # NDRPDR sel
1463         - 29  # NDRPDR sel
1464         - 32  # NDRPDR sel
1465         - 40  # NDRPDR sel
1466         - 43  # NDRPDR sel
1467         - 44  # NDRPDR sel
1468         - 45  # NDRPDR sel
1469         - 47  # NDRPDR sel
1470         - 48  # NDRPDR sel
1471         - 49  # NDRPDR sel
1472     vpp-compare-testbeds-hsw-clx:
1473       - "vpp-compare-testbeds-hsw-clx-ref"
1474       - "vpp-compare-testbeds-hsw-clx-cmp"
1475
1476     vpp-compare-testbeds-mrr-ref:
1477       csit-vpp-perf-verify-2001-3n-hsw:
1478         - 17  # MRR sel
1479     vpp-compare-testbeds-mrr-cmp:
1480       csit-vpp-perf-verify-2001-3n-skx:
1481         - 50  # MRR sel
1482         - 53  # MRR sel addition
1483     vpp-compare-testbeds-mrr:
1484       - "vpp-compare-testbeds-mrr-ref"
1485       - "vpp-compare-testbeds-mrr-cmp"
1486
1487     vpp-compare-testbeds-mrr-skx-clx-ref:
1488       csit-vpp-perf-verify-2001-2n-skx:
1489         - 101 # MRR sel
1490         - 128 # MRR sel addition
1491     vpp-compare-testbeds-mrr-skx-clx-cmp:
1492       csit-vpp-perf-verify-2001-2n-clx:
1493         - 39  # MRR
1494     vpp-compare-testbeds-mrr-skx-clx:
1495       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1496       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1497
1498     vpp-compare-testbeds-mrr-hsw-clx-ref:
1499       csit-vpp-perf-verify-2001-3n-hsw:
1500         - 17  # MRR sel
1501     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1502       csit-vpp-perf-verify-2001-2n-clx:
1503         - 39  # MRR
1504     vpp-compare-testbeds-mrr-hsw-clx:
1505       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1506       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1507
1508     dpdk-compare-testbeds-ref:
1509       csit-dpdk-perf-verify-2001-3n-hsw:
1510         - 4   # NDRPDR sel
1511         - 5   # NDRPDR sel
1512         - 6   # NDRPDR sel
1513         - 7   # NDRPDR sel
1514         - 8   # NDRPDR sel
1515         - 9   # NDRPDR sel
1516         - 10  # NDRPDR sel
1517         - 11  # NDRPDR sel
1518         - 12  # NDRPDR sel
1519         - 13  # NDRPDR sel
1520         - 15  # NDRPDR sel
1521         - 16  # NDRPDR sel
1522         - 17  # NDRPDR sel
1523         - 18  # NDRPDR sel
1524         - 19  # NDRPDR sel
1525         - 20  # NDRPDR sel
1526         - 21  # NDRPDR sel
1527         - 22  # NDRPDR sel
1528         - 23  # NDRPDR sel
1529         - 24  # NDRPDR sel
1530     dpdk-compare-testbeds-cmp:
1531       csit-dpdk-perf-verify-2001-3n-skx:
1532         - 29  # NDRPDR sel xxv710
1533         - 33  # NDRPDR sel xxv710
1534         - 34  # NDRPDR sel xxv710
1535         - 35  # NDRPDR sel xxv710
1536         - 36  # NDRPDR sel xxv710
1537         - 37  # NDRPDR sel xxv710
1538         - 41  # NDRPDR sel xxv710
1539         - 42  # NDRPDR sel xxv710
1540         - 43  # NDRPDR sel xxv710
1541         - 45  # NDRPDR sel xxv710
1542         - 30  # NDRPDR sel x710
1543         - 31  # NDRPDR sel x710
1544         - 32  # NDRPDR sel x710
1545         - 38  # NDRPDR sel x710
1546         - 39  # NDRPDR sel x710
1547         - 40  # NDRPDR sel x710
1548         - 44  # NDRPDR sel x710
1549         - 46  # NDRPDR sel x710
1550         - 47  # NDRPDR sel x710
1551         - 48  # NDRPDR sel x710
1552     dpdk-compare-testbeds:
1553       - "dpdk-compare-testbeds-ref"
1554       - "dpdk-compare-testbeds-cmp"
1555
1556     dpdk-compare-testbeds-skx-clx-ref:
1557       csit-dpdk-perf-verify-2001-2n-skx:
1558         - 35  # NDRPDR sel xxv710
1559         - 36  # NDRPDR sel xxv710
1560         - 37  # NDRPDR sel xxv710
1561         - 41  # NDRPDR sel xxv710
1562         - 42  # NDRPDR sel xxv710
1563         - 43  # NDRPDR sel xxv710
1564         - 46  # NDRPDR sel xxv710
1565         - 47  # NDRPDR sel xxv710
1566         - 52  # NDRPDR sel xxv710
1567         - 53  # NDRPDR sel xxv710
1568         - 38  # NDRPDR sel x710
1569         - 39  # NDRPDR sel x710
1570         - 40  # NDRPDR sel x710
1571         - 44  # NDRPDR sel x710
1572         - 45  # NDRPDR sel x710
1573         - 48  # NDRPDR sel x710
1574         - 49  # NDRPDR sel x710
1575         - 50  # NDRPDR sel x710
1576         - 51  # NDRPDR sel x710
1577         - 54  # NDRPDR sel x710
1578     dpdk-compare-testbeds-skx-clx-cmp:
1579       csit-dpdk-perf-verify-2001-2n-clx:
1580         - 15  # NDRPDR sel
1581         - 16  # NDRPDR sel
1582         - 17  # NDRPDR sel
1583         - 18  # NDRPDR sel
1584         - 19  # NDRPDR sel
1585         - 20  # NDRPDR sel
1586         - 21  # NDRPDR sel
1587         - 22  # NDRPDR sel
1588         - 23  # NDRPDR sel
1589         - 24  # NDRPDR sel
1590         - 25  # NDRPDR sel
1591         - 26  # NDRPDR sel
1592         - 27  # NDRPDR sel
1593         - 28  # NDRPDR sel
1594         - 29  # NDRPDR sel
1595         - 30  # NDRPDR sel
1596         - 31  # NDRPDR sel
1597         - 32  # NDRPDR sel
1598         - 33  # NDRPDR sel
1599         - 34  # NDRPDR sel
1600
1601     dpdk-compare-testbeds-skx-clx:
1602       - "dpdk-compare-testbeds-skx-clx-ref"
1603       - "dpdk-compare-testbeds-skx-clx-cmp"
1604
1605     # Compare topologies
1606
1607     vpp-compare-topologies-ref:
1608       # TODO: Add the data
1609       csit-vpp-perf-verify-2001-3n-skx:
1610         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1611         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1612         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1613     vpp-compare-topologies-cmp:
1614       csit-vpp-perf-verify-2001-2n-skx:
1615         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1616         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1617         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1618         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1619         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1620         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1621         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1622         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1623         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1624         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1625     vpp-compare-topologies:
1626       - "vpp-compare-topologies-ref"
1627       - "vpp-compare-topologies-cmp"
1628
1629     vpp-compare-topologies-mrr-ref:
1630       csit-vpp-perf-verify-2001-3n-skx:
1631         - 50  # MRR sel
1632         - 53  # MRR sel addition
1633     vpp-compare-topologies-mrr-cmp:
1634       csit-vpp-perf-verify-2001-2n-skx:
1635         - 101 # MRR sel
1636         - 128 # MRR sel addition
1637     vpp-compare-topologies-mrr:
1638       - "vpp-compare-topologies-mrr-ref"
1639       - "vpp-compare-topologies-mrr-cmp"
1640
1641     dpdk-compare-topologies-ref:
1642       csit-dpdk-perf-verify-2001-3n-skx:
1643         - 29  # NDRPDR sel xxv710
1644         - 33  # NDRPDR sel xxv710
1645         - 34  # NDRPDR sel xxv710
1646         - 35  # NDRPDR sel xxv710
1647         - 36  # NDRPDR sel xxv710
1648         - 37  # NDRPDR sel xxv710
1649         - 41  # NDRPDR sel xxv710
1650         - 42  # NDRPDR sel xxv710
1651         - 43  # NDRPDR sel xxv710
1652         - 45  # NDRPDR sel xxv710
1653         - 30  # NDRPDR sel x710
1654         - 31  # NDRPDR sel x710
1655         - 32  # NDRPDR sel x710
1656         - 38  # NDRPDR sel x710
1657         - 39  # NDRPDR sel x710
1658         - 40  # NDRPDR sel x710
1659         - 44  # NDRPDR sel x710
1660         - 46  # NDRPDR sel x710
1661         - 47  # NDRPDR sel x710
1662         - 48  # NDRPDR sel x710
1663     dpdk-compare-topologies-cmp:
1664       csit-dpdk-perf-verify-2001-2n-skx:
1665         - 35  # NDRPDR sel xxv710
1666         - 36  # NDRPDR sel xxv710
1667         - 37  # NDRPDR sel xxv710
1668         - 41  # NDRPDR sel xxv710
1669         - 42  # NDRPDR sel xxv710
1670         - 43  # NDRPDR sel xxv710
1671         - 46  # NDRPDR sel xxv710
1672         - 47  # NDRPDR sel xxv710
1673         - 52  # NDRPDR sel xxv710
1674         - 53  # NDRPDR sel xxv710
1675         - 38  # NDRPDR sel x710
1676         - 39  # NDRPDR sel x710
1677         - 40  # NDRPDR sel x710
1678         - 44  # NDRPDR sel x710
1679         - 45  # NDRPDR sel x710
1680         - 48  # NDRPDR sel x710
1681         - 49  # NDRPDR sel x710
1682         - 50  # NDRPDR sel x710
1683         - 51  # NDRPDR sel x710
1684         - 54  # NDRPDR sel x710
1685     dpdk-compare-topologies:
1686       - "dpdk-compare-topologies-ref"
1687       - "dpdk-compare-topologies-cmp"
1688
1689   plot-layouts:
1690
1691     plot-soak-throughput:
1692       titlefont:
1693         size: 18
1694       xaxis:
1695         title: "<b>Test Cases [Index]</b>"
1696         titlefont:
1697           size: 16
1698         autorange: True
1699         fixedrange: False
1700         gridcolor: "rgb(230, 230, 230)"
1701         linecolor: "rgb(220, 220, 220)"
1702         linewidth: 1
1703         showgrid: True
1704         showline: True
1705         showticklabels: True
1706         tickcolor: "rgb(220, 220, 220)"
1707         tickmode: "linear"
1708         tickfont:
1709           size: 16
1710         zeroline: False
1711       yaxis:
1712         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1713         titlefont:
1714           size: 16
1715         gridcolor: "rgb(230, 230, 230)"
1716         hoverformat: ".4r"
1717         tickformat: ".3r"
1718         linecolor: "rgb(220, 220, 220)"
1719         linewidth: 1
1720         showgrid: True
1721         showline: True
1722         showticklabels: True
1723         tickcolor: "rgb(220, 220, 220)"
1724         tickfont:
1725           size: 16
1726         zeroline: False
1727         range: [0,50]
1728       autosize: False
1729       margin:
1730         t: 50
1731         b: 0
1732         l: 80
1733         r: 20
1734       showlegend: True
1735       legend:
1736         orientation: "h"
1737         font:
1738           size: 16
1739       width: 700
1740       height: 900
1741       paper_bgcolor: "#fff"
1742       plot_bgcolor: "#fff"
1743       hoverlabel:
1744         namelength: -1
1745
1746     plot-service-density:
1747       titlefont:
1748         size: 18
1749       xaxis:
1750         side: "top"
1751         autorange: True
1752         fixedrange: False
1753         showgrid: False
1754         showline: False
1755         showticklabels: False
1756         ticks: ""
1757         ticklen: 0
1758         tickwidth: 0
1759         zeroline: False
1760       yaxis:
1761         autorange: "reversed"
1762         showgrid: False
1763         showline: False
1764         showticklabels: False
1765         ticks: ""
1766         ticklen: 0
1767         tickwidth: 0
1768         zeroline: False
1769       showlegend: False
1770       paper_bgcolor: "#fff"
1771       plot_bgcolor: "#fff"
1772       width: 700
1773       height: 700
1774       hoverlabel:
1775         namelength: -1
1776
1777     plot-cps:
1778       titlefont:
1779         size: 18
1780       xaxis:
1781         title: "<b>Test Cases [Index]</b>"
1782         titlefont:
1783           size: 16
1784         autorange: True
1785         fixedrange: False
1786         gridcolor: "rgb(230, 230, 230)"
1787         linecolor: "rgb(220, 220, 220)"
1788         linewidth: 1
1789         showgrid: True
1790         showline: True
1791         showticklabels: True
1792         tickcolor: "rgb(220, 220, 220)"
1793         tickmode: "linear"
1794         tickfont:
1795           size: 16
1796         zeroline: False
1797       yaxis:
1798         title: "<b>Connections Per Second [cps]</b>"
1799         titlefont:
1800           size: 16
1801         gridcolor: "rgb(230, 230, 230)"
1802         hoverformat: ".4s"
1803         linecolor: "rgb(220, 220, 220)"
1804         linewidth: 1
1805         rangemode: "tozero"
1806         showgrid: True
1807         showline: True
1808         showticklabels: True
1809         tickcolor: "rgb(220, 220, 220)"
1810         tickformat: ".3s"
1811         tickfont:
1812           size: 16
1813         zeroline: False
1814       boxmode: "group"
1815       boxgroupgap: 0.5
1816       autosize: False
1817       margin:
1818         t: 50
1819         b: 20
1820         l: 80
1821         r: 20
1822       showlegend: True
1823       legend:
1824         orientation: "h"
1825         font:
1826           size: 16
1827       width: 700
1828       height: 800
1829       paper_bgcolor: "#fff"
1830       plot_bgcolor: "#fff"
1831       hoverlabel:
1832         namelength: -1
1833
1834     plot-rps:
1835       titlefont:
1836         size: 18
1837       xaxis:
1838         title: "<b>Test Cases [Index]</b>"
1839         titlefont:
1840           size: 16
1841         autorange: True
1842         fixedrange: False
1843         gridcolor: "rgb(230, 230, 230)"
1844         linecolor: "rgb(220, 220, 220)"
1845         linewidth: 1
1846         showgrid: True
1847         showline: True
1848         showticklabels: True
1849         tickcolor: "rgb(220, 220, 220)"
1850         tickmode: "linear"
1851         tickfont:
1852           size: 16
1853         zeroline: False
1854       yaxis:
1855         title: "<b>Requests Per Second [rps]</b>"
1856         titlefont:
1857           size: 16
1858         gridcolor: "rgb(230, 230, 230)"
1859         hoverformat: ".4s"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         rangemode: "tozero"
1863         showgrid: True
1864         showline: True
1865         showticklabels: True
1866         tickcolor: "rgb(230, 230, 230)"
1867         tickformat: ".3s"
1868         tickfont:
1869           size: 16
1870         zeroline: False
1871       boxmode: "group"
1872       boxgroupgap: 0.5
1873       autosize: False
1874       margin:
1875         t: 50
1876         b: 20
1877         l: 80
1878         r: 20
1879       showlegend: True
1880       legend:
1881         orientation: "h"
1882         font:
1883           size: 16
1884       width: 700
1885       height: 800
1886       paper_bgcolor: "#fff"
1887       plot_bgcolor: "#fff"
1888       hoverlabel:
1889         namelength: -1
1890
1891     plot-hoststack:
1892       titlefont:
1893         size: 16
1894       xaxis:
1895         title: "<b>Test Cases [Index]</b>"
1896         titlefont:
1897           size: 14
1898         autorange: True
1899         fixedrange: False
1900         gridcolor: "rgb(230, 230, 230)"
1901         linecolor: "rgb(220, 220, 220)"
1902         linewidth: 1
1903         showgrid: True
1904         showline: True
1905         showticklabels: True
1906         tickcolor: "rgb(220, 220, 220)"
1907         tickmode: "linear"
1908         tickfont:
1909           size: 14
1910         zeroline: False
1911       yaxis:
1912         title: "<b>Bandwidth [Gbps]</b>"
1913         titlefont:
1914           size: 14
1915         gridcolor: "rgb(230, 230, 230)"
1916         hoverformat: ".4s"
1917         linecolor: "rgb(220, 220, 220)"
1918         linewidth: 1
1919         rangemode: "tozero"
1920         showgrid: True
1921         showline: True
1922         showticklabels: True
1923         tickcolor: "rgb(230, 230, 230)"
1924         tickformat: ".3s"
1925         tickfont:
1926           size: 14
1927         zeroline: False
1928       boxmode: "group"
1929       boxgroupgap: 0.5
1930       autosize: False
1931       margin:
1932         t: 50
1933         b: 20
1934         l: 80
1935         r: 20
1936       showlegend: True
1937       legend:
1938         orientation: "h"
1939         font:
1940           size: 14
1941       width: 700
1942       height: 800
1943       paper_bgcolor: "#fff"
1944       plot_bgcolor: "#fff"
1945       hoverlabel:
1946         namelength: -1
1947
1948     plot-throughput:
1949       titlefont:
1950         size: 18
1951       xaxis:
1952         title: "<b>Test Cases [Index]</b>"
1953         titlefont:
1954           size: 16
1955         autorange: True
1956         fixedrange: False
1957         gridcolor: "rgb(230, 230, 230)"
1958         linecolor: "rgb(220, 220, 220)"
1959         linewidth: 1
1960         showgrid: True
1961         showline: True
1962         showticklabels: True
1963         tickcolor: "rgb(220, 220, 220)"
1964         tickmode: "linear"
1965         tickfont:
1966           size: 16
1967         zeroline: False
1968       yaxis:
1969         title: "<b>Packet Throughput [Mpps]</b>"
1970         titlefont:
1971           size: 16
1972         gridcolor: "rgb(230, 230, 230)"
1973         hoverformat: ".4r"
1974         tickformat: ".3r"
1975         linecolor: "rgb(220, 220, 220)"
1976         linewidth: 1
1977         showgrid: True
1978         showline: True
1979         showticklabels: True
1980         tickcolor: "rgb(220, 220, 220)"
1981         tickfont:
1982           size: 16
1983         zeroline: False
1984         range: [0,50]
1985       autosize: False
1986       margin:
1987         t: 50
1988         b: 0
1989         l: 80
1990         r: 20
1991       showlegend: True
1992       legend:
1993         orientation: "h"
1994         font:
1995           size: 16
1996       width: 700
1997       height: 900
1998       paper_bgcolor: "#fff"
1999       plot_bgcolor: "#fff"
2000       hoverlabel:
2001         namelength: -1
2002
2003     plot-throughput-speedup-analysis:
2004       titlefont:
2005         size: 18
2006       xaxis:
2007         title: "<b>Number of Cores [Qty]</b>"
2008         titlefont:
2009           size: 16
2010         autorange: True
2011         fixedrange: False
2012         gridcolor: "rgb(230, 230, 230)"
2013         linecolor: "rgb(220, 220, 220)"
2014         linewidth: 1
2015         showgrid: True
2016         showline: True
2017         showticklabels: True
2018         tickcolor: "rgb(238, 238, 238)"
2019         tickmode: "linear"
2020         tickfont:
2021           size: 16
2022         zeroline: False
2023       yaxis:
2024         title: "<b>Packet Throughput [Mpps]</b>"
2025         titlefont:
2026           size: 16
2027         type: "linear"
2028         gridcolor: "rgb(230, 230, 230)"
2029         hoverformat: ".4s"
2030         linecolor: "rgb(220, 220, 220)"
2031         linewidth: 1
2032         showgrid: True
2033         showline: True
2034         showticklabels: True
2035         tickcolor: "rgb(220, 220, 220)"
2036         tickformat: ".4s"
2037         tickfont:
2038           size: 16
2039         zeroline: True
2040         rangemode: "tozero"
2041         range: [0,100]
2042       legend:
2043         orientation: "h"
2044         font:
2045           size: 16
2046         xanchor: "left"
2047         yanchor: "top"
2048         x: 0
2049         y: -0.2
2050         bgcolor: "rgba(255, 255, 255, 0)"
2051         bordercolor: "rgba(255, 255, 255, 0)"
2052         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2053       autosize: False
2054       margin:
2055           't': 50
2056           'b': 150
2057           'l': 85
2058           'r': 10
2059       showlegend: True
2060       width: 700
2061       height: 700
2062       paper_bgcolor: "#fff"
2063       plot_bgcolor: "#fff"
2064       hoverlabel:
2065         namelength: -1
2066       annotations: [
2067         {
2068           text: "_ _          __          ...",
2069           align: "left",
2070           showarrow: False,
2071           xref: "paper",
2072           yref: "paper",
2073           xanchor: "left",
2074           yanchor: "top",
2075           x: 0,
2076           y: -0.13,
2077           font: {
2078             family: "Consolas, Courier New",
2079             size: 15
2080           },
2081         },
2082         {
2083           text: "    Perfect     Measured     Limit",
2084           align: "left",
2085           showarrow: False,
2086           xref: "paper",
2087           yref: "paper",
2088           xanchor: "left",
2089           yanchor: "top",
2090           x: 0,
2091           y: -0.15,
2092           font: {
2093             family: "Consolas, Courier New",
2094             size: 15
2095           },
2096         },
2097       ]
2098
2099     plot-latency:
2100       titlefont:
2101         size: 18
2102       xaxis:
2103         title: "<b>Direction</b>"
2104         titlefont:
2105           size: 16
2106         autorange: True
2107         fixedrange: False
2108         gridcolor: "rgb(230, 230, 230)"
2109         linecolor: "rgb(220, 220, 220)"
2110         linewidth: 1
2111         showgrid: True
2112         showline: True
2113         showticklabels: False
2114         tickcolor: "rgb(220, 220, 220)"
2115         tickmode: "linear"
2116         tickfont:
2117           size: 16
2118         zeroline: False
2119       yaxis:
2120         title: "<b>Packet Latency [uSec]</b>"
2121         titlefont:
2122           size: 16
2123         type: "linear"
2124         gridcolor: "rgb(230, 230, 230)"
2125         hoverformat: ".4s"
2126         linecolor: "rgb(220, 220, 220)"
2127         linewidth: 1
2128         showgrid: True
2129         showline: True
2130         showticklabels: True
2131         tickcolor: "rgb(220, 220, 220)"
2132         tickformat: ".4s"
2133         tickfont:
2134           size: 16
2135         zeroline: True
2136         rangemode: "tozero"
2137       legend:
2138         orientation: "h"
2139         font:
2140           size: 16
2141         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2142       autosize: False
2143       margin:
2144           't': 50
2145           'b': 150
2146           'l': 80
2147           'r': 10
2148       showlegend: True
2149       width: 700
2150       height: 700
2151       paper_bgcolor: "#fff"
2152       plot_bgcolor: "#fff"
2153       hoverlabel:
2154         namelength: -1
2155
2156     plot-hdrh-latency:
2157       title:
2158         text: ""
2159         xanchor: "center"
2160         x: 0.5
2161         font:
2162           size: 16
2163       width: 700
2164       plot_bgcolor: "white"
2165       annotations:
2166         - font:
2167             size: 14
2168           showarrow: False
2169           text: "<b>Packet Latency [uSec]</b>"
2170           x: 1
2171           xanchor: "right"
2172           xref: "paper"
2173           y: -0.045
2174           yanchor: "top"
2175           yref: "paper"
2176         - font:
2177             size: 14
2178           showarrow: False
2179           text: "<b>Probability [%]</b>"
2180           textangle: 270
2181           x: -0.06
2182           xanchor: "center"
2183           xref: "paper"
2184           y: 0.5
2185           yanchor: "middle"
2186           yref: "paper"
2187         - font:
2188             size: 14
2189           showarrow: False
2190           text: "<b>Direction: E-W</b>"
2191           x: 0.24
2192           xanchor: "center"
2193           xref: "paper"
2194           y: 1.05
2195           yanchor: "bottom"
2196           yref: "paper"
2197         - font:
2198             size: 14
2199           showarrow: False
2200           text: "<b>Direction: W-E</b>"
2201           x: 0.74
2202           xanchor: "center"
2203           xref: "paper"
2204           y: 1.05
2205           yanchor: "bottom"
2206           yref: "paper"
2207
2208     plot-hdrh-latency-percentile:
2209       title:
2210         text: ""
2211         xanchor: "center"
2212         x: 0.5
2213         font:
2214           size: 18
2215       xaxis:
2216         type: "log"
2217         title: "<b>Percentile [%]</b>"
2218         titlefont:
2219           size: 16
2220         autorange: True
2221         fixedrange: False
2222         gridcolor: "rgb(230, 230, 230)"
2223         linecolor: "rgb(220, 220, 220)"
2224         linewidth: 1
2225         showgrid: True
2226         showline: True
2227         showticklabels: True
2228         tickcolor: "rgb(220, 220, 220)"
2229         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2230         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2231         tickfont:
2232           size: 16
2233       yaxis:
2234         title: "<b>Packet Latency [uSec]</b>"
2235         titlefont:
2236           size: 16
2237         gridcolor: "rgb(230, 230, 230)"
2238         linecolor: "rgb(220, 220, 220)"
2239         linewidth: 1
2240         showgrid: True
2241         showline: True
2242         showticklabels: True
2243         tickcolor: "rgb(220, 220, 220)"
2244         tickfont:
2245           size: 16
2246       autosize: False
2247       showlegend: True
2248       legend:
2249         traceorder: "normal"
2250         orientation: "h"
2251         font:
2252           size: 16
2253         xanchor: "left"
2254         yanchor: "top"
2255         x: 0
2256         y: -0.15
2257         bgcolor: "rgba(255, 255, 255, 0)"
2258         bordercolor: "rgba(255, 255, 255, 0)"
2259       width: 700
2260       height: 700
2261       paper_bgcolor: "white"
2262       plot_bgcolor: "white"
2263
2264     plot-hdrh-latency-by-percentile:
2265       title:
2266         text: "<b>Latency by Percentile Distribution</b>"
2267         xanchor: "center"
2268         x: 0.5
2269         font:
2270           size: 18
2271       showlegend: True
2272       legend:
2273         traceorder: "normal"
2274         orientation: "h"
2275         font:
2276           size: 16
2277         xanchor: "left"
2278         yanchor: "top"
2279         x: 0
2280         y: -0.2
2281         bgcolor: "rgba(255, 255, 255, 0)"
2282         bordercolor: "rgba(255, 255, 255, 0)"
2283       xaxis:
2284         type: "linear"
2285         title: "<b>Percentile [%]</b>"
2286         titlefont:
2287           size: 14
2288         autorange: False
2289         fixedrange: False
2290         range: [0, 100]
2291         gridcolor: "rgb(230, 230, 230)"
2292         linecolor: "rgb(220, 220, 220)"
2293         linewidth: 1
2294         showgrid: True
2295         showline: True
2296         showticklabels: True
2297         tickcolor: "rgb(220, 220, 220)"
2298         tickvals: [0, 25, 50, 75, 100]
2299         ticktext: [0, 25, 50, 75, 100]
2300         tickfont:
2301           size: 14
2302       yaxis:
2303         title: "<b>One-Way Latency per Direction [uSec]</b>"
2304         titlefont:
2305           size: 14
2306         gridcolor: "rgb(230, 230, 230)"
2307         linecolor: "rgb(220, 220, 220)"
2308         linewidth: 1
2309         showgrid: True
2310         showline: True
2311         showticklabels: True
2312         tickcolor: "rgb(220, 220, 220)"
2313         tickfont:
2314           size: 14
2315       width: 700
2316       height: 700
2317       paper_bgcolor: "white"
2318       plot_bgcolor: "white"
2319
2320 - type: "static"
2321   src-path: "{DIR[RST]}"
2322   dst-path: "{DIR[WORKING,SRC]}"
2323
2324 - type: "input"
2325   general:
2326     file-name: "output_info.xml.gz"
2327     file-format: ".gz"
2328     arch-file-format:
2329       - ".gz"
2330       - ".zip"
2331     download-path: "{job}/{build}/archives/{filename}"
2332     extract: "output.xml"
2333
2334     zip-file-name: "robot-plugin.zip"
2335     zip-file-format: ".zip"
2336     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2337     zip-extract: "robot-plugin/output.xml"
2338
2339   builds:
2340
2341     csit-vpp-perf-verify-1904-3n-hsw:
2342       - 9   # MRR sel
2343       - 11  # NDRPDR sel
2344       - 12  # NDRPDR sel
2345       - 20  # NDRPDR sel
2346       - 21  # NDRPDR sel
2347       - 23  # NDRPDR sel
2348       - 24  # NDRPDR sel
2349       - 25  # NDRPDR sel
2350       - 26  # NDRPDR sel
2351       - 29  # NDRPDR sel
2352       - 30  # NDRPDR sel
2353     csit-vpp-perf-verify-1908-3n-hsw:
2354       - 12  # NDRPDR sel
2355       - 13  # NDRPDR sel
2356       - 14  # NDRPDR sel
2357       - 15  # NDRPDR sel
2358       - 16  # NDRPDR sel
2359       - 17  # NDRPDR sel
2360       - 18  # NDRPDR sel
2361       - 19  # NDRPDR sel
2362       - 20  # NDRPDR sel
2363       - 21  # NDRPDR sel
2364       - 48  # NDRPDR sel vhost
2365       - 49  # NDRPDR sel vhost
2366       - 52  # NDRPDR sel vhost
2367       - 53  # NDRPDR sel vhost
2368       - 54  # NDRPDR sel vhost
2369       - 55  # NDRPDR sel vhost
2370       - 56  # NDRPDR sel vhost
2371       - 57  # NDRPDR sel vhost
2372       - 58  # NDRPDR sel vhost
2373       - 59  # NDRPDR sel vhost
2374       - 39  # MRR sel
2375     csit-vpp-perf-verify-2001-3n-hsw:
2376       - 21  # NDRPDR sel
2377       - 22  # NDRPDR sel
2378       - 23  # NDRPDR sel
2379       - 24  # NDRPDR sel
2380       - 25  # NDRPDR sel
2381       - 29  # NDRPDR sel
2382       - 30  # NDRPDR sel
2383       - 31  # NDRPDR sel
2384       - 32  # NDRPDR sel
2385       - 34  # NDRPDR sel
2386       - 17  # MRR sel
2387       - 18  # NDRPDR full
2388       - 20  # NDRPDR full
2389       - 28  # NDRPDR full
2390       - 35  # NDRPDR full
2391       - 42  # NDRPDR full
2392       - 46  # NDRPDR full
2393       - 47  # NDRPDR full
2394       - 48  # NDRPDR full
2395       - 49  # NDRPDR full
2396       - 50  # NDRPDR full
2397       - 51  # NDRPDR full
2398       - 52  # NDRPDR full
2399       - 53  # NDRPDR full
2400       - 54  # NDRPDR full
2401       - 55  # NDRPDR full
2402       - 56  # NDRPDR full
2403       - 57  # NDRPDR full
2404       - 58  # NDRPDR full
2405       - 59  # NDRPDR full
2406       - 61  # NDRPDR full
2407       - 62  # NDRPDR full
2408       - 63  # NDRPDR full
2409       - 64  # NDRPDR full
2410       - 65  # NDRPDR full
2411       - 67  # NDRPDR full
2412       - 70  # NDRPDR full
2413       - 72  # NDRPDR full
2414       - 73  # NDRPDR full
2415       - 76  # NDRPDR full
2416       - 77  # NDRPDR full
2417       - 78  # NDRPDR full
2418       - 79  # NDRPDR full
2419       - 81  # NDRPDR full
2420       - 82  # NDRPDR full
2421       - 84  # NDRPDR full
2422       - 85  # NDRPDR full
2423       - 103  # hoststack
2424       - 104  # hoststack
2425       - 105  # hoststack
2426       - 106  # hoststack
2427       - 107  # hoststack
2428       - 108  # hoststack
2429       - 109  # hoststack
2430       - 110  # hoststack
2431       - 111  # hoststack
2432       - 112  # hoststack
2433
2434     csit-vpp-perf-verify-1904-3n-skx:
2435       - 7   # MRR sel
2436       - 8   # NDRPDR sel
2437       - 9   # NDRPDR sel
2438       - 10  # NDRPDR sel
2439       - 11  # NDRPDR sel
2440       - 12  # NDRPDR sel
2441       - 14  # NDRPDR sel
2442       - 16  # NDRPDR sel
2443       - 21  # NDRPDR sel
2444       - 23  # NDRPDR sel
2445       - 25  # NDRPDR sel
2446     csit-vpp-perf-verify-1908-3n-skx:
2447       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2448       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2449       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2450       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2451       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2452       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2453       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2454       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2455       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2456       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2457       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2458       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2459       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2460       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2461       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2462       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2463       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2464       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2465       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2466       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2467       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2468     csit-vpp-perf-verify-1908_1-3n-skx:
2469       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2470       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2471       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2472       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2473       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2474       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2475       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2476       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2477       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2478       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2479       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2480       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2481       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2482       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2483       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2484     csit-vpp-perf-verify-2001-3n-skx:
2485 #      - 45  # NDRPDR sel
2486 #      - 46  # NDRPDR sel
2487 #      - 47  # NDRPDR sel
2488 #      - 48  # NDRPDR sel
2489 #      - 49  # NDRPDR sel
2490 #      - 51  # NDRPDR sel
2491 #      - 52  # NDRPDR sel
2492 #      - 59  # NDRPDR sel
2493 #      - 65  # NDRPDR sel
2494 #      - 66  # NDRPDR sel
2495 #      - 54  # NDRPDR sel addition
2496 #      - 55  # NDRPDR sel addition
2497 #      - 56  # NDRPDR sel addition
2498 #      - 57  # NDRPDR sel addition
2499 #      - 58  # NDRPDR sel addition
2500 #      - 60  # NDRPDR sel addition
2501 #      - 61  # NDRPDR sel addition
2502 #      - 62  # NDRPDR sel addition
2503 #      - 63  # NDRPDR sel addition
2504 #      - 64  # NDRPDR sel addition
2505       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2506       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2507       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2508       - 50  # MRR sel
2509       - 53  # MRR sel addition
2510
2511     csit-vpp-perf-verify-1904-2n-skx:
2512       - 11  # MRR sel
2513       - 12  # NDRPDR sel
2514       - 14  # NDRPDR sel
2515       - 16  # NDRPDR sel
2516       - 17  # NDRPDR sel
2517       - 18  # NDRPDR sel
2518       - 21  # NDRPDR sel
2519       - 27  # NDRPDR sel
2520       - 30  # NDRPDR sel
2521       - 31  # NDRPDR sel
2522       - 32  # NDRPDR sel
2523     csit-vpp-perf-verify-1908-2n-skx:
2524       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2525       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2526       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2527       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2528       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2529       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2530       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2531       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2532       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2533       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2534       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2535       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2536       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2537       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2538       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2539       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2540       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2541       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2542       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2543       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2544       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2545 #      - 22  # NFV
2546 #      - 31  # NFV
2547 #      - 32  # NFV
2548 #      - 71  # NFV MRR
2549     csit-vpp-perf-verify-1908_1-2n-skx:
2550       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2551       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2552       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2553       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2554       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2555       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2556       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2557       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2558       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2559       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2560       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2561       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2562       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2563       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2564       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2565       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2566       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2567       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2568       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2569       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2570     csit-vpp-perf-verify-2001-2n-skx:
2571 #      - 92  # NDRPDR sel - old
2572 #      - 93  # NDRPDR sel - old
2573 #      - 94  # NDRPDR sel - old
2574 #      - 95  # NDRPDR sel - old
2575 #      - 96  # NDRPDR sel - old
2576 #      - 97  # NDRPDR sel - old
2577 #      - 98  # NDRPDR sel - old
2578 #      - 99  # NDRPDR sel - old
2579 #      - 100 # NDRPDR sel - old
2580 #      - 102 # NDRPDR sel - old
2581 #      - 129 # NDRPDR sel addition - old
2582 #      - 130 # NDRPDR sel addition - old
2583 #      - 131 # NDRPDR sel addition - old
2584 #      - 132 # NDRPDR sel addition - old
2585 #      - 133 # NDRPDR sel addition - old
2586 #      - 134 # NDRPDR sel addition - old
2587 #      - 135 # NDRPDR sel addition - old
2588 #      - 136 # NDRPDR sel addition - old
2589 #      - 137 # NDRPDR sel addition - old
2590 #      - 138 # NDRPDR sel addition - old
2591       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2592       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2593       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2594       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2595       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2596       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2597       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2598       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2599       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2600       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2601       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2602       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2603       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2604       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2605       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2606       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2607       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2608       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2609       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2610       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2611       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2612       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2613       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2614       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2615       - 101  # MRR sel - old
2616       - 128  # MRR sel addition - old
2617
2618     csit-vpp-perf-verify-2001-2n-clx:
2619       - 28  # NDRPDR sel
2620       - 29  # NDRPDR sel
2621       - 32  # NDRPDR sel
2622       - 40  # NDRPDR sel
2623       - 43  # NDRPDR sel
2624       - 44  # NDRPDR sel
2625       - 45  # NDRPDR sel
2626       - 47  # NDRPDR sel
2627       - 48  # NDRPDR sel
2628       - 49  # NDRPDR sel
2629       - 39  # MRR
2630       - 53  # NDRPDR full
2631       - 54  # NDRPDR full
2632       - 55  # NDRPDR full
2633       - 56  # NDRPDR full
2634       - 57  # NDRPDR full
2635       - 58  # NDRPDR full
2636       - 59  # NDRPDR full
2637       - 60  # NDRPDR full
2638       - 61  # NDRPDR full
2639       - 62  # NDRPDR full
2640       - 63  # NDRPDR full
2641       - 64  # NDRPDR full
2642       - 65  # NDRPDR full
2643       - 66  # NDRPDR full
2644       - 67  # NDRPDR full
2645       - 68  # Reconf
2646       - 69  # Reconf
2647       - 70  # Reconf
2648       - 71  # Reconf
2649       - 72  # Reconf
2650       - 73  # Reconf
2651       - 74  # Reconf
2652       - 75  # Reconf
2653       - 76  # Reconf
2654       - 77  # Reconf
2655       - 80  # TCP
2656       - 82  # TCP
2657       - 83  # TCP
2658       - 85  # TCP
2659       - 86  # TCP
2660       - 87  # TCP
2661       - 88  # TCP
2662       - 89  # TCP
2663       - 90  # TCP
2664       - 91  # TCP
2665       - 93  # Soak
2666       - 94  # Soak
2667
2668     csit-vpp-perf-verify-1908-3n-tsh:
2669       - 7   # NDRPDR sel
2670       - 8   # NDRPDR sel
2671       - 9   # NDRPDR sel
2672       - 10  # NDRPDR sel
2673       - 11  # NDRPDR sel
2674       - 12  # NDRPDR sel
2675       - 13  # NDRPDR sel
2676       - 14  # NDRPDR sel
2677       - 15  # NDRPDR sel
2678       - 16  # NDRPDR sel
2679       - 17  # MRR sel
2680     csit-vpp-perf-verify-2001-3n-tsh:
2681       - 3   # NDRPDR sel
2682       - 4   # NDRPDR sel
2683       - 7   # NDRPDR sel
2684       - 8   # NDRPDR sel
2685       - 10  # NDRPDR sel
2686       - 12  # NDRPDR sel
2687       - 13  # NDRPDR sel
2688       - 14  # NDRPDR sel
2689       - 15  # NDRPDR sel
2690       - 21  # NDRPDR sel
2691       - 9   # MRR sel
2692
2693     csit-vpp-perf-verify-1908-3n-dnv:
2694       - 6   # NDRPDR sel
2695       - 7   # NDRPDR sel
2696       - 8   # NDRPDR sel
2697       - 9   # NDRPDR sel
2698       - 10  # NDRPDR sel
2699       - 12  # NDRPDR sel
2700       - 13  # NDRPDR sel
2701       - 14  # NDRPDR sel
2702       - 15  # NDRPDR sel
2703       - 16  # NDRPDR sel
2704       - 17  # MRR sel
2705     csit-vpp-perf-verify-2001-3n-dnv:
2706       - 5   # NDRPDR sel
2707       - 6   # NDRPDR sel
2708       - 7   # NDRPDR sel
2709       - 8   # NDRPDR sel
2710       - 9   # NDRPDR sel
2711       - 10  # NDRPDR sel
2712       - 12  # NDRPDR sel
2713       - 16  # NDRPDR sel
2714       - 17  # NDRPDR sel
2715       - 18  # NDRPDR sel
2716       - 11  # MRR sel
2717       - 19  # NDRPDR full
2718       - 20  # NDRPDR full
2719       - 21  # NDRPDR full
2720       - 22  # NDRPDR full
2721       - 23  # NDRPDR full
2722       - 24  # NDRPDR full
2723       - 25  # NDRPDR full
2724       - 26  # NDRPDR full
2725       - 37  # NDRPDR full
2726       - 38  # NDRPDR full
2727       - 39  # NDRPDR full
2728
2729     csit-vpp-perf-verify-1908-2n-dnv:
2730       - 1   # NDRPDR sel
2731       - 2   # NDRPDR sel
2732       - 3   # NDRPDR sel
2733       - 4   # NDRPDR sel
2734       - 5   # NDRPDR sel
2735       - 6   # NDRPDR sel
2736       - 7   # NDRPDR sel
2737       - 8   # NDRPDR sel
2738       - 9   # NDRPDR sel
2739       - 10  # NDRPDR sel
2740       - 11  # MRR sel
2741     csit-vpp-perf-verify-2001-2n-dnv:
2742       - 4   # NDRPDR sel
2743       - 5   # NDRPDR sel
2744       - 6   # NDRPDR sel
2745       - 7   # NDRPDR sel
2746       - 8   # NDRPDR sel
2747       - 9   # NDRPDR sel
2748       - 10  # NDRPDR sel
2749       - 11  # NDRPDR sel
2750       - 13  # NDRPDR sel
2751       - 16  # NDRPDR sel
2752       - 12  # MRR sel
2753       - 21  # NDRPDR full
2754       - 22  # NDRPDR full
2755       - 25  # NDRPDR full
2756       - 26  # NDRPDR full
2757       - 27  # NDRPDR full
2758       - 28  # NDRPDR full
2759
2760     csit-dpdk-perf-verify-1904-3n-hsw:
2761       - 2   # NDRPDR sel
2762       - 3   # NDRPDR sel
2763       - 5   # NDRPDR sel
2764       - 6   # NDRPDR sel
2765       - 13  # NDRPDR sel
2766       - 14  # NDRPDR sel
2767       - 15  # NDRPDR sel
2768       - 18  # NDRPDR sel
2769       - 19  # NDRPDR sel
2770       - 20  # NDRPDR sel
2771     csit-dpdk-perf-verify-1908-3n-hsw:
2772       - 2   # NDRPDR sel
2773       - 3   # NDRPDR sel
2774       - 4   # NDRPDR sel
2775       - 5   # NDRPDR sel
2776       - 6   # NDRPDR sel
2777       - 7   # NDRPDR sel
2778       - 8   # NDRPDR sel
2779       - 9   # NDRPDR sel
2780       - 10  # NDRPDR sel
2781       - 11  # NDRPDR sel
2782     csit-dpdk-perf-verify-2001-3n-hsw:
2783       - 4   # NDRPDR sel
2784       - 5   # NDRPDR sel
2785       - 6   # NDRPDR sel
2786       - 7   # NDRPDR sel
2787       - 8   # NDRPDR sel
2788       - 9   # NDRPDR sel
2789       - 10  # NDRPDR sel
2790       - 11  # NDRPDR sel
2791       - 12  # NDRPDR sel
2792       - 13  # NDRPDR sel
2793       - 15  # NDRPDR sel
2794       - 16  # NDRPDR sel
2795       - 17  # NDRPDR sel
2796       - 18  # NDRPDR sel
2797       - 19  # NDRPDR sel
2798       - 20  # NDRPDR sel
2799       - 21  # NDRPDR sel
2800       - 22  # NDRPDR sel
2801       - 23  # NDRPDR sel
2802       - 24  # NDRPDR sel
2803       - 25  # NDRPDR full
2804       - 26  # NDRPDR full
2805
2806     csit-dpdk-perf-verify-1904-3n-skx:
2807       - 2   # NDRPDR sel
2808       - 3   # NDRPDR sel
2809       - 4   # NDRPDR sel
2810       - 5   # NDRPDR sel
2811       - 6   # NDRPDR sel
2812       - 7   # NDRPDR sel
2813       - 11  # NDRPDR sel
2814       - 12  # NDRPDR sel
2815       - 13  # NDRPDR sel
2816       - 14  # NDRPDR sel
2817     csit-dpdk-perf-verify-1908-3n-skx:
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       - 12  # NDRPDR sel
2828     csit-dpdk-perf-verify-2001-3n-skx:
2829       - 29  # NDRPDR sel xxv710
2830       - 33  # NDRPDR sel xxv710
2831       - 34  # NDRPDR sel xxv710
2832       - 35  # NDRPDR sel xxv710
2833       - 36  # NDRPDR sel xxv710
2834       - 37  # NDRPDR sel xxv710
2835       - 41  # NDRPDR sel xxv710
2836       - 42  # NDRPDR sel xxv710
2837       - 43  # NDRPDR sel xxv710
2838       - 45  # NDRPDR sel xxv710
2839       - 30  # NDRPDR sel x710
2840       - 31  # NDRPDR sel x710
2841       - 32  # NDRPDR sel x710
2842       - 38  # NDRPDR sel x710
2843       - 39  # NDRPDR sel x710
2844       - 40  # NDRPDR sel x710
2845       - 44  # NDRPDR sel x710
2846       - 46  # NDRPDR sel x710
2847       - 47  # NDRPDR sel x710
2848       - 48  # NDRPDR sel x710
2849
2850     csit-dpdk-perf-verify-1904-2n-skx:
2851       - 2   # NDRPDR sel
2852       - 3   # NDRPDR sel
2853       - 4   # NDRPDR sel
2854       - 5   # NDRPDR sel
2855       - 7   # NDRPDR sel
2856       - 8   # NDRPDR sel
2857       - 9   # NDRPDR sel
2858       - 10  # NDRPDR sel
2859       - 11  # NDRPDR sel
2860       - 12  # NDRPDR sel
2861     csit-dpdk-perf-verify-1908-2n-skx:
2862       - 2   # NDRPDR sel
2863       - 3   # NDRPDR sel
2864       - 4   # NDRPDR sel
2865       - 5   # NDRPDR sel
2866       - 7   # NDRPDR sel
2867       - 8   # NDRPDR sel
2868       - 9   # NDRPDR sel
2869       - 10  # NDRPDR sel
2870       - 11  # NDRPDR sel
2871       - 12  # NDRPDR sel
2872     csit-dpdk-perf-verify-2001-2n-skx:
2873       - 35  # NDRPDR sel xxv710
2874       - 36  # NDRPDR sel xxv710
2875       - 37  # NDRPDR sel xxv710
2876       - 41  # NDRPDR sel xxv710
2877       - 42  # NDRPDR sel xxv710
2878       - 43  # NDRPDR sel xxv710
2879       - 46  # NDRPDR sel xxv710
2880       - 47  # NDRPDR sel xxv710
2881       - 52  # NDRPDR sel xxv710
2882       - 53  # NDRPDR sel xxv710
2883       - 38  # NDRPDR sel x710
2884       - 39  # NDRPDR sel x710
2885       - 40  # NDRPDR sel x710
2886       - 44  # NDRPDR sel x710
2887       - 45  # NDRPDR sel x710
2888       - 48  # NDRPDR sel x710
2889       - 49  # NDRPDR sel x710
2890       - 50  # NDRPDR sel x710
2891       - 51  # NDRPDR sel x710
2892       - 54  # NDRPDR sel x710
2893
2894
2895     csit-dpdk-perf-verify-2001-2n-clx:
2896       - 15  # NDRPDR sel
2897       - 16  # NDRPDR sel
2898       - 17  # NDRPDR sel
2899       - 18  # NDRPDR sel
2900       - 19  # NDRPDR sel
2901       - 20  # NDRPDR sel
2902       - 21  # NDRPDR sel
2903       - 22  # NDRPDR sel
2904       - 23  # NDRPDR sel
2905       - 24  # NDRPDR sel
2906       - 25  # NDRPDR sel
2907       - 26  # NDRPDR sel
2908       - 27  # NDRPDR sel
2909       - 28  # NDRPDR sel
2910       - 29  # NDRPDR sel
2911       - 30  # NDRPDR sel
2912       - 31  # NDRPDR sel
2913       - 32  # NDRPDR sel
2914       - 33  # NDRPDR sel
2915       - 34  # NDRPDR sel
2916
2917     csit-dpdk-perf-verify-2001-2n-dnv:
2918       - 9   # NDRPDR sel
2919       - 10  # NDRPDR sel
2920       - 11  # NDRPDR sel
2921       - 12  # NDRPDR sel
2922       - 13  # NDRPDR sel
2923       - 14  # NDRPDR sel
2924       - 15  # NDRPDR sel
2925       - 16  # NDRPDR sel
2926       - 17  # NDRPDR sel
2927       - 18  # NDRPDR sel
2928
2929     csit-dpdk-perf-verify-2001-3n-dnv:
2930       - 12  # NDRPDR sel
2931       - 13  # NDRPDR sel
2932       - 14  # NDRPDR sel
2933       - 15  # NDRPDR sel
2934       - 16  # NDRPDR sel
2935       - 17  # NDRPDR sel
2936       - 18  # NDRPDR sel
2937       - 19  # NDRPDR sel
2938       - 20  # NDRPDR sel
2939       - 22  # NDRPDR sel
2940
2941     csit-dpdk-perf-verify-2001-3n-tsh:
2942       - 3   # NDRPDR sel
2943       - 4   # NDRPDR sel
2944       - 5   # NDRPDR sel
2945       - 9   # NDRPDR sel
2946       - 10  # NDRPDR sel
2947       - 11  # NDRPDR sel
2948       - 12  # NDRPDR sel
2949       - 14  # NDRPDR sel
2950       - 15  # NDRPDR sel
2951       - 18  # NDRPDR sel
2952
2953     csit-vpp-device-2001-ubuntu1804-1n-skx:
2954       - 57
2955
2956 - type: "output"
2957   output: "report"
2958   format:
2959     html:
2960     - full
2961 #    pdf:
2962 #    - minimal
2963
2964 ################################################################################
2965 ###                               T A B L E S                                ###
2966 ################################################################################
2967
2968 ## VPP Soak vs NDR - 2n-skx
2969 #- type: "table"
2970 #  title: "VPP Soak vs NDR 2n-skx"
2971 #  algorithm: "table_soak_vs_ndr"
2972 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2973 #  reference:
2974 #    title: "NDR"
2975 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
2976 #  compare:
2977 #    title: "Soak"
2978 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
2979 #  data: "vpp-soak-vs-ndr-2n-skx"
2980 #  include-tests: "NDR"
2981 #  filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2982 #  parameters:
2983 #    - "throughput"
2984 #    - "name"
2985 #    - "parent"
2986
2987 # VPP Soak vs NDR - 2n-clx
2988 - type: "table"
2989   title: "VPP Soak vs NDR 2n-clx"
2990   algorithm: "table_soak_vs_ndr"
2991   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2992   reference:
2993     title: "NDR"
2994     data: "vpp-soak-vs-ndr-2n-clx-ref"
2995   compare:
2996     title: "Soak"
2997     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2998   data: "vpp-soak-vs-ndr-2n-clx"
2999   include-tests: "NDR"
3000   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3001   parameters:
3002     - "throughput"
3003     - "name"
3004     - "parent"
3005
3006 ################################################################################
3007
3008 # VPP Compare NICs 3n-skx 2t1c ndr
3009 - type: "table"
3010   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3011   algorithm: "table_nics_comparison"
3012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3013   reference:
3014     title: "x710"
3015     nic: "NIC_Intel-X710"
3016   compare:
3017     title: "xxv710"
3018     nic: "NIC_Intel-XXV710"
3019   data: "vpp-nic-comparison-3n-skx"
3020   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3021   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3022   parameters:
3023   - "name"
3024   - "parent"
3025   - "throughput"
3026   - "tags"
3027
3028 # VPP Compare NICs 3n-skx 4t2c ndr
3029 - type: "table"
3030   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3031   algorithm: "table_nics_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3033   reference:
3034     title: "x710"
3035     nic: "NIC_Intel-X710"
3036   compare:
3037     title: "xxv710"
3038     nic: "NIC_Intel-XXV710"
3039   data: "vpp-nic-comparison-3n-skx"
3040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3041   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3042   parameters:
3043   - "name"
3044   - "parent"
3045   - "throughput"
3046   - "tags"
3047
3048 # VPP Compare NICs 3n-skx 2t1c pdr
3049 - type: "table"
3050   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3051   algorithm: "table_nics_comparison"
3052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3053   reference:
3054     title: "x710"
3055     nic: "NIC_Intel-X710"
3056   compare:
3057     title: "xxv710"
3058     nic: "NIC_Intel-XXV710"
3059   data: "vpp-nic-comparison-3n-skx"
3060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3061   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3062   parameters:
3063   - "name"
3064   - "parent"
3065   - "throughput"
3066   - "tags"
3067
3068  # VPP Compare NICs 3n-skx 4t2c pdr
3069 - type: "table"
3070   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3071   algorithm: "table_nics_comparison"
3072   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3073   reference:
3074     title: "x710"
3075     nic: "NIC_Intel-X710"
3076   compare:
3077     title: "xxv710"
3078     nic: "NIC_Intel-XXV710"
3079   data: "vpp-nic-comparison-3n-skx"
3080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3081   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3082   parameters:
3083   - "name"
3084   - "parent"
3085   - "throughput"
3086   - "tags"
3087
3088 # VPP Compare NICs 3n-skx 2t1c mrr
3089 - type: "table"
3090   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3091   algorithm: "table_nics_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3093   reference:
3094     title: "x710"
3095     nic: "NIC_Intel-X710"
3096   compare:
3097     title: "xxv710"
3098     nic: "NIC_Intel-XXV710"
3099   data: "vpp-nic-comparison-3n-skx-mrr"
3100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3101   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3102   parameters:
3103   - "name"
3104   - "parent"
3105   - "result"
3106   - "tags"
3107
3108 # VPP Compare NICs 3n-skx 4t2c mrr
3109 - type: "table"
3110   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3111   algorithm: "table_nics_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3113   reference:
3114     title: "x710"
3115     nic: "NIC_Intel-X710"
3116   compare:
3117     title: "xxv710"
3118     nic: "NIC_Intel-XXV710"
3119   data: "vpp-nic-comparison-3n-skx-mrr"
3120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3121   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3122   parameters:
3123   - "name"
3124   - "parent"
3125   - "result"
3126   - "tags"
3127
3128  # VPP Compare NICs 3n-skx 8t4c mrr
3129 - type: "table"
3130   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3131   algorithm: "table_nics_comparison"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3133   reference:
3134     title: "x710"
3135     nic: "NIC_Intel-X710"
3136   compare:
3137     title: "xxv710"
3138     nic: "NIC_Intel-XXV710"
3139   data: "vpp-nic-comparison-3n-skx-mrr"
3140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3141   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3142   parameters:
3143   - "name"
3144   - "parent"
3145   - "result"
3146   - "tags"
3147
3148 # VPP Compare NICs 2n-skx 2t1c ndr
3149 - type: "table"
3150   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3151   algorithm: "table_nics_comparison"
3152   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3153   reference:
3154     title: "x710"
3155     nic: "NIC_Intel-X710"
3156   compare:
3157     title: "xxv710"
3158     nic: "NIC_Intel-XXV710"
3159   data: "vpp-nic-comparison-2n-skx"
3160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3161   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3162   parameters:
3163   - "name"
3164   - "parent"
3165   - "throughput"
3166   - "tags"
3167
3168 # VPP Compare NICs 2n-skx 4t2c ndr
3169 - type: "table"
3170   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3171   algorithm: "table_nics_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3173   reference:
3174     title: "x710"
3175     nic: "NIC_Intel-X710"
3176   compare:
3177     title: "xxv710"
3178     nic: "NIC_Intel-XXV710"
3179   data: "vpp-nic-comparison-2n-skx"
3180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3181   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3182   parameters:
3183   - "name"
3184   - "parent"
3185   - "throughput"
3186   - "tags"
3187
3188  # VPP Compare NICs 2n-skx 2t1c pdr
3189 - type: "table"
3190   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3191   algorithm: "table_nics_comparison"
3192   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3193   reference:
3194     title: "x710"
3195     nic: "NIC_Intel-X710"
3196   compare:
3197     title: "xxv710"
3198     nic: "NIC_Intel-XXV710"
3199   data: "vpp-nic-comparison-2n-skx"
3200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3201   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3202   parameters:
3203   - "name"
3204   - "parent"
3205   - "throughput"
3206   - "tags"
3207
3208 # VPP Compare NICs 2n-skx 4t2c pdr
3209 - type: "table"
3210   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3211   algorithm: "table_nics_comparison"
3212   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3213   reference:
3214     title: "x710"
3215     nic: "NIC_Intel-X710"
3216   compare:
3217     title: "xxv710"
3218     nic: "NIC_Intel-XXV710"
3219   data: "vpp-nic-comparison-2n-skx"
3220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3221   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3222   parameters:
3223   - "name"
3224   - "parent"
3225   - "throughput"
3226   - "tags"
3227
3228 # VPP Compare NICs 2n-skx 2t1c mrr
3229 - type: "table"
3230   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3231   algorithm: "table_nics_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3233   reference:
3234     title: "x710"
3235     nic: "NIC_Intel-X710"
3236   compare:
3237     title: "xxv710"
3238     nic: "NIC_Intel-XXV710"
3239   data: "vpp-nic-comparison-2n-skx-mrr"
3240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3241   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3242   parameters:
3243   - "name"
3244   - "parent"
3245   - "result"
3246   - "tags"
3247
3248 # VPP Compare NICs 2n-skx 4t2c mrr
3249 - type: "table"
3250   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3251   algorithm: "table_nics_comparison"
3252   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3253   reference:
3254     title: "x710"
3255     nic: "NIC_Intel-X710"
3256   compare:
3257     title: "xxv710"
3258     nic: "NIC_Intel-XXV710"
3259   data: "vpp-nic-comparison-2n-skx-mrr"
3260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3261   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3262   parameters:
3263   - "name"
3264   - "parent"
3265   - "result"
3266   - "tags"
3267
3268 # VPP Compare NICs 2n-skx 8t4c mrr
3269 - type: "table"
3270   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3271   algorithm: "table_nics_comparison"
3272   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3273   reference:
3274     title: "x710"
3275     nic: "NIC_Intel-X710"
3276   compare:
3277     title: "xxv710"
3278     nic: "NIC_Intel-XXV710"
3279   data: "vpp-nic-comparison-2n-skx-mrr"
3280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3281   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3282   parameters:
3283   - "name"
3284   - "parent"
3285   - "result"
3286   - "tags"
3287
3288 ################################################################################
3289 # VPP
3290
3291 # VPP Performance Changes 3n-hsw 1t1c pdr
3292 - type: "table"
3293   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3294   algorithm: "table_perf_comparison"
3295   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3296   history:
3297     - title: "1904"
3298       data: "vpp-performance-changes-3n-hsw-h1"
3299   reference:
3300     title: "1908"
3301     data: "vpp-performance-changes-3n-hsw-ref"
3302     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3303   compare:
3304     title: "2001"
3305     data: "vpp-performance-changes-3n-hsw-cmp"
3306   data: "vpp-performance-changes-3n-hsw"
3307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3308   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3309   parameters:
3310   - "name"
3311   - "parent"
3312   - "throughput"
3313
3314 # VPP Performance Changes 3n-hsw 2t2c pdr
3315 - type: "table"
3316   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3317   algorithm: "table_perf_comparison"
3318   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3319   history:
3320     - title: "1904"
3321       data: "vpp-performance-changes-3n-hsw-h1"
3322   reference:
3323     title: "1908"
3324     data: "vpp-performance-changes-3n-hsw-ref"
3325     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3326   compare:
3327     title: "2001"
3328     data: "vpp-performance-changes-3n-hsw-cmp"
3329   data: "vpp-performance-changes-3n-hsw"
3330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3331   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3332   parameters:
3333   - "name"
3334   - "parent"
3335   - "throughput"
3336
3337 # VPP Performance Changes 3n-hsw 1t1c ndr
3338 - type: "table"
3339   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3340   algorithm: "table_perf_comparison"
3341   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3342   history:
3343     - title: "1904"
3344       data: "vpp-performance-changes-3n-hsw-h1"
3345   reference:
3346     title: "1908"
3347     data: "vpp-performance-changes-3n-hsw-ref"
3348     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3349   compare:
3350     title: "2001"
3351     data: "vpp-performance-changes-3n-hsw-cmp"
3352   data: "vpp-performance-changes-3n-hsw"
3353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3354   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3355   parameters:
3356   - "name"
3357   - "parent"
3358   - "throughput"
3359
3360 # VPP Performance Changes 3n-hsw 2t2c ndr
3361 - type: "table"
3362   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3363   algorithm: "table_perf_comparison"
3364   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3365   history:
3366     - title: "1904"
3367       data: "vpp-performance-changes-3n-hsw-h1"
3368   reference:
3369     title: "1908"
3370     data: "vpp-performance-changes-3n-hsw-ref"
3371     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3372   compare:
3373     title: "2001"
3374     data: "vpp-performance-changes-3n-hsw-cmp"
3375   data: "vpp-performance-changes-3n-hsw"
3376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3377   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3378   parameters:
3379   - "name"
3380   - "parent"
3381   - "throughput"
3382
3383 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3384 - type: "table"
3385   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3386   algorithm: "table_comparison"
3387   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3388   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3389   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3390   rca:
3391     - title: "RCA1"
3392       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3393     - title: "RCA2"
3394       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3395   columns:
3396     - title: "1908.0.pe"
3397       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3398       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3399     - title: "1908.1.pe"
3400       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3401     - title: "1908.1.ce"
3402       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3403     - title: "2001.0.ce"
3404       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3405   comparisons:
3406     - title: "Diff1"
3407       reference: 2
3408       reference-alt: 1
3409       compare: 3
3410     - title: "Diff2"
3411       reference: 3
3412       compare: 4
3413   legend:
3414     - "Legend to Table"
3415     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3416     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3417     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3418     - "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)."
3419     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3420     - "RCA1 - root cause analysis reference for Diff1."
3421     - "RCA2 - root cause analysis reference for Diff2."
3422
3423 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3424 - type: "table"
3425   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3426   algorithm: "table_comparison"
3427   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3429   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3430   rca:
3431     - title: "RCA1"
3432       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3433     - title: "RCA2"
3434       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3435   columns:
3436     - title: "1908.0.pe"
3437       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3438       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3439     - title: "1908.1.pe"
3440       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3441     - title: "1908.1.ce"
3442       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3443     - title: "2001.0.ce"
3444       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3445   comparisons:
3446     - title: "Diff1"
3447       reference: 2
3448       reference-alt: 1
3449       compare: 3
3450     - title: "Diff2"
3451       reference: 3
3452       compare: 4
3453   legend:
3454     - "Legend to Table"
3455     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3456     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3457     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3458     - "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)."
3459     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3460     - "RCA1 - root cause analysis reference for Diff1."
3461     - "RCA2 - root cause analysis reference for Diff2."
3462
3463 # VPP Performance Changes 3n-skx 2t1c pdr
3464 - type: "table"
3465   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3466   algorithm: "table_perf_comparison_nic"
3467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3468 #  rca:
3469 #    title: "RCA"
3470 #    data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3471   history:
3472     - title: "1904"
3473       data: "vpp-performance-changes-3n-skx-h1"
3474       nic: "NIC_Intel-X710"
3475   reference:
3476     title: "1908"
3477     data: "vpp-performance-changes-3n-skx-ref"
3478     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3479     nic: "NIC_Intel-XXV710"
3480   compare:
3481     title: "2001"
3482     data: "vpp-performance-changes-3n-skx-cmp"
3483     nic: "NIC_Intel-XXV710"
3484   data: "vpp-performance-changes-3n-skx"
3485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3486   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3487   parameters:
3488   - "name"
3489   - "parent"
3490   - "throughput"
3491   - "tags"
3492
3493 # VPP Performance Changes 3n-skx 4t2c pdr
3494 - type: "table"
3495   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3496   algorithm: "table_perf_comparison_nic"
3497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3498 #  rca:
3499 #    title: "RCA"
3500 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3501   history:
3502     - title: "1904"
3503       data: "vpp-performance-changes-3n-skx-h1"
3504       nic: "NIC_Intel-X710"
3505   reference:
3506     title: "1908"
3507     data: "vpp-performance-changes-3n-skx-ref"
3508     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3509     nic: "NIC_Intel-XXV710"
3510   compare:
3511     title: "2001"
3512     data: "vpp-performance-changes-3n-skx-cmp"
3513     nic: "NIC_Intel-XXV710"
3514   data: "vpp-performance-changes-3n-skx"
3515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3517   parameters:
3518   - "name"
3519   - "parent"
3520   - "throughput"
3521   - "tags"
3522
3523 # VPP Performance Changes 3n-skx 2t1c ndr
3524 - type: "table"
3525   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3526   algorithm: "table_perf_comparison_nic"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3528 #  rca:
3529 #    title: "RCA"
3530 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3531   history:
3532     - title: "1904"
3533       data: "vpp-performance-changes-3n-skx-h1"
3534       nic: "NIC_Intel-X710"
3535   reference:
3536     title: "1908"
3537     data: "vpp-performance-changes-3n-skx-ref"
3538     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3539     nic: "NIC_Intel-XXV710"
3540   compare:
3541     title: "2001"
3542     data: "vpp-performance-changes-3n-skx-cmp"
3543     nic: "NIC_Intel-XXV710"
3544   data: "vpp-performance-changes-3n-skx"
3545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3546   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3547   parameters:
3548   - "name"
3549   - "parent"
3550   - "throughput"
3551   - "tags"
3552
3553 # VPP Performance Changes 3n-skx 4t2c ndr
3554 - type: "table"
3555   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3556   algorithm: "table_perf_comparison_nic"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3558 #  rca:
3559 #    title: "RCA"
3560 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3561   history:
3562     - title: "1904"
3563       data: "vpp-performance-changes-3n-skx-h1"
3564       nic: "NIC_Intel-X710"
3565   reference:
3566     title: "1908"
3567     data: "vpp-performance-changes-3n-skx-ref"
3568     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3569     nic: "NIC_Intel-XXV710"
3570   compare:
3571     title: "2001"
3572     data: "vpp-performance-changes-3n-skx-cmp"
3573     nic: "NIC_Intel-XXV710"
3574   data: "vpp-performance-changes-3n-skx"
3575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3576   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3577   parameters:
3578   - "name"
3579   - "parent"
3580   - "throughput"
3581   - "tags"
3582
3583 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3584 - type: "table"
3585   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3586   algorithm: "table_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3590   rca:
3591     - title: "RCA1"
3592       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3593     - title: "RCA2"
3594       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3595   columns:
3596     - title: "1908.0.pe"
3597       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3598       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3599     - title: "1908.1.pe"
3600       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3601     - title: "1908.1.ce"
3602       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3603     - title: "2001.0.ce"
3604       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3605   comparisons:
3606     - title: "Diff1"
3607       reference: 2
3608       reference-alt: 1
3609       compare: 3
3610     - title: "Diff2"
3611       reference: 3
3612       compare: 4
3613   legend:
3614     - "Legend to Table"
3615     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3616     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3617     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3618     - "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)."
3619     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3620     - "RCA1 - root cause analysis reference for Diff1."
3621     - "RCA2 - root cause analysis reference for Diff2."
3622
3623 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3624 - type: "table"
3625   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3626   algorithm: "table_comparison"
3627   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3629   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3630   rca:
3631     - title: "RCA1"
3632       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3633     - title: "RCA2"
3634       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3635   columns:
3636     - title: "1908.0.pe"
3637       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3638       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3639     - title: "1908.1.pe"
3640       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3641     - title: "1908.1.ce"
3642       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3643     - title: "2001.0.ce"
3644       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3645   comparisons:
3646     - title: "Diff1"
3647       reference: 2
3648       reference-alt: 1
3649       compare: 3
3650     - title: "Diff2"
3651       reference: 3
3652       compare: 4
3653   legend:
3654     - "Legend to Table"
3655     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3656     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3657     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3658     - "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)."
3659     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3660     - "RCA1 - root cause analysis reference for Diff1."
3661     - "RCA2 - root cause analysis reference for Diff2."
3662
3663 # VPP Performance Changes 2n-skx 2t1c pdr
3664 - type: "table"
3665   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3666   algorithm: "table_perf_comparison_nic"
3667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3668 #  rca:
3669 #    title: "RCA"
3670 #    data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3671   history:
3672     - title: "1904"
3673       data: "vpp-performance-changes-2n-skx-h1"
3674       nic: "NIC_Intel-X710"
3675   reference:
3676     title: "1908"
3677     data: "vpp-performance-changes-2n-skx-ref"
3678     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3679     nic: "NIC_Intel-XXV710"
3680   compare:
3681     title: "2001"
3682     data: "vpp-performance-changes-2n-skx-cmp"
3683     nic: "NIC_Intel-XXV710"
3684   data: "vpp-performance-changes-2n-skx"
3685   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3686   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3687   parameters:
3688     - "name"
3689     - "parent"
3690     - "throughput"
3691     - "tags"
3692
3693 # VPP Performance Changes 2n-skx 4t2c pdr
3694 - type: "table"
3695   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3696   algorithm: "table_perf_comparison_nic"
3697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3698 #  rca:
3699 #    title: "RCA"
3700 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3701   history:
3702     - title: "1904"
3703       data: "vpp-performance-changes-2n-skx-h1"
3704       nic: "NIC_Intel-X710"
3705   reference:
3706     title: "1908"
3707     data: "vpp-performance-changes-2n-skx-ref"
3708     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3709     nic: "NIC_Intel-XXV710"
3710   compare:
3711     title: "2001"
3712     data: "vpp-performance-changes-2n-skx-cmp"
3713     nic: "NIC_Intel-XXV710"
3714   data: "vpp-performance-changes-2n-skx"
3715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3716   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3717   parameters:
3718     - "name"
3719     - "parent"
3720     - "throughput"
3721     - "tags"
3722
3723 # VPP Performance Changes 2n-skx 2t1c ndr
3724 - type: "table"
3725   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3726   algorithm: "table_perf_comparison_nic"
3727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3728 #  rca:
3729 #    title: "RCA"
3730 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3731   history:
3732     - title: "1904"
3733       data: "vpp-performance-changes-2n-skx-h1"
3734       nic: "NIC_Intel-X710"
3735   reference:
3736     title: "1908"
3737     data: "vpp-performance-changes-2n-skx-ref"
3738     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3739     nic: "NIC_Intel-XXV710"
3740   compare:
3741     title: "2001"
3742     data: "vpp-performance-changes-2n-skx-cmp"
3743     nic: "NIC_Intel-XXV710"
3744   data: "vpp-performance-changes-2n-skx"
3745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3746   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3747   parameters:
3748     - "name"
3749     - "parent"
3750     - "throughput"
3751     - "tags"
3752
3753 # VPP Performance Changes 2n-skx 4t2c ndr
3754 - type: "table"
3755   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3756   algorithm: "table_perf_comparison_nic"
3757   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3758 #  rca:
3759 #    title: "RCA"
3760 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3761   history:
3762     - title: "1904"
3763       data: "vpp-performance-changes-2n-skx-h1"
3764       nic: "NIC_Intel-X710"
3765   reference:
3766     title: "1908"
3767     data: "vpp-performance-changes-2n-skx-ref"
3768     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3769     nic: "NIC_Intel-XXV710"
3770   compare:
3771     title: "2001"
3772     data: "vpp-performance-changes-2n-skx-cmp"
3773     nic: "NIC_Intel-XXV710"
3774   data: "vpp-performance-changes-2n-skx"
3775   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3776   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3777   parameters:
3778     - "name"
3779     - "parent"
3780     - "throughput"
3781     - "tags"
3782
3783 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3784 #- type: "table"
3785 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3786 #  algorithm: "table_perf_comparison"
3787 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3788 #  reference:
3789 #    title: "1908"
3790 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3791 #  compare:
3792 #    title: "2001"
3793 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3794 #  data: "vpp-performance-changes-nfv-2n-skx"
3795 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3796 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3797 #  parameters:
3798 #  - "name"
3799 #  - "parent"
3800 #  - "throughput"
3801 #  - "tags"
3802 #
3803 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3804 #- type: "table"
3805 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3806 #  algorithm: "table_perf_comparison"
3807 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3808 #  reference:
3809 #    title: "1908"
3810 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3811 #  compare:
3812 #    title: "2001"
3813 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3814 #  data: "vpp-performance-changes-nfv-2n-skx"
3815 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3816 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3817 #  parameters:
3818 #  - "name"
3819 #  - "parent"
3820 #  - "throughput"
3821 #  - "tags"
3822 #
3823 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3824 #- type: "table"
3825 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3826 #  algorithm: "table_perf_comparison"
3827 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3828 #  reference:
3829 #    title: "1908"
3830 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3831 #  compare:
3832 #    title: "2001"
3833 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3834 #  data: "vpp-performance-changes-nfv-2n-skx"
3835 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3836 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3837 #  parameters:
3838 #  - "name"
3839 #  - "parent"
3840 #  - "throughput"
3841 #  - "tags"
3842 #
3843 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3844 #- type: "table"
3845 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3846 #  algorithm: "table_perf_comparison"
3847 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3848 #  reference:
3849 #    title: "1908"
3850 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3851 #  compare:
3852 #    title: "2001"
3853 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3854 #  data: "vpp-performance-changes-nfv-2n-skx"
3855 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3856 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3857 #  parameters:
3858 #  - "name"
3859 #  - "parent"
3860 #  - "throughput"
3861 #  - "tags"
3862
3863 # VPP Performance Changes 2n-dnv 1t1c pdr
3864 - type: "table"
3865   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3866   algorithm: "table_perf_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3868   reference:
3869     title: "1908"
3870     data: "vpp-performance-changes-2n-dnv-ref"
3871   compare:
3872     title: "2001"
3873     data: "vpp-performance-changes-2n-dnv-cmp"
3874   data: "vpp-performance-changes-2n-dnv"
3875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'1T1C'"
3877   parameters:
3878   - "name"
3879   - "parent"
3880   - "throughput"
3881   - "tags"
3882
3883 # VPP Performance Changes 2n-dnv 2t2c pdr
3884 - type: "table"
3885   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3886   algorithm: "table_perf_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3888   reference:
3889     title: "1908"
3890     data: "vpp-performance-changes-2n-dnv-ref"
3891   compare:
3892     title: "2001"
3893     data: "vpp-performance-changes-2n-dnv-cmp"
3894   data: "vpp-performance-changes-2n-dnv"
3895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3896   filter: "'2T2C'"
3897   parameters:
3898   - "name"
3899   - "parent"
3900   - "throughput"
3901   - "tags"
3902
3903 # VPP Performance Changes 2n-dnv 1t1c ndr
3904 - type: "table"
3905   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3906   algorithm: "table_perf_comparison"
3907   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3908   reference:
3909     title: "1908"
3910     data: "vpp-performance-changes-2n-dnv-ref"
3911   compare:
3912     title: "2001"
3913     data: "vpp-performance-changes-2n-dnv-cmp"
3914   data: "vpp-performance-changes-2n-dnv"
3915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'1T1C'"
3917   parameters:
3918   - "name"
3919   - "parent"
3920   - "throughput"
3921   - "tags"
3922
3923 # VPP Performance Changes 2n-dnv 2t2c ndr
3924 - type: "table"
3925   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3926   algorithm: "table_perf_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3928   reference:
3929     title: "1908"
3930     data: "vpp-performance-changes-2n-dnv-ref"
3931   compare:
3932     title: "2001"
3933     data: "vpp-performance-changes-2n-dnv-cmp"
3934   data: "vpp-performance-changes-2n-dnv"
3935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3936   filter: "'2T2C'"
3937   parameters:
3938   - "name"
3939   - "parent"
3940   - "throughput"
3941   - "tags"
3942
3943 # VPP Performance Changes 3n-dnv 1t1c pdr
3944 - type: "table"
3945   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3946   algorithm: "table_perf_comparison"
3947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3948   reference:
3949     title: "1908"
3950     data: "vpp-performance-changes-3n-dnv-ref"
3951   compare:
3952     title: "2001"
3953     data: "vpp-performance-changes-3n-dnv-cmp"
3954   data: "vpp-performance-changes-3n-dnv"
3955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3956   filter: "'1T1C'"
3957   parameters:
3958   - "name"
3959   - "parent"
3960   - "throughput"
3961   - "tags"
3962
3963 # VPP Performance Changes 3n-dnv 2t2c pdr
3964 - type: "table"
3965   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3966   algorithm: "table_perf_comparison"
3967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3968   reference:
3969     title: "1908"
3970     data: "vpp-performance-changes-3n-dnv-ref"
3971   compare:
3972     title: "2001"
3973     data: "vpp-performance-changes-3n-dnv-cmp"
3974   data: "vpp-performance-changes-3n-dnv"
3975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3976   filter: "'2T2C'"
3977   parameters:
3978   - "name"
3979   - "parent"
3980   - "throughput"
3981   - "tags"
3982
3983 # VPP Performance Changes 3n-dnv 1t1c ndr
3984 - type: "table"
3985   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3986   algorithm: "table_perf_comparison"
3987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3988   reference:
3989     title: "1908"
3990     data: "vpp-performance-changes-3n-dnv-ref"
3991   compare:
3992     title: "2001"
3993     data: "vpp-performance-changes-3n-dnv-cmp"
3994   data: "vpp-performance-changes-3n-dnv"
3995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3996   filter: "'1T1C'"
3997   parameters:
3998   - "name"
3999   - "parent"
4000   - "throughput"
4001   - "tags"
4002
4003 # VPP Performance Changes 3n-dnv 2t2c ndr
4004 - type: "table"
4005   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4006   algorithm: "table_perf_comparison"
4007   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4008   reference:
4009     title: "1908"
4010     data: "vpp-performance-changes-3n-dnv-ref"
4011   compare:
4012     title: "2001"
4013     data: "vpp-performance-changes-3n-dnv-cmp"
4014   data: "vpp-performance-changes-3n-dnv"
4015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4016   filter: "'2T2C'"
4017   parameters:
4018   - "name"
4019   - "parent"
4020   - "throughput"
4021   - "tags"
4022
4023 # VPP Performance Changes 3n-tsh 1t1c pdr
4024 - type: "table"
4025   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4026   algorithm: "table_perf_comparison"
4027   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4028   reference:
4029     title: "1908"
4030     data: "vpp-performance-changes-3n-tsh-ref"
4031   compare:
4032     title: "2001"
4033     data: "vpp-performance-changes-3n-tsh-cmp"
4034   data: "vpp-performance-changes-3n-tsh"
4035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4036   filter: "'1T1C'"
4037   parameters:
4038   - "name"
4039   - "parent"
4040   - "throughput"
4041   - "tags"
4042
4043 # VPP Performance Changes 3n-tsh 2t2c pdr
4044 - type: "table"
4045   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4046   algorithm: "table_perf_comparison"
4047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4048   reference:
4049     title: "1908"
4050     data: "vpp-performance-changes-3n-tsh-ref"
4051   compare:
4052     title: "2001"
4053     data: "vpp-performance-changes-3n-tsh-cmp"
4054   data: "vpp-performance-changes-3n-tsh"
4055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4056   filter: "'2T2C'"
4057   parameters:
4058   - "name"
4059   - "parent"
4060   - "throughput"
4061   - "tags"
4062
4063 # VPP Performance Changes 3n-tsh 1t1c ndr
4064 - type: "table"
4065   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4066   algorithm: "table_perf_comparison"
4067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4068   reference:
4069     title: "1908"
4070     data: "vpp-performance-changes-3n-tsh-ref"
4071   compare:
4072     title: "2001"
4073     data: "vpp-performance-changes-3n-tsh-cmp"
4074   data: "vpp-performance-changes-3n-tsh"
4075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'1T1C'"
4077   parameters:
4078   - "name"
4079   - "parent"
4080   - "throughput"
4081   - "tags"
4082
4083 # VPP Performance Changes 3n-tsh 2t2c ndr
4084 - type: "table"
4085   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4086   algorithm: "table_perf_comparison"
4087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4088   reference:
4089     title: "1908"
4090     data: "vpp-performance-changes-3n-tsh-ref"
4091   compare:
4092     title: "2001"
4093     data: "vpp-performance-changes-3n-tsh-cmp"
4094   data: "vpp-performance-changes-3n-tsh"
4095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4096   filter: "'2T2C'"
4097   parameters:
4098   - "name"
4099   - "parent"
4100   - "throughput"
4101   - "tags"
4102
4103 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4104 - type: "table"
4105   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4106   algorithm: "table_perf_comparison_nic"
4107   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4108   reference:
4109     title: "3n-hsw xl710"
4110     data: "vpp-compare-testbeds-ref"
4111     nic: "NIC_Intel-XL710"
4112   compare:
4113     title: "3n-skx xxv710"
4114     data: "vpp-compare-testbeds-cmp"
4115     nic: "NIC_Intel-XXV710"
4116   data: "vpp-compare-testbeds"
4117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4118   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4119   parameters:
4120   - "name"
4121   - "parent"
4122   - "throughput"
4123   - "tags"
4124
4125 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4126 - type: "table"
4127   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4128   algorithm: "table_perf_comparison_nic"
4129   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4130   reference:
4131     title: "3n-hsw xl710"
4132     data: "vpp-compare-testbeds-ref"
4133     nic: "NIC_Intel-XL710"
4134   compare:
4135     title: "3n-skx xxv710"
4136     data: "vpp-compare-testbeds-cmp"
4137     nic: "NIC_Intel-XXV710"
4138   data: "vpp-compare-testbeds"
4139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4140   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4141   parameters:
4142   - "name"
4143   - "parent"
4144   - "throughput"
4145   - "tags"
4146
4147 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4148 - type: "table"
4149   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4150   algorithm: "table_perf_comparison_nic"
4151   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4152   reference:
4153     title: "3n-hsw xl710"
4154     data: "vpp-compare-testbeds-ref"
4155     nic: "NIC_Intel-XL710"
4156   compare:
4157     title: "3n-skx xxv710"
4158     data: "vpp-compare-testbeds-cmp"
4159     nic: "NIC_Intel-XXV710"
4160   data: "vpp-compare-testbeds"
4161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4162   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4163   parameters:
4164   - "name"
4165   - "parent"
4166   - "throughput"
4167   - "tags"
4168
4169 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4170 - type: "table"
4171   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4172   algorithm: "table_perf_comparison_nic"
4173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4174   reference:
4175     title: "3n-hsw xl710"
4176     data: "vpp-compare-testbeds-ref"
4177     nic: "NIC_Intel-XL710"
4178   compare:
4179     title: "3n-skx xxv710"
4180     data: "vpp-compare-testbeds-cmp"
4181     nic: "NIC_Intel-XXV710"
4182   data: "vpp-compare-testbeds"
4183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4184   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4185   parameters:
4186   - "name"
4187   - "parent"
4188   - "throughput"
4189   - "tags"
4190
4191 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4192 - type: "table"
4193   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4194   algorithm: "table_perf_comparison"
4195   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4196   reference:
4197     title: "2n-skx"
4198     data: "vpp-compare-testbeds-skx-clx-ref"
4199   compare:
4200     title: "2n-clx"
4201     data: "vpp-compare-testbeds-skx-clx-cmp"
4202   data: "vpp-compare-testbeds-skx-clx"
4203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4204   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4205   parameters:
4206   - "name"
4207   - "parent"
4208   - "throughput"
4209   - "tags"
4210
4211 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4212 - type: "table"
4213   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4214   algorithm: "table_perf_comparison"
4215   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4216   reference:
4217     title: "2n-skx"
4218     data: "vpp-compare-testbeds-skx-clx-ref"
4219   compare:
4220     title: "2n-clx"
4221     data: "vpp-compare-testbeds-skx-clx-cmp"
4222   data: "vpp-compare-testbeds-skx-clx"
4223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4224   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4225   parameters:
4226   - "name"
4227   - "parent"
4228   - "throughput"
4229   - "tags"
4230
4231 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4232 - type: "table"
4233   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4234   algorithm: "table_perf_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4236   reference:
4237     title: "2n-skx"
4238     data: "vpp-compare-testbeds-skx-clx-ref"
4239   compare:
4240     title: "2n-clx"
4241     data: "vpp-compare-testbeds-skx-clx-cmp"
4242   data: "vpp-compare-testbeds-skx-clx"
4243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4244   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4245   parameters:
4246   - "name"
4247   - "parent"
4248   - "throughput"
4249   - "tags"
4250
4251 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4252 - type: "table"
4253   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4254   algorithm: "table_perf_comparison"
4255   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4256   reference:
4257     title: "2n-skx"
4258     data: "vpp-compare-testbeds-skx-clx-ref"
4259   compare:
4260     title: "2n-clx"
4261     data: "vpp-compare-testbeds-skx-clx-cmp"
4262   data: "vpp-compare-testbeds-skx-clx"
4263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4264   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4265   parameters:
4266   - "name"
4267   - "parent"
4268   - "throughput"
4269   - "tags"
4270
4271 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4272 - type: "table"
4273   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4274   algorithm: "table_perf_comparison_nic"
4275   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4276   reference:
4277     title: "3n-hsw xl710"
4278     data: "vpp-compare-testbeds-hsw-clx-ref"
4279     nic: "NIC_Intel-XL710"
4280   compare:
4281     title: "2n-clx xxv710"
4282     data: "vpp-compare-testbeds-hsw-clx-cmp"
4283     nic: "NIC_Intel-XXV710"
4284   data: "vpp-compare-testbeds-hsw-clx"
4285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4286   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4287   parameters:
4288   - "name"
4289   - "parent"
4290   - "throughput"
4291   - "tags"
4292
4293 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4294 - type: "table"
4295   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4296   algorithm: "table_perf_comparison_nic"
4297   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4298   reference:
4299     title: "3n-hsw xl710"
4300     data: "vpp-compare-testbeds-hsw-clx-ref"
4301     nic: "NIC_Intel-XL710"
4302   compare:
4303     title: "2n-clx xxv710"
4304     data: "vpp-compare-testbeds-hsw-clx-cmp"
4305     nic: "NIC_Intel-XXV710"
4306   data: "vpp-compare-testbeds-hsw-clx"
4307   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4308   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4309   parameters:
4310   - "name"
4311   - "parent"
4312   - "throughput"
4313   - "tags"
4314
4315 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4316 - type: "table"
4317   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4318   algorithm: "table_perf_comparison_nic"
4319   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4320   reference:
4321     title: "3n-hsw xl710"
4322     data: "vpp-compare-testbeds-hsw-clx-ref"
4323     nic: "NIC_Intel-XL710"
4324   compare:
4325     title: "2n-clx xxv710"
4326     data: "vpp-compare-testbeds-hsw-clx-cmp"
4327     nic: "NIC_Intel-XXV710"
4328   data: "vpp-compare-testbeds-hsw-clx"
4329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4330   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4331   parameters:
4332   - "name"
4333   - "parent"
4334   - "throughput"
4335   - "tags"
4336
4337 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4338 - type: "table"
4339   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4340   algorithm: "table_perf_comparison_nic"
4341   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4342   reference:
4343     title: "3n-hsw xl710"
4344     data: "vpp-compare-testbeds-hsw-clx-ref"
4345     nic: "NIC_Intel-XL710"
4346   compare:
4347     title: "2n-clx xxv710"
4348     data: "vpp-compare-testbeds-hsw-clx-cmp"
4349     nic: "NIC_Intel-XXV710"
4350   data: "vpp-compare-testbeds-hsw-clx"
4351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4352   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4353   parameters:
4354   - "name"
4355   - "parent"
4356   - "throughput"
4357   - "tags"
4358
4359 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4360 - type: "table"
4361   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4362   algorithm: "table_perf_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4364   reference:
4365     title: "3n-skx"
4366     data: "vpp-compare-topologies-ref"
4367   compare:
4368     title: "2n-skx"
4369     data: "vpp-compare-topologies-cmp"
4370   data: "vpp-compare-topologies"
4371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4372   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4373   parameters:
4374   - "name"
4375   - "parent"
4376   - "throughput"
4377
4378 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4379 - type: "table"
4380   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4381   algorithm: "table_perf_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4383   reference:
4384     title: "3n-skx"
4385     data: "vpp-compare-topologies-ref"
4386   compare:
4387     title: "2n-skx"
4388     data: "vpp-compare-topologies-cmp"
4389   data: "vpp-compare-topologies"
4390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4391   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4392   parameters:
4393   - "name"
4394   - "parent"
4395   - "throughput"
4396
4397 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4398 - type: "table"
4399   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4400   algorithm: "table_perf_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4402   reference:
4403     title: "3n-skx"
4404     data: "vpp-compare-topologies-ref"
4405   compare:
4406     title: "2n-skx"
4407     data: "vpp-compare-topologies-cmp"
4408   data: "vpp-compare-topologies"
4409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4410   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4411   parameters:
4412   - "name"
4413   - "parent"
4414   - "throughput"
4415
4416 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4417 - type: "table"
4418   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4419   algorithm: "table_perf_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4421   reference:
4422     title: "3n-skx"
4423     data: "vpp-compare-topologies-ref"
4424   compare:
4425     title: "2n-skx"
4426     data: "vpp-compare-topologies-cmp"
4427   data: "vpp-compare-topologies"
4428   include-tests: "PDR"
4429   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4430   parameters:
4431   - "name"
4432   - "parent"
4433   - "throughput"
4434
4435 # VPP Performance Changes 3n-hsw 1t1c MRR
4436 - type: "table"
4437   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4438   algorithm: "table_perf_comparison"
4439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4440   history:
4441     - title: "1904"
4442       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4443   reference:
4444     title: "1908"
4445     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4446   compare:
4447     title: "2001"
4448     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4449   data: "vpp-performance-changes-3n-hsw-mrr"
4450   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4451   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4452   parameters:
4453   - "name"
4454   - "parent"
4455   - "result"
4456
4457 # VPP Performance Changes 3n-hsw 2t2c MRR
4458 - type: "table"
4459   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4460   algorithm: "table_perf_comparison"
4461   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4462   history:
4463     - title: "1904"
4464       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4465   reference:
4466     title: "1908"
4467     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4468   compare:
4469     title: "2001"
4470     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4471   data: "vpp-performance-changes-3n-hsw-mrr"
4472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4473   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4474   parameters:
4475   - "name"
4476   - "parent"
4477   - "result"
4478
4479 # VPP Performance Changes 3n-hsw 4t4c MRR
4480 - type: "table"
4481   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4482   algorithm: "table_perf_comparison"
4483   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4484   history:
4485     - title: "1904"
4486       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4487   reference:
4488     title: "1908"
4489     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4490   compare:
4491     title: "2001"
4492     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4493   data: "vpp-performance-changes-3n-hsw-mrr"
4494   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4495   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4496   parameters:
4497   - "name"
4498   - "parent"
4499   - "result"
4500
4501 # VPP Performance Changes 3n-skx 2t1c MRR
4502 - type: "table"
4503   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4504   algorithm: "table_perf_comparison"
4505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4506 #  rca:
4507 #    title: "RCA"
4508 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4509   history:
4510     - title: "1904"
4511       data: "vpp-performance-changes-3n-skx-mrr-h1"
4512   reference:
4513     title: "1908"
4514     data: "vpp-performance-changes-3n-skx-mrr-ref"
4515   compare:
4516     title: "2001"
4517     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4518   data: "vpp-performance-changes-3n-skx-mrr"
4519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4520   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4521   parameters:
4522   - "name"
4523   - "parent"
4524   - "result"
4525
4526 # VPP Performance Changes 3n-skx 4t2c MRR
4527 - type: "table"
4528   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4529   algorithm: "table_perf_comparison"
4530   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4531 #  rca:
4532 #    title: "RCA"
4533 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4534   history:
4535     - title: "1904"
4536       data: "vpp-performance-changes-3n-skx-mrr-h1"
4537   reference:
4538     title: "1908"
4539     data: "vpp-performance-changes-3n-skx-mrr-ref"
4540   compare:
4541     title: "2001"
4542     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4543   data: "vpp-performance-changes-3n-skx-mrr"
4544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4545   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4546   parameters:
4547   - "name"
4548   - "parent"
4549   - "result"
4550
4551 # VPP Performance Changes 3n-skx 8t4c MRR
4552 - type: "table"
4553   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4554   algorithm: "table_perf_comparison"
4555   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4556 #  rca:
4557 #    title: "RCA"
4558 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4559   history:
4560     - title: "1904"
4561       data: "vpp-performance-changes-3n-skx-mrr-h1"
4562   reference:
4563     title: "1908"
4564     data: "vpp-performance-changes-3n-skx-mrr-ref"
4565   compare:
4566     title: "2001"
4567     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4568   data: "vpp-performance-changes-3n-skx-mrr"
4569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4570   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4571   parameters:
4572   - "name"
4573   - "parent"
4574   - "result"
4575
4576 # VPP Performance Changes 2n-skx 2t1c MRR
4577 - type: "table"
4578   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4579   algorithm: "table_perf_comparison"
4580   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4581 #  rca:
4582 #    title: "RCA"
4583 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4584   history:
4585     - title: "1904"
4586       data: "vpp-performance-changes-2n-skx-mrr-h1"
4587   reference:
4588     title: "1908"
4589     data: "vpp-performance-changes-2n-skx-mrr-ref"
4590   compare:
4591     title: "2001"
4592     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4593   data: "vpp-performance-changes-2n-skx-mrr"
4594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4595   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4596   parameters:
4597   - "name"
4598   - "parent"
4599   - "result"
4600
4601 # VPP Performance Changes 2n-skx 4t2c MRR
4602 - type: "table"
4603   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4604   algorithm: "table_perf_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4606 #  rca:
4607 #    title: "RCA"
4608 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4609   history:
4610     - title: "1904"
4611       data: "vpp-performance-changes-2n-skx-mrr-h1"
4612   reference:
4613     title: "1908"
4614     data: "vpp-performance-changes-2n-skx-mrr-ref"
4615   compare:
4616     title: "2001"
4617     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4618   data: "vpp-performance-changes-2n-skx-mrr"
4619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4620   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4621   parameters:
4622   - "name"
4623   - "parent"
4624   - "result"
4625
4626 # VPP Performance Changes 2n-skx 8t4c MRR
4627 - type: "table"
4628   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4629   algorithm: "table_perf_comparison"
4630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4631 #  rca:
4632 #    title: "RCA"
4633 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4634   history:
4635     - title: "1904"
4636       data: "vpp-performance-changes-2n-skx-mrr-h1"
4637   reference:
4638     title: "1908"
4639     data: "vpp-performance-changes-2n-skx-mrr-ref"
4640   compare:
4641     title: "2001"
4642     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4643   data: "vpp-performance-changes-2n-skx-mrr"
4644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4645   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4646   parameters:
4647   - "name"
4648   - "parent"
4649   - "result"
4650
4651 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4652 #- type: "table"
4653 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4654 #  algorithm: "table_perf_comparison"
4655 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4656 #  reference:
4657 #    title: "1908"
4658 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4659 #  compare:
4660 #    title: "2001"
4661 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4662 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4664 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4665 #  parameters:
4666 #  - "name"
4667 #  - "parent"
4668 #  - "result"
4669 #
4670 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4671 #- type: "table"
4672 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4673 #  algorithm: "table_perf_comparison"
4674 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4675 #  reference:
4676 #    title: "1908"
4677 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4678 #  compare:
4679 #    title: "2001"
4680 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4681 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4682 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4683 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4684 #  parameters:
4685 #  - "name"
4686 #  - "parent"
4687 #  - "result"
4688 #
4689 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4690 #- type: "table"
4691 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4692 #  algorithm: "table_perf_comparison"
4693 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4694 #  reference:
4695 #    title: "1908"
4696 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4697 #  compare:
4698 #    title: "2001"
4699 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4700 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4701 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4703 #  parameters:
4704 #  - "name"
4705 #  - "parent"
4706 #  - "result"
4707
4708 # VPP Performance Changes 2n-dnv 1t1c MRR
4709 - type: "table"
4710   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4711   algorithm: "table_perf_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4713   reference:
4714     title: "1908"
4715     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4716   compare:
4717     title: "2001"
4718     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4719   data: "vpp-performance-changes-2n-dnv-mrr"
4720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4721   filter: "'1T1C' and 'MRR'"
4722   parameters:
4723   - "name"
4724   - "parent"
4725   - "result"
4726
4727 # VPP Performance Changes 2n-dnv 2t2c MRR
4728 - type: "table"
4729   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4730   algorithm: "table_perf_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4732   reference:
4733     title: "1908"
4734     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4735   compare:
4736     title: "2001"
4737     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4738   data: "vpp-performance-changes-2n-dnv-mrr"
4739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4740   filter: "'2T2C' and 'MRR'"
4741   parameters:
4742   - "name"
4743   - "parent"
4744   - "result"
4745
4746 # VPP Performance Changes 2n-dnv 4t4c MRR
4747 - type: "table"
4748   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4749   algorithm: "table_perf_comparison"
4750   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4751   reference:
4752     title: "1908"
4753     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4754   compare:
4755     title: "2001"
4756     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4757   data: "vpp-performance-changes-2n-dnv-mrr"
4758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4759   filter: "'4T4C' and 'MRR'"
4760   parameters:
4761   - "name"
4762   - "parent"
4763   - "result"
4764
4765 # VPP Performance Changes 3n-dnv 1t1c MRR
4766 - type: "table"
4767   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4768   algorithm: "table_perf_comparison"
4769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4770   reference:
4771     title: "1908"
4772     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4773   compare:
4774     title: "2001"
4775     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4776   data: "vpp-performance-changes-3n-dnv-mrr"
4777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4778   filter: "'1T1C' and 'MRR'"
4779   parameters:
4780   - "name"
4781   - "parent"
4782   - "result"
4783
4784 # VPP Performance Changes 3n-dnv 2t2c MRR
4785 - type: "table"
4786   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4787   algorithm: "table_perf_comparison"
4788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4789   reference:
4790     title: "1908"
4791     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4792   compare:
4793     title: "2001"
4794     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4795   data: "vpp-performance-changes-3n-dnv-mrr"
4796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4797   filter: "'2T2C' and 'MRR'"
4798   parameters:
4799   - "name"
4800   - "parent"
4801   - "result"
4802
4803 # VPP Performance Changes 3n-dnv 4t4c MRR
4804 - type: "table"
4805   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4806   algorithm: "table_perf_comparison"
4807   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4808   reference:
4809     title: "1908"
4810     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4811   compare:
4812     title: "2001"
4813     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4814   data: "vpp-performance-changes-3n-dnv-mrr"
4815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4816   filter: "'4T4C' and 'MRR'"
4817   parameters:
4818   - "name"
4819   - "parent"
4820   - "result"
4821
4822 # VPP Performance Changes 3n-tsh 1t1c MRR
4823 - type: "table"
4824   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4825   algorithm: "table_perf_comparison"
4826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4827   reference:
4828     title: "1908"
4829     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4830   compare:
4831     title: "2001"
4832     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4833   data: "vpp-performance-changes-3n-tsh-mrr"
4834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4835   filter: "'1T1C' and 'MRR'"
4836   parameters:
4837   - "name"
4838   - "parent"
4839   - "result"
4840
4841 # VPP Performance Changes 3n-tsh 2t2c MRR
4842 - type: "table"
4843   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4844   algorithm: "table_perf_comparison"
4845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4846   reference:
4847     title: "1908"
4848     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4849   compare:
4850     title: "2001"
4851     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4852   data: "vpp-performance-changes-3n-tsh-mrr"
4853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4854   filter: "'2T2C' and 'MRR'"
4855   parameters:
4856   - "name"
4857   - "parent"
4858   - "result"
4859
4860 # VPP Performance Changes 3n-tsh 4t4c MRR
4861 - type: "table"
4862   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
4863   algorithm: "table_perf_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4865   reference:
4866     title: "1908"
4867     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4868   compare:
4869     title: "2001"
4870     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4871   data: "vpp-performance-changes-3n-tsh-mrr"
4872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4873   filter: "'4T4C' and 'MRR'"
4874   parameters:
4875   - "name"
4876   - "parent"
4877   - "result"
4878
4879 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4880 - type: "table"
4881   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4882   algorithm: "table_perf_comparison_nic"
4883   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4884   reference:
4885     title: "3n-hsw xl710"
4886     data: "vpp-compare-testbeds-mrr-ref"
4887     nic: "NIC_Intel-XL710"
4888   compare:
4889     title: "3n-skx xxv710"
4890     data: "vpp-compare-testbeds-mrr-cmp"
4891     nic: "NIC_Intel-XXV710"
4892   data: "vpp-compare-testbeds-mrr"
4893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4894   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4895   parameters:
4896   - "name"
4897   - "parent"
4898   - "result"
4899   - "tags"
4900
4901 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4902 - type: "table"
4903   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4904   algorithm: "table_perf_comparison_nic"
4905   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4906   reference:
4907     title: "3n-hsw xl710"
4908     data: "vpp-compare-testbeds-mrr-ref"
4909     nic: "NIC_Intel-XL710"
4910   compare:
4911     title: "3n-skx xxv710"
4912     data: "vpp-compare-testbeds-mrr-cmp"
4913     nic: "NIC_Intel-XXV710"
4914   data: "vpp-compare-testbeds-mrr"
4915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4916   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4917   parameters:
4918   - "name"
4919   - "parent"
4920   - "result"
4921   - "tags"
4922
4923 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4924 - type: "table"
4925   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4926   algorithm: "table_perf_comparison_nic"
4927   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4928   reference:
4929     title: "3n-hsw xl710"
4930     data: "vpp-compare-testbeds-mrr-ref"
4931     nic: "NIC_Intel-XL710"
4932   compare:
4933     title: "3n-skx xxv710"
4934     data: "vpp-compare-testbeds-mrr-cmp"
4935     nic: "NIC_Intel-XXV710"
4936   data: "vpp-compare-testbeds-mrr"
4937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4938   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4939   parameters:
4940   - "name"
4941   - "parent"
4942   - "result"
4943   - "tags"
4944
4945 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4946 - type: "table"
4947   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4948   algorithm: "table_perf_comparison"
4949   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4950   reference:
4951     title: "2n-skx"
4952     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4953   compare:
4954     title: "2n-clx"
4955     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4956   data: "vpp-compare-testbeds-mrr-skx-clx"
4957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4958   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4959   parameters:
4960   - "name"
4961   - "parent"
4962   - "result"
4963   - "tags"
4964
4965 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4966 - type: "table"
4967   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4968   algorithm: "table_perf_comparison"
4969   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4970   reference:
4971     title: "2n-skx"
4972     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4973   compare:
4974     title: "2n-clx"
4975     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4976   data: "vpp-compare-testbeds-mrr-skx-clx"
4977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4978   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4979   parameters:
4980   - "name"
4981   - "parent"
4982   - "result"
4983   - "tags"
4984
4985 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4986 - type: "table"
4987   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4988   algorithm: "table_perf_comparison"
4989   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4990   reference:
4991     title: "2n-skx"
4992     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
4993   compare:
4994     title: "2n-clx"
4995     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4996   data: "vpp-compare-testbeds-mrr-skx-clx"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4999   parameters:
5000   - "name"
5001   - "parent"
5002   - "result"
5003   - "tags"
5004
5005 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5006 - type: "table"
5007   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5008   algorithm: "table_perf_comparison"
5009   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5010   reference:
5011     title: "3n-skx"
5012     data: "vpp-compare-topologies-mrr-ref"
5013   compare:
5014     title: "2n-skx"
5015     data: "vpp-compare-topologies-mrr-cmp"
5016   data: "vpp-compare-topologies-mrr"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5019   parameters:
5020   - "name"
5021   - "parent"
5022   - "result"
5023
5024 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5025 - type: "table"
5026   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5027   algorithm: "table_perf_comparison"
5028   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5029   reference:
5030     title: "3n-skx"
5031     data: "vpp-compare-topologies-mrr-ref"
5032   compare:
5033     title: "2n-skx"
5034     data: "vpp-compare-topologies-mrr-cmp"
5035   data: "vpp-compare-topologies-mrr"
5036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5037   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5038   parameters:
5039   - "name"
5040   - "parent"
5041   - "result"
5042
5043 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5044 - type: "table"
5045   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5046   algorithm: "table_perf_comparison"
5047   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5048   reference:
5049     title: "3n-skx"
5050     data: "vpp-compare-topologies-mrr-ref"
5051   compare:
5052     title: "2n-skx"
5053     data: "vpp-compare-topologies-mrr-cmp"
5054   data: "vpp-compare-topologies-mrr"
5055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5056   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5057   parameters:
5058   - "name"
5059   - "parent"
5060   - "result"
5061
5062 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5063 - type: "table"
5064   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5065   algorithm: "table_perf_comparison_nic"
5066   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5067   reference:
5068     title: "3n-hsw xl710"
5069     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5070     nic: "NIC_Intel-XL710"
5071   compare:
5072     title: "2n-clx xxv710"
5073     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5074     nic: "NIC_Intel-XXV710"
5075   data: "vpp-compare-testbeds-mrr-hsw-clx"
5076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5077   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5078   parameters:
5079   - "name"
5080   - "parent"
5081   - "result"
5082   - "tags"
5083
5084 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5085 - type: "table"
5086   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5087   algorithm: "table_perf_comparison_nic"
5088   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5089   reference:
5090     title: "3n-hsw xl710"
5091     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5092     nic: "NIC_Intel-XL710"
5093   compare:
5094     title: "2n-clx xxv710"
5095     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5096     nic: "NIC_Intel-XXV710"
5097   data: "vpp-compare-testbeds-mrr-hsw-clx"
5098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5099   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5100   parameters:
5101   - "name"
5102   - "parent"
5103   - "result"
5104   - "tags"
5105
5106 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5107 - type: "table"
5108   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5109   algorithm: "table_perf_comparison_nic"
5110   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5111   reference:
5112     title: "3n-hsw xl710"
5113     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5114     nic: "NIC_Intel-XL710"
5115   compare:
5116     title: "2n-clx xxv710"
5117     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5118     nic: "NIC_Intel-XXV710"
5119   data: "vpp-compare-testbeds-mrr-hsw-clx"
5120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5121   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5122   parameters:
5123   - "name"
5124   - "parent"
5125   - "result"
5126   - "tags"
5127
5128 # Detailed Test Results - VPP Performance Results 3n-hsw
5129 - type: "table"
5130   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5131   algorithm: "table_merged_details"
5132   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5133   columns:
5134     - title: " |prein| Test Name |preout| "
5135       data: "data name"
5136     - 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| "
5137       data: "data msg"
5138   data: "vpp-perf-results-3n-hsw"
5139   filter: "all"
5140   parameters:
5141   - "name"
5142   - "parent"
5143   - "msg"
5144
5145 # Detailed Test Results - VPP Performance Results 3n-skx
5146 - type: "table"
5147   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5148   algorithm: "table_merged_details"
5149   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5150   columns:
5151     - title: " |prein| Test Name |preout| "
5152       data: "data name"
5153     - 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| "
5154       data: "data msg"
5155   data: "vpp-perf-results-3n-skx"
5156   filter: "all"
5157   remove-ndr: True  # Temporary solution: remove NDR results from test message
5158   parameters:
5159   - "name"
5160   - "parent"
5161   - "msg"
5162
5163 # Detailed Test Results - VPP Performance Results 2n-skx
5164 - type: "table"
5165   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5166   algorithm: "table_merged_details"
5167   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5168   columns:
5169     - title: " |prein| Test Name |preout| "
5170       data: "data name"
5171     - 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| "
5172       data: "data msg"
5173   data: "vpp-perf-results-2n-skx"
5174   filter: "all"
5175   remove-ndr: True  # Temporary solution: remove NDR results from test message
5176   parameters:
5177   - "name"
5178   - "parent"
5179   - "msg"
5180
5181 # Detailed Test Results - VPP Performance Results 2n-clx
5182 - type: "table"
5183   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5184   algorithm: "table_merged_details"
5185   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5186   columns:
5187     - title: " |prein| Test Name |preout| "
5188       data: "data name"
5189     - 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| "
5190       data: "data msg"
5191   data: "vpp-perf-results-2n-clx"
5192   filter: "all"
5193   parameters:
5194   - "name"
5195   - "parent"
5196   - "msg"
5197
5198 # Detailed Test Results - VPP Performance Results 3n-tsh
5199 - type: "table"
5200   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5201   algorithm: "table_merged_details"
5202   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5203   columns:
5204     - title: " |prein| Test Name |preout| "
5205       data: "data name"
5206     - 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| "
5207       data: "data msg"
5208   data: "vpp-perf-results-3n-tsh"
5209   filter: "all"
5210   parameters:
5211   - "name"
5212   - "parent"
5213   - "msg"
5214
5215 # Detailed Test Results - VPP Performance Results 3n-dnv
5216 - type: "table"
5217   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5218   algorithm: "table_merged_details"
5219   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5220   columns:
5221     - title: " |prein| Test Name |preout| "
5222       data: "data name"
5223     - 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| "
5224       data: "data msg"
5225   data: "vpp-perf-results-3n-dnv"
5226   filter: "all"
5227   parameters:
5228   - "name"
5229   - "parent"
5230   - "msg"
5231
5232 # Detailed Test Results - VPP Performance Results 2n-dnv
5233 - type: "table"
5234   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5235   algorithm: "table_merged_details"
5236   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5237   columns:
5238     - title: " |prein| Test Name |preout| "
5239       data: "data name"
5240     - 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| "
5241       data: "data msg"
5242   data: "vpp-perf-results-2n-dnv"
5243   filter: "all"
5244   parameters:
5245   - "name"
5246   - "parent"
5247   - "msg"
5248
5249 # Test configuration - VPP Performance Test Configs 3n-hsw
5250 - type: "table"
5251   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5252   algorithm: "table_merged_details"
5253   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5254   columns:
5255     - title: " |prein| Test Name |preout| "
5256       data: "data name"
5257     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5258       data: "data conf-history"
5259   data: "vpp-perf-results-3n-hsw"
5260   filter: "all"
5261   parameters:
5262   - "parent"
5263   - "name"
5264   - "conf-history"
5265
5266 # Test configuration - VPP Performance Test Configs 3n-skx
5267 - type: "table"
5268   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5269   algorithm: "table_merged_details"
5270   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5271   columns:
5272     - title: " |prein| Test Name |preout| "
5273       data: "data name"
5274     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5275       data: "data conf-history"
5276   data: "vpp-perf-results-3n-skx"
5277   filter: "all"
5278   parameters:
5279   - "parent"
5280   - "name"
5281   - "conf-history"
5282
5283 # Test configuration - VPP Performance Test Configs 2n-skx
5284 - type: "table"
5285   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5286   algorithm: "table_merged_details"
5287   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5288   columns:
5289     - title: " |prein| Test Name |preout| "
5290       data: "data name"
5291     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5292       data: "data conf-history"
5293   data: "vpp-perf-results-2n-skx"
5294   filter: "all"
5295   parameters:
5296   - "parent"
5297   - "name"
5298   - "conf-history"
5299
5300 # Test configuration - VPP Performance Test Configs 2n-clx
5301 - type: "table"
5302   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5303   algorithm: "table_merged_details"
5304   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5305   columns:
5306     - title: " |prein| Test Name |preout| "
5307       data: "data name"
5308     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5309       data: "data conf-history"
5310   data: "vpp-perf-results-2n-clx"
5311   filter: "all"
5312   parameters:
5313   - "parent"
5314   - "name"
5315   - "conf-history"
5316
5317 # Test configuration - VPP Performance Test Configs 3n-tsh
5318 - type: "table"
5319   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5320   algorithm: "table_merged_details"
5321   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5322   columns:
5323     - title: " |prein| Test Name |preout| "
5324       data: "data name"
5325     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5326       data: "data conf-history"
5327   data: "vpp-perf-results-3n-tsh"
5328   filter: "all"
5329   parameters:
5330   - "parent"
5331   - "name"
5332   - "conf-history"
5333
5334 # Test configuration - VPP Performance Test Configs 3n-dnv
5335 - type: "table"
5336   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5337   algorithm: "table_merged_details"
5338   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5339   columns:
5340     - title: " |prein| Test Name |preout| "
5341       data: "data name"
5342     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5343       data: "data conf-history"
5344   data: "vpp-perf-results-3n-dnv"
5345   filter: "all"
5346   parameters:
5347   - "parent"
5348   - "name"
5349   - "conf-history"
5350
5351 # Test configuration - VPP Performance Test Configs 2n-dnv
5352 - type: "table"
5353   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5354   algorithm: "table_merged_details"
5355   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5356   columns:
5357     - title: " |prein| Test Name |preout| "
5358       data: "data name"
5359     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5360       data: "data conf-history"
5361   data: "vpp-perf-results-2n-dnv"
5362   filter: "all"
5363   parameters:
5364   - "parent"
5365   - "name"
5366   - "conf-history"
5367
5368 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5369 - type: "table"
5370   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5371   algorithm: "table_oper_data_html"
5372   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5373   data: "vpp-perf-results-3n-hsw"
5374   filter: "all"
5375
5376 # Test Operational Data - VPP Performance Operational Data 3n-skx
5377 - type: "table"
5378   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5379   algorithm: "table_oper_data_html"
5380   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5381   data: "vpp-perf-results-3n-skx"
5382   filter: "all"
5383
5384 # Test Operational Data - VPP Performance Operational Data 2n-skx
5385 - type: "table"
5386   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5387   algorithm: "table_oper_data_html"
5388   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5389   data: "vpp-perf-results-2n-skx"
5390   filter: "all"
5391
5392 # Test Operational Data - VPP Performance Operational Data 2n-clx
5393 - type: "table"
5394   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5395   algorithm: "table_oper_data_html"
5396   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5397   data: "vpp-perf-results-2n-clx"
5398   filter: "all"
5399
5400 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5401 - type: "table"
5402   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5403   algorithm: "table_oper_data_html"
5404   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5405   data: "vpp-perf-results-3n-tsh"
5406   filter: "all"
5407
5408 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5409 - type: "table"
5410   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5411   algorithm: "table_oper_data_html"
5412   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5413   data: "vpp-perf-results-3n-dnv"
5414   filter: "all"
5415
5416 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5417 - type: "table"
5418   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5419   algorithm: "table_oper_data_html"
5420   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5421   data: "vpp-perf-results-2n-dnv"
5422   filter: "all"
5423
5424 # Detailed Test Results - VPP MRR Results 3n-hsw
5425 - type: "table"
5426   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5427   algorithm: "table_merged_details"
5428   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5429   columns:
5430     - title: " |prein| Test Name |preout| "
5431       data: "data name"
5432     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5433       data: "data msg"
5434   data: "vpp-mrr-results-3n-hsw"
5435   filter: "all"
5436   parameters:
5437   - "name"
5438   - "parent"
5439   - "msg"
5440
5441 # Detailed Test Results - VPP MRR Results 3n-skx
5442 - type: "table"
5443   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5444   algorithm: "table_merged_details"
5445   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5446   columns:
5447     - title: " |prein| Test Name |preout| "
5448       data: "data name"
5449     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5450       data: "data msg"
5451   data: "vpp-mrr-results-3n-skx"
5452   filter: "all"
5453   parameters:
5454   - "name"
5455   - "parent"
5456   - "msg"
5457
5458 # Detailed Test Results - VPP MRR Results 2n-skx
5459 - type: "table"
5460   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5461   algorithm: "table_merged_details"
5462   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5463   columns:
5464     - title: " |prein| Test Name |preout| "
5465       data: "data name"
5466     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5467       data: "data msg"
5468   data: "vpp-mrr-results-2n-skx"
5469   filter: "all"
5470   parameters:
5471   - "name"
5472   - "parent"
5473   - "msg"
5474
5475 # Detailed Test Results - VPP MRR Results 2n-clx
5476 - type: "table"
5477   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5478   algorithm: "table_merged_details"
5479   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5480   columns:
5481     - title: " |prein| Test Name |preout| "
5482       data: "data name"
5483     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5484       data: "data msg"
5485   data: "vpp-mrr-results-2n-clx"
5486   filter: "all"
5487   parameters:
5488   - "name"
5489   - "parent"
5490   - "msg"
5491
5492 # Detailed Test Results - VPP MRR Results 3n-tsh
5493 - type: "table"
5494   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5495   algorithm: "table_merged_details"
5496   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5497   columns:
5498     - title: " |prein| Test Name |preout| "
5499       data: "data name"
5500     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5501       data: "data msg"
5502   data: "vpp-mrr-results-3n-tsh"
5503   filter: "all"
5504   parameters:
5505   - "name"
5506   - "parent"
5507   - "msg"
5508
5509 # Detailed Test Results - VPP MRR Results 3n-dnv
5510 - type: "table"
5511   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5512   algorithm: "table_merged_details"
5513   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5514   columns:
5515     - title: " |prein| Test Name |preout| "
5516       data: "data name"
5517     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5518       data: "data msg"
5519   data: "vpp-mrr-results-3n-dnv"
5520   filter: "all"
5521   parameters:
5522   - "name"
5523   - "parent"
5524   - "msg"
5525
5526 # Detailed Test Results - VPP MRR Results 2n-dnv
5527 - type: "table"
5528   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5529   algorithm: "table_merged_details"
5530   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5531   columns:
5532     - title: " |prein| Test Name |preout| "
5533       data: "data name"
5534     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5535       data: "data msg"
5536   data: "vpp-mrr-results-2n-dnv"
5537   filter: "all"
5538   parameters:
5539   - "name"
5540   - "parent"
5541   - "msg"
5542
5543 # Test configuration - VPP MRR Test Configs 3n-hsw
5544 - type: "table"
5545   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5546   algorithm: "table_merged_details"
5547   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5548   columns:
5549     - title: " |prein| Test Name |preout| "
5550       data: "data name"
5551     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5552       data: "data conf-history"
5553   data: "vpp-mrr-results-3n-hsw"
5554   filter: "all"
5555   parameters:
5556   - "parent"
5557   - "name"
5558   - "conf-history"
5559
5560 # Test configuration - VPP MRR Test Configs 3n-skx
5561 - type: "table"
5562   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5563   algorithm: "table_merged_details"
5564   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5565   columns:
5566     - title: " |prein| Test Name |preout| "
5567       data: "data name"
5568     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5569       data: "data conf-history"
5570   data: "vpp-mrr-results-3n-skx"
5571   filter: "all"
5572   parameters:
5573   - "parent"
5574   - "name"
5575   - "conf-history"
5576
5577 # Test configuration - VPP MRR Test Configs 2n-skx
5578 - type: "table"
5579   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5580   algorithm: "table_merged_details"
5581   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5582   columns:
5583     - title: " |prein| Test Name |preout| "
5584       data: "data name"
5585     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5586       data: "data conf-history"
5587   data: "vpp-mrr-results-2n-skx"
5588   filter: "all"
5589   parameters:
5590   - "parent"
5591   - "name"
5592   - "conf-history"
5593
5594 # Test configuration - VPP MRR Test Configs 2n-clx
5595 - type: "table"
5596   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5597   algorithm: "table_merged_details"
5598   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5599   columns:
5600     - title: " |prein| Test Name |preout| "
5601       data: "data name"
5602     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5603       data: "data conf-history"
5604   data: "vpp-mrr-results-2n-clx"
5605   filter: "all"
5606   parameters:
5607   - "parent"
5608   - "name"
5609   - "conf-history"
5610
5611 # Test configuration - VPP MRR Test Configs 3n-tsh
5612 - type: "table"
5613   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5614   algorithm: "table_merged_details"
5615   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5616   columns:
5617     - title: " |prein| Test Name |preout| "
5618       data: "data name"
5619     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5620       data: "data conf-history"
5621   data: "vpp-mrr-results-3n-tsh"
5622   filter: "all"
5623   parameters:
5624   - "parent"
5625   - "name"
5626   - "conf-history"
5627
5628 # Test configuration - VPP MRR Test Configs 3n-dnv
5629 - type: "table"
5630   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5631   algorithm: "table_merged_details"
5632   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5633   columns:
5634     - title: " |prein| Test Name |preout| "
5635       data: "data name"
5636     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5637       data: "data conf-history"
5638   data: "vpp-mrr-results-3n-dnv"
5639   filter: "all"
5640   parameters:
5641   - "parent"
5642   - "name"
5643   - "conf-history"
5644
5645 # Test configuration - VPP MRR Test Configs 2n-dnv
5646 - type: "table"
5647   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5648   algorithm: "table_merged_details"
5649   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5650   columns:
5651     - title: " |prein| Test Name |preout| "
5652       data: "data name"
5653     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5654       data: "data conf-history"
5655   data: "vpp-mrr-results-2n-dnv"
5656   filter: "all"
5657   parameters:
5658   - "parent"
5659   - "name"
5660   - "conf-history"
5661
5662 # Detailed Test Results - VPP Device Results - Ubuntu
5663 - type: "table"
5664   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5665   algorithm: "table_merged_details"
5666   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5667   columns:
5668     - title: " |prein| Test Name |preout| "
5669       data: "data name"
5670     - title: " |prein| Status |preout| "
5671       data: "data status"
5672   data: "vpp-device-results-ubuntu"
5673   filter: "all"
5674   parameters:
5675   - "name"
5676   - "parent"
5677   - "doc"
5678   - "status"
5679
5680 # Test configuration - VPP Device Test Configs - Ubuntu
5681 - type: "table"
5682   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5683   algorithm: "table_merged_details"
5684   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5685   columns:
5686     - title: " |prein| Test Name |preout| "
5687       data: "data name"
5688     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5689       data: "data conf-history"
5690   data: "vpp-device-results-ubuntu"
5691   filter: "all"
5692   parameters:
5693   - "parent"
5694   - "name"
5695   - "conf-history"
5696
5697 ################################################################################
5698
5699 # DPDK Performance Changes 3n-hsw 1t1c pdr
5700 - type: "table"
5701   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5702   algorithm: "table_perf_comparison"
5703   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5704   history:
5705     - title: "1904"
5706       data: "dpdk-performance-changes-3n-hsw-h1"
5707   reference:
5708     title: "1908"
5709     data: "dpdk-performance-changes-3n-hsw-ref"
5710   compare:
5711     title: "2001"
5712     data: "dpdk-performance-changes-3n-hsw-cmp"
5713   data: "dpdk-performance-changes-3n-hsw"
5714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5715   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5716   parameters:
5717   - "name"
5718   - "parent"
5719   - "throughput"
5720
5721 # DPDK Performance Changes 3n-hsw 2t2c pdr
5722 - type: "table"
5723   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5724   algorithm: "table_perf_comparison"
5725   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5726   history:
5727     - title: "1904"
5728       data: "dpdk-performance-changes-3n-hsw-h1"
5729   reference:
5730     title: "1908"
5731     data: "dpdk-performance-changes-3n-hsw-ref"
5732   compare:
5733     title: "2001"
5734     data: "dpdk-performance-changes-3n-hsw-cmp"
5735   data: "dpdk-performance-changes-3n-hsw"
5736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5737   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5738   parameters:
5739   - "name"
5740   - "parent"
5741   - "throughput"
5742
5743 # DPDK Performance Changes 3n-hsw 1t1c ndr
5744 - type: "table"
5745   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5746   algorithm: "table_perf_comparison"
5747   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5748   history:
5749     - title: "1904"
5750       data: "dpdk-performance-changes-3n-hsw-h1"
5751   reference:
5752     title: "1908"
5753     data: "dpdk-performance-changes-3n-hsw-ref"
5754   compare:
5755     title: "2001"
5756     data: "dpdk-performance-changes-3n-hsw-cmp"
5757   data: "dpdk-performance-changes-3n-hsw"
5758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5759   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5760   parameters:
5761   - "name"
5762   - "parent"
5763   - "throughput"
5764
5765 # DPDK Performance Changes 3n-hsw 2t2c ndr
5766 - type: "table"
5767   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5768   algorithm: "table_perf_comparison"
5769   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5770   history:
5771     - title: "1904"
5772       data: "dpdk-performance-changes-3n-hsw-h1"
5773   reference:
5774     title: "1908"
5775     data: "dpdk-performance-changes-3n-hsw-ref"
5776   compare:
5777     title: "2001"
5778     data: "dpdk-performance-changes-3n-hsw-cmp"
5779   data: "dpdk-performance-changes-3n-hsw"
5780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5781   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5782   parameters:
5783   - "name"
5784   - "parent"
5785   - "throughput"
5786
5787 # DPDK Performance Changes 3n-skx 2t1c pdr
5788 - type: "table"
5789   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5790   algorithm: "table_perf_comparison"
5791   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5792   history:
5793     - title: "1904"
5794       data: "dpdk-performance-changes-3n-skx-h1"
5795   reference:
5796     title: "1908"
5797     data: "dpdk-performance-changes-3n-skx-ref"
5798   compare:
5799     title: "2001"
5800     data: "dpdk-performance-changes-3n-skx-cmp"
5801   data: "dpdk-performance-changes-3n-skx"
5802   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5803   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5804   parameters:
5805   - "name"
5806   - "parent"
5807   - "throughput"
5808
5809 # DPDK Performance Changes 3n-skx 4t2c pdr
5810 - type: "table"
5811   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5812   algorithm: "table_perf_comparison"
5813   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5814   history:
5815     - title: "1904"
5816       data: "dpdk-performance-changes-3n-skx-h1"
5817   reference:
5818     title: "1908"
5819     data: "dpdk-performance-changes-3n-skx-ref"
5820   compare:
5821     title: "2001"
5822     data: "dpdk-performance-changes-3n-skx-cmp"
5823   data: "dpdk-performance-changes-3n-skx"
5824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5825   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5826   parameters:
5827   - "name"
5828   - "parent"
5829   - "throughput"
5830
5831 # DPDK Performance Changes 3n-skx 2t1c ndr
5832 - type: "table"
5833   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5834   algorithm: "table_perf_comparison"
5835   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5836   history:
5837     - title: "1904"
5838       data: "dpdk-performance-changes-3n-skx-h1"
5839   reference:
5840     title: "1908"
5841     data: "dpdk-performance-changes-3n-skx-ref"
5842   compare:
5843     title: "2001"
5844     data: "dpdk-performance-changes-3n-skx-cmp"
5845   data: "dpdk-performance-changes-3n-skx"
5846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5847   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5848   parameters:
5849   - "name"
5850   - "parent"
5851   - "throughput"
5852
5853 # DPDK Performance Changes 3n-skx 4t2c ndr
5854 - type: "table"
5855   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5856   algorithm: "table_perf_comparison"
5857   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5858   history:
5859     - title: "1904"
5860       data: "dpdk-performance-changes-3n-skx-h1"
5861   reference:
5862     title: "1908"
5863     data: "dpdk-performance-changes-3n-skx-ref"
5864   compare:
5865     title: "2001"
5866     data: "dpdk-performance-changes-3n-skx-cmp"
5867   data: "dpdk-performance-changes-3n-skx"
5868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5869   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5870   parameters:
5871   - "name"
5872   - "parent"
5873   - "throughput"
5874
5875 # DPDK Performance Changes 2n-skx 2t1c pdr
5876 - type: "table"
5877   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5878   algorithm: "table_perf_comparison"
5879   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5880   history:
5881     - title: "1904"
5882       data: "dpdk-performance-changes-2n-skx-h1"
5883   reference:
5884     title: "1908"
5885     data: "dpdk-performance-changes-2n-skx-ref"
5886   compare:
5887     title: "2001"
5888     data: "dpdk-performance-changes-2n-skx-cmp"
5889   data: "dpdk-performance-changes-2n-skx"
5890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5891   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5892   parameters:
5893   - "name"
5894   - "parent"
5895   - "throughput"
5896
5897 # DPDK Performance Changes 2n-skx 4t2c pdr
5898 - type: "table"
5899   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5900   algorithm: "table_perf_comparison"
5901   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5902   history:
5903     - title: "1904"
5904       data: "dpdk-performance-changes-2n-skx-h1"
5905   reference:
5906     title: "1908"
5907     data: "dpdk-performance-changes-2n-skx-ref"
5908   compare:
5909     title: "2001"
5910     data: "dpdk-performance-changes-2n-skx-cmp"
5911   data: "dpdk-performance-changes-2n-skx"
5912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5913   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5914   parameters:
5915   - "name"
5916   - "parent"
5917   - "throughput"
5918
5919 # DPDK Performance Changes 2n-skx 2t1c ndr
5920 - type: "table"
5921   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5922   algorithm: "table_perf_comparison"
5923   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5924   history:
5925     - title: "1904"
5926       data: "dpdk-performance-changes-2n-skx-h1"
5927   reference:
5928     title: "1908"
5929     data: "dpdk-performance-changes-2n-skx-ref"
5930   compare:
5931     title: "2001"
5932     data: "dpdk-performance-changes-2n-skx-cmp"
5933   data: "dpdk-performance-changes-2n-skx"
5934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5935   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5936   parameters:
5937   - "name"
5938   - "parent"
5939   - "throughput"
5940
5941 # DPDK Performance Changes 2n-skx 4t2c ndr
5942 - type: "table"
5943   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5944   algorithm: "table_perf_comparison"
5945   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5946   history:
5947     - title: "1904"
5948       data: "dpdk-performance-changes-2n-skx-h1"
5949   reference:
5950     title: "1908"
5951     data: "dpdk-performance-changes-2n-skx-ref"
5952   compare:
5953     title: "2001"
5954     data: "dpdk-performance-changes-2n-skx-cmp"
5955   data: "dpdk-performance-changes-2n-skx"
5956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5957   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5958   parameters:
5959   - "name"
5960   - "parent"
5961   - "throughput"
5962
5963 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5964 - type: "table"
5965   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5966   algorithm: "table_perf_comparison"
5967   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5968   reference:
5969     title: "3n-hsw"
5970     data: "dpdk-compare-testbeds-ref"
5971   compare:
5972     title: "3n-skx"
5973     data: "dpdk-compare-testbeds-cmp"
5974   data: "dpdk-compare-testbeds"
5975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5976   filter: "'NIC_Intel-X710'"
5977   parameters:
5978   - "name"
5979   - "parent"
5980   - "throughput"
5981
5982 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5983 - type: "table"
5984   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5985   algorithm: "table_perf_comparison"
5986   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5987   reference:
5988     title: "3n-hsw"
5989     data: "dpdk-compare-testbeds-ref"
5990   compare:
5991     title: "3n-skx"
5992     data: "dpdk-compare-testbeds-cmp"
5993   data: "dpdk-compare-testbeds"
5994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5995   filter: "'NIC_Intel-X710'"
5996   parameters:
5997   - "name"
5998   - "parent"
5999   - "throughput"
6000
6001 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6002 - type: "table"
6003   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6004   algorithm: "table_perf_comparison"
6005   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6006   reference:
6007     title: "2n-skx"
6008     data: "dpdk-compare-testbeds-skx-clx-ref"
6009   compare:
6010     title: "2n-clx"
6011     data: "dpdk-compare-testbeds-skx-clx-cmp"
6012   data: "dpdk-compare-testbeds-skx-clx"
6013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6014   filter: "'NIC_Intel-XXV710'"
6015   parameters:
6016   - "name"
6017   - "parent"
6018   - "throughput"
6019
6020 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6021 - type: "table"
6022   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6023   algorithm: "table_perf_comparison"
6024   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6025   reference:
6026     title: "2n-skx"
6027     data: "dpdk-compare-testbeds-skx-clx-ref"
6028   compare:
6029     title: "2n-clx"
6030     data: "dpdk-compare-testbeds-skx-clx-cmp"
6031   data: "dpdk-compare-testbeds-skx-clx"
6032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6033   filter: "'NIC_Intel-XXV710'"
6034   parameters:
6035   - "name"
6036   - "parent"
6037   - "throughput"
6038
6039 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6040 - type: "table"
6041   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6042   algorithm: "table_perf_comparison"
6043   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6044   reference:
6045     title: "3n-skx"
6046     data: "dpdk-compare-topologies-ref"
6047   compare:
6048     title: "2n-skx"
6049     data: "dpdk-compare-topologies-cmp"
6050   data: "dpdk-compare-topologies"
6051   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6052   filter: "'NIC_Intel-XXV710'"
6053   parameters:
6054   - "name"
6055   - "parent"
6056   - "throughput"
6057
6058 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6059 - type: "table"
6060   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6061   algorithm: "table_perf_comparison"
6062   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6063   reference:
6064     title: "3n-skx"
6065     data: "dpdk-compare-topologies-ref"
6066   compare:
6067     title: "2n-skx"
6068     data: "dpdk-compare-topologies-cmp"
6069   data: "dpdk-compare-topologies"
6070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6071   filter: "'NIC_Intel-XXV710'"
6072   parameters:
6073   - "name"
6074   - "parent"
6075   - "throughput"
6076
6077 # Detailed Test Results - DPDK Performance Results 3n-hsw
6078 - type: "table"
6079   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6080   algorithm: "table_merged_details"
6081   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6082   columns:
6083     - title: " |prein| Test Name |preout| "
6084       data: "data name"
6085     - 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| "
6086       data: "data msg"
6087   data: "dpdk-perf-results-3n-hsw"
6088   filter: "all"
6089   parameters:
6090   - "name"
6091   - "parent"
6092   - "msg"
6093
6094 # Detailed Test Results - DPDK Performance Results 3n-skx
6095 - type: "table"
6096   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6097   algorithm: "table_merged_details"
6098   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6099   columns:
6100     - title: " |prein| Test Name |preout| "
6101       data: "data name"
6102     - 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| "
6103       data: "data msg"
6104   data: "dpdk-perf-results-3n-skx"
6105   filter: "all"
6106   remove-ndr: True  # Temporary solution: remove NDR results from test message
6107   parameters:
6108   - "name"
6109   - "parent"
6110   - "msg"
6111
6112 # Detailed Test Results - DPDK Performance Results 2n-skx
6113 - type: "table"
6114   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6115   algorithm: "table_merged_details"
6116   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6117   columns:
6118     - title: " |prein| Test Name |preout| "
6119       data: "data name"
6120     - 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| "
6121       data: "data msg"
6122   data: "dpdk-perf-results-2n-skx"
6123   filter: "all"
6124   remove-ndr: True  # Temporary solution: remove NDR results from test message
6125   parameters:
6126   - "name"
6127   - "parent"
6128   - "msg"
6129
6130 # Detailed Test Results - DPDK Performance Results 2n-clx
6131 - type: "table"
6132   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6133   algorithm: "table_merged_details"
6134   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6135   columns:
6136     - title: " |prein| Test Name |preout| "
6137       data: "data name"
6138     - 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| "
6139       data: "data msg"
6140   data: "dpdk-perf-results-2n-clx"
6141   filter: "all"
6142   parameters:
6143   - "name"
6144   - "parent"
6145   - "msg"
6146
6147 # Detailed Test Results - DPDK Performance Results 2n-dnv
6148 - type: "table"
6149   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6150   algorithm: "table_merged_details"
6151   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6152   columns:
6153     - title: " |prein| Test Name |preout| "
6154       data: "data name"
6155     - 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| "
6156       data: "data msg"
6157   data: "dpdk-perf-results-2n-dnv"
6158   filter: "all"
6159   parameters:
6160   - "name"
6161   - "parent"
6162   - "msg"
6163
6164 # Detailed Test Results - DPDK Performance Results 3n-dnv
6165 - type: "table"
6166   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6167   algorithm: "table_merged_details"
6168   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6169   columns:
6170     - title: " |prein| Test Name |preout| "
6171       data: "data name"
6172     - 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| "
6173       data: "data msg"
6174   data: "dpdk-perf-results-3n-dnv"
6175   filter: "all"
6176   parameters:
6177   - "name"
6178   - "parent"
6179   - "msg"
6180
6181 # Detailed Test Results - DPDK Performance Results 3n-tsh
6182 - type: "table"
6183   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6184   algorithm: "table_merged_details"
6185   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6186   columns:
6187     - title: " |prein| Test Name |preout| "
6188       data: "data name"
6189     - 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| "
6190       data: "data msg"
6191   data: "dpdk-perf-results-3n-tsh"
6192   filter: "all"
6193   parameters:
6194   - "name"
6195   - "parent"
6196   - "msg"
6197
6198 ################################################################################
6199 ###                                F I L E S                                 ###
6200 ################################################################################
6201
6202 # VPP Performance Results
6203 - type: "file"
6204   title: "VPP Performance Results"
6205   algorithm: "file_details_split"
6206   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6207   dir-tables:
6208     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6209     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6210     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6211     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6212     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6213     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6214     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6215   data:
6216     - "vpp-perf-results-2n-skx"
6217     - "vpp-perf-results-3n-skx"
6218     - "vpp-perf-results-2n-clx"
6219     - "vpp-perf-results-3n-hsw"
6220     - "vpp-perf-results-3n-tsh"
6221     - "vpp-perf-results-2n-dnv"
6222     - "vpp-perf-results-3n-dnv"
6223   filter: "all"
6224   data-start-level: 4
6225   order-chapters:
6226     level-1:
6227       - "l2"
6228       - "ip4"
6229       - "ip6"
6230       - "srv6"
6231       - "ip4_tunnels"
6232       - "ip6_tunnels"
6233       - "vm_vhost"
6234       - "container_memif"
6235       - "crypto"
6236       - "vts"
6237       - "lb"
6238       - "nfv_density"
6239       - "hoststack"
6240     level-2:
6241       - "2n-skx"
6242       - "3n-skx"
6243       - "2n-clx"
6244       - "3n-hsw"
6245       - "3n-tsh"
6246       - "2n-dnv"
6247       - "3n-dnv"
6248     level-3:
6249       - "xl710"
6250       - "x520"
6251       - "xxv710"
6252       - "x710"
6253       - "x553"
6254       - "cx556a"
6255       - "vic1227"
6256       - "vic1385"
6257
6258 # VPP Performance Configuration
6259 - type: "file"
6260   title: "VPP Performance Configuration"
6261   algorithm: "file_details_split"
6262   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6263   dir-tables:
6264     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6265     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6266     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6267     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6268     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6269     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6270     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6271   data:
6272     - "vpp-perf-results-2n-skx"
6273     - "vpp-perf-results-3n-skx"
6274     - "vpp-perf-results-2n-clx"
6275     - "vpp-perf-results-3n-hsw"
6276     - "vpp-perf-results-3n-tsh"
6277     - "vpp-perf-results-2n-dnv"
6278     - "vpp-perf-results-3n-dnv"
6279   filter: "all"
6280   data-start-level: 4
6281   order-chapters:
6282     level-1:
6283       - "l2"
6284       - "ip4"
6285       - "ip6"
6286       - "srv6"
6287       - "ip4_tunnels"
6288       - "ip6_tunnels"
6289       - "vm_vhost"
6290       - "container_memif"
6291       - "crypto"
6292       - "vts"
6293       - "lb"
6294       - "nfv_density"
6295       - "hoststack"
6296     level-2:
6297       - "2n-skx"
6298       - "3n-skx"
6299       - "2n-clx"
6300       - "3n-hsw"
6301       - "3n-tsh"
6302       - "2n-dnv"
6303       - "3n-dnv"
6304     level-3:
6305       - "xl710"
6306       - "x520"
6307       - "xxv710"
6308       - "x710"
6309       - "x553"
6310       - "cx556a"
6311       - "vic1227"
6312       - "vic1385"
6313
6314 # VPP Performance Operational
6315 - type: "file"
6316   title: "VPP Performance Operational"
6317   algorithm: "file_details_split_html"
6318   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6319   dir-tables:
6320     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6321     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6322     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6323     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6324     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6325     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6326     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6327   data:
6328     - "vpp-perf-results-2n-skx"
6329     - "vpp-perf-results-3n-skx"
6330     - "vpp-perf-results-2n-clx"
6331     - "vpp-perf-results-3n-hsw"
6332     - "vpp-perf-results-3n-tsh"
6333     - "vpp-perf-results-2n-dnv"
6334     - "vpp-perf-results-3n-dnv"
6335   filter: "all"
6336   data-start-level: 4
6337   order-chapters:
6338     level-1:
6339       - "l2"
6340       - "ip4"
6341       - "ip6"
6342       - "srv6"
6343       - "ip4_tunnels"
6344       - "ip6_tunnels"
6345       - "vm_vhost"
6346       - "container_memif"
6347       - "crypto"
6348       - "vts"
6349       - "lb"
6350       - "nfv_density"
6351       - "hoststack"
6352     level-2:
6353       - "2n-skx"
6354       - "3n-skx"
6355       - "2n-clx"
6356       - "3n-hsw"
6357       - "3n-tsh"
6358       - "2n-dnv"
6359       - "3n-dnv"
6360     level-3:
6361       - "xl710"
6362       - "x520"
6363       - "xxv710"
6364       - "x710"
6365       - "x553"
6366       - "cx556a"
6367       - "vic1227"
6368       - "vic1385"
6369
6370 # VPP MRR Results
6371 - type: "file"
6372   title: "VPP MRR Results"
6373   algorithm: "file_details_split"
6374   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6375   dir-tables:
6376     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6377     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6378     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6379     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6380     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6381     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6382     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6383   data:
6384     - "vpp-mrr-results-2n-skx"
6385     - "vpp-mrr-results-3n-skx"
6386     - "vpp-mrr-results-2n-clx"
6387     - "vpp-mrr-results-3n-hsw"
6388     - "vpp-mrr-results-3n-tsh"
6389     - "vpp-mrr-results-2n-dnv"
6390     - "vpp-mrr-results-3n-dnv"
6391   filter: "all"
6392   data-start-level: 4
6393   order-chapters:
6394     level-1:
6395       - "l2"
6396       - "ip4"
6397       - "ip6"
6398       - "srv6"
6399       - "ip4_tunnels"
6400       - "ip6_tunnels"
6401       - "vm_vhost"
6402       - "container_memif"
6403       - "crypto"
6404       - "vts"
6405       - "lb"
6406       - "nfv_density"
6407       - "hoststack"
6408     level-2:
6409       - "2n-skx"
6410       - "3n-skx"
6411       - "2n-clx"
6412       - "3n-hsw"
6413       - "3n-tsh"
6414       - "2n-dnv"
6415       - "3n-dnv"
6416     level-3:
6417       - "xl710"
6418       - "x520"
6419       - "xxv710"
6420       - "x710"
6421       - "x553"
6422       - "cx556a"
6423       - "vic1227"
6424       - "vic1385"
6425
6426 # VPP MRR Configuration
6427 - type: "file"
6428   title: "VPP MRR Configuration"
6429   algorithm: "file_details_split"
6430   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6431   dir-tables:
6432     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6433     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6434     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6435     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6436     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6437     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6438     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6439   data:
6440     - "vpp-mrr-results-2n-skx"
6441     - "vpp-mrr-results-3n-skx"
6442     - "vpp-mrr-results-2n-clx"
6443     - "vpp-mrr-results-3n-hsw"
6444     - "vpp-mrr-results-3n-tsh"
6445     - "vpp-mrr-results-2n-dnv"
6446     - "vpp-mrr-results-3n-dnv"
6447   filter: "all"
6448   data-start-level: 4
6449   order-chapters:
6450     level-1:
6451       - "l2"
6452       - "ip4"
6453       - "ip6"
6454       - "srv6"
6455       - "ip4_tunnels"
6456       - "ip6_tunnels"
6457       - "vm_vhost"
6458       - "container_memif"
6459       - "crypto"
6460       - "vts"
6461       - "lb"
6462       - "nfv_density"
6463       - "hoststack"
6464     level-2:
6465       - "2n-skx"
6466       - "3n-skx"
6467       - "2n-clx"
6468       - "3n-hsw"
6469       - "3n-tsh"
6470       - "2n-dnv"
6471       - "3n-dnv"
6472     level-3:
6473       - "xl710"
6474       - "x520"
6475       - "xxv710"
6476       - "x710"
6477       - "x553"
6478       - "cx556a"
6479       - "vic1227"
6480       - "vic1385"
6481
6482 # VPP Device Results - Ubuntu
6483 - type: "file"
6484   title: "VPP Device Results - Ubuntu"
6485   algorithm: "file_test_results"
6486   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6487   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6488   data: "vpp-device-results-ubuntu"
6489   filter: "all"
6490   data-start-level: 4
6491
6492 # VPP Device Configuration - Ubuntu
6493 - type: "file"
6494   title: "VPP Device Configuration - Ubuntu"
6495   algorithm: "file_test_results"
6496   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6497   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6498   data: "vpp-device-results-ubuntu"
6499   filter: "all"
6500   data-start-level: 4
6501
6502 # DPDK Performance Results 3n-hsw
6503 - type: "file"
6504   title: "DPDK Performance Results 3n-hsw"
6505   algorithm: "file_test_results"
6506   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6507   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6508   data: "dpdk-perf-results-3n-hsw"
6509   filter: "all"
6510   data-start-level: 4
6511
6512 # DPDK Performance Results 3n-skx
6513 - type: "file"
6514   title: "DPDK Performance Results 3n-skx"
6515   algorithm: "file_test_results"
6516   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6517   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6518   data: "dpdk-perf-results-3n-skx"
6519   filter: "all"
6520   data-start-level: 4
6521
6522 # DPDK Performance Results 2n-skx
6523 - type: "file"
6524   title: "DPDK Performance Results 2n-skx"
6525   algorithm: "file_test_results"
6526   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6527   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6528   data: "dpdk-perf-results-2n-skx"
6529   filter: "all"
6530   data-start-level: 4
6531
6532 # DPDK Performance Results 2n-clx
6533 - type: "file"
6534   title: "DPDK Performance Results 2n-clx"
6535   algorithm: "file_test_results"
6536   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6537   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6538   data: "dpdk-perf-results-2n-clx"
6539   filter: "all"
6540   data-start-level: 4
6541
6542 # DPDK Performance Results 2n-dnv
6543 - type: "file"
6544   title: "DPDK Performance Results 2n-dnv"
6545   algorithm: "file_test_results"
6546   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6547   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6548   data: "dpdk-perf-results-2n-dnv"
6549   filter: "all"
6550   data-start-level: 4
6551
6552 # DPDK Performance Results 3n-dnv
6553 - type: "file"
6554   title: "DPDK Performance Results 3n-dnv"
6555   algorithm: "file_test_results"
6556   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6557   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6558   data: "dpdk-perf-results-3n-dnv"
6559   filter: "all"
6560   data-start-level: 4
6561
6562 # DPDK Performance Results 3n-tsh
6563 - type: "file"
6564   title: "DPDK Performance Results 3n-tsh"
6565   algorithm: "file_test_results"
6566   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6567   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6568   data: "dpdk-perf-results-3n-tsh"
6569   filter: "all"
6570   data-start-level: 4
6571
6572 ################################################################################
6573 ###                                P L O T S                                 ###
6574 ################################################################################
6575
6576 # Hoststack tests 3n-hsw
6577
6578 - type: "plot"
6579   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6580   algorithm: "plot_perf_box_name"
6581   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6582   data: "plot-vpp-hoststack-3n-hsw"
6583   include:
6584     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6585     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6586   layout:
6587     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6588     layout: "plot-hoststack"
6589
6590 - type: "plot"
6591   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6592   algorithm: "plot_perf_box_name"
6593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6594   data: "plot-vpp-hoststack-3n-hsw"
6595   include:
6596     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6597     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6598   layout:
6599     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6600     layout: "plot-hoststack"
6601
6602 - type: "plot"
6603   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6604   algorithm: "plot_perf_box_name"
6605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6606   data: "plot-vpp-hoststack-3n-hsw"
6607   include:
6608     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6609     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6610     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6611     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6612   layout:
6613     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6614     layout: "plot-hoststack"
6615
6616 # Plots VPP HTTP Server Performance
6617 - type: "plot"
6618   title: "VPP HTTP Server Performance"
6619   algorithm: "plot_http_server_perf_box"
6620   output-file-type: ".html"
6621   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6622   data:
6623     "plot-vpp-http-server-performance"
6624   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6625   parameters:
6626   - "result"
6627   - "name"
6628   traces:
6629     hoverinfo: "y+name"
6630     boxpoints: "outliers"
6631     whiskerwidth: 0
6632   layout:
6633     title: "VPP HTTP Server Performance"
6634     layout:
6635       "plot-cps"
6636
6637 - type: "plot"
6638   title: "VPP HTTP Server Performance"
6639   algorithm: "plot_http_server_perf_box"
6640   output-file-type: ".html"
6641   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6642   data:
6643     "plot-vpp-http-server-performance"
6644   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6645   parameters:
6646   - "result"
6647   - "name"
6648   traces:
6649     hoverinfo: "y+name"
6650     boxpoints: "outliers"
6651     whiskerwidth: 0
6652   layout:
6653     title: "VPP HTTP Server Performance"
6654     layout:
6655       "plot-rps"
6656
6657 ################################################################################
6658
6659 # Soak Test (PLRsearch), boxes - 2n-clx
6660 - type: "plot"
6661   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6662   algorithm: "plot_perf_box_name"
6663   output-file-type: ".html"
6664   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6665   data: "plot-vpp-soak-2n-clx"
6666   include:
6667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6673   layout:
6674     title: "30 Minutes Soak Test (PLRsearch)"
6675     layout: "plot-soak-throughput"
6676
6677 # Soak Test (PLRsearch), boxes - 2n-clx
6678 - type: "plot"
6679   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6680   algorithm: "plot_perf_box_name"
6681   output-file-type: ".html"
6682   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6683   data: "plot-vpp-soak-2n-clx"
6684   include:
6685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6690     - "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"
6691   layout:
6692     title: "30 Minutes Soak Test (PLRsearch)"
6693     layout: "plot-soak-throughput"
6694
6695 ###############################################################################
6696
6697 # Reconf tests 2n-skx
6698
6699 #- type: "plot"
6700 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6701 #  algorithm: "plot_nf_reconf_box_name"
6702 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6703 #  data: "plot-vpp-nfv-reconf-2n-skx"
6704 #  include:
6705 #    - "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"
6706 #    - "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"
6707 #    - "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"
6708 #    - "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"
6709 #    - "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"
6710 #    - "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"
6711 #  layout:
6712 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6713 #    layout: "plot-throughput"
6714 #
6715 #- type: "plot"
6716 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6717 #  algorithm: "plot_nf_reconf_box_name"
6718 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6719 #  data: "plot-vpp-nfv-reconf-2n-skx"
6720 #  include:
6721 #    - "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"
6722 #    - "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"
6723 #    - "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"
6724 #    - "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"
6725 #    - "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"
6726 #    - "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"
6727 #  layout:
6728 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6729 #    layout: "plot-throughput"
6730 #
6731 #- type: "plot"
6732 #  title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6733 #  algorithm: "plot_nf_reconf_box_name"
6734 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6735 #  data: "plot-vpp-nfv-reconf-2n-skx"
6736 #  include:
6737 #    - "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"
6738 #    - "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"
6739 #    - "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"
6740 #    - "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"
6741 #    - "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"
6742 #    - "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"
6743 #  layout:
6744 #    title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6745 #    layout: "plot-throughput"
6746
6747 ###############################################################################
6748
6749 # Reconf tests 2n-clx
6750
6751 - type: "plot"
6752   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6753   algorithm: "plot_nf_reconf_box_name"
6754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6755   data: "plot-vpp-nfv-reconf-2n-clx"
6756   include:
6757     - "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"
6758     - "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"
6759     - "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"
6760     - "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"
6761   layout:
6762     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6763     layout: "plot-throughput"
6764
6765 - type: "plot"
6766   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6767   algorithm: "plot_nf_reconf_box_name"
6768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6769   data: "plot-vpp-nfv-reconf-2n-clx"
6770   include:
6771     - "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"
6772     - "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"
6773     - "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"
6774     - "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"
6775   layout:
6776     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6777     layout: "plot-throughput"
6778
6779 - type: "plot"
6780   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6781   algorithm: "plot_nf_reconf_box_name"
6782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6783   data: "plot-vpp-nfv-reconf-2n-clx"
6784   include:
6785     - "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"
6786     - "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"
6787     - "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"
6788     - "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"
6789   layout:
6790     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6791     layout: "plot-throughput"
6792
6793 ################################################################################
6794 ## Plots - NF Density - VSC - MRR 64b
6795 #- type: "plot"
6796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6797 #  algorithm: "plot_nf_heatmap"
6798 #  output-file-type: ".html"
6799 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6800 #  data: "plot-vpp-nfv-2n-skx-mrr"
6801 #  filter: "'NIC_Intel-XXV710' and
6802 #           'NF_DENSITY' and
6803 #           'VHOST' and
6804 #           not 'VXLAN' and
6805 #           'CHAIN' and
6806 #           'NF_VPPIP4' and
6807 #           '64B' and
6808 #           '2T1C' and
6809 #           'MRR'"
6810 #  parameters:
6811 #  - "result"
6812 #  - "name"
6813 #  - "tags"
6814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6815 #  x-axis: "X = VNFs per Service Chain"
6816 #  y-axis: "Y = Number of Service Chains"
6817 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6818 #  layout:
6819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6820 #    layout: "plot-service-density"
6821 #
6822 #- type: "plot"
6823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6824 #  algorithm: "plot_nf_heatmap"
6825 #  output-file-type: ".html"
6826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6827 #  data: "plot-vpp-nfv-2n-skx-mrr"
6828 #  filter: "'NIC_Intel-XXV710' and
6829 #           'NF_DENSITY' and
6830 #           'VHOST' and
6831 #           not 'VXLAN' and
6832 #           'CHAIN' and
6833 #           'NF_VPPIP4' and
6834 #           '64B' and
6835 #           '4T2C' and
6836 #           'MRR'"
6837 #  parameters:
6838 #  - "result"
6839 #  - "name"
6840 #  - "tags"
6841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6842 #  x-axis: "X = VNFs per Service Chain"
6843 #  y-axis: "Y = Number of Service Chains"
6844 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6845 #  layout:
6846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6847 #    layout: "plot-service-density"
6848 #
6849 #- type: "plot"
6850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6851 #  algorithm: "plot_nf_heatmap"
6852 #  output-file-type: ".html"
6853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6854 #  data: "plot-vpp-nfv-2n-skx-mrr"
6855 #  filter: "'NIC_Intel-XXV710' and
6856 #           'NF_DENSITY' and
6857 #           'VHOST' and
6858 #           not 'VXLAN' and
6859 #           'CHAIN' and
6860 #           'NF_VPPIP4' and
6861 #           '64B' and
6862 #           '8T4C' and
6863 #           'MRR'"
6864 #  parameters:
6865 #  - "result"
6866 #  - "name"
6867 #  - "tags"
6868 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6869 #  x-axis: "X = VNFs per Service Chain"
6870 #  y-axis: "Y = Number of Service Chains"
6871 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6872 #  layout:
6873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6874 #    layout: "plot-service-density"
6875 #
6876 ## Plots - NF Density - VSC - MRR IMIX
6877 #- type: "plot"
6878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6879 #  algorithm: "plot_nf_heatmap"
6880 #  output-file-type: ".html"
6881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6882 #  data: "plot-vpp-nfv-2n-skx-mrr"
6883 #  filter: "'NIC_Intel-XXV710' and
6884 #           'NF_DENSITY' and
6885 #           'VHOST' and
6886 #           not 'VXLAN' and
6887 #           'CHAIN' and
6888 #           'NF_VPPIP4' and
6889 #           'IMIX' and
6890 #           '2T1C' and
6891 #           'MRR'"
6892 #  parameters:
6893 #  - "result"
6894 #  - "name"
6895 #  - "tags"
6896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6897 #  x-axis: "X = VNFs per Service Chain"
6898 #  y-axis: "Y = Number of Service Chains"
6899 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6900 #  layout:
6901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6902 #    layout: "plot-service-density"
6903 #
6904 #- type: "plot"
6905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6906 #  algorithm: "plot_nf_heatmap"
6907 #  output-file-type: ".html"
6908 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6909 #  data: "plot-vpp-nfv-2n-skx-mrr"
6910 #  filter: "'NIC_Intel-XXV710' and
6911 #           'NF_DENSITY' and
6912 #           'VHOST' and
6913 #           not 'VXLAN' and
6914 #           'CHAIN' and
6915 #           'NF_VPPIP4' and
6916 #           'IMIX' and
6917 #           '4T2C' and
6918 #           'MRR'"
6919 #  parameters:
6920 #  - "result"
6921 #  - "name"
6922 #  - "tags"
6923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6924 #  x-axis: "X = VNFs per Service Chain"
6925 #  y-axis: "Y = Number of Service Chains"
6926 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6927 #  layout:
6928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6929 #    layout: "plot-service-density"
6930 #
6931 #- type: "plot"
6932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6933 #  algorithm: "plot_nf_heatmap"
6934 #  output-file-type: ".html"
6935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6936 #  data: "plot-vpp-nfv-2n-skx-mrr"
6937 #  filter: "'NIC_Intel-XXV710' and
6938 #           'NF_DENSITY' and
6939 #           'VHOST' and
6940 #           not 'VXLAN' and
6941 #           'CHAIN' and
6942 #           'NF_VPPIP4' and
6943 #           'IMIX' and
6944 #           '8T4C' and
6945 #           'MRR'"
6946 #  parameters:
6947 #  - "result"
6948 #  - "name"
6949 #  - "tags"
6950 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6951 #  x-axis: "X = VNFs per Service Chain"
6952 #  y-axis: "Y = Number of Service Chains"
6953 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6954 #  layout:
6955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6956 #    layout: "plot-service-density"
6957 #
6958 ## Plots - NF Density - VSC - NDR 64b
6959 #- type: "plot"
6960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6961 #  algorithm: "plot_nf_heatmap"
6962 #  output-file-type: ".html"
6963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6964 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6965 #  filter: "'NIC_Intel-XXV710' and
6966 #           'NF_DENSITY' and
6967 #           'VHOST' and
6968 #           not 'VXLAN' and
6969 #           'CHAIN' and
6970 #           'NF_VPPIP4' and
6971 #           '64B' and
6972 #           '2T1C' and
6973 #           'NDRPDR'"
6974 #  parameters:
6975 #  - "throughput"
6976 #  - "name"
6977 #  - "tags"
6978 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6979 #  x-axis: "X = VNFs per Service Chain"
6980 #  y-axis: "Y = Number of Service Chains"
6981 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6982 #  layout:
6983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6984 #    layout: "plot-service-density"
6985 #
6986 #- type: "plot"
6987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6988 #  algorithm: "plot_nf_heatmap"
6989 #  output-file-type: ".html"
6990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6991 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6992 #  filter: "'NIC_Intel-XXV710' and
6993 #           'NF_DENSITY' and
6994 #           'VHOST' and
6995 #           not 'VXLAN' and
6996 #           'CHAIN' and
6997 #           'NF_VPPIP4' and
6998 #           '64B' and
6999 #           '4T2C' and
7000 #           'NDRPDR'"
7001 #  parameters:
7002 #  - "throughput"
7003 #  - "name"
7004 #  - "tags"
7005 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7006 #  x-axis: "X = VNFs per Service Chain"
7007 #  y-axis: "Y = Number of Service Chains"
7008 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7009 #  layout:
7010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7011 #    layout: "plot-service-density"
7012 #
7013 #- type: "plot"
7014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7015 #  algorithm: "plot_nf_heatmap"
7016 #  output-file-type: ".html"
7017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7018 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7019 #  filter: "'NIC_Intel-XXV710' and
7020 #           'NF_DENSITY' and
7021 #           'VHOST' and
7022 #           not 'VXLAN' and
7023 #           'CHAIN' and
7024 #           'NF_VPPIP4' and
7025 #           '64B' and
7026 #           '8T4C' and
7027 #           'NDRPDR'"
7028 #  parameters:
7029 #  - "throughput"
7030 #  - "name"
7031 #  - "tags"
7032 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7033 #  x-axis: "X = VNFs per Service Chain"
7034 #  y-axis: "Y = Number of Service Chains"
7035 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7036 #  layout:
7037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7038 #    layout: "plot-service-density"
7039 #
7040 ## Plots - NF Density - VSC - NDR IMIX
7041 #- type: "plot"
7042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7043 #  algorithm: "plot_nf_heatmap"
7044 #  output-file-type: ".html"
7045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7046 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7047 #  filter: "'NIC_Intel-XXV710' and
7048 #           'NF_DENSITY' and
7049 #           'VHOST' and
7050 #           not 'VXLAN' and
7051 #           'CHAIN' and
7052 #           'NF_VPPIP4' and
7053 #           'IMIX' and
7054 #           '2T1C' and
7055 #           'NDRPDR'"
7056 #  parameters:
7057 #  - "throughput"
7058 #  - "name"
7059 #  - "tags"
7060 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7061 #  x-axis: "X = VNFs per Service Chain"
7062 #  y-axis: "Y = Number of Service Chains"
7063 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7064 #  layout:
7065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7066 #    layout: "plot-service-density"
7067 #
7068 #- type: "plot"
7069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7070 #  algorithm: "plot_nf_heatmap"
7071 #  output-file-type: ".html"
7072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7073 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7074 #  filter: "'NIC_Intel-XXV710' and
7075 #           'NF_DENSITY' and
7076 #           'VHOST' and
7077 #           not 'VXLAN' and
7078 #           'CHAIN' and
7079 #           'NF_VPPIP4' and
7080 #           'IMIX' and
7081 #           '4T2C' and
7082 #           'NDRPDR'"
7083 #  parameters:
7084 #  - "throughput"
7085 #  - "name"
7086 #  - "tags"
7087 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7088 #  x-axis: "X = VNFs per Service Chain"
7089 #  y-axis: "Y = Number of Service Chains"
7090 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7091 #  layout:
7092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7093 #    layout: "plot-service-density"
7094 #
7095 #- type: "plot"
7096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7097 #  algorithm: "plot_nf_heatmap"
7098 #  output-file-type: ".html"
7099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7100 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7101 #  filter: "'NIC_Intel-XXV710' and
7102 #           'NF_DENSITY' and
7103 #           'VHOST' and
7104 #           not 'VXLAN' and
7105 #           'CHAIN' and
7106 #           'NF_VPPIP4' and
7107 #           'IMIX' and
7108 #           '8T4C' and
7109 #           'NDRPDR'"
7110 #  parameters:
7111 #  - "throughput"
7112 #  - "name"
7113 #  - "tags"
7114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7115 #  x-axis: "X = VNFs per Service Chain"
7116 #  y-axis: "Y = Number of Service Chains"
7117 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7118 #  layout:
7119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7120 #    layout: "plot-service-density"
7121 #
7122 ## Plots - NF Density - VSC - PDR 64b
7123 #- type: "plot"
7124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7125 #  algorithm: "plot_nf_heatmap"
7126 #  output-file-type: ".html"
7127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7128 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7129 #  filter: "'NIC_Intel-XXV710' and
7130 #           'NF_DENSITY' and
7131 #           'VHOST' and
7132 #           not 'VXLAN' and
7133 #           'CHAIN' and
7134 #           'NF_VPPIP4' and
7135 #           '64B' and
7136 #           '2T1C' and
7137 #           'NDRPDR'"
7138 #  parameters:
7139 #  - "throughput"
7140 #  - "name"
7141 #  - "tags"
7142 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7143 #  x-axis: "X = VNFs per Service Chain"
7144 #  y-axis: "Y = Number of Service Chains"
7145 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7146 #  layout:
7147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7148 #    layout: "plot-service-density"
7149 #
7150 #- type: "plot"
7151 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7152 #  algorithm: "plot_nf_heatmap"
7153 #  output-file-type: ".html"
7154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7155 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7156 #  filter: "'NIC_Intel-XXV710' and
7157 #           'NF_DENSITY' and
7158 #           'VHOST' and
7159 #           not 'VXLAN' and
7160 #           'CHAIN' and
7161 #           'NF_VPPIP4' and
7162 #           '64B' and
7163 #           '4T2C' and
7164 #           'NDRPDR'"
7165 #  parameters:
7166 #  - "throughput"
7167 #  - "name"
7168 #  - "tags"
7169 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7170 #  x-axis: "X = VNFs per Service Chain"
7171 #  y-axis: "Y = Number of Service Chains"
7172 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7173 #  layout:
7174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7175 #    layout: "plot-service-density"
7176 #
7177 #- type: "plot"
7178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7179 #  algorithm: "plot_nf_heatmap"
7180 #  output-file-type: ".html"
7181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7182 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7183 #  filter: "'NIC_Intel-XXV710' and
7184 #           'NF_DENSITY' and
7185 #           'VHOST' and
7186 #           not 'VXLAN' and
7187 #           'CHAIN' and
7188 #           'NF_VPPIP4' and
7189 #           '64B' and
7190 #           '8T4C' and
7191 #           'NDRPDR'"
7192 #  parameters:
7193 #  - "throughput"
7194 #  - "name"
7195 #  - "tags"
7196 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7197 #  x-axis: "X = VNFs per Service Chain"
7198 #  y-axis: "Y = Number of Service Chains"
7199 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7200 #  layout:
7201 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7202 #    layout: "plot-service-density"
7203 #
7204 ## Plots - NF Density - VSC - PDR IMIX
7205 #- type: "plot"
7206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7207 #  algorithm: "plot_nf_heatmap"
7208 #  output-file-type: ".html"
7209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7210 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7211 #  filter: "'NIC_Intel-XXV710' and
7212 #           'NF_DENSITY' and
7213 #           'VHOST' and
7214 #           not 'VXLAN' and
7215 #           'CHAIN' and
7216 #           'NF_VPPIP4' and
7217 #           'IMIX' and
7218 #           '2T1C' and
7219 #           'NDRPDR'"
7220 #  parameters:
7221 #  - "throughput"
7222 #  - "name"
7223 #  - "tags"
7224 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7225 #  x-axis: "X = VNFs per Service Chain"
7226 #  y-axis: "Y = Number of Service Chains"
7227 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7228 #  layout:
7229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7230 #    layout: "plot-service-density"
7231 #
7232 #- type: "plot"
7233 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7234 #  algorithm: "plot_nf_heatmap"
7235 #  output-file-type: ".html"
7236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7237 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7238 #  filter: "'NIC_Intel-XXV710' and
7239 #           'NF_DENSITY' and
7240 #           'VHOST' and
7241 #           not 'VXLAN' and
7242 #           'CHAIN' and
7243 #           'NF_VPPIP4' and
7244 #           'IMIX' and
7245 #           '4T2C' and
7246 #           'NDRPDR'"
7247 #  parameters:
7248 #  - "throughput"
7249 #  - "name"
7250 #  - "tags"
7251 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7252 #  x-axis: "X = VNFs per Service Chain"
7253 #  y-axis: "Y = Number of Service Chains"
7254 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7255 #  layout:
7256 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7257 #    layout: "plot-service-density"
7258 #
7259 #- type: "plot"
7260 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7261 #  algorithm: "plot_nf_heatmap"
7262 #  output-file-type: ".html"
7263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7264 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7265 #  filter: "'NIC_Intel-XXV710' and
7266 #           'NF_DENSITY' and
7267 #           'VHOST' and
7268 #           not 'VXLAN' and
7269 #           'CHAIN' and
7270 #           'NF_VPPIP4' and
7271 #           'IMIX' and
7272 #           '8T4C' and
7273 #           'NDRPDR'"
7274 #  parameters:
7275 #  - "throughput"
7276 #  - "name"
7277 #  - "tags"
7278 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7279 #  x-axis: "X = VNFs per Service Chain"
7280 #  y-axis: "Y = Number of Service Chains"
7281 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7282 #  layout:
7283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7284 #    layout: "plot-service-density"
7285 #
7286 ################################################################################
7287 ## Plots - NF Density - VSC - MRR 64b
7288 #- type: "plot"
7289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7290 #  algorithm: "plot_nf_heatmap"
7291 #  output-file-type: ".html"
7292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7293 #  data: "plot-vpp-nfv-2n-skx-mrr"
7294 #  filter: "'NIC_Intel-XXV710' and
7295 #           'NF_DENSITY' and
7296 #           'VHOST' and
7297 #           'VXLAN' and
7298 #           'CHAIN' and
7299 #           '118' and
7300 #           '2T1C' and
7301 #           'MRR'"
7302 #  parameters:
7303 #  - "result"
7304 #  - "name"
7305 #  - "tags"
7306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7307 #  x-axis: "X = VNFs per Service Chain"
7308 #  y-axis: "Y = Number of Service Chains"
7309 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7310 #  layout:
7311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7312 #    layout: "plot-service-density"
7313 #
7314 #- type: "plot"
7315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7316 #  algorithm: "plot_nf_heatmap"
7317 #  output-file-type: ".html"
7318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7319 #  data: "plot-vpp-nfv-2n-skx-mrr"
7320 #  filter: "'NIC_Intel-XXV710' and
7321 #           'NF_DENSITY' and
7322 #           'VHOST' and
7323 #           'VXLAN' and
7324 #           'CHAIN' and
7325 #           '118' and
7326 #           '4T2C' and
7327 #           'MRR'"
7328 #  parameters:
7329 #  - "result"
7330 #  - "name"
7331 #  - "tags"
7332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7333 #  x-axis: "X = VNFs per Service Chain"
7334 #  y-axis: "Y = Number of Service Chains"
7335 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7336 #  layout:
7337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7338 #    layout: "plot-service-density"
7339 #
7340 #- type: "plot"
7341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7342 #  algorithm: "plot_nf_heatmap"
7343 #  output-file-type: ".html"
7344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7345 #  data: "plot-vpp-nfv-2n-skx-mrr"
7346 #  filter: "'NIC_Intel-XXV710' and
7347 #           'NF_DENSITY' and
7348 #           'VHOST' and
7349 #           'VXLAN' and
7350 #           'CHAIN' and
7351 #           '118' and
7352 #           '8T4C' and
7353 #           'MRR'"
7354 #  parameters:
7355 #  - "result"
7356 #  - "name"
7357 #  - "tags"
7358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7359 #  x-axis: "X = VNFs per Service Chain"
7360 #  y-axis: "Y = Number of Service Chains"
7361 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7362 #  layout:
7363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7364 #    layout: "plot-service-density"
7365 #
7366 ## Plots - NF Density - VSC - MRR IMIX
7367 #- type: "plot"
7368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7369 #  algorithm: "plot_nf_heatmap"
7370 #  output-file-type: ".html"
7371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7372 #  data: "plot-vpp-nfv-2n-skx-mrr"
7373 #  filter: "'NIC_Intel-XXV710' and
7374 #           'NF_DENSITY' and
7375 #           'VHOST' and
7376 #           'VXLAN' and
7377 #           'CHAIN' and
7378 #           'IMIX' and
7379 #           '2T1C' and
7380 #           'MRR'"
7381 #  parameters:
7382 #  - "result"
7383 #  - "name"
7384 #  - "tags"
7385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7386 #  x-axis: "X = VNFs per Service Chain"
7387 #  y-axis: "Y = Number of Service Chains"
7388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7389 #  layout:
7390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7391 #    layout: "plot-service-density"
7392 #
7393 #- type: "plot"
7394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7395 #  algorithm: "plot_nf_heatmap"
7396 #  output-file-type: ".html"
7397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7398 #  data: "plot-vpp-nfv-2n-skx-mrr"
7399 #  filter: "'NIC_Intel-XXV710' and
7400 #           'NF_DENSITY' and
7401 #           'VHOST' and
7402 #           'VXLAN' and
7403 #           'CHAIN' and
7404 #           'IMIX' and
7405 #           '4T2C' and
7406 #           'MRR'"
7407 #  parameters:
7408 #  - "result"
7409 #  - "name"
7410 #  - "tags"
7411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7412 #  x-axis: "X = VNFs per Service Chain"
7413 #  y-axis: "Y = Number of Service Chains"
7414 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7415 #  layout:
7416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7417 #    layout: "plot-service-density"
7418 #
7419 #- type: "plot"
7420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7421 #  algorithm: "plot_nf_heatmap"
7422 #  output-file-type: ".html"
7423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7424 #  data: "plot-vpp-nfv-2n-skx-mrr"
7425 #  filter: "'NIC_Intel-XXV710' and
7426 #           'NF_DENSITY' and
7427 #           'VHOST' and
7428 #           'VXLAN' and
7429 #           'CHAIN' and
7430 #           'IMIX' and
7431 #           '8T4C' and
7432 #           'MRR'"
7433 #  parameters:
7434 #  - "result"
7435 #  - "name"
7436 #  - "tags"
7437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7438 #  x-axis: "X = VNFs per Service Chain"
7439 #  y-axis: "Y = Number of Service Chains"
7440 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7441 #  layout:
7442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7443 #    layout: "plot-service-density"
7444 #
7445 ## Plots - NF Density - VSC - NDR 64b
7446 #- type: "plot"
7447 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7448 #  algorithm: "plot_nf_heatmap"
7449 #  output-file-type: ".html"
7450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7451 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7452 #  filter: "'NIC_Intel-XXV710' and
7453 #           'NF_DENSITY' and
7454 #           'VHOST' and
7455 #           'VXLAN' and
7456 #           'CHAIN' and
7457 #           '118' and
7458 #           '2T1C' and
7459 #           'NDRPDR'"
7460 #  parameters:
7461 #  - "throughput"
7462 #  - "name"
7463 #  - "tags"
7464 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7465 #  x-axis: "X = VNFs per Service Chain"
7466 #  y-axis: "Y = Number of Service Chains"
7467 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7468 #  layout:
7469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7470 #    layout: "plot-service-density"
7471 #
7472 #- type: "plot"
7473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7474 #  algorithm: "plot_nf_heatmap"
7475 #  output-file-type: ".html"
7476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7477 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7478 #  filter: "'NIC_Intel-XXV710' and
7479 #           'NF_DENSITY' and
7480 #           'VHOST' and
7481 #           'VXLAN' and
7482 #           'CHAIN' and
7483 #           '118' and
7484 #           '4T2C' and
7485 #           'NDRPDR'"
7486 #  parameters:
7487 #  - "throughput"
7488 #  - "name"
7489 #  - "tags"
7490 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7491 #  x-axis: "X = VNFs per Service Chain"
7492 #  y-axis: "Y = Number of Service Chains"
7493 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7494 #  layout:
7495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7496 #    layout: "plot-service-density"
7497 #
7498 #- type: "plot"
7499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7500 #  algorithm: "plot_nf_heatmap"
7501 #  output-file-type: ".html"
7502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7503 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7504 #  filter: "'NIC_Intel-XXV710' and
7505 #           'NF_DENSITY' and
7506 #           'VHOST' and
7507 #           'VXLAN' and
7508 #           'CHAIN' and
7509 #           '118' and
7510 #           '8T4C' and
7511 #           'NDRPDR'"
7512 #  parameters:
7513 #  - "throughput"
7514 #  - "name"
7515 #  - "tags"
7516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7517 #  x-axis: "X = VNFs per Service Chain"
7518 #  y-axis: "Y = Number of Service Chains"
7519 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7520 #  layout:
7521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7522 #    layout: "plot-service-density"
7523 #
7524 ## Plots - NF Density - VSC - NDR IMIX
7525 #- type: "plot"
7526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7527 #  algorithm: "plot_nf_heatmap"
7528 #  output-file-type: ".html"
7529 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7530 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7531 #  filter: "'NIC_Intel-XXV710' and
7532 #           'NF_DENSITY' and
7533 #           'VHOST' and
7534 #           'VXLAN' and
7535 #           'CHAIN' and
7536 #           'IMIX' and
7537 #           '2T1C' and
7538 #           'NDRPDR'"
7539 #  parameters:
7540 #  - "throughput"
7541 #  - "name"
7542 #  - "tags"
7543 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7544 #  x-axis: "X = VNFs per Service Chain"
7545 #  y-axis: "Y = Number of Service Chains"
7546 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7547 #  layout:
7548 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7549 #    layout: "plot-service-density"
7550 #
7551 #- type: "plot"
7552 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7553 #  algorithm: "plot_nf_heatmap"
7554 #  output-file-type: ".html"
7555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7556 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7557 #  filter: "'NIC_Intel-XXV710' and
7558 #           'NF_DENSITY' and
7559 #           'VHOST' and
7560 #           'VXLAN' and
7561 #           'CHAIN' and
7562 #           'IMIX' and
7563 #           '4T2C' and
7564 #           'NDRPDR'"
7565 #  parameters:
7566 #  - "throughput"
7567 #  - "name"
7568 #  - "tags"
7569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7570 #  x-axis: "X = VNFs per Service Chain"
7571 #  y-axis: "Y = Number of Service Chains"
7572 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7573 #  layout:
7574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7575 #    layout: "plot-service-density"
7576 #
7577 #- type: "plot"
7578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7579 #  algorithm: "plot_nf_heatmap"
7580 #  output-file-type: ".html"
7581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7582 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7583 #  filter: "'NIC_Intel-XXV710' and
7584 #           'NF_DENSITY' and
7585 #           'VHOST' and
7586 #           'VXLAN' and
7587 #           'CHAIN' and
7588 #           'IMIX' and
7589 #           '8T4C' and
7590 #           'NDRPDR'"
7591 #  parameters:
7592 #  - "throughput"
7593 #  - "name"
7594 #  - "tags"
7595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7596 #  x-axis: "X = VNFs per Service Chain"
7597 #  y-axis: "Y = Number of Service Chains"
7598 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7599 #  layout:
7600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7601 #    layout: "plot-service-density"
7602 #
7603 ## Plots - NF Density - VSC - PDR 64b
7604 #- type: "plot"
7605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7606 #  algorithm: "plot_nf_heatmap"
7607 #  output-file-type: ".html"
7608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7609 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7610 #  filter: "'NIC_Intel-XXV710' and
7611 #           'NF_DENSITY' and
7612 #           'VHOST' and
7613 #           'VXLAN' and
7614 #           'CHAIN' and
7615 #           '118' and
7616 #           '2T1C' and
7617 #           'NDRPDR'"
7618 #  parameters:
7619 #  - "throughput"
7620 #  - "name"
7621 #  - "tags"
7622 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7623 #  x-axis: "X = VNFs per Service Chain"
7624 #  y-axis: "Y = Number of Service Chains"
7625 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7626 #  layout:
7627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7628 #    layout: "plot-service-density"
7629 #
7630 #- type: "plot"
7631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7632 #  algorithm: "plot_nf_heatmap"
7633 #  output-file-type: ".html"
7634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7635 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7636 #  filter: "'NIC_Intel-XXV710' and
7637 #           'NF_DENSITY' and
7638 #           'VHOST' and
7639 #           'VXLAN' and
7640 #           'CHAIN' and
7641 #           '118' and
7642 #           '4T2C' and
7643 #           'NDRPDR'"
7644 #  parameters:
7645 #  - "throughput"
7646 #  - "name"
7647 #  - "tags"
7648 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7649 #  x-axis: "X = VNFs per Service Chain"
7650 #  y-axis: "Y = Number of Service Chains"
7651 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7652 #  layout:
7653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7654 #    layout: "plot-service-density"
7655 #
7656 #- type: "plot"
7657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7658 #  algorithm: "plot_nf_heatmap"
7659 #  output-file-type: ".html"
7660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7661 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7662 #  filter: "'NIC_Intel-XXV710' and
7663 #           'NF_DENSITY' and
7664 #           'VHOST' and
7665 #           'VXLAN' and
7666 #           'CHAIN' and
7667 #           '118' and
7668 #           '8T4C' and
7669 #           'NDRPDR'"
7670 #  parameters:
7671 #  - "throughput"
7672 #  - "name"
7673 #  - "tags"
7674 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7675 #  x-axis: "X = VNFs per Service Chain"
7676 #  y-axis: "Y = Number of Service Chains"
7677 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7678 #  layout:
7679 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7680 #    layout: "plot-service-density"
7681 #
7682 ## Plots - NF Density - VSC - PDR IMIX
7683 #- type: "plot"
7684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7685 #  algorithm: "plot_nf_heatmap"
7686 #  output-file-type: ".html"
7687 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7688 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7689 #  filter: "'NIC_Intel-XXV710' and
7690 #           'NF_DENSITY' and
7691 #           'VHOST' and
7692 #           'VXLAN' and
7693 #           'CHAIN' and
7694 #           'IMIX' and
7695 #           '2T1C' and
7696 #           'NDRPDR'"
7697 #  parameters:
7698 #  - "throughput"
7699 #  - "name"
7700 #  - "tags"
7701 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7702 #  x-axis: "X = VNFs per Service Chain"
7703 #  y-axis: "Y = Number of Service Chains"
7704 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7705 #  layout:
7706 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7707 #    layout: "plot-service-density"
7708 #
7709 #- type: "plot"
7710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7711 #  algorithm: "plot_nf_heatmap"
7712 #  output-file-type: ".html"
7713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7714 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7715 #  filter: "'NIC_Intel-XXV710' and
7716 #           'NF_DENSITY' and
7717 #           'VHOST' and
7718 #           'VXLAN' and
7719 #           'CHAIN' and
7720 #           'IMIX' and
7721 #           '4T2C' and
7722 #           'NDRPDR'"
7723 #  parameters:
7724 #  - "throughput"
7725 #  - "name"
7726 #  - "tags"
7727 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7728 #  x-axis: "X = VNFs per Service Chain"
7729 #  y-axis: "Y = Number of Service Chains"
7730 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7731 #  layout:
7732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7733 #    layout: "plot-service-density"
7734 #
7735 #- type: "plot"
7736 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7737 #  algorithm: "plot_nf_heatmap"
7738 #  output-file-type: ".html"
7739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7740 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7741 #  filter: "'NIC_Intel-XXV710' and
7742 #           'NF_DENSITY' and
7743 #           'VHOST' and
7744 #           'VXLAN' and
7745 #           'CHAIN' and
7746 #           'IMIX' and
7747 #           '8T4C' and
7748 #           'NDRPDR'"
7749 #  parameters:
7750 #  - "throughput"
7751 #  - "name"
7752 #  - "tags"
7753 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7754 #  x-axis: "X = VNFs per Service Chain"
7755 #  y-axis: "Y = Number of Service Chains"
7756 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7757 #  layout:
7758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7759 #    layout: "plot-service-density"
7760 #
7761 ################################################################################
7762 ## Plots - NF Density - CSC - MRR 64b
7763 #- type: "plot"
7764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7765 #  algorithm: "plot_nf_heatmap"
7766 #  output-file-type: ".html"
7767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7768 #  data: "plot-vpp-nfv-2n-skx-mrr"
7769 #  filter: "'NIC_Intel-XXV710' and
7770 #           'NF_DENSITY' and
7771 #           'DOCKER' and
7772 #           'CHAIN' and
7773 #           'NF_VPPIP4' and
7774 #           '64B' and
7775 #           '2T1C' and
7776 #           'MRR'"
7777 #  parameters:
7778 #  - "result"
7779 #  - "name"
7780 #  - "tags"
7781 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7782 #  x-axis: "X = CNFs per Service Chain"
7783 #  y-axis: "Y = Number of Service Chains"
7784 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7785 #  layout:
7786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7787 #    layout: "plot-service-density"
7788 #
7789 #- type: "plot"
7790 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7791 #  algorithm: "plot_nf_heatmap"
7792 #  output-file-type: ".html"
7793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7794 #  data: "plot-vpp-nfv-2n-skx-mrr"
7795 #  filter: "'NIC_Intel-XXV710' and
7796 #           'NF_DENSITY' and
7797 #           'DOCKER' and
7798 #           'CHAIN' and
7799 #           'NF_VPPIP4' and
7800 #           '64B' and
7801 #           '4T2C' and
7802 #           'MRR'"
7803 #  parameters:
7804 #  - "result"
7805 #  - "name"
7806 #  - "tags"
7807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7808 #  x-axis: "X = CNFs per Service Chain"
7809 #  y-axis: "Y = Number of Service Chains"
7810 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7811 #  layout:
7812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7813 #    layout: "plot-service-density"
7814 #
7815 #- type: "plot"
7816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7817 #  algorithm: "plot_nf_heatmap"
7818 #  output-file-type: ".html"
7819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7820 #  data: "plot-vpp-nfv-2n-skx-mrr"
7821 #  filter: "'NIC_Intel-XXV710' and
7822 #           'NF_DENSITY' and
7823 #           'DOCKER' and
7824 #           'CHAIN' and
7825 #           'NF_VPPIP4' and
7826 #           '64B' and
7827 #           '8T4C' and
7828 #           'MRR'"
7829 #  parameters:
7830 #  - "result"
7831 #  - "name"
7832 #  - "tags"
7833 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7834 #  x-axis: "X = CNFs per Service Chain"
7835 #  y-axis: "Y = Number of Service Chains"
7836 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7837 #  layout:
7838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7839 #    layout: "plot-service-density"
7840 #
7841 ## Plots - NF Density - CSC - MRR IMIX
7842 #- type: "plot"
7843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7844 #  algorithm: "plot_nf_heatmap"
7845 #  output-file-type: ".html"
7846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7847 #  data: "plot-vpp-nfv-2n-skx-mrr"
7848 #  filter: "'NIC_Intel-XXV710' and
7849 #           'NF_DENSITY' and
7850 #           'DOCKER' and
7851 #           'CHAIN' and
7852 #           'NF_VPPIP4' and
7853 #           'IMIX' and
7854 #           '2T1C' and
7855 #           'MRR'"
7856 #  parameters:
7857 #  - "result"
7858 #  - "name"
7859 #  - "tags"
7860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7861 #  x-axis: "X = CNFs per Service Chain"
7862 #  y-axis: "Y = Number of Service Chains"
7863 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7864 #  layout:
7865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7866 #    layout: "plot-service-density"
7867 #
7868 #- type: "plot"
7869 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7870 #  algorithm: "plot_nf_heatmap"
7871 #  output-file-type: ".html"
7872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7873 #  data: "plot-vpp-nfv-2n-skx-mrr"
7874 #  filter: "'NIC_Intel-XXV710' and
7875 #           'NF_DENSITY' and
7876 #           'DOCKER' and
7877 #           'CHAIN' and
7878 #           'NF_VPPIP4' and
7879 #           'IMIX' and
7880 #           '4T2C' and
7881 #           'MRR'"
7882 #  parameters:
7883 #  - "result"
7884 #  - "name"
7885 #  - "tags"
7886 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7887 #  x-axis: "X = CNFs per Service Chain"
7888 #  y-axis: "Y = Number of Service Chains"
7889 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7890 #  layout:
7891 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7892 #    layout: "plot-service-density"
7893 #
7894 #- type: "plot"
7895 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7896 #  algorithm: "plot_nf_heatmap"
7897 #  output-file-type: ".html"
7898 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7899 #  data: "plot-vpp-nfv-2n-skx-mrr"
7900 #  filter: "'NIC_Intel-XXV710' and
7901 #           'NF_DENSITY' and
7902 #           'DOCKER' and
7903 #           'CHAIN' and
7904 #           'NF_VPPIP4' and
7905 #           'IMIX' and
7906 #           '8T4C' and
7907 #           'MRR'"
7908 #  parameters:
7909 #  - "result"
7910 #  - "name"
7911 #  - "tags"
7912 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7913 #  x-axis: "X = CNFs per Service Chain"
7914 #  y-axis: "Y = Number of Service Chains"
7915 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7916 #  layout:
7917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7918 #    layout: "plot-service-density"
7919 #
7920 ## Plots - NF Density - CSC - NDR 64b
7921 #- type: "plot"
7922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7923 #  algorithm: "plot_nf_heatmap"
7924 #  output-file-type: ".html"
7925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7926 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7927 #  filter: "'NIC_Intel-XXV710' and
7928 #           'NF_DENSITY' and
7929 #           'DOCKER' and
7930 #           'CHAIN' and
7931 #           'NF_VPPIP4' and
7932 #           '64B' and
7933 #           '2T1C' and
7934 #           'NDRPDR'"
7935 #  parameters:
7936 #  - "throughput"
7937 #  - "name"
7938 #  - "tags"
7939 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7940 #  x-axis: "X = CNFs per Service Chain"
7941 #  y-axis: "Y = Number of Service Chains"
7942 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7943 #  layout:
7944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7945 #    layout: "plot-service-density"
7946 #
7947 #- type: "plot"
7948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7949 #  algorithm: "plot_nf_heatmap"
7950 #  output-file-type: ".html"
7951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7952 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7953 #  filter: "'NIC_Intel-XXV710' and
7954 #           'NF_DENSITY' and
7955 #           'DOCKER' and
7956 #           'CHAIN' and
7957 #           'NF_VPPIP4' and
7958 #           '64B' and
7959 #           '4T2C' and
7960 #           'NDRPDR'"
7961 #  parameters:
7962 #  - "throughput"
7963 #  - "name"
7964 #  - "tags"
7965 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7966 #  x-axis: "X = CNFs per Service Chain"
7967 #  y-axis: "Y = Number of Service Chains"
7968 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7969 #  layout:
7970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7971 #    layout: "plot-service-density"
7972 #
7973 #- type: "plot"
7974 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7975 #  algorithm: "plot_nf_heatmap"
7976 #  output-file-type: ".html"
7977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7978 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7979 #  filter: "'NIC_Intel-XXV710' and
7980 #           'NF_DENSITY' and
7981 #           'DOCKER' and
7982 #           'CHAIN' and
7983 #           'NF_VPPIP4' and
7984 #           '64B' and
7985 #           '8T4C' and
7986 #           'NDRPDR'"
7987 #  parameters:
7988 #  - "throughput"
7989 #  - "name"
7990 #  - "tags"
7991 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7992 #  x-axis: "X = CNFs per Service Chain"
7993 #  y-axis: "Y = Number of Service Chains"
7994 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7995 #  layout:
7996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7997 #    layout: "plot-service-density"
7998 #
7999 ## Plots - NF Density - CSC - NDR IMIX
8000 #- type: "plot"
8001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8002 #  algorithm: "plot_nf_heatmap"
8003 #  output-file-type: ".html"
8004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8005 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8006 #  filter: "'NIC_Intel-XXV710' and
8007 #           'NF_DENSITY' and
8008 #           'DOCKER' and
8009 #           'CHAIN' and
8010 #           'NF_VPPIP4' and
8011 #           'IMIX' and
8012 #           '2T1C' and
8013 #           'NDRPDR'"
8014 #  parameters:
8015 #  - "throughput"
8016 #  - "name"
8017 #  - "tags"
8018 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8019 #  x-axis: "X = CNFs per Service Chain"
8020 #  y-axis: "Y = Number of Service Chains"
8021 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8022 #  layout:
8023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8024 #    layout: "plot-service-density"
8025 #
8026 #- type: "plot"
8027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8028 #  algorithm: "plot_nf_heatmap"
8029 #  output-file-type: ".html"
8030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8031 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8032 #  filter: "'NIC_Intel-XXV710' and
8033 #           'NF_DENSITY' and
8034 #           'DOCKER' and
8035 #           'CHAIN' and
8036 #           'NF_VPPIP4' and
8037 #           'IMIX' and
8038 #           '4T2C' and
8039 #           'NDRPDR'"
8040 #  parameters:
8041 #  - "throughput"
8042 #  - "name"
8043 #  - "tags"
8044 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8045 #  x-axis: "X = CNFs per Service Chain"
8046 #  y-axis: "Y = Number of Service Chains"
8047 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8048 #  layout:
8049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8050 #    layout: "plot-service-density"
8051 #
8052 #- type: "plot"
8053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8054 #  algorithm: "plot_nf_heatmap"
8055 #  output-file-type: ".html"
8056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8057 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8058 #  filter: "'NIC_Intel-XXV710' and
8059 #           'NF_DENSITY' and
8060 #           'DOCKER' and
8061 #           'CHAIN' and
8062 #           'NF_VPPIP4' and
8063 #           'IMIX' and
8064 #           '8T4C' and
8065 #           'NDRPDR'"
8066 #  parameters:
8067 #  - "throughput"
8068 #  - "name"
8069 #  - "tags"
8070 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8071 #  x-axis: "X = CNFs per Service Chain"
8072 #  y-axis: "Y = Number of Service Chains"
8073 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8074 #  layout:
8075 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8076 #    layout: "plot-service-density"
8077 #
8078 ## Plots - NF Density - CSC - PDR 64b
8079 #- type: "plot"
8080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8081 #  algorithm: "plot_nf_heatmap"
8082 #  output-file-type: ".html"
8083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8084 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8085 #  filter: "'NIC_Intel-XXV710' and
8086 #           'NF_DENSITY' and
8087 #           'DOCKER' and
8088 #           'CHAIN' and
8089 #           'NF_VPPIP4' and
8090 #           '64B' and
8091 #           '2T1C' and
8092 #           'NDRPDR'"
8093 #  parameters:
8094 #  - "throughput"
8095 #  - "name"
8096 #  - "tags"
8097 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8098 #  x-axis: "X = CNFs per Service Chain"
8099 #  y-axis: "Y = Number of Service Chains"
8100 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8101 #  layout:
8102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8103 #    layout: "plot-service-density"
8104 #
8105 #- type: "plot"
8106 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8107 #  algorithm: "plot_nf_heatmap"
8108 #  output-file-type: ".html"
8109 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8110 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8111 #  filter: "'NIC_Intel-XXV710' and
8112 #           'NF_DENSITY' and
8113 #           'DOCKER' and
8114 #           'CHAIN' and
8115 #           'NF_VPPIP4' and
8116 #           '64B' and
8117 #           '4T2C' and
8118 #           'NDRPDR'"
8119 #  parameters:
8120 #  - "throughput"
8121 #  - "name"
8122 #  - "tags"
8123 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8124 #  x-axis: "X = CNFs per Service Chain"
8125 #  y-axis: "Y = Number of Service Chains"
8126 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8127 #  layout:
8128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8129 #    layout: "plot-service-density"
8130 #
8131 #- type: "plot"
8132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8133 #  algorithm: "plot_nf_heatmap"
8134 #  output-file-type: ".html"
8135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8136 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8137 #  filter: "'NIC_Intel-XXV710' and
8138 #           'NF_DENSITY' and
8139 #           'DOCKER' and
8140 #           'CHAIN' and
8141 #           'NF_VPPIP4' and
8142 #           '64B' and
8143 #           '8T4C' and
8144 #           'NDRPDR'"
8145 #  parameters:
8146 #  - "throughput"
8147 #  - "name"
8148 #  - "tags"
8149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8150 #  x-axis: "X = CNFs per Service Chain"
8151 #  y-axis: "Y = Number of Service Chains"
8152 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8153 #  layout:
8154 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8155 #    layout: "plot-service-density"
8156 #
8157 ## Plots - NF Density - CSC - PDR IMIX
8158 #- type: "plot"
8159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8160 #  algorithm: "plot_nf_heatmap"
8161 #  output-file-type: ".html"
8162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8163 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8164 #  filter: "'NIC_Intel-XXV710' and
8165 #           'NF_DENSITY' and
8166 #           'DOCKER' and
8167 #           'CHAIN' and
8168 #           'NF_VPPIP4' and
8169 #           'IMIX' and
8170 #           '2T1C' and
8171 #           'NDRPDR'"
8172 #  parameters:
8173 #  - "throughput"
8174 #  - "name"
8175 #  - "tags"
8176 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8177 #  x-axis: "X = CNFs per Service Chain"
8178 #  y-axis: "Y = Number of Service Chains"
8179 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8180 #  layout:
8181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8182 #    layout: "plot-service-density"
8183 #
8184 #- type: "plot"
8185 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8186 #  algorithm: "plot_nf_heatmap"
8187 #  output-file-type: ".html"
8188 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8189 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8190 #  filter: "'NIC_Intel-XXV710' and
8191 #           'NF_DENSITY' and
8192 #           'DOCKER' and
8193 #           'CHAIN' and
8194 #           'NF_VPPIP4' and
8195 #           'IMIX' and
8196 #           '4T2C' and
8197 #           'NDRPDR'"
8198 #  parameters:
8199 #  - "throughput"
8200 #  - "name"
8201 #  - "tags"
8202 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8203 #  x-axis: "X = CNFs per Service Chain"
8204 #  y-axis: "Y = Number of Service Chains"
8205 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8206 #  layout:
8207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8208 #    layout: "plot-service-density"
8209 #
8210 #- type: "plot"
8211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8212 #  algorithm: "plot_nf_heatmap"
8213 #  output-file-type: ".html"
8214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8215 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8216 #  filter: "'NIC_Intel-XXV710' and
8217 #           'NF_DENSITY' and
8218 #           'DOCKER' and
8219 #           'CHAIN' and
8220 #           'NF_VPPIP4' and
8221 #           'IMIX' and
8222 #           '8T4C' and
8223 #           'NDRPDR'"
8224 #  parameters:
8225 #  - "throughput"
8226 #  - "name"
8227 #  - "tags"
8228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8229 #  x-axis: "X = CNFs per Service Chain"
8230 #  y-axis: "Y = Number of Service Chains"
8231 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8232 #  layout:
8233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8234 #    layout: "plot-service-density"
8235 #
8236 ################################################################################
8237 #
8238 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8239 #- type: "plot"
8240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8241 #  algorithm: "plot_nf_heatmap"
8242 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8243 #  data: "plot-vpp-nfv-3n-skx-mrr"
8244 #  filter: "'NIC_Intel-XXV710' and
8245 #           'NF_DENSITY' and
8246 #           'DOCKER' and
8247 #           'CHAIN' and
8248 #           'NF_VPPIP4' and
8249 #           'IPSEC' and
8250 #           'TNL_4' and
8251 #           'IMIX' and
8252 #           '2T1C' and
8253 #           'MRR'"
8254 #  parameters:
8255 #  - "result"
8256 #  - "name"
8257 #  - "tags"
8258 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8259 #  x-axis: "X = CNFs per Service Chain"
8260 #  y-axis: "Y = Number of Service Chains"
8261 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8262 #  layout:
8263 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8264 #    layout: "plot-service-density"
8265 #
8266 #- type: "plot"
8267 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8268 #  algorithm: "plot_nf_heatmap"
8269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8270 #  data: "plot-vpp-nfv-3n-skx-mrr"
8271 #  filter: "'NIC_Intel-XXV710' and
8272 #           'NF_DENSITY' and
8273 #           'DOCKER' and
8274 #           'CHAIN' and
8275 #           'NF_VPPIP4' and
8276 #           'IPSEC' and
8277 #           'TNL_4' and
8278 #           'IMIX' and
8279 #           '4T2C' and
8280 #           'MRR'"
8281 #  parameters:
8282 #  - "result"
8283 #  - "name"
8284 #  - "tags"
8285 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8286 #  x-axis: "X = CNFs per Service Chain"
8287 #  y-axis: "Y = Number of Service Chains"
8288 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8289 #  layout:
8290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8291 #    layout: "plot-service-density"
8292 #
8293 #- type: "plot"
8294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8295 #  algorithm: "plot_nf_heatmap"
8296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8297 #  data: "plot-vpp-nfv-3n-skx-mrr"
8298 #  filter: "'NIC_Intel-XXV710' and
8299 #           'NF_DENSITY' and
8300 #           'DOCKER' and
8301 #           'CHAIN' and
8302 #           'NF_VPPIP4' and
8303 #           'IPSEC' and
8304 #           'TNL_4' and
8305 #           'IMIX' and
8306 #           '8T4C' and
8307 #           'MRR'"
8308 #  parameters:
8309 #  - "result"
8310 #  - "name"
8311 #  - "tags"
8312 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8313 #  x-axis: "X = CNFs per Service Chain"
8314 #  y-axis: "Y = Number of Service Chains"
8315 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8316 #  layout:
8317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8318 #    layout: "plot-service-density"
8319
8320 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8321 - type: "plot"
8322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8323   algorithm: "plot_nf_heatmap"
8324   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8325   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8326   filter: "'NIC_Intel-XXV710' and
8327            'NF_DENSITY' and
8328            'DOCKER' and
8329            'CHAIN' and
8330            'NF_VPPIP4' and
8331            'IPSEC' and
8332            'TNL_4' and
8333            'IMIX' and
8334            '2T1C' and
8335            'NDRPDR'"
8336   parameters:
8337   - "throughput"
8338   - "name"
8339   - "tags"
8340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8341   x-axis: "X = CNFs per Service Chain"
8342   y-axis: "Y = Number of Service Chains"
8343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8344   layout:
8345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8346     layout: "plot-service-density"
8347
8348 - type: "plot"
8349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8350   algorithm: "plot_nf_heatmap"
8351   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8352   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8353   filter: "'NIC_Intel-XXV710' and
8354            'NF_DENSITY' and
8355            'DOCKER' and
8356            'CHAIN' and
8357            'NF_VPPIP4' and
8358            'IPSEC' and
8359            'TNL_4' and
8360            'IMIX' and
8361            '4T2C' and
8362            'NDRPDR'"
8363   parameters:
8364   - "throughput"
8365   - "name"
8366   - "tags"
8367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8368   x-axis: "X = CNFs per Service Chain"
8369   y-axis: "Y = Number of Service Chains"
8370   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8371   layout:
8372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8373     layout: "plot-service-density"
8374
8375 - type: "plot"
8376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8377   algorithm: "plot_nf_heatmap"
8378   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8379   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8380   filter: "'NIC_Intel-XXV710' and
8381            'NF_DENSITY' and
8382            'DOCKER' and
8383            'CHAIN' and
8384            'NF_VPPIP4' and
8385            'IPSEC' and
8386            'TNL_4' and
8387            'IMIX' and
8388            '8T4C' and
8389            'NDRPDR'"
8390   parameters:
8391   - "throughput"
8392   - "name"
8393   - "tags"
8394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8395   x-axis: "X = CNFs per Service Chain"
8396   y-axis: "Y = Number of Service Chains"
8397   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8398   layout:
8399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8400     layout: "plot-service-density"
8401
8402 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8403 - type: "plot"
8404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8405   algorithm: "plot_nf_heatmap"
8406   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8407   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8408   filter: "'NIC_Intel-XXV710' and
8409            'NF_DENSITY' and
8410            'DOCKER' and
8411            'CHAIN' and
8412            'NF_VPPIP4' and
8413            'IPSEC' and
8414            'TNL_4' and
8415            'IMIX' and
8416            '2T1C' and
8417            'NDRPDR'"
8418   parameters:
8419   - "throughput"
8420   - "name"
8421   - "tags"
8422   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8423   x-axis: "X = CNFs per Service Chain"
8424   y-axis: "Y = Number of Service Chains"
8425   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8426   layout:
8427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8428     layout: "plot-service-density"
8429
8430 - type: "plot"
8431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8432   algorithm: "plot_nf_heatmap"
8433   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8434   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8435   filter: "'NIC_Intel-XXV710' and
8436            'NF_DENSITY' and
8437            'DOCKER' and
8438            'CHAIN' and
8439            'NF_VPPIP4' and
8440            'IPSEC' and
8441            'TNL_4' and
8442            'IMIX' and
8443            '4T2C' and
8444            'NDRPDR'"
8445   parameters:
8446   - "throughput"
8447   - "name"
8448   - "tags"
8449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8450   x-axis: "X = CNFs per Service Chain"
8451   y-axis: "Y = Number of Service Chains"
8452   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8453   layout:
8454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8455     layout: "plot-service-density"
8456
8457 - type: "plot"
8458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8459   algorithm: "plot_nf_heatmap"
8460   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8461   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8462   filter: "'NIC_Intel-XXV710' and
8463            'NF_DENSITY' and
8464            'DOCKER' and
8465            'CHAIN' and
8466            'NF_VPPIP4' and
8467            'IPSEC' and
8468            'TNL_4' and
8469            'IMIX' and
8470            '8T4C' and
8471            'NDRPDR'"
8472   parameters:
8473   - "throughput"
8474   - "name"
8475   - "tags"
8476   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8477   x-axis: "X = CNFs per Service Chain"
8478   y-axis: "Y = Number of Service Chains"
8479   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8480   layout:
8481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8482     layout: "plot-service-density"
8483
8484 ###############################################################################
8485
8486 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8491   data: "plot-vpp-nfv-3n-hsw-mrr"
8492   filter: "'NIC_Intel-XL710' and
8493            'NF_DENSITY' and
8494            'DOCKER' and
8495            'CHAIN' and
8496            'NF_VPPIP4' and
8497            'IMIX' and
8498            'TNL_4' and
8499            '1T1C' and
8500            'MRR'"
8501   parameters:
8502   - "result"
8503   - "name"
8504   - "tags"
8505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8506   x-axis: "X = CNFs per Service Chain"
8507   y-axis: "Y = Number of Service Chains"
8508   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8509   layout:
8510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8511     layout: "plot-service-density"
8512
8513 - type: "plot"
8514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8515   algorithm: "plot_nf_heatmap"
8516   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8517   data: "plot-vpp-nfv-3n-hsw-mrr"
8518   filter: "'NIC_Intel-XL710' and
8519            'NF_DENSITY' and
8520            'DOCKER' and
8521            'CHAIN' and
8522            'NF_VPPIP4' and
8523            'IPSEC' and
8524            'TNL_4' and
8525            'IMIX' and
8526            '2T2C' and
8527            'MRR'"
8528   parameters:
8529   - "result"
8530   - "name"
8531   - "tags"
8532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8533   x-axis: "X = CNFs per Service Chain"
8534   y-axis: "Y = Number of Service Chains"
8535   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8536   layout:
8537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8538     layout: "plot-service-density"
8539
8540 - type: "plot"
8541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8542   algorithm: "plot_nf_heatmap"
8543   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8544   data: "plot-vpp-nfv-3n-hsw-mrr"
8545   filter: "'NIC_Intel-XL710' and
8546            'NF_DENSITY' and
8547            'DOCKER' and
8548            'CHAIN' and
8549            'NF_VPPIP4' and
8550            'IPSEC' and
8551            'TNL_4' and
8552            'IMIX' and
8553            '4T4C' and
8554            'MRR'"
8555   parameters:
8556   - "result"
8557   - "name"
8558   - "tags"
8559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8560   x-axis: "X = CNFs per Service Chain"
8561   y-axis: "Y = Number of Service Chains"
8562   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8563   layout:
8564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8565     layout: "plot-service-density"
8566
8567 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8568 - type: "plot"
8569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8570   algorithm: "plot_nf_heatmap"
8571   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8572   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8573   filter: "'NIC_Intel-XL710' and
8574            'NF_DENSITY' and
8575            'DOCKER' and
8576            'CHAIN' and
8577            'NF_VPPIP4' and
8578            'IPSEC' and
8579            'TNL_4' and
8580            'IMIX' and
8581            '1T1C' and
8582            'NDRPDR'"
8583   parameters:
8584   - "throughput"
8585   - "name"
8586   - "tags"
8587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8588   x-axis: "X = CNFs per Service Chain"
8589   y-axis: "Y = Number of Service Chains"
8590   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8591   layout:
8592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8593     layout: "plot-service-density"
8594
8595 - type: "plot"
8596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8597   algorithm: "plot_nf_heatmap"
8598   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8599   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8600   filter: "'NIC_Intel-XL710' and
8601            'NF_DENSITY' and
8602            'DOCKER' and
8603            'CHAIN' and
8604            'NF_VPPIP4' and
8605            'IPSEC' and
8606            'TNL_4' and
8607            'IMIX' and
8608            '2T2C' and
8609            'NDRPDR'"
8610   parameters:
8611   - "throughput"
8612   - "name"
8613   - "tags"
8614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8615   x-axis: "X = CNFs per Service Chain"
8616   y-axis: "Y = Number of Service Chains"
8617   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8618   layout:
8619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8620     layout: "plot-service-density"
8621
8622 - type: "plot"
8623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8624   algorithm: "plot_nf_heatmap"
8625   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8626   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8627   filter: "'NIC_Intel-XL710' and
8628            'NF_DENSITY' and
8629            'DOCKER' and
8630            'CHAIN' and
8631            'NF_VPPIP4' and
8632            'IPSEC' and
8633            'TNL_4' and
8634            'IMIX' and
8635            '4T4C' and
8636            'NDRPDR'"
8637   parameters:
8638   - "throughput"
8639   - "name"
8640   - "tags"
8641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8642   x-axis: "X = CNFs per Service Chain"
8643   y-axis: "Y = Number of Service Chains"
8644   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8645   layout:
8646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8647     layout: "plot-service-density"
8648
8649 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8650 - type: "plot"
8651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8652   algorithm: "plot_nf_heatmap"
8653   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8654   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8655   filter: "'NIC_Intel-XL710' and
8656            'NF_DENSITY' and
8657            'DOCKER' and
8658            'CHAIN' and
8659            'NF_VPPIP4' and
8660            'IPSEC' and
8661            'TNL_4' and
8662            'IMIX' and
8663            '1T1C' and
8664            'NDRPDR'"
8665   parameters:
8666   - "throughput"
8667   - "name"
8668   - "tags"
8669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8670   x-axis: "X = CNFs per Service Chain"
8671   y-axis: "Y = Number of Service Chains"
8672   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8673   layout:
8674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8675     layout: "plot-service-density"
8676
8677 - type: "plot"
8678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8679   algorithm: "plot_nf_heatmap"
8680   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8681   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8682   filter: "'NIC_Intel-XL710' and
8683            'NF_DENSITY' and
8684            'DOCKER' and
8685            'CHAIN' and
8686            'NF_VPPIP4' and
8687            'IPSEC' and
8688            'TNL_4' and
8689            'IMIX' and
8690            '2T2C' and
8691            'NDRPDR'"
8692   parameters:
8693   - "throughput"
8694   - "name"
8695   - "tags"
8696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8697   x-axis: "X = CNFs per Service Chain"
8698   y-axis: "Y = Number of Service Chains"
8699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8700   layout:
8701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8702     layout: "plot-service-density"
8703
8704 - type: "plot"
8705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8706   algorithm: "plot_nf_heatmap"
8707   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8708   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8709   filter: "'NIC_Intel-XL710' and
8710            'NF_DENSITY' and
8711            'DOCKER' and
8712            'CHAIN' and
8713            'NF_VPPIP4' and
8714            'IPSEC' and
8715            'TNL_4' and
8716            'IMIX' and
8717            '4T4C' and
8718            'NDRPDR'"
8719   parameters:
8720   - "throughput"
8721   - "name"
8722   - "tags"
8723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8724   x-axis: "X = CNFs per Service Chain"
8725   y-axis: "Y = Number of Service Chains"
8726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8727   layout:
8728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8729     layout: "plot-service-density"
8730
8731 ###############################################################################
8732
8733 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8734 #- type: "plot"
8735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8736 #  algorithm: "plot_nf_heatmap"
8737 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8738 #  data: "plot-vpp-nfv-3n-skx-mrr"
8739 #  filter: "'NIC_Intel-XXV710' and
8740 #           'NF_DENSITY' and
8741 #           'DOCKER' and
8742 #           'CHAIN' and
8743 #           'NF_VPPIP4' and
8744 #           'IPSEC' and
8745 #           'TNL_1000' and
8746 #           'IMIX' and
8747 #           '2T1C' and
8748 #           'MRR'"
8749 #  parameters:
8750 #  - "result"
8751 #  - "name"
8752 #  - "tags"
8753 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8754 #  x-axis: "X = CNFs per Service Chain"
8755 #  y-axis: "Y = Number of Service Chains"
8756 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8757 #  layout:
8758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8759 #    layout: "plot-service-density"
8760 #
8761 #- type: "plot"
8762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8763 #  algorithm: "plot_nf_heatmap"
8764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8765 #  data: "plot-vpp-nfv-3n-skx-mrr"
8766 #  filter: "'NIC_Intel-XXV710' and
8767 #           'NF_DENSITY' and
8768 #           'DOCKER' and
8769 #           'CHAIN' and
8770 #           'NF_VPPIP4' and
8771 #           'IPSEC' and
8772 #           'TNL_1000' and
8773 #           'IMIX' and
8774 #           '4T2C' and
8775 #           'MRR'"
8776 #  parameters:
8777 #  - "result"
8778 #  - "name"
8779 #  - "tags"
8780 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8781 #  x-axis: "X = CNFs per Service Chain"
8782 #  y-axis: "Y = Number of Service Chains"
8783 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8784 #  layout:
8785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8786 #    layout: "plot-service-density"
8787 #
8788 #- type: "plot"
8789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8790 #  algorithm: "plot_nf_heatmap"
8791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8792 #  data: "plot-vpp-nfv-3n-skx-mrr"
8793 #  filter: "'NIC_Intel-XXV710' and
8794 #           'NF_DENSITY' and
8795 #           'DOCKER' and
8796 #           'CHAIN' and
8797 #           'NF_VPPIP4' and
8798 #           'IPSEC' and
8799 #           'TNL_1000' and
8800 #           'IMIX' and
8801 #           '8T4C' and
8802 #           'MRR'"
8803 #  parameters:
8804 #  - "result"
8805 #  - "name"
8806 #  - "tags"
8807 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8808 #  x-axis: "X = CNFs per Service Chain"
8809 #  y-axis: "Y = Number of Service Chains"
8810 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8811 #  layout:
8812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8813 #    layout: "plot-service-density"
8814
8815 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8816 - type: "plot"
8817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8818   algorithm: "plot_nf_heatmap"
8819   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8820   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8821   filter: "'NIC_Intel-XXV710' and
8822            'NF_DENSITY' and
8823            'DOCKER' and
8824            'CHAIN' and
8825            'NF_VPPIP4' and
8826            'IPSEC' and
8827            'TNL_1000' and
8828            'IMIX' and
8829            '2T1C' and
8830            'NDRPDR'"
8831   parameters:
8832   - "throughput"
8833   - "name"
8834   - "tags"
8835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8836   x-axis: "X = CNFs per Service Chain"
8837   y-axis: "Y = Number of Service Chains"
8838   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8839   layout:
8840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8841     layout: "plot-service-density"
8842
8843 - type: "plot"
8844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8845   algorithm: "plot_nf_heatmap"
8846   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8847   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8848   filter: "'NIC_Intel-XXV710' and
8849            'NF_DENSITY' and
8850            'DOCKER' and
8851            'CHAIN' and
8852            'NF_VPPIP4' and
8853            'IPSEC' and
8854            'TNL_1000' and
8855            'IMIX' and
8856            '4T2C' and
8857            'NDRPDR'"
8858   parameters:
8859   - "throughput"
8860   - "name"
8861   - "tags"
8862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8863   x-axis: "X = CNFs per Service Chain"
8864   y-axis: "Y = Number of Service Chains"
8865   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8866   layout:
8867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8868     layout: "plot-service-density"
8869
8870 - type: "plot"
8871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8872   algorithm: "plot_nf_heatmap"
8873   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8874   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8875   filter: "'NIC_Intel-XXV710' and
8876            'NF_DENSITY' and
8877            'DOCKER' and
8878            'CHAIN' and
8879            'NF_VPPIP4' and
8880            'IPSEC' and
8881            'TNL_1000' and
8882            'IMIX' and
8883            '8T4C' and
8884            'NDRPDR'"
8885   parameters:
8886   - "throughput"
8887   - "name"
8888   - "tags"
8889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8890   x-axis: "X = CNFs per Service Chain"
8891   y-axis: "Y = Number of Service Chains"
8892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8893   layout:
8894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8895     layout: "plot-service-density"
8896
8897 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8898 - type: "plot"
8899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8900   algorithm: "plot_nf_heatmap"
8901   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8902   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8903   filter: "'NIC_Intel-XXV710' and
8904            'NF_DENSITY' and
8905            'DOCKER' and
8906            'CHAIN' and
8907            'NF_VPPIP4' and
8908            'IPSEC' and
8909            'TNL_1000' and
8910            'IMIX' and
8911            '2T1C' and
8912            'NDRPDR'"
8913   parameters:
8914   - "throughput"
8915   - "name"
8916   - "tags"
8917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8918   x-axis: "X = CNFs per Service Chain"
8919   y-axis: "Y = Number of Service Chains"
8920   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8921   layout:
8922     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8923     layout: "plot-service-density"
8924
8925 - type: "plot"
8926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8927   algorithm: "plot_nf_heatmap"
8928   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8929   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8930   filter: "'NIC_Intel-XXV710' and
8931            'NF_DENSITY' and
8932            'DOCKER' and
8933            'CHAIN' and
8934            'NF_VPPIP4' and
8935            'IPSEC' and
8936            'TNL_1000' and
8937            'IMIX' and
8938            '4T2C' and
8939            'NDRPDR'"
8940   parameters:
8941   - "throughput"
8942   - "name"
8943   - "tags"
8944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8945   x-axis: "X = CNFs per Service Chain"
8946   y-axis: "Y = Number of Service Chains"
8947   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8948   layout:
8949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8950     layout: "plot-service-density"
8951
8952 - type: "plot"
8953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8954   algorithm: "plot_nf_heatmap"
8955   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8956   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8957   filter: "'NIC_Intel-XXV710' and
8958            'NF_DENSITY' and
8959            'DOCKER' and
8960            'CHAIN' and
8961            'NF_VPPIP4' and
8962            'IPSEC' and
8963            'TNL_1000' and
8964            'IMIX' and
8965            '8T4C' and
8966            'NDRPDR'"
8967   parameters:
8968   - "throughput"
8969   - "name"
8970   - "tags"
8971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8972   x-axis: "X = CNFs per Service Chain"
8973   y-axis: "Y = Number of Service Chains"
8974   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8975   layout:
8976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8977     layout: "plot-service-density"
8978
8979 ###############################################################################
8980
8981 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8982 - type: "plot"
8983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8984   algorithm: "plot_nf_heatmap"
8985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8986   data: "plot-vpp-nfv-3n-hsw-mrr"
8987   filter: "'NIC_Intel-XL710' and
8988            'NF_DENSITY' and
8989            'DOCKER' and
8990            'CHAIN' and
8991            'NF_VPPIP4' and
8992            'IMIX' and
8993            'TNL_1000' and
8994            '1T1C' and
8995            'MRR'"
8996   parameters:
8997   - "result"
8998   - "name"
8999   - "tags"
9000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9001   x-axis: "X = CNFs per Service Chain"
9002   y-axis: "Y = Number of Service Chains"
9003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9004   layout:
9005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9006     layout: "plot-service-density"
9007
9008 - type: "plot"
9009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9010   algorithm: "plot_nf_heatmap"
9011   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9012   data: "plot-vpp-nfv-3n-hsw-mrr"
9013   filter: "'NIC_Intel-XL710' and
9014            'NF_DENSITY' and
9015            'DOCKER' and
9016            'CHAIN' and
9017            'NF_VPPIP4' and
9018            'IPSEC' and
9019            'TNL_1000' and
9020            'IMIX' and
9021            '2T2C' and
9022            'MRR'"
9023   parameters:
9024   - "result"
9025   - "name"
9026   - "tags"
9027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9028   x-axis: "X = CNFs per Service Chain"
9029   y-axis: "Y = Number of Service Chains"
9030   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9031   layout:
9032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9033     layout: "plot-service-density"
9034
9035 - type: "plot"
9036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9037   algorithm: "plot_nf_heatmap"
9038   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9039   data: "plot-vpp-nfv-3n-hsw-mrr"
9040   filter: "'NIC_Intel-XL710' and
9041            'NF_DENSITY' and
9042            'DOCKER' and
9043            'CHAIN' and
9044            'NF_VPPIP4' and
9045            'IPSEC' and
9046            'TNL_1000' and
9047            'IMIX' and
9048            '4T4C' and
9049            'MRR'"
9050   parameters:
9051   - "result"
9052   - "name"
9053   - "tags"
9054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9055   x-axis: "X = CNFs per Service Chain"
9056   y-axis: "Y = Number of Service Chains"
9057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9058   layout:
9059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9060     layout: "plot-service-density"
9061
9062 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9063 - type: "plot"
9064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9065   algorithm: "plot_nf_heatmap"
9066   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9067   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9068   filter: "'NIC_Intel-XL710' and
9069            'NF_DENSITY' and
9070            'DOCKER' and
9071            'CHAIN' and
9072            'NF_VPPIP4' and
9073            'IPSEC' and
9074            'TNL_1000' and
9075            'IMIX' and
9076            '1T1C' and
9077            'NDRPDR'"
9078   parameters:
9079   - "throughput"
9080   - "name"
9081   - "tags"
9082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9083   x-axis: "X = CNFs per Service Chain"
9084   y-axis: "Y = Number of Service Chains"
9085   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9086   layout:
9087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9088     layout: "plot-service-density"
9089
9090 - type: "plot"
9091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9092   algorithm: "plot_nf_heatmap"
9093   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9094   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9095   filter: "'NIC_Intel-XL710' and
9096            'NF_DENSITY' and
9097            'DOCKER' and
9098            'CHAIN' and
9099            'NF_VPPIP4' and
9100            'IPSEC' and
9101            'TNL_1000' and
9102            'IMIX' and
9103            '2T2C' and
9104            'NDRPDR'"
9105   parameters:
9106   - "throughput"
9107   - "name"
9108   - "tags"
9109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9110   x-axis: "X = CNFs per Service Chain"
9111   y-axis: "Y = Number of Service Chains"
9112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9113   layout:
9114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9115     layout: "plot-service-density"
9116
9117 - type: "plot"
9118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9119   algorithm: "plot_nf_heatmap"
9120   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9121   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9122   filter: "'NIC_Intel-XL710' and
9123            'NF_DENSITY' and
9124            'DOCKER' and
9125            'CHAIN' and
9126            'NF_VPPIP4' and
9127            'IPSEC' and
9128            'TNL_1000' and
9129            'IMIX' and
9130            '4T4C' and
9131            'NDRPDR'"
9132   parameters:
9133   - "throughput"
9134   - "name"
9135   - "tags"
9136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9137   x-axis: "X = CNFs per Service Chain"
9138   y-axis: "Y = Number of Service Chains"
9139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9140   layout:
9141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9142     layout: "plot-service-density"
9143
9144 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9145 - type: "plot"
9146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9147   algorithm: "plot_nf_heatmap"
9148   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9149   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9150   filter: "'NIC_Intel-XL710' and
9151            'NF_DENSITY' and
9152            'DOCKER' and
9153            'CHAIN' and
9154            'NF_VPPIP4' and
9155            'IPSEC' and
9156            'TNL_1000' and
9157            'IMIX' and
9158            '1T1C' and
9159            'NDRPDR'"
9160   parameters:
9161   - "throughput"
9162   - "name"
9163   - "tags"
9164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9165   x-axis: "X = CNFs per Service Chain"
9166   y-axis: "Y = Number of Service Chains"
9167   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9168   layout:
9169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9170     layout: "plot-service-density"
9171
9172 - type: "plot"
9173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9174   algorithm: "plot_nf_heatmap"
9175   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9176   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9177   filter: "'NIC_Intel-XL710' and
9178            'NF_DENSITY' and
9179            'DOCKER' and
9180            'CHAIN' and
9181            'NF_VPPIP4' and
9182            'IPSEC' and
9183            'TNL_1000' and
9184            'IMIX' and
9185            '2T2C' and
9186            'NDRPDR'"
9187   parameters:
9188   - "throughput"
9189   - "name"
9190   - "tags"
9191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9192   x-axis: "X = CNFs per Service Chain"
9193   y-axis: "Y = Number of Service Chains"
9194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9195   layout:
9196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9197     layout: "plot-service-density"
9198
9199 - type: "plot"
9200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9201   algorithm: "plot_nf_heatmap"
9202   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9203   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9204   filter: "'NIC_Intel-XL710' and
9205            'NF_DENSITY' and
9206            'DOCKER' and
9207            'CHAIN' and
9208            'NF_VPPIP4' and
9209            'IPSEC' and
9210            'TNL_1000' and
9211            'IMIX' and
9212            '4T4C' and
9213            'NDRPDR'"
9214   parameters:
9215   - "throughput"
9216   - "name"
9217   - "tags"
9218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9219   x-axis: "X = CNFs per Service Chain"
9220   y-axis: "Y = Number of Service Chains"
9221   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9222   layout:
9223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9224     layout: "plot-service-density"
9225
9226 ###############################################################################
9227
9228 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9229 #- type: "plot"
9230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9231 #  algorithm: "plot_nf_heatmap"
9232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9233 #  data: "plot-vpp-nfv-3n-skx-mrr"
9234 #  filter: "'NIC_Intel-XXV710' and
9235 #           'NF_DENSITY' and
9236 #           'DOCKER' and
9237 #           'CHAIN' and
9238 #           'NF_VPPIP4' and
9239 #           'IPSEC' and
9240 #           'TNL_10000' and
9241 #           'IMIX' and
9242 #           '2T1C' and
9243 #           'MRR'"
9244 #  parameters:
9245 #  - "result"
9246 #  - "name"
9247 #  - "tags"
9248 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9249 #  x-axis: "X = CNFs per Service Chain"
9250 #  y-axis: "Y = Number of Service Chains"
9251 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9252 #  layout:
9253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9254 #    layout: "plot-service-density"
9255 #
9256 #- type: "plot"
9257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9258 #  algorithm: "plot_nf_heatmap"
9259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9260 #  data: "plot-vpp-nfv-3n-skx-mrr"
9261 #  filter: "'NIC_Intel-XXV710' and
9262 #           'NF_DENSITY' and
9263 #           'DOCKER' and
9264 #           'CHAIN' and
9265 #           'NF_VPPIP4' and
9266 #           'IPSEC' and
9267 #           'TNL_10000' and
9268 #           'IMIX' and
9269 #           '4T2C' and
9270 #           'MRR'"
9271 #  parameters:
9272 #  - "result"
9273 #  - "name"
9274 #  - "tags"
9275 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9276 #  x-axis: "X = CNFs per Service Chain"
9277 #  y-axis: "Y = Number of Service Chains"
9278 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9279 #  layout:
9280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9281 #    layout: "plot-service-density"
9282 #
9283 #- type: "plot"
9284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9285 #  algorithm: "plot_nf_heatmap"
9286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9287 #  data: "plot-vpp-nfv-3n-skx-mrr"
9288 #  filter: "'NIC_Intel-XXV710' and
9289 #           'NF_DENSITY' and
9290 #           'DOCKER' and
9291 #           'CHAIN' and
9292 #           'NF_VPPIP4' and
9293 #           'IPSEC' and
9294 #           'TNL_10000' and
9295 #           'IMIX' and
9296 #           '8T4C' and
9297 #           'MRR'"
9298 #  parameters:
9299 #  - "result"
9300 #  - "name"
9301 #  - "tags"
9302 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9303 #  x-axis: "X = CNFs per Service Chain"
9304 #  y-axis: "Y = Number of Service Chains"
9305 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9306 #  layout:
9307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9308 #    layout: "plot-service-density"
9309
9310 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9311 - type: "plot"
9312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9313   algorithm: "plot_nf_heatmap"
9314   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9315   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9316   filter: "'NIC_Intel-XXV710' and
9317            'NF_DENSITY' and
9318            'DOCKER' and
9319            'CHAIN' and
9320            'NF_VPPIP4' and
9321            'IPSEC' and
9322            'TNL_10000' and
9323            'IMIX' and
9324            '2T1C' and
9325            'NDRPDR'"
9326   parameters:
9327   - "throughput"
9328   - "name"
9329   - "tags"
9330   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9331   x-axis: "X = CNFs per Service Chain"
9332   y-axis: "Y = Number of Service Chains"
9333   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9334   layout:
9335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9336     layout: "plot-service-density"
9337
9338 - type: "plot"
9339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9340   algorithm: "plot_nf_heatmap"
9341   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9342   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9343   filter: "'NIC_Intel-XXV710' and
9344            'NF_DENSITY' and
9345            'DOCKER' and
9346            'CHAIN' and
9347            'NF_VPPIP4' and
9348            'IPSEC' and
9349            'TNL_10000' and
9350            'IMIX' and
9351            '4T2C' and
9352            'NDRPDR'"
9353   parameters:
9354   - "throughput"
9355   - "name"
9356   - "tags"
9357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9358   x-axis: "X = CNFs per Service Chain"
9359   y-axis: "Y = Number of Service Chains"
9360   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9361   layout:
9362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9363     layout: "plot-service-density"
9364
9365 - type: "plot"
9366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9367   algorithm: "plot_nf_heatmap"
9368   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9369   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9370   filter: "'NIC_Intel-XXV710' and
9371            'NF_DENSITY' and
9372            'DOCKER' and
9373            'CHAIN' and
9374            'NF_VPPIP4' and
9375            'IPSEC' and
9376            'TNL_10000' and
9377            'IMIX' and
9378            '8T4C' and
9379            'NDRPDR'"
9380   parameters:
9381   - "throughput"
9382   - "name"
9383   - "tags"
9384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9385   x-axis: "X = CNFs per Service Chain"
9386   y-axis: "Y = Number of Service Chains"
9387   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9388   layout:
9389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9390     layout: "plot-service-density"
9391
9392 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9393 - type: "plot"
9394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9395   algorithm: "plot_nf_heatmap"
9396   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9397   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9398   filter: "'NIC_Intel-XXV710' and
9399            'NF_DENSITY' and
9400            'DOCKER' and
9401            'CHAIN' and
9402            'NF_VPPIP4' and
9403            'IPSEC' and
9404            'TNL_10000' and
9405            'IMIX' and
9406            '2T1C' and
9407            'NDRPDR'"
9408   parameters:
9409   - "throughput"
9410   - "name"
9411   - "tags"
9412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9413   x-axis: "X = CNFs per Service Chain"
9414   y-axis: "Y = Number of Service Chains"
9415   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9416   layout:
9417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9418     layout: "plot-service-density"
9419
9420 - type: "plot"
9421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9422   algorithm: "plot_nf_heatmap"
9423   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9424   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9425   filter: "'NIC_Intel-XXV710' and
9426            'NF_DENSITY' and
9427            'DOCKER' and
9428            'CHAIN' and
9429            'NF_VPPIP4' and
9430            'IPSEC' and
9431            'TNL_10000' and
9432            'IMIX' and
9433            '4T2C' and
9434            'NDRPDR'"
9435   parameters:
9436   - "throughput"
9437   - "name"
9438   - "tags"
9439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9440   x-axis: "X = CNFs per Service Chain"
9441   y-axis: "Y = Number of Service Chains"
9442   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9443   layout:
9444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9445     layout: "plot-service-density"
9446
9447 - type: "plot"
9448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9449   algorithm: "plot_nf_heatmap"
9450   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9451   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9452   filter: "'NIC_Intel-XXV710' and
9453            'NF_DENSITY' and
9454            'DOCKER' and
9455            'CHAIN' and
9456            'NF_VPPIP4' and
9457            'IPSEC' and
9458            'TNL_10000' and
9459            'IMIX' and
9460            '8T4C' and
9461            'NDRPDR'"
9462   parameters:
9463   - "throughput"
9464   - "name"
9465   - "tags"
9466   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9467   x-axis: "X = CNFs per Service Chain"
9468   y-axis: "Y = Number of Service Chains"
9469   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9470   layout:
9471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9472     layout: "plot-service-density"
9473
9474 ###############################################################################
9475
9476 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9477 - type: "plot"
9478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9479   algorithm: "plot_nf_heatmap"
9480   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9481   data: "plot-vpp-nfv-3n-hsw-mrr"
9482   filter: "'NIC_Intel-XL710' and
9483            'NF_DENSITY' and
9484            'DOCKER' and
9485            'CHAIN' and
9486            'NF_VPPIP4' and
9487            'IMIX' and
9488            'TNL_10000' and
9489            '1T1C' and
9490            'MRR'"
9491   parameters:
9492   - "result"
9493   - "name"
9494   - "tags"
9495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9496   x-axis: "X = CNFs per Service Chain"
9497   y-axis: "Y = Number of Service Chains"
9498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9499   layout:
9500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9501     layout: "plot-service-density"
9502
9503 - type: "plot"
9504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9505   algorithm: "plot_nf_heatmap"
9506   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9507   data: "plot-vpp-nfv-3n-hsw-mrr"
9508   filter: "'NIC_Intel-XL710' and
9509            'NF_DENSITY' and
9510            'DOCKER' and
9511            'CHAIN' and
9512            'NF_VPPIP4' and
9513            'IPSEC' and
9514            'TNL_10000' and
9515            'IMIX' and
9516            '2T2C' and
9517            'MRR'"
9518   parameters:
9519   - "result"
9520   - "name"
9521   - "tags"
9522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9523   x-axis: "X = CNFs per Service Chain"
9524   y-axis: "Y = Number of Service Chains"
9525   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9526   layout:
9527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9528     layout: "plot-service-density"
9529
9530 - type: "plot"
9531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9532   algorithm: "plot_nf_heatmap"
9533   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9534   data: "plot-vpp-nfv-3n-hsw-mrr"
9535   filter: "'NIC_Intel-XL710' and
9536            'NF_DENSITY' and
9537            'DOCKER' and
9538            'CHAIN' and
9539            'NF_VPPIP4' and
9540            'IPSEC' and
9541            'TNL_10000' and
9542            'IMIX' and
9543            '4T4C' and
9544            'MRR'"
9545   parameters:
9546   - "result"
9547   - "name"
9548   - "tags"
9549   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9550   x-axis: "X = CNFs per Service Chain"
9551   y-axis: "Y = Number of Service Chains"
9552   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9553   layout:
9554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9555     layout: "plot-service-density"
9556
9557 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9558 - type: "plot"
9559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9560   algorithm: "plot_nf_heatmap"
9561   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9562   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9563   filter: "'NIC_Intel-XL710' and
9564            'NF_DENSITY' and
9565            'DOCKER' and
9566            'CHAIN' and
9567            'NF_VPPIP4' and
9568            'IPSEC' and
9569            'TNL_10000' and
9570            'IMIX' and
9571            '1T1C' and
9572            'NDRPDR'"
9573   parameters:
9574   - "throughput"
9575   - "name"
9576   - "tags"
9577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9578   x-axis: "X = CNFs per Service Chain"
9579   y-axis: "Y = Number of Service Chains"
9580   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9581   layout:
9582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9583     layout: "plot-service-density"
9584
9585 - type: "plot"
9586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9587   algorithm: "plot_nf_heatmap"
9588   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9589   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9590   filter: "'NIC_Intel-XL710' and
9591            'NF_DENSITY' and
9592            'DOCKER' and
9593            'CHAIN' and
9594            'NF_VPPIP4' and
9595            'IPSEC' and
9596            'TNL_10000' and
9597            'IMIX' and
9598            '2T2C' and
9599            'NDRPDR'"
9600   parameters:
9601   - "throughput"
9602   - "name"
9603   - "tags"
9604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9605   x-axis: "X = CNFs per Service Chain"
9606   y-axis: "Y = Number of Service Chains"
9607   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9608   layout:
9609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9610     layout: "plot-service-density"
9611
9612 - type: "plot"
9613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9614   algorithm: "plot_nf_heatmap"
9615   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9616   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9617   filter: "'NIC_Intel-XL710' and
9618            'NF_DENSITY' and
9619            'DOCKER' and
9620            'CHAIN' and
9621            'NF_VPPIP4' and
9622            'IPSEC' and
9623            'TNL_10000' and
9624            'IMIX' and
9625            '4T4C' and
9626            'NDRPDR'"
9627   parameters:
9628   - "throughput"
9629   - "name"
9630   - "tags"
9631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9632   x-axis: "X = CNFs per Service Chain"
9633   y-axis: "Y = Number of Service Chains"
9634   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9635   layout:
9636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9637     layout: "plot-service-density"
9638
9639 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9640 - type: "plot"
9641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9642   algorithm: "plot_nf_heatmap"
9643   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9644   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9645   filter: "'NIC_Intel-XL710' and
9646            'NF_DENSITY' and
9647            'DOCKER' and
9648            'CHAIN' and
9649            'NF_VPPIP4' and
9650            'IPSEC' and
9651            'TNL_10000' and
9652            'IMIX' and
9653            '1T1C' and
9654            'NDRPDR'"
9655   parameters:
9656   - "throughput"
9657   - "name"
9658   - "tags"
9659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9660   x-axis: "X = CNFs per Service Chain"
9661   y-axis: "Y = Number of Service Chains"
9662   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9663   layout:
9664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9665     layout: "plot-service-density"
9666
9667 - type: "plot"
9668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9669   algorithm: "plot_nf_heatmap"
9670   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9671   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9672   filter: "'NIC_Intel-XL710' and
9673            'NF_DENSITY' and
9674            'DOCKER' and
9675            'CHAIN' and
9676            'NF_VPPIP4' and
9677            'IPSEC' and
9678            'TNL_10000' and
9679            'IMIX' and
9680            '2T2C' and
9681            'NDRPDR'"
9682   parameters:
9683   - "throughput"
9684   - "name"
9685   - "tags"
9686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9687   x-axis: "X = CNFs per Service Chain"
9688   y-axis: "Y = Number of Service Chains"
9689   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9690   layout:
9691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9692     layout: "plot-service-density"
9693
9694 - type: "plot"
9695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9696   algorithm: "plot_nf_heatmap"
9697   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9698   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9699   filter: "'NIC_Intel-XL710' and
9700            'NF_DENSITY' and
9701            'DOCKER' and
9702            'CHAIN' and
9703            'NF_VPPIP4' and
9704            'IPSEC' and
9705            'TNL_10000' and
9706            'IMIX' and
9707            '4T4C' and
9708            'NDRPDR'"
9709   parameters:
9710   - "throughput"
9711   - "name"
9712   - "tags"
9713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9714   x-axis: "X = CNFs per Service Chain"
9715   y-axis: "Y = Number of Service Chains"
9716   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9717   layout:
9718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9719     layout: "plot-service-density"
9720
9721 ###############################################################################
9722
9723 # Plots - NF Density - CSP - MRR 64b
9724
9725 #- type: "plot"
9726 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9727 #  algorithm: "plot_nf_heatmap"
9728 #  output-file-type: ".html"
9729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9730 #  data: "plot-vpp-nfv-2n-skx-mrr"
9731 #  filter: "'NIC_Intel-XXV710' and
9732 #           'NF_DENSITY' and
9733 #           'DOCKER' and
9734 #           'PIPELINE' and
9735 #           'NF_VPPIP4' and
9736 #           '64B' and
9737 #           '2T1C' and
9738 #           'MRR'"
9739 #  parameters:
9740 #  - "result"
9741 #  - "name"
9742 #  - "tags"
9743 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9744 #  x-axis: "X = CNFs per Service Pipeline"
9745 #  y-axis: "Y = Number of Service Pipelines"
9746 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9747 #  layout:
9748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9749 #    layout: "plot-service-density"
9750 #
9751 #- type: "plot"
9752 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9753 #  algorithm: "plot_nf_heatmap"
9754 #  output-file-type: ".html"
9755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9756 #  data: "plot-vpp-nfv-2n-skx-mrr"
9757 #  filter: "'NIC_Intel-XXV710' and
9758 #           'NF_DENSITY' and
9759 #           'DOCKER' and
9760 #           'PIPELINE' and
9761 #           'NF_VPPIP4' and
9762 #           '64B' and
9763 #           '4T2C' and
9764 #           'MRR'"
9765 #  parameters:
9766 #  - "result"
9767 #  - "name"
9768 #  - "tags"
9769 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9770 #  x-axis: "X = CNFs per Service Pipeline"
9771 #  y-axis: "Y = Number of Service Pipelines"
9772 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9773 #  layout:
9774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9775 #    layout: "plot-service-density"
9776 #
9777 #- type: "plot"
9778 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9779 #  algorithm: "plot_nf_heatmap"
9780 #  output-file-type: ".html"
9781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9782 #  data: "plot-vpp-nfv-2n-skx-mrr"
9783 #  filter: "'NIC_Intel-XXV710' and
9784 #           'NF_DENSITY' and
9785 #           'DOCKER' and
9786 #           'PIPELINE' and
9787 #           'NF_VPPIP4' and
9788 #           '64B' and
9789 #           '8T4C' and
9790 #           'MRR'"
9791 #  parameters:
9792 #  - "result"
9793 #  - "name"
9794 #  - "tags"
9795 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9796 #  x-axis: "X = CNFs per Service Pipeline"
9797 #  y-axis: "Y = Number of Service Pipelines"
9798 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9799 #  layout:
9800 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9801 #    layout: "plot-service-density"
9802 #
9803 ## Plots - NF Density - CSP - MRR IMIX
9804 #- type: "plot"
9805 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9806 #  algorithm: "plot_nf_heatmap"
9807 #  output-file-type: ".html"
9808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9809 #  data: "plot-vpp-nfv-2n-skx-mrr"
9810 #  filter: "'NIC_Intel-XXV710' and
9811 #           'NF_DENSITY' and
9812 #           'DOCKER' and
9813 #           'PIPELINE' and
9814 #           'NF_VPPIP4' and
9815 #           'IMIX' and
9816 #           '2T1C' and
9817 #           'MRR'"
9818 #  parameters:
9819 #  - "result"
9820 #  - "name"
9821 #  - "tags"
9822 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9823 #  x-axis: "X = CNFs per Service Pipeline"
9824 #  y-axis: "Y = Number of Service Pipelines"
9825 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9826 #  layout:
9827 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9828 #    layout: "plot-service-density"
9829 #
9830 #- type: "plot"
9831 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9832 #  algorithm: "plot_nf_heatmap"
9833 #  output-file-type: ".html"
9834 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9835 #  data: "plot-vpp-nfv-2n-skx-mrr"
9836 #  filter: "'NIC_Intel-XXV710' and
9837 #           'NF_DENSITY' and
9838 #           'DOCKER' and
9839 #           'PIPELINE' and
9840 #           'NF_VPPIP4' and
9841 #           'IMIX' and
9842 #           '4T2C' and
9843 #           'MRR'"
9844 #  parameters:
9845 #  - "result"
9846 #  - "name"
9847 #  - "tags"
9848 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9849 #  x-axis: "X = CNFs per Service Pipeline"
9850 #  y-axis: "Y = Number of Service Pipelines"
9851 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9852 #  layout:
9853 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9854 #    layout: "plot-service-density"
9855 #
9856 #- type: "plot"
9857 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9858 #  algorithm: "plot_nf_heatmap"
9859 #  output-file-type: ".html"
9860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9861 #  data: "plot-vpp-nfv-2n-skx-mrr"
9862 #  filter: "'NIC_Intel-XXV710' and
9863 #           'NF_DENSITY' and
9864 #           'DOCKER' and
9865 #           'PIPELINE' and
9866 #           'NF_VPPIP4' and
9867 #           'IMIX' and
9868 #           '8T4C' and
9869 #           'MRR'"
9870 #  parameters:
9871 #  - "result"
9872 #  - "name"
9873 #  - "tags"
9874 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9875 #  x-axis: "X = CNFs per Service Pipeline"
9876 #  y-axis: "Y = Number of Service Pipelines"
9877 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9878 #  layout:
9879 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9880 #    layout: "plot-service-density"
9881 #
9882 ## Plots - NF Density - CSP - NDR 64b
9883 #- type: "plot"
9884 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9885 #  algorithm: "plot_nf_heatmap"
9886 #  output-file-type: ".html"
9887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9888 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9889 #  filter: "'NIC_Intel-XXV710' and
9890 #           'NF_DENSITY' and
9891 #           'DOCKER' and
9892 #           'PIPELINE' and
9893 #           'NF_VPPIP4' and
9894 #           '64B' and
9895 #           '2T1C' and
9896 #           'NDRPDR'"
9897 #  parameters:
9898 #  - "throughput"
9899 #  - "name"
9900 #  - "tags"
9901 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9902 #  x-axis: "X = CNFs per Service Pipeline"
9903 #  y-axis: "Y = Number of Service Pipelines"
9904 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9905 #  layout:
9906 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9907 #    layout: "plot-service-density"
9908 #
9909 #- type: "plot"
9910 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9911 #  algorithm: "plot_nf_heatmap"
9912 #  output-file-type: ".html"
9913 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9914 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9915 #  filter: "'NIC_Intel-XXV710' and
9916 #           'NF_DENSITY' and
9917 #           'DOCKER' and
9918 #           'PIPELINE' and
9919 #           'NF_VPPIP4' and
9920 #           '64B' and
9921 #           '4T2C' and
9922 #           'NDRPDR'"
9923 #  parameters:
9924 #  - "throughput"
9925 #  - "name"
9926 #  - "tags"
9927 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9928 #  x-axis: "X = CNFs per Service Pipeline"
9929 #  y-axis: "Y = Number of Service Pipelines"
9930 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9931 #  layout:
9932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9933 #    layout: "plot-service-density"
9934 #
9935 #- type: "plot"
9936 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9937 #  algorithm: "plot_nf_heatmap"
9938 #  output-file-type: ".html"
9939 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9940 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9941 #  filter: "'NIC_Intel-XXV710' and
9942 #           'NF_DENSITY' and
9943 #           'DOCKER' and
9944 #           'PIPELINE' and
9945 #           'NF_VPPIP4' and
9946 #           '64B' and
9947 #           '8T4C' and
9948 #           'NDRPDR'"
9949 #  parameters:
9950 #  - "throughput"
9951 #  - "name"
9952 #  - "tags"
9953 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9954 #  x-axis: "X = CNFs per Service Pipeline"
9955 #  y-axis: "Y = Number of Service Pipelines"
9956 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9957 #  layout:
9958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9959 #    layout: "plot-service-density"
9960 #
9961 ## Plots - NF Density - CSP - NDR IMIX
9962 #- type: "plot"
9963 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9964 #  algorithm: "plot_nf_heatmap"
9965 #  output-file-type: ".html"
9966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9967 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9968 #  filter: "'NIC_Intel-XXV710' and
9969 #           'NF_DENSITY' and
9970 #           'DOCKER' and
9971 #           'PIPELINE' and
9972 #           'NF_VPPIP4' and
9973 #           'IMIX' and
9974 #           '2T1C' and
9975 #           'NDRPDR'"
9976 #  parameters:
9977 #  - "throughput"
9978 #  - "name"
9979 #  - "tags"
9980 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9981 #  x-axis: "X = CNFs per Service Pipeline"
9982 #  y-axis: "Y = Number of Service Pipelines"
9983 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9984 #  layout:
9985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9986 #    layout: "plot-service-density"
9987 #
9988 #- type: "plot"
9989 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9990 #  algorithm: "plot_nf_heatmap"
9991 #  output-file-type: ".html"
9992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9993 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9994 #  filter: "'NIC_Intel-XXV710' and
9995 #           'NF_DENSITY' and
9996 #           'DOCKER' and
9997 #           'PIPELINE' and
9998 #           'NF_VPPIP4' and
9999 #           'IMIX' and
10000 #           '4T2C' and
10001 #           'NDRPDR'"
10002 #  parameters:
10003 #  - "throughput"
10004 #  - "name"
10005 #  - "tags"
10006 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10007 #  x-axis: "X = CNFs per Service Pipeline"
10008 #  y-axis: "Y = Number of Service Pipelines"
10009 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10010 #  layout:
10011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10012 #    layout: "plot-service-density"
10013 #
10014 #- type: "plot"
10015 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10016 #  algorithm: "plot_nf_heatmap"
10017 #  output-file-type: ".html"
10018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10019 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10020 #  filter: "'NIC_Intel-XXV710' and
10021 #           'NF_DENSITY' and
10022 #           'DOCKER' and
10023 #           'PIPELINE' and
10024 #           'NF_VPPIP4' and
10025 #           'IMIX' and
10026 #           '8T4C' and
10027 #           'NDRPDR'"
10028 #  parameters:
10029 #  - "throughput"
10030 #  - "name"
10031 #  - "tags"
10032 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10033 #  x-axis: "X = CNFs per Service Pipeline"
10034 #  y-axis: "Y = Number of Service Pipelines"
10035 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10036 #  layout:
10037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10038 #    layout: "plot-service-density"
10039 #
10040 ## Plots - NF Density - CSP - PDR 64b
10041 #- type: "plot"
10042 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10043 #  algorithm: "plot_nf_heatmap"
10044 #  output-file-type: ".html"
10045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10046 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10047 #  filter: "'NIC_Intel-XXV710' and
10048 #           'NF_DENSITY' and
10049 #           'DOCKER' and
10050 #           'PIPELINE' and
10051 #           'NF_VPPIP4' and
10052 #           '64B' and
10053 #           '2T1C' and
10054 #           'NDRPDR'"
10055 #  parameters:
10056 #  - "throughput"
10057 #  - "name"
10058 #  - "tags"
10059 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10060 #  x-axis: "X = CNFs per Service Pipeline"
10061 #  y-axis: "Y = Number of Service Pipelines"
10062 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10063 #  layout:
10064 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10065 #    layout: "plot-service-density"
10066 #
10067 #- type: "plot"
10068 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10069 #  algorithm: "plot_nf_heatmap"
10070 #  output-file-type: ".html"
10071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10072 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10073 #  filter: "'NIC_Intel-XXV710' and
10074 #           'NF_DENSITY' and
10075 #           'DOCKER' and
10076 #           'PIPELINE' and
10077 #           'NF_VPPIP4' and
10078 #           '64B' and
10079 #           '4T2C' and
10080 #           'NDRPDR'"
10081 #  parameters:
10082 #  - "throughput"
10083 #  - "name"
10084 #  - "tags"
10085 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10086 #  x-axis: "X = CNFs per Service Pipeline"
10087 #  y-axis: "Y = Number of Service Pipelines"
10088 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10089 #  layout:
10090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10091 #    layout: "plot-service-density"
10092 #
10093 #- type: "plot"
10094 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10095 #  algorithm: "plot_nf_heatmap"
10096 #  output-file-type: ".html"
10097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10098 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10099 #  filter: "'NIC_Intel-XXV710' and
10100 #           'NF_DENSITY' and
10101 #           'DOCKER' and
10102 #           'PIPELINE' and
10103 #           'NF_VPPIP4' and
10104 #           '64B' and
10105 #           '8T4C' and
10106 #           'NDRPDR'"
10107 #  parameters:
10108 #  - "throughput"
10109 #  - "name"
10110 #  - "tags"
10111 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10112 #  x-axis: "X = CNFs per Service Pipeline"
10113 #  y-axis: "Y = Number of Service Pipelines"
10114 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10115 #  layout:
10116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10117 #    layout: "plot-service-density"
10118 #
10119 ## Plots - NF Density - CSP - PDR IMIX
10120 #- type: "plot"
10121 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10122 #  algorithm: "plot_nf_heatmap"
10123 #  output-file-type: ".html"
10124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10125 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10126 #  filter: "'NIC_Intel-XXV710' and
10127 #           'NF_DENSITY' and
10128 #           'DOCKER' and
10129 #           'PIPELINE' and
10130 #           'NF_VPPIP4' and
10131 #           'IMIX' and
10132 #           '2T1C' and
10133 #           'NDRPDR'"
10134 #  parameters:
10135 #  - "throughput"
10136 #  - "name"
10137 #  - "tags"
10138 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10139 #  x-axis: "X = CNFs per Service Pipeline"
10140 #  y-axis: "Y = Number of Service Pipelines"
10141 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10142 #  layout:
10143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10144 #    layout: "plot-service-density"
10145 #
10146 #- type: "plot"
10147 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10148 #  algorithm: "plot_nf_heatmap"
10149 #  output-file-type: ".html"
10150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10151 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10152 #  filter: "'NIC_Intel-XXV710' and
10153 #           'NF_DENSITY' and
10154 #           'DOCKER' and
10155 #           'PIPELINE' and
10156 #           'NF_VPPIP4' and
10157 #           'IMIX' and
10158 #           '4T2C' and
10159 #           'NDRPDR'"
10160 #  parameters:
10161 #  - "throughput"
10162 #  - "name"
10163 #  - "tags"
10164 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10165 #  x-axis: "X = CNFs per Service Pipeline"
10166 #  y-axis: "Y = Number of Service Pipelines"
10167 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10168 #  layout:
10169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10170 #    layout: "plot-service-density"
10171 #
10172 #- type: "plot"
10173 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10174 #  algorithm: "plot_nf_heatmap"
10175 #  output-file-type: ".html"
10176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10177 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10178 #  filter: "'NIC_Intel-XXV710' and
10179 #           'NF_DENSITY' and
10180 #           'DOCKER' and
10181 #           'PIPELINE' and
10182 #           'NF_VPPIP4' and
10183 #           'IMIX' and
10184 #           '8T4C' and
10185 #           'NDRPDR'"
10186 #  parameters:
10187 #  - "throughput"
10188 #  - "name"
10189 #  - "tags"
10190 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10191 #  x-axis: "X = CNFs per Service Pipeline"
10192 #  y-axis: "Y = Number of Service Pipelines"
10193 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10194 #  layout:
10195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10196 #    layout: "plot-service-density"
10197
10198 ###############################################################################
10199 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10200
10201 - type: "plot"
10202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10203   algorithm: "plot_nf_heatmap"
10204   output-file-type: ".html"
10205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10206   data: "plot-vpp-nfv-2n-clx-mrr"
10207   filter: "'NIC_Intel-XXV710' and
10208            'NF_DENSITY' and
10209            'VHOST' and
10210            not 'VXLAN' and
10211            'CHAIN' and
10212            'NF_VPPIP4' and
10213            'IMIX' and
10214            '2T1C' and
10215            'MRR'"
10216   parameters:
10217   - "result"
10218   - "name"
10219   - "tags"
10220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10221   x-axis: "X = VNFs per Service Chain"
10222   y-axis: "Y = Number of Service Chains"
10223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10224   layout:
10225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10226     layout: "plot-service-density"
10227
10228 - type: "plot"
10229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10230   algorithm: "plot_nf_heatmap"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10233   data: "plot-vpp-nfv-2n-clx-mrr"
10234   filter: "'NIC_Intel-XXV710' and
10235            'NF_DENSITY' and
10236            'VHOST' and
10237            not 'VXLAN' and
10238            'CHAIN' and
10239            'NF_VPPIP4' and
10240            'IMIX' and
10241            '4T2C' and
10242            'MRR'"
10243   parameters:
10244   - "result"
10245   - "name"
10246   - "tags"
10247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10248   x-axis: "X = VNFs per Service Chain"
10249   y-axis: "Y = Number of Service Chains"
10250   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10251   layout:
10252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10253     layout: "plot-service-density"
10254
10255 - type: "plot"
10256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10257   algorithm: "plot_nf_heatmap"
10258   output-file-type: ".html"
10259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10260   data: "plot-vpp-nfv-2n-clx-mrr"
10261   filter: "'NIC_Intel-XXV710' and
10262            'NF_DENSITY' and
10263            'VHOST' and
10264            not 'VXLAN' and
10265            'CHAIN' and
10266            'NF_VPPIP4' and
10267            'IMIX' and
10268            '8T4C' and
10269            'MRR'"
10270   parameters:
10271   - "result"
10272   - "name"
10273   - "tags"
10274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10275   x-axis: "X = VNFs per Service Chain"
10276   y-axis: "Y = Number of Service Chains"
10277   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10278   layout:
10279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10280     layout: "plot-service-density"
10281
10282 # Plots - NF Density - VSC - NDR IMIX
10283 - type: "plot"
10284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10285   algorithm: "plot_nf_heatmap"
10286   output-file-type: ".html"
10287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10288   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10289   filter: "'NIC_Intel-XXV710' and
10290            'NF_DENSITY' and
10291            'VHOST' and
10292            not 'VXLAN' and
10293            'CHAIN' and
10294            'NF_VPPIP4' and
10295            'IMIX' and
10296            '2T1C' and
10297            'NDRPDR'"
10298   parameters:
10299   - "throughput"
10300   - "name"
10301   - "tags"
10302   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10303   x-axis: "X = VNFs per Service Chain"
10304   y-axis: "Y = Number of Service Chains"
10305   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10306   layout:
10307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10308     layout: "plot-service-density"
10309
10310 - type: "plot"
10311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10312   algorithm: "plot_nf_heatmap"
10313   output-file-type: ".html"
10314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10315   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10316   filter: "'NIC_Intel-XXV710' and
10317            'NF_DENSITY' and
10318            'VHOST' and
10319            not 'VXLAN' and
10320            'CHAIN' and
10321            'NF_VPPIP4' and
10322            'IMIX' and
10323            '4T2C' and
10324            'NDRPDR'"
10325   parameters:
10326   - "throughput"
10327   - "name"
10328   - "tags"
10329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10330   x-axis: "X = VNFs per Service Chain"
10331   y-axis: "Y = Number of Service Chains"
10332   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10333   layout:
10334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10335     layout: "plot-service-density"
10336
10337 - type: "plot"
10338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10339   algorithm: "plot_nf_heatmap"
10340   output-file-type: ".html"
10341   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10342   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10343   filter: "'NIC_Intel-XXV710' and
10344            'NF_DENSITY' and
10345            'VHOST' and
10346            not 'VXLAN' and
10347            'CHAIN' and
10348            'NF_VPPIP4' and
10349            'IMIX' and
10350            '8T4C' and
10351            'NDRPDR'"
10352   parameters:
10353   - "throughput"
10354   - "name"
10355   - "tags"
10356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10357   x-axis: "X = VNFs per Service Chain"
10358   y-axis: "Y = Number of Service Chains"
10359   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10360   layout:
10361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10362     layout: "plot-service-density"
10363
10364 # Plots - NF Density - VSC - PDR IMIX
10365 - type: "plot"
10366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10367   algorithm: "plot_nf_heatmap"
10368   output-file-type: ".html"
10369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10370   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10371   filter: "'NIC_Intel-XXV710' and
10372            'NF_DENSITY' and
10373            'VHOST' and
10374            not 'VXLAN' and
10375            'CHAIN' and
10376            'NF_VPPIP4' and
10377            'IMIX' and
10378            '2T1C' and
10379            'NDRPDR'"
10380   parameters:
10381   - "throughput"
10382   - "name"
10383   - "tags"
10384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10385   x-axis: "X = VNFs per Service Chain"
10386   y-axis: "Y = Number of Service Chains"
10387   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10388   layout:
10389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10390     layout: "plot-service-density"
10391
10392 - type: "plot"
10393   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10394   algorithm: "plot_nf_heatmap"
10395   output-file-type: ".html"
10396   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10397   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10398   filter: "'NIC_Intel-XXV710' and
10399            'NF_DENSITY' and
10400            'VHOST' and
10401            not 'VXLAN' and
10402            'CHAIN' and
10403            'NF_VPPIP4' and
10404            'IMIX' and
10405            '4T2C' and
10406            'NDRPDR'"
10407   parameters:
10408   - "throughput"
10409   - "name"
10410   - "tags"
10411   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10412   x-axis: "X = VNFs per Service Chain"
10413   y-axis: "Y = Number of Service Chains"
10414   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10415   layout:
10416     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10417     layout: "plot-service-density"
10418
10419 - type: "plot"
10420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10421   algorithm: "plot_nf_heatmap"
10422   output-file-type: ".html"
10423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10424   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10425   filter: "'NIC_Intel-XXV710' and
10426            'NF_DENSITY' and
10427            'VHOST' and
10428            not 'VXLAN' and
10429            'CHAIN' and
10430            'NF_VPPIP4' and
10431            'IMIX' and
10432            '8T4C' and
10433            'NDRPDR'"
10434   parameters:
10435   - "throughput"
10436   - "name"
10437   - "tags"
10438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10439   x-axis: "X = VNFs per Service Chain"
10440   y-axis: "Y = Number of Service Chains"
10441   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10442   layout:
10443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10444     layout: "plot-service-density"
10445
10446 # Plots - NF Density - VSC - MRR IMIX
10447 - type: "plot"
10448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10449   algorithm: "plot_nf_heatmap"
10450   output-file-type: ".html"
10451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10452   data: "plot-vpp-nfv-2n-clx-mrr"
10453   filter: "'NIC_Intel-XXV710' and
10454            'NF_DENSITY' and
10455            'VHOST' and
10456            'VXLAN' and
10457            'CHAIN' and
10458            'IMIX' and
10459            '2T1C' and
10460            'MRR'"
10461   parameters:
10462   - "result"
10463   - "name"
10464   - "tags"
10465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10466   x-axis: "X = VNFs per Service Chain"
10467   y-axis: "Y = Number of Service Chains"
10468   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10469   layout:
10470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10471     layout: "plot-service-density"
10472
10473 - type: "plot"
10474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10475   algorithm: "plot_nf_heatmap"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10478   data: "plot-vpp-nfv-2n-clx-mrr"
10479   filter: "'NIC_Intel-XXV710' and
10480            'NF_DENSITY' and
10481            'VHOST' and
10482            'VXLAN' and
10483            'CHAIN' and
10484            'IMIX' and
10485            '4T2C' and
10486            'MRR'"
10487   parameters:
10488   - "result"
10489   - "name"
10490   - "tags"
10491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10492   x-axis: "X = VNFs per Service Chain"
10493   y-axis: "Y = Number of Service Chains"
10494   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10495   layout:
10496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10497     layout: "plot-service-density"
10498
10499 - type: "plot"
10500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10501   algorithm: "plot_nf_heatmap"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10504   data: "plot-vpp-nfv-2n-clx-mrr"
10505   filter: "'NIC_Intel-XXV710' and
10506            'NF_DENSITY' and
10507            'VHOST' and
10508            'VXLAN' and
10509            'CHAIN' and
10510            'IMIX' and
10511            '8T4C' and
10512            'MRR'"
10513   parameters:
10514   - "result"
10515   - "name"
10516   - "tags"
10517   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10518   x-axis: "X = VNFs per Service Chain"
10519   y-axis: "Y = Number of Service Chains"
10520   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10521   layout:
10522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10523     layout: "plot-service-density"
10524
10525 # Plots - NF Density - VSC - NDR IMIX
10526 - type: "plot"
10527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10528   algorithm: "plot_nf_heatmap"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10531   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10532   filter: "'NIC_Intel-XXV710' and
10533            'NF_DENSITY' and
10534            'VHOST' and
10535            'VXLAN' and
10536            'CHAIN' a
10537            'IMIX' and
10538            '2T1C' and
10539            'NDRPDR'"
10540   parameters:
10541   - "throughput"
10542   - "name"
10543   - "tags"
10544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10545   x-axis: "X = VNFs per Service Chain"
10546   y-axis: "Y = Number of Service Chains"
10547   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10548   layout:
10549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10550     layout: "plot-service-density"
10551
10552 - type: "plot"
10553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10554   algorithm: "plot_nf_heatmap"
10555   output-file-type: ".html"
10556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10557   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10558   filter: "'NIC_Intel-XXV710' and
10559            'NF_DENSITY' and
10560            'VHOST' and
10561            'VXLAN' and
10562            'CHAIN' and
10563            'IMIX' and
10564            '4T2C' and
10565            'NDRPDR'"
10566   parameters:
10567   - "throughput"
10568   - "name"
10569   - "tags"
10570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10571   x-axis: "X = VNFs per Service Chain"
10572   y-axis: "Y = Number of Service Chains"
10573   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10574   layout:
10575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10576     layout: "plot-service-density"
10577
10578 - type: "plot"
10579   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10580   algorithm: "plot_nf_heatmap"
10581   output-file-type: ".html"
10582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10583   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10584   filter: "'NIC_Intel-XXV710' and
10585            'NF_DENSITY' and
10586            'VHOST' and
10587            'VXLAN' and
10588            'CHAIN' and
10589            'IMIX' and
10590            '8T4C' and
10591            'NDRPDR'"
10592   parameters:
10593   - "throughput"
10594   - "name"
10595   - "tags"
10596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10597   x-axis: "X = VNFs per Service Chain"
10598   y-axis: "Y = Number of Service Chains"
10599   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10600   layout:
10601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10602     layout: "plot-service-density"
10603
10604 # Plots - NF Density - VSC - PDR IMIX
10605 - type: "plot"
10606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10607   algorithm: "plot_nf_heatmap"
10608   output-file-type: ".html"
10609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10610   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10611   filter: "'NIC_Intel-XXV710' and
10612            'NF_DENSITY' and
10613            'VHOST' and
10614            'VXLAN' and
10615            'CHAIN' and
10616            'IMIX' and
10617            '2T1C' and
10618            'NDRPDR'"
10619   parameters:
10620   - "throughput"
10621   - "name"
10622   - "tags"
10623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10624   x-axis: "X = VNFs per Service Chain"
10625   y-axis: "Y = Number of Service Chains"
10626   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10627   layout:
10628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10629     layout: "plot-service-density"
10630
10631 - type: "plot"
10632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10633   algorithm: "plot_nf_heatmap"
10634   output-file-type: ".html"
10635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10636   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10637   filter: "'NIC_Intel-XXV710' and
10638            'NF_DENSITY' and
10639            'VHOST' and
10640            'VXLAN' and
10641            'CHAIN' and
10642            'IMIX' and
10643            '4T2C' and
10644            'NDRPDR'"
10645   parameters:
10646   - "throughput"
10647   - "name"
10648   - "tags"
10649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10650   x-axis: "X = VNFs per Service Chain"
10651   y-axis: "Y = Number of Service Chains"
10652   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10653   layout:
10654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10655     layout: "plot-service-density"
10656
10657 - type: "plot"
10658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10659   algorithm: "plot_nf_heatmap"
10660   output-file-type: ".html"
10661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10662   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10663   filter: "'NIC_Intel-XXV710' and
10664            'NF_DENSITY' and
10665            'VHOST' and
10666            'VXLAN' and
10667            'CHAIN' and
10668            'IMIX' and
10669            '8T4C' and
10670            'NDRPDR'"
10671   parameters:
10672   - "throughput"
10673   - "name"
10674   - "tags"
10675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10676   x-axis: "X = VNFs per Service Chain"
10677   y-axis: "Y = Number of Service Chains"
10678   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10679   layout:
10680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10681     layout: "plot-service-density"
10682
10683 # Plots - NF Density - CSC - MRR IMIX
10684 - type: "plot"
10685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10686   algorithm: "plot_nf_heatmap"
10687   output-file-type: ".html"
10688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10689   data: "plot-vpp-nfv-2n-clx-mrr"
10690   filter: "'NIC_Intel-XXV710' and
10691            'NF_DENSITY' and
10692            'DOCKER' and
10693            'CHAIN' and
10694            'NF_VPPIP4' and
10695            'IMIX' and
10696            '2T1C' and
10697            'MRR'"
10698   parameters:
10699   - "result"
10700   - "name"
10701   - "tags"
10702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10703   x-axis: "X = CNFs per Service Chain"
10704   y-axis: "Y = Number of Service Chains"
10705   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10706   layout:
10707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10708     layout: "plot-service-density"
10709
10710 - type: "plot"
10711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10712   algorithm: "plot_nf_heatmap"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10715   data: "plot-vpp-nfv-2n-clx-mrr"
10716   filter: "'NIC_Intel-XXV710' and
10717            'NF_DENSITY' and
10718            'DOCKER' and
10719            'CHAIN' and
10720            'NF_VPPIP4' and
10721            'IMIX' and
10722            '4T2C' and
10723            'MRR'"
10724   parameters:
10725   - "result"
10726   - "name"
10727   - "tags"
10728   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10729   x-axis: "X = CNFs per Service Chain"
10730   y-axis: "Y = Number of Service Chains"
10731   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10732   layout:
10733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10734     layout: "plot-service-density"
10735
10736 - type: "plot"
10737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10738   algorithm: "plot_nf_heatmap"
10739   output-file-type: ".html"
10740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10741   data: "plot-vpp-nfv-2n-clx-mrr"
10742   filter: "'NIC_Intel-XXV710' and
10743            'NF_DENSITY' and
10744            'DOCKER' and
10745            'CHAIN' and
10746            'NF_VPPIP4' and
10747            'IMIX' and
10748            '8T4C' and
10749            'MRR'"
10750   parameters:
10751   - "result"
10752   - "name"
10753   - "tags"
10754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10755   x-axis: "X = CNFs per Service Chain"
10756   y-axis: "Y = Number of Service Chains"
10757   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10758   layout:
10759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10760     layout: "plot-service-density"
10761
10762 # Plots - NF Density - CSC - NDR IMIX
10763 - type: "plot"
10764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10765   algorithm: "plot_nf_heatmap"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10768   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10769   filter: "'NIC_Intel-XXV710' and
10770            'NF_DENSITY' and
10771            'DOCKER' and
10772            'CHAIN' and
10773            'NF_VPPIP4' and
10774            'IMIX' and
10775            '2T1C' and
10776            'NDRPDR'"
10777   parameters:
10778   - "throughput"
10779   - "name"
10780   - "tags"
10781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10782   x-axis: "X = CNFs per Service Chain"
10783   y-axis: "Y = Number of Service Chains"
10784   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10785   layout:
10786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10787     layout: "plot-service-density"
10788
10789 - type: "plot"
10790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10791   algorithm: "plot_nf_heatmap"
10792   output-file-type: ".html"
10793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10794   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10795   filter: "'NIC_Intel-XXV710' and
10796            'NF_DENSITY' and
10797            'DOCKER' and
10798            'CHAIN' and
10799            'NF_VPPIP4' and
10800            'IMIX' and
10801            '4T2C' and
10802            'NDRPDR'"
10803   parameters:
10804   - "throughput"
10805   - "name"
10806   - "tags"
10807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10808   x-axis: "X = CNFs per Service Chain"
10809   y-axis: "Y = Number of Service Chains"
10810   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10811   layout:
10812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10813     layout: "plot-service-density"
10814
10815 - type: "plot"
10816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10817   algorithm: "plot_nf_heatmap"
10818   output-file-type: ".html"
10819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10820   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10821   filter: "'NIC_Intel-XXV710' and
10822            'NF_DENSITY' and
10823            'DOCKER' and
10824            'CHAIN' and
10825            'NF_VPPIP4' and
10826            'IMIX' and
10827            '8T4C' and
10828            'NDRPDR'"
10829   parameters:
10830   - "throughput"
10831   - "name"
10832   - "tags"
10833   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10834   x-axis: "X = CNFs per Service Chain"
10835   y-axis: "Y = Number of Service Chains"
10836   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10837   layout:
10838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10839     layout: "plot-service-density"
10840
10841 # Plots - NF Density - CSC - PDR IMIX
10842 - type: "plot"
10843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10844   algorithm: "plot_nf_heatmap"
10845   output-file-type: ".html"
10846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10847   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10848   filter: "'NIC_Intel-XXV710' and
10849            'NF_DENSITY' and
10850            'DOCKER' and
10851            'CHAIN' and
10852            'NF_VPPIP4' and
10853            'IMIX' and
10854            '2T1C' and
10855            'NDRPDR'"
10856   parameters:
10857   - "throughput"
10858   - "name"
10859   - "tags"
10860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10861   x-axis: "X = CNFs per Service Chain"
10862   y-axis: "Y = Number of Service Chains"
10863   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10864   layout:
10865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10866     layout: "plot-service-density"
10867
10868 - type: "plot"
10869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10870   algorithm: "plot_nf_heatmap"
10871   output-file-type: ".html"
10872   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10873   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10874   filter: "'NIC_Intel-XXV710' and
10875            'NF_DENSITY' and
10876            'DOCKER' and
10877            'CHAIN' and
10878            'NF_VPPIP4' and
10879            'IMIX' and
10880            '4T2C' and
10881            'NDRPDR'"
10882   parameters:
10883   - "throughput"
10884   - "name"
10885   - "tags"
10886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10887   x-axis: "X = CNFs per Service Chain"
10888   y-axis: "Y = Number of Service Chains"
10889   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10890   layout:
10891     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10892     layout: "plot-service-density"
10893
10894 - type: "plot"
10895   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10896   algorithm: "plot_nf_heatmap"
10897   output-file-type: ".html"
10898   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10899   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10900   filter: "'NIC_Intel-XXV710' and
10901            'NF_DENSITY' and
10902            'DOCKER' and
10903            'CHAIN' and
10904            'NF_VPPIP4' and
10905            'IMIX' and
10906            '8T4C' and
10907            'NDRPDR'"
10908   parameters:
10909   - "throughput"
10910   - "name"
10911   - "tags"
10912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10913   x-axis: "X = CNFs per Service Chain"
10914   y-axis: "Y = Number of Service Chains"
10915   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10916   layout:
10917     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10918     layout: "plot-service-density"
10919
10920 # Plots - NF Density - CSP - MRR IMIX
10921 - type: "plot"
10922   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10923   algorithm: "plot_nf_heatmap"
10924   output-file-type: ".html"
10925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10926   data: "plot-vpp-nfv-2n-clx-mrr"
10927   filter: "'NIC_Intel-XXV710' and
10928            'NF_DENSITY' and
10929            'DOCKER' and
10930            'PIPELINE' and
10931            'NF_VPPIP4' and
10932            'IMIX' and
10933            '2T1C' and
10934            'MRR'"
10935   parameters:
10936   - "result"
10937   - "name"
10938   - "tags"
10939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10940   x-axis: "X = CNFs per Service Pipeline"
10941   y-axis: "Y = Number of Service Pipelines"
10942   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10943   layout:
10944     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10945     layout: "plot-service-density"
10946
10947 - type: "plot"
10948   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10949   algorithm: "plot_nf_heatmap"
10950   output-file-type: ".html"
10951   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10952   data: "plot-vpp-nfv-2n-clx-mrr"
10953   filter: "'NIC_Intel-XXV710' and
10954            'NF_DENSITY' and
10955            'DOCKER' and
10956            'PIPELINE' and
10957            'NF_VPPIP4' and
10958            'IMIX' and
10959            '4T2C' and
10960            'MRR'"
10961   parameters:
10962   - "result"
10963   - "name"
10964   - "tags"
10965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10966   x-axis: "X = CNFs per Service Pipeline"
10967   y-axis: "Y = Number of Service Pipelines"
10968   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10969   layout:
10970     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10971     layout: "plot-service-density"
10972
10973 - type: "plot"
10974   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10975   algorithm: "plot_nf_heatmap"
10976   output-file-type: ".html"
10977   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10978   data: "plot-vpp-nfv-2n-clx-mrr"
10979   filter: "'NIC_Intel-XXV710' and
10980            'NF_DENSITY' and
10981            'DOCKER' and
10982            'PIPELINE' and
10983            'NF_VPPIP4' and
10984            'IMIX' and
10985            '8T4C' and
10986            'MRR'"
10987   parameters:
10988   - "result"
10989   - "name"
10990   - "tags"
10991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10992   x-axis: "X = CNFs per Service Pipeline"
10993   y-axis: "Y = Number of Service Pipelines"
10994   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10995   layout:
10996     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10997     layout: "plot-service-density"
10998
10999 # Plots - NF Density - CSP - NDR IMIX
11000 - type: "plot"
11001   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11002   algorithm: "plot_nf_heatmap"
11003   output-file-type: ".html"
11004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11005   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11006   filter: "'NIC_Intel-XXV710' and
11007            'NF_DENSITY' and
11008            'DOCKER' and
11009            'PIPELINE' and
11010            'NF_VPPIP4' and
11011            'IMIX' and
11012            '2T1C' and
11013            'NDRPDR'"
11014   parameters:
11015   - "throughput"
11016   - "name"
11017   - "tags"
11018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11019   x-axis: "X = CNFs per Service Pipeline"
11020   y-axis: "Y = Number of Service Pipelines"
11021   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11022   layout:
11023     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11024     layout: "plot-service-density"
11025
11026 - type: "plot"
11027   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11028   algorithm: "plot_nf_heatmap"
11029   output-file-type: ".html"
11030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11031   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11032   filter: "'NIC_Intel-XXV710' and
11033            'NF_DENSITY' and
11034            'DOCKER' and
11035            'PIPELINE' and
11036            'NF_VPPIP4' and
11037            'IMIX' and
11038            '4T2C' and
11039            'NDRPDR'"
11040   parameters:
11041   - "throughput"
11042   - "name"
11043   - "tags"
11044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11045   x-axis: "X = CNFs per Service Pipeline"
11046   y-axis: "Y = Number of Service Pipelines"
11047   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11048   layout:
11049     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11050     layout: "plot-service-density"
11051
11052 - type: "plot"
11053   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11054   algorithm: "plot_nf_heatmap"
11055   output-file-type: ".html"
11056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11057   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11058   filter: "'NIC_Intel-XXV710' and
11059            'NF_DENSITY' and
11060            'DOCKER' and
11061            'PIPELINE' and
11062            'NF_VPPIP4' and
11063            'IMIX' and
11064            '8T4C' and
11065            'NDRPDR'"
11066   parameters:
11067   - "throughput"
11068   - "name"
11069   - "tags"
11070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11071   x-axis: "X = CNFs per Service Pipeline"
11072   y-axis: "Y = Number of Service Pipelines"
11073   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11074   layout:
11075     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11076     layout: "plot-service-density"
11077
11078 # Plots - NF Density - CSP - PDR IMIX
11079 - type: "plot"
11080   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11081   algorithm: "plot_nf_heatmap"
11082   output-file-type: ".html"
11083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11084   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11085   filter: "'NIC_Intel-XXV710' and
11086            'NF_DENSITY' and
11087            'DOCKER' and
11088            'PIPELINE' and
11089            'NF_VPPIP4' and
11090            'IMIX' and
11091            '2T1C' and
11092            'NDRPDR'"
11093   parameters:
11094   - "throughput"
11095   - "name"
11096   - "tags"
11097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11098   x-axis: "X = CNFs per Service Pipeline"
11099   y-axis: "Y = Number of Service Pipelines"
11100   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11101   layout:
11102     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11103     layout: "plot-service-density"
11104
11105 - type: "plot"
11106   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11107   algorithm: "plot_nf_heatmap"
11108   output-file-type: ".html"
11109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11110   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11111   filter: "'NIC_Intel-XXV710' and
11112            'NF_DENSITY' and
11113            'DOCKER' and
11114            'PIPELINE' and
11115            'NF_VPPIP4' and
11116            'IMIX' and
11117            '4T2C' and
11118            'NDRPDR'"
11119   parameters:
11120   - "throughput"
11121   - "name"
11122   - "tags"
11123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11124   x-axis: "X = CNFs per Service Pipeline"
11125   y-axis: "Y = Number of Service Pipelines"
11126   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11127   layout:
11128     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11129     layout: "plot-service-density"
11130
11131 - type: "plot"
11132   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11133   algorithm: "plot_nf_heatmap"
11134   output-file-type: ".html"
11135   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11136   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11137   filter: "'NIC_Intel-XXV710' and
11138            'NF_DENSITY' and
11139            'DOCKER' and
11140            'PIPELINE' and
11141            'NF_VPPIP4' and
11142            'IMIX' and
11143            '8T4C' and
11144            'NDRPDR'"
11145   parameters:
11146   - "throughput"
11147   - "name"
11148   - "tags"
11149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11150   x-axis: "X = CNFs per Service Pipeline"
11151   y-axis: "Y = Number of Service Pipelines"
11152   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11153   layout:
11154     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11155     layout: "plot-service-density"
11156
11157 ################################################################################
11158
11159 # Packet Throughput
11160
11161 - type: "plot"
11162   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11163   algorithm: "plot_perf_box_name"
11164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11166   include:
11167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11171   layout:
11172     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11173     layout: "plot-throughput"
11174
11175 - type: "plot"
11176   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11177   algorithm: "plot_perf_box_name"
11178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11180   include:
11181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11182     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11183     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11184     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11185   layout:
11186     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11194   include:
11195     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11196     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11197     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11198     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11199   layout:
11200     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11201     layout: "plot-throughput"
11202
11203 - type: "plot"
11204   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11205   algorithm: "plot_perf_box_name"
11206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11208   include:
11209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11210     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11211     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11212     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11213   layout:
11214     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11215     layout: "plot-throughput"
11216
11217 - type: "plot"
11218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11219   algorithm: "plot_perf_box_name"
11220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11222   include:
11223     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11224     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11225     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11226     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11227     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11228   layout:
11229     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11230     layout: "plot-throughput"
11231
11232 - type: "plot"
11233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11234   algorithm: "plot_perf_box_name"
11235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11237   include:
11238     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11239     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11240     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11241     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11242     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11243   layout:
11244     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11245     layout: "plot-throughput"
11246
11247 - type: "plot"
11248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11249   algorithm: "plot_perf_box_name"
11250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11252   include:
11253     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11254     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11255     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11256     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11257     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11258   layout:
11259     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11260     layout: "plot-throughput"
11261
11262 - type: "plot"
11263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11264   algorithm: "plot_perf_box_name"
11265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11267   include:
11268     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11269     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11270     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11271     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11272     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11273   layout:
11274     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11275     layout: "plot-throughput"
11276
11277 - type: "plot"
11278   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11279   algorithm: "plot_perf_box_name"
11280   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11281   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11282   include:
11283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11284     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11285     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11286     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11287     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11288   layout:
11289     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11290     layout: "plot-throughput"
11291
11292 - type: "plot"
11293   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11294   algorithm: "plot_perf_box_name"
11295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11296   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11297   include:
11298     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11299     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11300     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11301     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11302     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11303   layout:
11304     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11305     layout: "plot-throughput"
11306
11307 - type: "plot"
11308   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11309   algorithm: "plot_perf_box_name"
11310   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11312   include:
11313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11319   layout:
11320     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11321     layout: "plot-throughput"
11322
11323 - type: "plot"
11324   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11325   algorithm: "plot_perf_box_name"
11326   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11328   include:
11329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11335   layout:
11336     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11337     layout: "plot-throughput"
11338
11339 - type: "plot"
11340   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11341   algorithm: "plot_perf_box_name"
11342   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11344   include:
11345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11350   layout:
11351     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11352     layout: "plot-throughput"
11353
11354 - type: "plot"
11355   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11356   algorithm: "plot_perf_box_name"
11357   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11359   include:
11360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11365   layout:
11366     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11367     layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11371   algorithm: "plot_perf_box_name"
11372   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11373   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11374   include:
11375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11378   layout:
11379     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11380     layout: "plot-throughput"
11381
11382 - type: "plot"
11383   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11384   algorithm: "plot_perf_box_name"
11385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11387   include:
11388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11391   layout:
11392     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11393     layout: "plot-throughput"
11394
11395 - type: "plot"
11396   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11397   algorithm: "plot_perf_box_name"
11398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11400   include:
11401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11406   layout:
11407     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11408     layout: "plot-throughput"
11409
11410 - type: "plot"
11411   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11412   algorithm: "plot_perf_box_name"
11413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11415   include:
11416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11421   layout:
11422     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11423     layout: "plot-throughput"
11424
11425 - type: "plot"
11426   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11427   algorithm: "plot_perf_box_name"
11428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11430   include:
11431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11434   layout:
11435     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11443   include:
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11447   layout:
11448     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11456   include:
11457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11463   layout:
11464     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11479   layout:
11480     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11481     layout: "plot-throughput"
11482
11483 - type: "plot"
11484   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11485   algorithm: "plot_perf_box_name"
11486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11488   include:
11489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11495   layout:
11496     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11504   include:
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11511   layout:
11512     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11513     layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11520   include:
11521     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11524   layout:
11525     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11526     layout: "plot-throughput"
11527
11528 - type: "plot"
11529   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11530   algorithm: "plot_perf_box_name"
11531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11533   include:
11534     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11537   layout:
11538     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11546   include:
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11550 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11551 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11552   layout:
11553     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11554     layout: "plot-throughput"
11555
11556 - type: "plot"
11557   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11558   algorithm: "plot_perf_box_name"
11559   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11561   include:
11562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11565 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11566 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11567   layout:
11568     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11569     layout: "plot-throughput"
11570
11571 - type: "plot"
11572   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11573   algorithm: "plot_perf_box_name"
11574   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11576   include:
11577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11582   layout:
11583     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11584     layout: "plot-throughput"
11585
11586 - type: "plot"
11587   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11588   algorithm: "plot_perf_box_name"
11589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11591   include:
11592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11597   layout:
11598     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11606   include:
11607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11612   layout:
11613     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11614     layout: "plot-throughput"
11615
11616 - type: "plot"
11617   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11618   algorithm: "plot_perf_box_name"
11619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11621   include:
11622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11627   layout:
11628     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11629     layout: "plot-throughput"
11630
11631 - type: "plot"
11632   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11633   algorithm: "plot_perf_box_name"
11634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11636   include:
11637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11643   layout:
11644     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11652   include:
11653     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11659   layout:
11660     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11665   algorithm: "plot_perf_box_name"
11666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11668   include:
11669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11675   layout:
11676     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11691   layout:
11692     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11693     layout: "plot-throughput"
11694
11695 - type: "plot"
11696   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11697   algorithm: "plot_perf_box_name"
11698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11700   include:
11701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11706   layout:
11707     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11715   include:
11716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11721   layout:
11722     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11730   include:
11731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11737   layout:
11738     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11746   include:
11747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11753   layout:
11754     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11762   include:
11763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11768   layout:
11769     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11770     layout: "plot-throughput"
11771
11772 - type: "plot"
11773   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11774   algorithm: "plot_perf_box_name"
11775   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11776   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11777   include:
11778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11783   layout:
11784     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11792   include:
11793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11799   layout:
11800     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11807   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11808   include:
11809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11815   layout:
11816     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11824   include:
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11830   layout:
11831     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11839   include:
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11845   layout:
11846     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11854   include:
11855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11861   layout:
11862     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11869   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11870   include:
11871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11877   layout:
11878     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11886   include:
11887     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11889   layout:
11890     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11895   algorithm: "plot_perf_box_name"
11896   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11898   include:
11899     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11901   layout:
11902     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11903     layout: "plot-throughput"
11904
11905 - type: "plot"
11906   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11907   algorithm: "plot_perf_box_name"
11908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11910   include:
11911     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11915   layout:
11916     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11924   include:
11925     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11929   layout:
11930     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11931     layout: "plot-throughput"
11932
11933 - type: "plot"
11934   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11935   algorithm: "plot_perf_box_name"
11936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11938   include:
11939     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11943   layout:
11944     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11945     layout: "plot-throughput"
11946
11947 - type: "plot"
11948   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11952   include:
11953     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11957   layout:
11958     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11966   include:
11967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11971   layout:
11972     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11980   include:
11981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11985   layout:
11986     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11993   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11994   include:
11995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11999   layout:
12000     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12008   include:
12009     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12013   layout:
12014     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12019   algorithm: "plot_perf_box_name"
12020   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12022   include:
12023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12029   layout:
12030     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12038   include:
12039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12045   layout:
12046     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12047     layout: "plot-throughput"
12048
12049 - type: "plot"
12050   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12051   algorithm: "plot_perf_box_name"
12052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12054   include:
12055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12060   layout:
12061     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12069   include:
12070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12075   layout:
12076     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12090   layout:
12091     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12105   layout:
12106     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12114   include:
12115     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12118   layout:
12119     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12127   include:
12128     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12131   layout:
12132     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12140   include:
12141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12144   layout:
12145     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12157   layout:
12158     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12172   layout:
12173     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12187   layout:
12188     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12202   layout:
12203     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12217   layout:
12218     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12226   include:
12227     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12232   layout:
12233     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12240   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12241   include:
12242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12247   layout:
12248     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12255   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12256   include:
12257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12262   layout:
12263     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12270   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12271   include:
12272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12277   layout:
12278     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12285   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12286   include:
12287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12292   layout:
12293     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12300   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12301   include:
12302     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12307   layout:
12308     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12316   include:
12317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12323   layout:
12324     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12332   include:
12333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12338     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12339   layout:
12340     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12341     layout: "plot-throughput"
12342
12343 - type: "plot"
12344   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12345   algorithm: "plot_perf_box_name"
12346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12348   include:
12349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12353   layout:
12354     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12355     layout: "plot-throughput"
12356
12357 - type: "plot"
12358   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12359   algorithm: "plot_perf_box_name"
12360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12362   include:
12363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12367   layout:
12368     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12376   include:
12377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12383   layout:
12384     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12385     layout: "plot-throughput"
12386
12387 - type: "plot"
12388   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12389   algorithm: "plot_perf_box_name"
12390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12392   include:
12393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12399   layout:
12400     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12408   include:
12409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12413     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12414     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12415   layout:
12416     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12424   include:
12425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12431   layout:
12432     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12433     layout: "plot-throughput"
12434
12435 - type: "plot"
12436   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12437   algorithm: "plot_perf_box_name"
12438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12440   include:
12441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12445     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12446     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12447   layout:
12448     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12461     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12463   layout:
12464     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12471   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12472   include:
12473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12479   layout:
12480     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12488   include:
12489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12495   layout:
12496     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12504   include:
12505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12511   layout:
12512     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12520   include:
12521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12527   layout:
12528     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12529     layout: "plot-throughput"
12530
12531 - type: "plot"
12532   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12533   algorithm: "plot_perf_box_name"
12534   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12536   include:
12537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12543   layout:
12544     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12545     layout: "plot-throughput"
12546
12547 - type: "plot"
12548   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12549   algorithm: "plot_perf_box_name"
12550   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12552   include:
12553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12559   layout:
12560     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12568   include:
12569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12575   layout:
12576     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12584   include:
12585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12591   layout:
12592     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12600   include:
12601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12607   layout:
12608     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12616   include:
12617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12623   layout:
12624     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12632   include:
12633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12637   layout:
12638     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12646   include:
12647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12651   layout:
12652     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12660   include:
12661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12665   layout:
12666     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12679   layout:
12680     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12685   algorithm: "plot_perf_box_name"
12686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12688   include:
12689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12695   layout:
12696     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12704   include:
12705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12711   layout:
12712     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12726   layout:
12727     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12735   include:
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12741   layout:
12742     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12756   layout:
12757     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12765   include:
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12771   layout:
12772     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12773     layout: "plot-throughput"
12774
12775 - type: "plot"
12776   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12777   algorithm: "plot_perf_box_name"
12778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12780   include:
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12785   layout:
12786     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12799   layout:
12800     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12815   layout:
12816     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12824   include:
12825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12831   layout:
12832     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12833     layout: "plot-throughput"
12834
12835 - type: "plot"
12836   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12837   algorithm: "plot_perf_box_name"
12838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12840   include:
12841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12847   layout:
12848     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12856   include:
12857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12863   layout:
12864     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12872   include:
12873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12879   layout:
12880     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12888   include:
12889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12895   layout:
12896     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12897     layout: "plot-throughput"
12898
12899 - type: "plot"
12900   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12901   algorithm: "plot_perf_box_name"
12902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12904   include:
12905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12911   layout:
12912     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12917   algorithm: "plot_perf_box_name"
12918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12920   include:
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12927   layout:
12928     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12929     layout: "plot-throughput"
12930
12931 - type: "plot"
12932   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12933   algorithm: "plot_perf_box_name"
12934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12936   include:
12937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12941   layout:
12942     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12950   include:
12951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12955   layout:
12956     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12964   include:
12965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12971   layout:
12972     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12980   include:
12981     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12987   layout:
12988     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12996   include:
12997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13003   layout:
13004     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13012   include:
13013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13019   layout:
13020     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13021     layout: "plot-throughput"
13022
13023 #- type: "plot"
13024 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13025 #  algorithm: "plot_perf_box_name"
13026 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13027 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13028 #  include:
13029 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13030 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13031 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13032 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13033 #  layout:
13034 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13035 #    layout: "plot-throughput"
13036 #
13037 #- type: "plot"
13038 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13039 #  algorithm: "plot_perf_box_name"
13040 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13041 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13042 #  include:
13043 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13044 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13045 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13046 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13047 #  layout:
13048 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13049 #    layout: "plot-throughput"
13050
13051 - type: "plot"
13052   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13053   algorithm: "plot_perf_box_name"
13054   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13055   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13056   include:
13057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13063   layout:
13064     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13071   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13072   include:
13073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13079   layout:
13080     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13081     layout: "plot-throughput"
13082
13083 #- type: "plot"
13084 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13085 #  algorithm: "plot_perf_box_name"
13086 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13087 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13088 #  include:
13089 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13090 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13091 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13092 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13093 #  layout:
13094 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13095 #    layout: "plot-throughput"
13096 #
13097 #- type: "plot"
13098 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13099 #  algorithm: "plot_perf_box_name"
13100 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13101 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13102 #  include:
13103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13106 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13107 #  layout:
13108 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13109 #    layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13115   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13116   include:
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13123   layout:
13124     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13131   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13132   include:
13133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13139   layout:
13140     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13141     layout: "plot-throughput"
13142
13143 #- type: "plot"
13144 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13145 #  algorithm: "plot_perf_box_name"
13146 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13147 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13148 #  include:
13149 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13150 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13151 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13152 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13153 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13154 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13155 #  layout:
13156 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13157 #    layout: "plot-throughput"
13158 #
13159 #- type: "plot"
13160 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13161 #  algorithm: "plot_perf_box_name"
13162 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13163 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13164 #  include:
13165 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13166 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13167 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13168 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13171 #  layout:
13172 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13173 #    layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13177   algorithm: "plot_perf_box_name"
13178   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13180   include:
13181     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13182     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13183     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13184     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13185     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13186     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13187   layout:
13188     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13196   include:
13197     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13198     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13199     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13200     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13201     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13202     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13203   layout:
13204     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13212   include:
13213     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13214     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13215     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13216     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13217     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13218     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13219   layout:
13220     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13230     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13231     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13232     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13235   layout:
13236     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13237     layout: "plot-throughput"
13238
13239 - type: "plot"
13240   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13241   algorithm: "plot_perf_box_name"
13242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13244   include:
13245     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13246     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13247     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13248     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13249     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13250     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13251   layout:
13252     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13262     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13263     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13264     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13265     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13266     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13267   layout:
13268     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13276   include:
13277     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13278     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13279     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13280     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13281     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13282     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13283   layout:
13284     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13292   include:
13293     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13294     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13295     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13296     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13297     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13299   layout:
13300     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13301     layout: "plot-throughput"
13302
13303 #- type: "plot"
13304 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13305 #  algorithm: "plot_perf_box_name"
13306 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13307 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13308 #  include:
13309 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13310 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13311 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13312 #  layout:
13313 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13314 #    layout: "plot-throughput"
13315 #
13316 #- type: "plot"
13317 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13318 #  algorithm: "plot_perf_box_name"
13319 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13320 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13321 #  include:
13322 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13323 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13324 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13325 #  layout:
13326 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13327 #    layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13340   layout:
13341     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13342     layout: "plot-throughput"
13343
13344 - type: "plot"
13345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13346   algorithm: "plot_perf_box_name"
13347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13349   include:
13350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13355   layout:
13356     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13357     layout: "plot-throughput"
13358
13359 - type: "plot"
13360   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13361   algorithm: "plot_perf_box_name"
13362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13364   include:
13365     - "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"
13366     - "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"
13367     - "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"
13368     - "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"
13369     - "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"
13370   layout:
13371     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13372     layout: "plot-throughput"
13373
13374 - type: "plot"
13375   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13376   algorithm: "plot_perf_box_name"
13377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13379   include:
13380     - "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"
13381     - "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"
13382     - "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"
13383     - "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"
13384     - "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"
13385   layout:
13386     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13387     layout: "plot-throughput"
13388
13389 - type: "plot"
13390   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13391   algorithm: "plot_perf_box_name"
13392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13394   include:
13395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13400   layout:
13401     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13402     layout: "plot-throughput"
13403
13404 - type: "plot"
13405   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13406   algorithm: "plot_perf_box_name"
13407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13409   include:
13410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13415   layout:
13416     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13417     layout: "plot-throughput"
13418
13419 - type: "plot"
13420   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13421   algorithm: "plot_perf_box_name"
13422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13424   include:
13425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13430   layout:
13431     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13445   layout:
13446     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13447     layout: "plot-throughput"
13448
13449 - type: "plot"
13450   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13451   algorithm: "plot_perf_box_name"
13452   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13454   include:
13455     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13458     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13459     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13460   layout:
13461     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13469   include:
13470     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13473     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13474     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13475   layout:
13476     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13481   algorithm: "plot_perf_box_name"
13482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13484   include:
13485     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13490   layout:
13491     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13499   include:
13500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13505   layout:
13506     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13514   include:
13515     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13519   layout:
13520     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13528   include:
13529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13533   layout:
13534     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13535     layout: "plot-throughput"
13536
13537 - type: "plot"
13538   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13539   algorithm: "plot_perf_box_name"
13540   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13542   include:
13543     - "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"
13544     - "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"
13545     - "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"
13546     - "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"
13547   layout:
13548     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "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"
13558     - "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"
13559     - "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"
13560     - "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"
13561   layout:
13562     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13563     layout: "plot-throughput"
13564
13565 - type: "plot"
13566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13567   algorithm: "plot_perf_box_name"
13568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13570   include:
13571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577   layout:
13578     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13586   include:
13587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13593   layout:
13594     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13602   include:
13603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609   layout:
13610     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13615   algorithm: "plot_perf_box_name"
13616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13618   include:
13619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625   layout:
13626     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13631   algorithm: "plot_perf_box_name"
13632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13634   include:
13635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13641   layout:
13642     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13643     layout: "plot-throughput"
13644
13645 - type: "plot"
13646   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13647   algorithm: "plot_perf_box_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13650   include:
13651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13657   layout:
13658     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13659     layout: "plot-throughput"
13660
13661 - type: "plot"
13662   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13663   algorithm: "plot_perf_box_name"
13664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13666   include:
13667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13672   layout:
13673     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13674     layout: "plot-throughput"
13675
13676 - type: "plot"
13677   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13678   algorithm: "plot_perf_box_name"
13679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13681   include:
13682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13687   layout:
13688     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13689     layout: "plot-throughput"
13690
13691 - type: "plot"
13692   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13693   algorithm: "plot_perf_box_name"
13694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13696   include:
13697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13699   layout:
13700     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13701     layout: "plot-throughput"
13702
13703 - type: "plot"
13704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13705   algorithm: "plot_perf_box_name"
13706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13708   include:
13709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13711   layout:
13712     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13720   include:
13721     - "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"
13722     - "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"
13723   layout:
13724     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13725     layout: "plot-throughput"
13726
13727 - type: "plot"
13728   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13729   algorithm: "plot_perf_box_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732   include:
13733     - "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"
13734     - "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"
13735   layout:
13736     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13737     layout: "plot-throughput"
13738
13739 - type: "plot"
13740   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13741   algorithm: "plot_perf_box_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13744   include:
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13747   layout:
13748     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13749     layout: "plot-throughput"
13750
13751 - type: "plot"
13752   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13753   algorithm: "plot_perf_box_name"
13754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13756   include:
13757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13759   layout:
13760     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13761     layout: "plot-throughput"
13762
13763 - type: "plot"
13764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13765   algorithm: "plot_perf_box_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13771   layout:
13772     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13773     layout: "plot-throughput"
13774
13775 - type: "plot"
13776   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13777   algorithm: "plot_perf_box_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783   layout:
13784     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13785     layout: "plot-throughput"
13786
13787 - type: "plot"
13788   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13789   algorithm: "plot_perf_box_name"
13790   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13791   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13792   include:
13793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13797     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13799   layout:
13800     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13801     layout: "plot-throughput"
13802
13803 - type: "plot"
13804   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13805   algorithm: "plot_perf_box_name"
13806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13808   include:
13809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13815   layout:
13816     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13817     layout: "plot-throughput"
13818
13819 - type: "plot"
13820   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13821   algorithm: "plot_perf_box_name"
13822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13824   include:
13825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13829     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13830     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13831   layout:
13832     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13833     layout: "plot-throughput"
13834
13835 - type: "plot"
13836   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13837   algorithm: "plot_perf_box_name"
13838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13840   include:
13841     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13842     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13843     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13847   layout:
13848     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13849     layout: "plot-throughput"
13850
13851 #- type: "plot"
13852 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13853 #  algorithm: "plot_perf_box_name"
13854 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13855 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13856 #  include:
13857 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13858 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13859 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13860 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13861 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13862 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13863 #  layout:
13864 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13865 #    layout: "plot-throughput"
13866 #
13867 #- type: "plot"
13868 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13869 #  algorithm: "plot_perf_box_name"
13870 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13871 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13872 #  include:
13873 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13874 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13875 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13877 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13878 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13879 #  layout:
13880 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13881 #    layout: "plot-throughput"
13882
13883 - type: "plot"
13884   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13885   algorithm: "plot_perf_box_name"
13886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13888   include:
13889     - "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"
13890     - "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"
13891     - "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"
13892     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13894     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13895   layout:
13896     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13897     layout: "plot-throughput"
13898
13899 - type: "plot"
13900   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13901   algorithm: "plot_perf_box_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "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"
13906     - "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"
13907     - "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"
13908     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13909     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13910     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13911   layout:
13912     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13913     layout: "plot-throughput"
13914
13915 ################################################################################
13916
13917 # Packet Speedup
13918
13919 - type: "plot"
13920   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13921   algorithm: "plot_tsa_name"
13922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13924   include:
13925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13929   layout:
13930     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13931     layout: "plot-throughput-speedup-analysis"
13932
13933 - type: "plot"
13934   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13935   algorithm: "plot_tsa_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13942     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13943   layout:
13944     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13945     layout: "plot-throughput-speedup-analysis"
13946
13947 - type: "plot"
13948   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13949   algorithm: "plot_tsa_name"
13950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13957   layout:
13958     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13959     layout: "plot-throughput-speedup-analysis"
13960
13961 - type: "plot"
13962   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13963   algorithm: "plot_tsa_name"
13964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13966   include:
13967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13971   layout:
13972     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13973     layout: "plot-throughput-speedup-analysis"
13974
13975 - type: "plot"
13976   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13977   algorithm: "plot_tsa_name"
13978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13980   include:
13981     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13982     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13983     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13984     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13985     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13986   layout:
13987     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13988     layout: "plot-throughput-speedup-analysis"
13989
13990 - type: "plot"
13991   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13992   algorithm: "plot_tsa_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13995   include:
13996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13998     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13999     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14000     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14001   layout:
14002     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14003     layout: "plot-throughput-speedup-analysis"
14004
14005 - type: "plot"
14006   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14007   algorithm: "plot_tsa_name"
14008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14010   include:
14011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14014     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14015     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14016   layout:
14017     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14018     layout: "plot-throughput-speedup-analysis"
14019
14020 - type: "plot"
14021   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14022   algorithm: "plot_tsa_name"
14023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14025   include:
14026     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14027     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14028     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14029     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14030     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14031   layout:
14032     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14047   layout:
14048     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14056   include:
14057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14063   layout:
14064     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14065     layout: "plot-throughput-speedup-analysis"
14066
14067 - type: "plot"
14068   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14069   algorithm: "plot_tsa_name"
14070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14072   include:
14073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14078   layout:
14079     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14080     layout: "plot-throughput-speedup-analysis"
14081
14082 - type: "plot"
14083   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14084   algorithm: "plot_tsa_name"
14085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14087   include:
14088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14093   layout:
14094     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14095     layout: "plot-throughput-speedup-analysis"
14096
14097 - type: "plot"
14098   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14099   algorithm: "plot_tsa_name"
14100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14102   include:
14103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14106   layout:
14107     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14108     layout: "plot-throughput-speedup-analysis"
14109
14110 - type: "plot"
14111   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14112   algorithm: "plot_tsa_name"
14113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14115   include:
14116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14119   layout:
14120     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14121     layout: "plot-throughput-speedup-analysis"
14122
14123 - type: "plot"
14124   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14125   algorithm: "plot_tsa_name"
14126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14128   include:
14129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14134   layout:
14135     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 - type: "plot"
14139   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14140   algorithm: "plot_tsa_name"
14141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14143   include:
14144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14149   layout:
14150     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 - type: "plot"
14154   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14155   algorithm: "plot_tsa_name"
14156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14158   include:
14159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14162   layout:
14163     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14164     layout: "plot-throughput-speedup-analysis"
14165
14166 - type: "plot"
14167   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14168   algorithm: "plot_tsa_name"
14169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14171   include:
14172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14175   layout:
14176     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14177     layout: "plot-throughput-speedup-analysis"
14178
14179 - type: "plot"
14180   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14181   algorithm: "plot_tsa_name"
14182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14184   include:
14185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14191   layout:
14192     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 - type: "plot"
14196   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14197   algorithm: "plot_tsa_name"
14198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14200   include:
14201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14207   layout:
14208     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14209     layout: "plot-throughput-speedup-analysis"
14210
14211 - type: "plot"
14212   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14213   algorithm: "plot_tsa_name"
14214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14216   include:
14217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14223   layout:
14224     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 - type: "plot"
14228   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14229   algorithm: "plot_tsa_name"
14230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14232   include:
14233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14239   layout:
14240     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14248   include:
14249     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14252   layout:
14253     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14254     layout: "plot-throughput-speedup-analysis"
14255
14256 - type: "plot"
14257   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14258   algorithm: "plot_tsa_name"
14259   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14261   include:
14262     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14265   layout:
14266     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 - type: "plot"
14270   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14271   algorithm: "plot_tsa_name"
14272   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14274   include:
14275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14278 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14279 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14280   layout:
14281     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14282     layout: "plot-throughput-speedup-analysis"
14283
14284 - type: "plot"
14285   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14286   algorithm: "plot_tsa_name"
14287   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14289   include:
14290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14293 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14294 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14295   layout:
14296     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14297     layout: "plot-throughput-speedup-analysis"
14298
14299 - type: "plot"
14300   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14301   algorithm: "plot_tsa_name"
14302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14304   include:
14305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14310   layout:
14311     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14312     layout: "plot-throughput-speedup-analysis"
14313
14314 - type: "plot"
14315   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14316   algorithm: "plot_tsa_name"
14317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14319   include:
14320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14325   layout:
14326     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14327     layout: "plot-throughput-speedup-analysis"
14328
14329 - type: "plot"
14330   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14331   algorithm: "plot_tsa_name"
14332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14334   include:
14335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14340   layout:
14341     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14349   include:
14350     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14355   layout:
14356     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 - type: "plot"
14360   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14361   algorithm: "plot_tsa_name"
14362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14364   include:
14365     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14371   layout:
14372     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14380   include:
14381     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14387   layout:
14388     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14403   layout:
14404     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14412   include:
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14419   layout:
14420     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14428   include:
14429     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14431   layout:
14432     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14433     layout: "plot-throughput-speedup-analysis"
14434
14435 - type: "plot"
14436   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14437   algorithm: "plot_tsa_name"
14438   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14440   include:
14441     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14443   layout:
14444     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14457   layout:
14458     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 - type: "plot"
14462   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14466   include:
14467     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14471   layout:
14472     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14473     layout: "plot-throughput-speedup-analysis"
14474
14475 - type: "plot"
14476   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14477   algorithm: "plot_tsa_name"
14478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14480   include:
14481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14485   layout:
14486     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14499   layout:
14500     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14501     layout: "plot-throughput-speedup-analysis"
14502
14503 - type: "plot"
14504   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14508   include:
14509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14515   layout:
14516     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14517     layout: "plot-throughput-speedup-analysis"
14518
14519 - type: "plot"
14520   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14521   algorithm: "plot_tsa_name"
14522   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14524   include:
14525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14531   layout:
14532     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14540   include:
14541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14546   layout:
14547     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14561   layout:
14562     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14576   layout:
14577     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14591   layout:
14592     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14600   include:
14601     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14604   layout:
14605     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 - type: "plot"
14609   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14610   algorithm: "plot_tsa_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14613   include:
14614     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14617   layout:
14618     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14630   layout:
14631     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14643   layout:
14644     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14658   layout:
14659     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14673   layout:
14674     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14688   layout:
14689     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14690     layout: "plot-throughput-speedup-analysis"
14691
14692 - type: "plot"
14693   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14694   algorithm: "plot_tsa_name"
14695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14697   include:
14698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14703   layout:
14704     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14712   include:
14713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14717     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14718     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14719   layout:
14720     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14728   include:
14729     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14731     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14732     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14733     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14734     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14735   layout:
14736     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14737     layout: "plot-throughput-speedup-analysis"
14738
14739 - type: "plot"
14740   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14741   algorithm: "plot_tsa_name"
14742   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14744   include:
14745     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14746     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14747     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14748     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14749   layout:
14750     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 - type: "plot"
14754   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14755   algorithm: "plot_tsa_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14758   include:
14759     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14760     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14761     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14762     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14763   layout:
14764     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14772   include:
14773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14775     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14778     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14779   layout:
14780     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14790     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14791     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14795   layout:
14796     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14806     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14807     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14808     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14809     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14810     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14822     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14823     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14824     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14825     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14827   layout:
14828     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14836   include:
14837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14843   layout:
14844     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14859   layout:
14860     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14868   include:
14869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14875   layout:
14876     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14884   include:
14885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14891   layout:
14892     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14900   include:
14901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14907   layout:
14908     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14923   layout:
14924     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 - type: "plot"
14928   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14932   include:
14933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14937   layout:
14938     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14939     layout: "plot-throughput-speedup-analysis"
14940
14941 - type: "plot"
14942   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14943   algorithm: "plot_tsa_name"
14944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14946   include:
14947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14951   layout:
14952     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14960   include:
14961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14965   layout:
14966     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14974   include:
14975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14979   layout:
14980     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14981     layout: "plot-throughput-speedup-analysis"
14982
14983 - type: "plot"
14984   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14985   algorithm: "plot_tsa_name"
14986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14988   include:
14989     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14995   layout:
14996     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14997     layout: "plot-throughput-speedup-analysis"
14998
14999 - type: "plot"
15000   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15001   algorithm: "plot_tsa_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15004   include:
15005     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15011   layout:
15012     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15013     layout: "plot-throughput-speedup-analysis"
15014
15015 - type: "plot"
15016   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15017   algorithm: "plot_tsa_name"
15018   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15020   include:
15021     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15023     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15026   layout:
15027     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15035   include:
15036     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15041   layout:
15042     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15050   include:
15051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15056   layout:
15057     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15065   include:
15066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15071   layout:
15072     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 - type: "plot"
15076   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15077   algorithm: "plot_tsa_name"
15078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15080   include:
15081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15085   layout:
15086     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15087     layout: "plot-throughput-speedup-analysis"
15088
15089 - type: "plot"
15090   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15091   algorithm: "plot_tsa_name"
15092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15094   include:
15095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15099   layout:
15100     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15108   include:
15109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15115   layout:
15116     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15117     layout: "plot-throughput-speedup-analysis"
15118
15119 - type: "plot"
15120   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15121   algorithm: "plot_tsa_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15124   include:
15125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15131   layout:
15132     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15140   include:
15141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15147   layout:
15148     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15163   layout:
15164     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15179   layout:
15180     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15195   layout:
15196     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15204   include:
15205     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15206     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15207     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15208     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15209     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15210     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15211   layout:
15212     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15220   include:
15221     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15222     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15223     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15224     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15225     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15226     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15227   layout:
15228     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15236   include:
15237     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15254     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15255     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15256     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15257     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15258     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15259   layout:
15260     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15268   include:
15269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15274   layout:
15275     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15276     layout: "plot-throughput-speedup-analysis"
15277
15278 - type: "plot"
15279   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15280   algorithm: "plot_tsa_name"
15281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15283   include:
15284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15289   layout:
15290     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15298   include:
15299     - "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"
15300     - "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"
15301     - "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"
15302     - "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"
15303     - "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"
15304   layout:
15305     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15306     layout: "plot-throughput-speedup-analysis"
15307
15308 - type: "plot"
15309   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15310   algorithm: "plot_tsa_name"
15311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15313   include:
15314     - "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"
15315     - "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"
15316     - "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"
15317     - "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"
15318     - "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"
15319   layout:
15320     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15328   include:
15329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15334   layout:
15335     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15343   include:
15344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15349   layout:
15350     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15358   include:
15359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15364   layout:
15365     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15373   include:
15374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15379   layout:
15380     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15388   include:
15389     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15391     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15392     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15394   layout:
15395     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15403   include:
15404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15406     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15407     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15409   layout:
15410     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15418   include:
15419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15421     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15424   layout:
15425     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15433   include:
15434     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15436     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15437     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15439   layout:
15440     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15448   include:
15449     - "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"
15450     - "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"
15451     - "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"
15452     - "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"
15453   layout:
15454     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15462   include:
15463     - "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"
15464     - "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"
15465     - "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"
15466     - "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"
15467   layout:
15468     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15476   include:
15477     - "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"
15478     - "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"
15479     - "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"
15480     - "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"
15481   layout:
15482     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15490   include:
15491     - "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"
15492     - "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"
15493     - "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"
15494     - "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"
15495   layout:
15496     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15504   include:
15505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15511   layout:
15512     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15527   layout:
15528     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15536   include:
15537     - "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"
15538     - "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"
15539     - "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"
15540     - "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"
15541     - "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"
15542     - "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"
15543   layout:
15544     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15552   include:
15553     - "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"
15554     - "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"
15555     - "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"
15556     - "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"
15557     - "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"
15558     - "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"
15559   layout:
15560     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15561     layout: "plot-throughput-speedup-analysis"
15562
15563 - type: "plot"
15564   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15565   algorithm: "plot_tsa_name"
15566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15568   include:
15569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15575   layout:
15576     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15591   layout:
15592     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15600   include:
15601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15606   layout:
15607     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15608     layout: "plot-throughput-speedup-analysis"
15609
15610 - type: "plot"
15611   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15612   algorithm: "plot_tsa_name"
15613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15615   include:
15616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15621   layout:
15622     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15630   include:
15631     - "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"
15632     - "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"
15633   layout:
15634     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "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"
15644     - "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"
15645   layout:
15646     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 - type: "plot"
15650   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15651   algorithm: "plot_tsa_name"
15652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15654   include:
15655     - "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"
15656     - "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"
15657   layout:
15658     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15666   include:
15667     - "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"
15668     - "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"
15669   layout:
15670     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15671     layout: "plot-throughput-speedup-analysis"
15672
15673 - type: "plot"
15674   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15675   algorithm: "plot_tsa_name"
15676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15678   include:
15679     - "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"
15680     - "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"
15681     - "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"
15682     - "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"
15683     - "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"
15684     - "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"
15685   layout:
15686     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15687     layout: "plot-throughput-speedup-analysis"
15688
15689 - type: "plot"
15690   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15691   algorithm: "plot_tsa_name"
15692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15694   include:
15695     - "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"
15696     - "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"
15697     - "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"
15698     - "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"
15699     - "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"
15700     - "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"
15701   layout:
15702     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15710   include:
15711     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15712     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15713     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15714     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15715     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15716   layout:
15717     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15725   include:
15726     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15727     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15728     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15729     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15730     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15731   layout:
15732     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15740   include:
15741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15746   layout:
15747     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15755   include:
15756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15761   layout:
15762     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15770   include:
15771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15775     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15777   layout:
15778     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15786   include:
15787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15793   layout:
15794     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15802   include:
15803     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15804     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15806     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15807   layout:
15808     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15816   include:
15817     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15818     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15821   layout:
15822     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15830   include:
15831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15836   layout:
15837     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15845   include:
15846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15851   layout:
15852     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15860   include:
15861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15863     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15864     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15865     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15866     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15867   layout:
15868     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15876   include:
15877     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15878     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15879     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15880     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15881     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15882     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15883   layout:
15884     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15885     layout: "plot-throughput-speedup-analysis"
15886
15887 - type: "plot"
15888   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15889   algorithm: "plot_tsa_name"
15890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15892   include:
15893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15897   layout:
15898     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15906   include:
15907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15911   layout:
15912     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15920   include:
15921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15927   layout:
15928     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15936   include:
15937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15943   layout:
15944     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15952   include:
15953     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15959   layout:
15960     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15968   include:
15969     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15975   layout:
15976     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15984   include:
15985     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15986     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15987     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15988     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15989     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15990     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15991   layout:
15992     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16000   include:
16001     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16002     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16003     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16004     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16005     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16006     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16007   layout:
16008     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16009     layout: "plot-throughput-speedup-analysis"
16010
16011 - type: "plot"
16012   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16013   algorithm: "plot_tsa_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16015   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16016   include:
16017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16019     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16021     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16022     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16023   layout:
16024     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 - type: "plot"
16028   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16029   algorithm: "plot_tsa_name"
16030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16032   include:
16033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16034     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16039   layout:
16040     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16041     layout: "plot-throughput-speedup-analysis"
16042
16043 - type: "plot"
16044   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16045   algorithm: "plot_tsa_name"
16046   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16047   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16048   include:
16049     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16055   layout:
16056     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16064   include:
16065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16071   layout:
16072     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16073     layout: "plot-throughput-speedup-analysis"
16074
16075 #- type: "plot"
16076 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16077 #  algorithm: "plot_tsa_name"
16078 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16079 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16080 #  include:
16081 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16082 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16083 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16084 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16085 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16086 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16087 #  layout:
16088 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16089 #    layout: "plot-throughput-speedup-analysis"
16090 #
16091 #- type: "plot"
16092 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16093 #  algorithm: "plot_tsa_name"
16094 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16095 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16096 #  include:
16097 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16098 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16099 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16100 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16101 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16102 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16103 #  layout:
16104 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16105 #    layout: "plot-throughput-speedup-analysis"
16106
16107 - type: "plot"
16108   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16109   algorithm: "plot_tsa_name"
16110   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16111   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16112   include:
16113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16118   layout:
16119     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16120     layout: "plot-throughput-speedup-analysis"
16121
16122 - type: "plot"
16123   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16124   algorithm: "plot_tsa_name"
16125   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16126   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16127   include:
16128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16133   layout:
16134     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16135     layout: "plot-throughput-speedup-analysis"
16136
16137 - type: "plot"
16138   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16139   algorithm: "plot_tsa_name"
16140   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16141   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16142   include:
16143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16149   layout:
16150     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16151     layout: "plot-throughput-speedup-analysis"
16152
16153 - type: "plot"
16154   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16155   algorithm: "plot_tsa_name"
16156   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16157   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16158   include:
16159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16165   layout:
16166     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16174   include:
16175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16180   layout:
16181     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16189   include:
16190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16191     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16192     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16194     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16195   layout:
16196     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 #- type: "plot"
16200 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16201 #  algorithm: "plot_tsa_name"
16202 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16203 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16204 #  include:
16205 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16206 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16207 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16208 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16209 #  layout:
16210 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16211 #    layout: "plot-throughput-speedup-analysis"
16212 #
16213 #- type: "plot"
16214 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16215 #  algorithm: "plot_tsa_name"
16216 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16217 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16218 #  include:
16219 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16220 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16221 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16222 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16223 #  layout:
16224 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16225 #    layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16232   include:
16233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16234     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16236     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16239   layout:
16240     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 - type: "plot"
16244   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16245   algorithm: "plot_tsa_name"
16246   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16247   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16248   include:
16249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16253     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16254     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16255   layout:
16256     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16264   include:
16265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16270   layout:
16271     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16279   include:
16280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16285   layout:
16286     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16287     layout: "plot-throughput-speedup-analysis"
16288
16289 - type: "plot"
16290   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16291   algorithm: "plot_tsa_name"
16292   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16293   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16294   include:
16295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16301   layout:
16302     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16303     layout: "plot-throughput-speedup-analysis"
16304
16305 - type: "plot"
16306   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16307   algorithm: "plot_tsa_name"
16308   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16309   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16310   include:
16311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16317   layout:
16318     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16319     layout: "plot-throughput-speedup-analysis"
16320
16321 - type: "plot"
16322   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16323   algorithm: "plot_tsa_name"
16324   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16325   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16326   include:
16327     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16331   layout:
16332     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16340   include:
16341     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16345   layout:
16346     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16354   include:
16355     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16360   layout:
16361     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16362     layout: "plot-throughput-speedup-analysis"
16363
16364 - type: "plot"
16365   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16366   algorithm: "plot_tsa_name"
16367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16369   include:
16370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16375   layout:
16376     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16377     layout: "plot-throughput-speedup-analysis"
16378
16379 - type: "plot"
16380   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16381   algorithm: "plot_tsa_name"
16382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16384   include:
16385     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16386     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16387     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16388     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16389     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16390     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16391   layout:
16392     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16400   include:
16401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16404     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16405     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16407   layout:
16408     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 #- type: "plot"
16412 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16413 #  algorithm: "plot_tsa_name"
16414 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16415 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16416 #  include:
16417 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16418 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16419 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16420 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16421 #  layout:
16422 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16423 #    layout: "plot-throughput-speedup-analysis"
16424 #
16425 #- type: "plot"
16426 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16427 #  algorithm: "plot_tsa_name"
16428 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16429 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16430 #  include:
16431 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16432 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16433 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16434 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16435 #  layout:
16436 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16437 #    layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16444   include:
16445     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16446     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16449     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16450     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16451   layout:
16452     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16453     layout: "plot-throughput-speedup-analysis"
16454
16455 - type: "plot"
16456   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16457   algorithm: "plot_tsa_name"
16458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16460   include:
16461     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16463     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16464     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16465     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16466     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16467   layout:
16468     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16469     layout: "plot-throughput-speedup-analysis"
16470
16471 #- type: "plot"
16472 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16473 #  algorithm: "plot_tsa_name"
16474 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16475 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16476 #  include:
16477 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16478 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16479 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16480 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16481 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16482 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16483 #  layout:
16484 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16485 #    layout: "plot-throughput-speedup-analysis"
16486 #
16487 #- type: "plot"
16488 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16489 #  algorithm: "plot_tsa_name"
16490 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16491 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16492 #  include:
16493 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16494 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16495 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16496 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16497 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16498 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16499 #  layout:
16500 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16501 #    layout: "plot-throughput-speedup-analysis"
16502
16503 #- type: "plot"
16504 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16505 #  algorithm: "plot_tsa_name"
16506 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16507 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16508 #  include:
16509 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16510 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16511 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16512 #  layout:
16513 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16514 #    layout: "plot-throughput-speedup-analysis"
16515 #
16516 #- type: "plot"
16517 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16518 #  algorithm: "plot_tsa_name"
16519 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16520 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16521 #  include:
16522 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16523 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16524 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16525 #  layout:
16526 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16527 #    layout: "plot-throughput-speedup-analysis"
16528
16529 ################################################################################
16530
16531 # Packet Throughput - DPDK
16532
16533 # 2n-skx-xxv710
16534
16535 - type: "plot"
16536   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16537   algorithm: "plot_perf_box_name"
16538   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16539   data: "plot-dpdk-throughput-latency-2n-skx"
16540   include:
16541     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16542     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16543   layout:
16544     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16545     layout: "plot-throughput"
16546
16547 - type: "plot"
16548   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16549   algorithm: "plot_perf_box_name"
16550   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16551   data: "plot-dpdk-throughput-latency-2n-skx"
16552   include:
16553     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16554     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16555   layout:
16556     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16557     layout: "plot-throughput"
16558
16559 - type: "plot"
16560   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16561   algorithm: "plot_perf_box_name"
16562   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16563   data: "plot-dpdk-throughput-latency-2n-skx"
16564   include:
16565     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16566     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16567   layout:
16568     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16569     layout: "plot-throughput"
16570
16571 - type: "plot"
16572   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16573   algorithm: "plot_perf_box_name"
16574   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16575   data: "plot-dpdk-throughput-latency-2n-skx"
16576   include:
16577     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16578     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16579   layout:
16580     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16581     layout: "plot-throughput"
16582
16583 # 2n-skx-x710
16584
16585 - type: "plot"
16586   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16587   algorithm: "plot_perf_box_name"
16588   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16589   data: "plot-dpdk-throughput-latency-2n-skx"
16590   include:
16591     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16592     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16593   layout:
16594     title: "2n-skx-x710-64b-2t1c-base-ndr"
16595     layout: "plot-throughput"
16596
16597 - type: "plot"
16598   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16599   algorithm: "plot_perf_box_name"
16600   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16601   data: "plot-dpdk-throughput-latency-2n-skx"
16602   include:
16603     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16604     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16605   layout:
16606     title: "2n-skx-x710-64b-4t2c-base-ndr"
16607     layout: "plot-throughput"
16608
16609 - type: "plot"
16610   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16611   algorithm: "plot_perf_box_name"
16612   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16613   data: "plot-dpdk-throughput-latency-2n-skx"
16614   include:
16615     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16616     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16617   layout:
16618     title: "2n-skx-x710-64b-2t1c-base-pdr"
16619     layout: "plot-throughput"
16620
16621 - type: "plot"
16622   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16623   algorithm: "plot_perf_box_name"
16624   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16625   data: "plot-dpdk-throughput-latency-2n-skx"
16626   include:
16627     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16628     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16629   layout:
16630     title: "2n-skx-x710-64b-4t2c-base-pdr"
16631     layout: "plot-throughput"
16632
16633 # 3n-skx-xxv710
16634
16635 - type: "plot"
16636   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16639   data: "plot-dpdk-throughput-latency-3n-skx"
16640   include:
16641     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16642     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16643   layout:
16644     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16645     layout: "plot-throughput"
16646
16647 - type: "plot"
16648   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16649   algorithm: "plot_perf_box_name"
16650   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16651   data: "plot-dpdk-throughput-latency-3n-skx"
16652   include:
16653     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16654     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16655   layout:
16656     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16657     layout: "plot-throughput"
16658
16659 - type: "plot"
16660   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16661   algorithm: "plot_perf_box_name"
16662   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16663   data: "plot-dpdk-throughput-latency-3n-skx"
16664   include:
16665     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16666     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16667   layout:
16668     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16669     layout: "plot-throughput"
16670
16671 - type: "plot"
16672   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16673   algorithm: "plot_perf_box_name"
16674   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16675   data: "plot-dpdk-throughput-latency-3n-skx"
16676   include:
16677     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16678     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16679   layout:
16680     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16681     layout: "plot-throughput"
16682
16683 # 3n-skx-x710
16684
16685 - type: "plot"
16686   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16687   algorithm: "plot_perf_box_name"
16688   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16689   data: "plot-dpdk-throughput-latency-3n-skx"
16690   include:
16691     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16692     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16693   layout:
16694     title: "3n-skx-x710-64b-2t1c-base-ndr"
16695     layout: "plot-throughput"
16696
16697 - type: "plot"
16698   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16699   algorithm: "plot_perf_box_name"
16700   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16701   data: "plot-dpdk-throughput-latency-3n-skx"
16702   include:
16703     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16704     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16705   layout:
16706     title: "3n-skx-x710-64b-4t2c-base-ndr"
16707     layout: "plot-throughput"
16708
16709 - type: "plot"
16710   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16711   algorithm: "plot_perf_box_name"
16712   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16713   data: "plot-dpdk-throughput-latency-3n-skx"
16714   include:
16715     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16716     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16717   layout:
16718     title: "3n-skx-x710-64b-2t1c-base-pdr"
16719     layout: "plot-throughput"
16720
16721 - type: "plot"
16722   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16723   algorithm: "plot_perf_box_name"
16724   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16725   data: "plot-dpdk-throughput-latency-3n-skx"
16726   include:
16727     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16728     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16729   layout:
16730     title: "3n-skx-x710-64b-4t2c-base-pdr"
16731     layout: "plot-throughput"
16732
16733 # 3n-hsw-xl710
16734
16735 - type: "plot"
16736   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16737   algorithm: "plot_perf_box_name"
16738   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16739   data: "plot-dpdk-throughput-latency-3n-hsw"
16740   include:
16741     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16742     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16743   layout:
16744     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16745     layout: "plot-throughput"
16746
16747 - type: "plot"
16748   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16749   algorithm: "plot_perf_box_name"
16750   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16751   data: "plot-dpdk-throughput-latency-3n-hsw"
16752   include:
16753     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16754     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16755   layout:
16756     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16757     layout: "plot-throughput"
16758
16759 - type: "plot"
16760   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16763   data: "plot-dpdk-throughput-latency-3n-hsw"
16764   include:
16765     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16766     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16767   layout:
16768     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16769     layout: "plot-throughput"
16770
16771 - type: "plot"
16772   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16773   algorithm: "plot_perf_box_name"
16774   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16775   data: "plot-dpdk-throughput-latency-3n-hsw"
16776   include:
16777     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16778     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16779   layout:
16780     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16781     layout: "plot-throughput"
16782
16783 # 3n-hsw-x710
16784
16785 - type: "plot"
16786   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16787   algorithm: "plot_perf_box_name"
16788   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16789   data: "plot-dpdk-throughput-latency-3n-hsw"
16790   include:
16791     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16792     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16793   layout:
16794     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16795     layout: "plot-throughput"
16796
16797 - type: "plot"
16798   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16799   algorithm: "plot_perf_box_name"
16800   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16801   data: "plot-dpdk-throughput-latency-3n-hsw"
16802   include:
16803     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16804     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16805   layout:
16806     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16807     layout: "plot-throughput"
16808
16809 - type: "plot"
16810   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16811   algorithm: "plot_perf_box_name"
16812   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16813   data: "plot-dpdk-throughput-latency-3n-hsw"
16814   include:
16815     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16816     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16817   layout:
16818     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16819     layout: "plot-throughput"
16820
16821 - type: "plot"
16822   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16823   algorithm: "plot_perf_box_name"
16824   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16825   data: "plot-dpdk-throughput-latency-3n-hsw"
16826   include:
16827     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16828     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16829   layout:
16830     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16831     layout: "plot-throughput"
16832
16833 # 2n-dnv-x553
16834
16835 - type: "plot"
16836   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16837   algorithm: "plot_perf_box_name"
16838   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16839   data: "plot-dpdk-throughput-latency-2n-dnv"
16840   include:
16841     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16842     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16843   layout:
16844     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16845     layout: "plot-throughput"
16846
16847 - type: "plot"
16848   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16849   algorithm: "plot_perf_box_name"
16850   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16851   data: "plot-dpdk-throughput-latency-2n-dnv"
16852   include:
16853     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16854     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16855   layout:
16856     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16863   data: "plot-dpdk-throughput-latency-2n-dnv"
16864   include:
16865     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16866     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16867   layout:
16868     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16875   data: "plot-dpdk-throughput-latency-2n-dnv"
16876   include:
16877     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16878     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16879   layout:
16880     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16881     layout: "plot-throughput"
16882
16883 # 3n-dnv-x553
16884
16885 - type: "plot"
16886   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16887   algorithm: "plot_perf_box_name"
16888   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16889   data: "plot-dpdk-throughput-latency-3n-dnv"
16890   include:
16891     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16892     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16893   layout:
16894     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16901   data: "plot-dpdk-throughput-latency-3n-dnv"
16902   include:
16903     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16904     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16905   layout:
16906     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16907     layout: "plot-throughput"
16908
16909 - type: "plot"
16910   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16911   algorithm: "plot_perf_box_name"
16912   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16913   data: "plot-dpdk-throughput-latency-3n-dnv"
16914   include:
16915     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16916     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16917   layout:
16918     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16919     layout: "plot-throughput"
16920
16921 - type: "plot"
16922   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16923   algorithm: "plot_perf_box_name"
16924   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16925   data: "plot-dpdk-throughput-latency-3n-dnv"
16926   include:
16927     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16928     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16929   layout:
16930     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16931     layout: "plot-throughput"
16932
16933 # 3n-tsh-x520
16934
16935 - type: "plot"
16936   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16937   algorithm: "plot_perf_box_name"
16938   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16939   data: "plot-dpdk-throughput-latency-3n-tsh"
16940   include:
16941     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16942     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16943   layout:
16944     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16951   data: "plot-dpdk-throughput-latency-3n-tsh"
16952   include:
16953     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16954     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16955   layout:
16956     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16957     layout: "plot-throughput"
16958
16959 - type: "plot"
16960   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16961   algorithm: "plot_perf_box_name"
16962   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16963   data: "plot-dpdk-throughput-latency-3n-tsh"
16964   include:
16965     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16966     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16967   layout:
16968     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16969     layout: "plot-throughput"
16970
16971 - type: "plot"
16972   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16973   algorithm: "plot_perf_box_name"
16974   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16975   data: "plot-dpdk-throughput-latency-3n-tsh"
16976   include:
16977     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16978     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16979   layout:
16980     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16981     layout: "plot-throughput"
16982
16983 ################################################################################
16984 ###   2n-clx                                                                 ###
16985 ################################################################################
16986
16987 # Packet Throughput
16988
16989 - type: "plot"
16990   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16991   algorithm: "plot_perf_box_name"
16992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16994   include:
16995     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16996     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16999   layout:
17000     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17001     layout: "plot-throughput"
17002
17003 - type: "plot"
17004   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17005   algorithm: "plot_perf_box_name"
17006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17008   include:
17009     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17010     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17012     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17013   layout:
17014     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17022   include:
17023     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17027   layout:
17028     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17029     layout: "plot-throughput"
17030
17031 - type: "plot"
17032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17033   algorithm: "plot_perf_box_name"
17034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17036   include:
17037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17041   layout:
17042     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17043     layout: "plot-throughput"
17044
17045 - type: "plot"
17046   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17047   algorithm: "plot_perf_box_name"
17048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17050   include:
17051     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17052     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17053     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17054     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17055   layout:
17056     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17057     layout: "plot-throughput"
17058
17059 - type: "plot"
17060   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17061   algorithm: "plot_perf_box_name"
17062   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17064   include:
17065     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17066     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17067     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17068     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17069   layout:
17070     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17085   layout:
17086     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17087     layout: "plot-throughput"
17088
17089 - type: "plot"
17090   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17091   algorithm: "plot_perf_box_name"
17092   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17094   include:
17095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17100   layout:
17101     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17102     layout: "plot-throughput"
17103
17104 - type: "plot"
17105   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17109   include:
17110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17114   layout:
17115     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17123   include:
17124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17128   layout:
17129     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17141   layout:
17142     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17154   layout:
17155     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17163   include:
17164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17169   layout:
17170     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17178   include:
17179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17184   layout:
17185     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17197   layout:
17198     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17199     layout: "plot-throughput"
17200
17201 - type: "plot"
17202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17203   algorithm: "plot_perf_box_name"
17204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17206   include:
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17210   layout:
17211     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17212     layout: "plot-throughput"
17213
17214 - type: "plot"
17215   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17216   algorithm: "plot_perf_box_name"
17217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17219   include:
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17226   layout:
17227     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17235   include:
17236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17242   layout:
17243     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17251   include:
17252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17258   layout:
17259     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17267   include:
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17274   layout:
17275     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17276     layout: "plot-throughput"
17277
17278 - type: "plot"
17279   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17280   algorithm: "plot_perf_box_name"
17281   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17283   include:
17284     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17286   layout:
17287     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17288     layout: "plot-throughput"
17289
17290 - type: "plot"
17291   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17292   algorithm: "plot_perf_box_name"
17293   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17295   include:
17296     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17298   layout:
17299     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17300     layout: "plot-throughput"
17301
17302 - type: "plot"
17303   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17304   algorithm: "plot_perf_box_name"
17305   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17307   include:
17308     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17314   layout:
17315     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17323   include:
17324     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17330   layout:
17331     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17332     layout: "plot-throughput"
17333
17334 - type: "plot"
17335   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17339   include:
17340     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17346   layout:
17347     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17348     layout: "plot-throughput"
17349
17350 - type: "plot"
17351   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17355   include:
17356     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17362   layout:
17363     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17364     layout: "plot-throughput"
17365
17366 - type: "plot"
17367   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17368   algorithm: "plot_perf_box_name"
17369   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17371   include:
17372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17378   layout:
17379     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17380     layout: "plot-throughput"
17381
17382 - type: "plot"
17383   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17384   algorithm: "plot_perf_box_name"
17385   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17387   include:
17388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17394   layout:
17395     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17396     layout: "plot-throughput"
17397
17398 - type: "plot"
17399   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17400   algorithm: "plot_perf_box_name"
17401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17403   include:
17404     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17409   layout:
17410     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418   include:
17419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17424   layout:
17425     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17430   algorithm: "plot_perf_box_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17439   layout:
17440     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17448   include:
17449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17454   layout:
17455     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463   include:
17464     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17469   layout:
17470     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17480     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17484   layout:
17485     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17493   include:
17494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17499   layout:
17500     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508   include:
17509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17514   layout:
17515     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17523   include:
17524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17529   layout:
17530     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17544   layout:
17545     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17560   layout:
17561     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17566   algorithm: "plot_perf_box_name"
17567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17569   include:
17570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17576   layout:
17577     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17578     layout: "plot-throughput"
17579
17580 - type: "plot"
17581   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17590   layout:
17591     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17604   layout:
17605     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17620   layout:
17621     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17626   algorithm: "plot_perf_box_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17636   layout:
17637     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17638     layout: "plot-throughput"
17639
17640 - type: "plot"
17641   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17642   algorithm: "plot_perf_box_name"
17643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17645   include:
17646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17650   layout:
17651     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17656   algorithm: "plot_perf_box_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17659   include:
17660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17664   layout:
17665     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17666     layout: "plot-throughput"
17667
17668 - type: "plot"
17669   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17670   algorithm: "plot_perf_box_name"
17671   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17673   include:
17674     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17676     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17677     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17680   layout:
17681     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17682     layout: "plot-throughput"
17683
17684 - type: "plot"
17685   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17686   algorithm: "plot_perf_box_name"
17687   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17689   include:
17690     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17691     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17696   layout:
17697     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17698     layout: "plot-throughput"
17699
17700 - type: "plot"
17701   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17702   algorithm: "plot_perf_box_name"
17703   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17705   include:
17706     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17707     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17710   layout:
17711     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17712     layout: "plot-throughput"
17713
17714 - type: "plot"
17715   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17716   algorithm: "plot_perf_box_name"
17717   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17719   include:
17720     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17722     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17724   layout:
17725     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17726     layout: "plot-throughput"
17727
17728 - type: "plot"
17729   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17730   algorithm: "plot_perf_box_name"
17731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17733   include:
17734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17739   layout:
17740     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17741     layout: "plot-throughput"
17742
17743 - type: "plot"
17744   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17745   algorithm: "plot_perf_box_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17754   layout:
17755     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17760   algorithm: "plot_perf_box_name"
17761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17763   include:
17764     - "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"
17765     - "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"
17766     - "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"
17767     - "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"
17768     - "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"
17769   layout:
17770     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17771     layout: "plot-throughput"
17772
17773 - type: "plot"
17774   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17775   algorithm: "plot_perf_box_name"
17776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778   include:
17779     - "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"
17780     - "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"
17781     - "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"
17782     - "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"
17783     - "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"
17784   layout:
17785     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17786     layout: "plot-throughput"
17787
17788 - type: "plot"
17789   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17790   algorithm: "plot_perf_box_name"
17791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17793   include:
17794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17799   layout:
17800     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17814   layout:
17815     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17820   algorithm: "plot_perf_box_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17829   layout:
17830     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17844   layout:
17845     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17858   layout:
17859     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17864   algorithm: "plot_perf_box_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17872   layout:
17873     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "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"
17883     - "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"
17884     - "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"
17885     - "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"
17886   layout:
17887     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17888     layout: "plot-throughput"
17889
17890 - type: "plot"
17891   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17892   algorithm: "plot_perf_box_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "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"
17897     - "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"
17898     - "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"
17899     - "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"
17900   layout:
17901     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17902     layout: "plot-throughput"
17903
17904 - type: "plot"
17905   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17906   algorithm: "plot_perf_box_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "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"
17911     - "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"
17912     - "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"
17913     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17914     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17915     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17916   layout:
17917     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "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"
17927     - "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"
17928     - "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"
17929     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17930     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17931     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17932   layout:
17933     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17934     layout: "plot-throughput"
17935
17936 ################################################################################
17937
17938 # Packet Speedup
17939
17940 - type: "plot"
17941   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17942   algorithm: "plot_tsa_name"
17943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17945   include:
17946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17950   layout:
17951     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17952     layout: "plot-throughput-speedup-analysis"
17953
17954 - type: "plot"
17955   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17956   algorithm: "plot_tsa_name"
17957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17959   include:
17960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17966     layout: "plot-throughput-speedup-analysis"
17967
17968 - type: "plot"
17969   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17970   algorithm: "plot_tsa_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17978   layout:
17979     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17980     layout: "plot-throughput-speedup-analysis"
17981
17982 - type: "plot"
17983   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17984   algorithm: "plot_tsa_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17994     layout: "plot-throughput-speedup-analysis"
17995
17996 - type: "plot"
17997   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17998   algorithm: "plot_tsa_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18003     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18004     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18005     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18006   layout:
18007     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18008     layout: "plot-throughput-speedup-analysis"
18009
18010 - type: "plot"
18011   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18012   algorithm: "plot_tsa_name"
18013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18015   include:
18016     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18017     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18018     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18019     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18020   layout:
18021     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18022     layout: "plot-throughput-speedup-analysis"
18023
18024 - type: "plot"
18025   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18026   algorithm: "plot_tsa_name"
18027   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18029   include:
18030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18036   layout:
18037     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18038     layout: "plot-throughput-speedup-analysis"
18039
18040 - type: "plot"
18041   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18042   algorithm: "plot_tsa_name"
18043   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18045   include:
18046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18052   layout:
18053     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18054     layout: "plot-throughput-speedup-analysis"
18055
18056 - type: "plot"
18057   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18058   algorithm: "plot_tsa_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18066   layout:
18067     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18068     layout: "plot-throughput-speedup-analysis"
18069
18070 - type: "plot"
18071   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18072   algorithm: "plot_tsa_name"
18073   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18075   include:
18076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18080   layout:
18081     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18082     layout: "plot-throughput-speedup-analysis"
18083
18084 - type: "plot"
18085   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18086   algorithm: "plot_tsa_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089   include:
18090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18093   layout:
18094     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18108     layout: "plot-throughput-speedup-analysis"
18109
18110 - type: "plot"
18111   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18112   algorithm: "plot_tsa_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18121   layout:
18122     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18123     layout: "plot-throughput-speedup-analysis"
18124
18125 - type: "plot"
18126   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18127   algorithm: "plot_tsa_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18136   layout:
18137     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18138     layout: "plot-throughput-speedup-analysis"
18139
18140 - type: "plot"
18141   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18142   algorithm: "plot_tsa_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18149   layout:
18150     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18151     layout: "plot-throughput-speedup-analysis"
18152
18153 - type: "plot"
18154   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18155   algorithm: "plot_tsa_name"
18156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158   include:
18159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18162   layout:
18163     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18178   layout:
18179     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18180     layout: "plot-throughput-speedup-analysis"
18181
18182 - type: "plot"
18183   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18184   algorithm: "plot_tsa_name"
18185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18187   include:
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18194   layout:
18195     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18196     layout: "plot-throughput-speedup-analysis"
18197
18198 - type: "plot"
18199   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18212     layout: "plot-throughput-speedup-analysis"
18213
18214 - type: "plot"
18215   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18216   algorithm: "plot_tsa_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18226   layout:
18227     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18228     layout: "plot-throughput-speedup-analysis"
18229
18230 - type: "plot"
18231   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18232   algorithm: "plot_tsa_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18238   layout:
18239     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18240     layout: "plot-throughput-speedup-analysis"
18241
18242 - type: "plot"
18243   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18244   algorithm: "plot_tsa_name"
18245   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18247   include:
18248     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18249     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18250   layout:
18251     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18252     layout: "plot-throughput-speedup-analysis"
18253
18254 - type: "plot"
18255   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18256   algorithm: "plot_tsa_name"
18257   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18259   include:
18260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18266   layout:
18267     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18268     layout: "plot-throughput-speedup-analysis"
18269
18270 - type: "plot"
18271   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18272   algorithm: "plot_tsa_name"
18273   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18275   include:
18276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18282   layout:
18283     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18284     layout: "plot-throughput-speedup-analysis"
18285
18286 - type: "plot"
18287   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18288   algorithm: "plot_tsa_name"
18289   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18291   include:
18292     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18298   layout:
18299     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18300     layout: "plot-throughput-speedup-analysis"
18301
18302 - type: "plot"
18303   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18304   algorithm: "plot_tsa_name"
18305   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18307   include:
18308     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18314   layout:
18315     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18316     layout: "plot-throughput-speedup-analysis"
18317
18318 - type: "plot"
18319   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18320   algorithm: "plot_tsa_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18330   layout:
18331     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18332     layout: "plot-throughput-speedup-analysis"
18333
18334 - type: "plot"
18335   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18336   algorithm: "plot_tsa_name"
18337   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18339   include:
18340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18346   layout:
18347     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18348     layout: "plot-throughput-speedup-analysis"
18349
18350 - type: "plot"
18351   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18352   algorithm: "plot_tsa_name"
18353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18355   include:
18356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18361   layout:
18362     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18363     layout: "plot-throughput-speedup-analysis"
18364
18365 - type: "plot"
18366   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18367   algorithm: "plot_tsa_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18376   layout:
18377     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18378     layout: "plot-throughput-speedup-analysis"
18379
18380 - type: "plot"
18381   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18382   algorithm: "plot_tsa_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18406   layout:
18407     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18421   layout:
18422     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18436   layout:
18437     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18451   layout:
18452     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18453     layout: "plot-throughput-speedup-analysis"
18454
18455 - type: "plot"
18456   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18457   algorithm: "plot_tsa_name"
18458   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18460   include:
18461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18466   layout:
18467     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18468     layout: "plot-throughput-speedup-analysis"
18469
18470 - type: "plot"
18471   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18472   algorithm: "plot_tsa_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18481   layout:
18482     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18496   layout:
18497     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18498     layout: "plot-throughput-speedup-analysis"
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18512   layout:
18513     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18514     layout: "plot-throughput-speedup-analysis"
18515
18516 - type: "plot"
18517   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18518   algorithm: "plot_tsa_name"
18519   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521   include:
18522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18528   layout:
18529     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18530     layout: "plot-throughput-speedup-analysis"
18531
18532 - type: "plot"
18533   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18534   algorithm: "plot_tsa_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18542   layout:
18543     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18556   layout:
18557     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18572   layout:
18573     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 - type: "plot"
18577   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18578   algorithm: "plot_tsa_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18588   layout:
18589     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 - type: "plot"
18593   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18597   include:
18598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18602   layout:
18603     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 - type: "plot"
18607   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18608   algorithm: "plot_tsa_name"
18609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611   include:
18612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18616   layout:
18617     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18618     layout: "plot-throughput-speedup-analysis"
18619
18620 - type: "plot"
18621   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18622   algorithm: "plot_tsa_name"
18623   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625   include:
18626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18628     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18632   layout:
18633     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18634     layout: "plot-throughput-speedup-analysis"
18635
18636 - type: "plot"
18637   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18638   algorithm: "plot_tsa_name"
18639   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18641   include:
18642     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18645     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18646     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18648   layout:
18649     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18650     layout: "plot-throughput-speedup-analysis"
18651
18652 - type: "plot"
18653   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18654   algorithm: "plot_tsa_name"
18655   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18657   include:
18658     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18659     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18660     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18661     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18662   layout:
18663     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18664     layout: "plot-throughput-speedup-analysis"
18665
18666 - type: "plot"
18667   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18668   algorithm: "plot_tsa_name"
18669   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18671   include:
18672     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18673     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18674     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18675     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18676   layout:
18677     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18678     layout: "plot-throughput-speedup-analysis"
18679
18680 - type: "plot"
18681   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18682   algorithm: "plot_tsa_name"
18683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18685   include:
18686     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18687     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18691   layout:
18692     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18693     layout: "plot-throughput-speedup-analysis"
18694
18695 - type: "plot"
18696   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18697   algorithm: "plot_tsa_name"
18698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18700   include:
18701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18706   layout:
18707     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18708     layout: "plot-throughput-speedup-analysis"
18709
18710 - type: "plot"
18711   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18712   algorithm: "plot_tsa_name"
18713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18715   include:
18716     - "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"
18717     - "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"
18718     - "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"
18719     - "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"
18720     - "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"
18721   layout:
18722     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18723     layout: "plot-throughput-speedup-analysis"
18724
18725 - type: "plot"
18726   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18727   algorithm: "plot_tsa_name"
18728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18730   include:
18731     - "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"
18732     - "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"
18733     - "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"
18734     - "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"
18735     - "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"
18736   layout:
18737     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18738     layout: "plot-throughput-speedup-analysis"
18739
18740 - type: "plot"
18741   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18742   algorithm: "plot_tsa_name"
18743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18745   include:
18746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18751   layout:
18752     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18753     layout: "plot-throughput-speedup-analysis"
18754
18755 - type: "plot"
18756   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18757   algorithm: "plot_tsa_name"
18758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18760   include:
18761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18766   layout:
18767     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18768     layout: "plot-throughput-speedup-analysis"
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18781   layout:
18782     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18796   layout:
18797     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 - type: "plot"
18801   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18802   algorithm: "plot_tsa_name"
18803   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18805   include:
18806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18810   layout:
18811     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18824   layout:
18825     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "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"
18835     - "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"
18836     - "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"
18837     - "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"
18838   layout:
18839     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "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"
18849     - "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"
18850     - "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"
18851     - "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"
18852   layout:
18853     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "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"
18863     - "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"
18864     - "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"
18865     - "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"
18866     - "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"
18867     - "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"
18868   layout:
18869     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18870     layout: "plot-throughput-speedup-analysis"
18871
18872 - type: "plot"
18873   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18874   algorithm: "plot_tsa_name"
18875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18877   include:
18878     - "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"
18879     - "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"
18880     - "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"
18881     - "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"
18882     - "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"
18883     - "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"
18884   layout:
18885     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 ################################################################################
18889
18890 # Packet Throughput - DPDK
18891
18892 # 2n-clx-xxv710
18893
18894 - type: "plot"
18895   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18896   algorithm: "plot_perf_box_name"
18897   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18898   data: "plot-dpdk-throughput-latency-2n-clx"
18899   include:
18900     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18901     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18902   layout:
18903     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18904     layout: "plot-throughput"
18905
18906 - type: "plot"
18907   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18908   algorithm: "plot_perf_box_name"
18909   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18910   data: "plot-dpdk-throughput-latency-2n-clx"
18911   include:
18912     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18913     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18914   layout:
18915     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18916     layout: "plot-throughput"
18917
18918 - type: "plot"
18919   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18920   algorithm: "plot_perf_box_name"
18921   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18922   data: "plot-dpdk-throughput-latency-2n-clx"
18923   include:
18924     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18925     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18926   layout:
18927     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18928     layout: "plot-throughput"
18929
18930 - type: "plot"
18931   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18932   algorithm: "plot_perf_box_name"
18933   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18934   data: "plot-dpdk-throughput-latency-2n-clx"
18935   include:
18936     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18937     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18938   layout:
18939     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18940     layout: "plot-throughput"
18941
18942 # 2n-clx-x710
18943
18944 - type: "plot"
18945   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18946   algorithm: "plot_perf_box_name"
18947   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18948   data: "plot-dpdk-throughput-latency-2n-clx"
18949   include:
18950     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18951     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18952   layout:
18953     title: "2n-clx-x710-64b-2t1c-base-ndr"
18954     layout: "plot-throughput"
18955
18956 - type: "plot"
18957   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18958   algorithm: "plot_perf_box_name"
18959   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18960   data: "plot-dpdk-throughput-latency-2n-clx"
18961   include:
18962     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18963     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18964   layout:
18965     title: "2n-clx-x710-64b-4t2c-base-ndr"
18966     layout: "plot-throughput"
18967
18968 - type: "plot"
18969   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18970   algorithm: "plot_perf_box_name"
18971   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18972   data: "plot-dpdk-throughput-latency-2n-clx"
18973   include:
18974     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18975     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18976   layout:
18977     title: "2n-clx-x710-64b-2t1c-base-pdr"
18978     layout: "plot-throughput"
18979
18980 - type: "plot"
18981   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18982   algorithm: "plot_perf_box_name"
18983   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18984   data: "plot-dpdk-throughput-latency-2n-clx"
18985   include:
18986     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18987     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18988   layout:
18989     title: "2n-clx-x710-64b-4t2c-base-pdr"
18990     layout: "plot-throughput"
18991
18992 ################################################################################
18993
18994 - type: "plot"
18995   title: "Latency by percentile: 2n-skx"
18996   algorithm: "plot_hdrh_lat_by_percentile"
18997   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18998   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18999   target-links: "../../_static/vpp"
19000   data: "plot-vpp-hdrh-lat-2n-skx"
19001   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19002   layout:
19003     layout: "plot-hdrh-latency-by-percentile"
19004
19005 - type: "plot"
19006   title: "Latency by percentile: 3n-skx"
19007   algorithm: "plot_hdrh_lat_by_percentile"
19008   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19009   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19010   target-links: "../../_static/vpp"
19011   data: "plot-vpp-hdrh-lat-3n-skx"
19012   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19013   layout:
19014     layout: "plot-hdrh-latency-by-percentile"
19015
19016 - type: "plot"
19017   title: "Latency by percentile: 2n-clx"
19018   algorithm: "plot_hdrh_lat_by_percentile"
19019   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19020   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19021   target-links: "../../_static/vpp"
19022   data: "plot-vpp-hdrh-lat-2n-clx"
19023   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19024   layout:
19025     layout: "plot-hdrh-latency-by-percentile"
19026
19027 - type: "plot"
19028   title: "Latency by percentile: 3n-hsw"
19029   algorithm: "plot_hdrh_lat_by_percentile"
19030   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19031   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19032   target-links: "../../_static/vpp"
19033   data: "plot-vpp-hdrh-lat-3n-hsw"
19034   filter: "'1T1C' and 'NIC_Intel-XL710'"
19035   layout:
19036     layout: "plot-hdrh-latency-by-percentile"
19037
19038 - type: "plot"
19039   title: "Latency by percentile: 3n-tsh"
19040   algorithm: "plot_hdrh_lat_by_percentile"
19041   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19042   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19043   target-links: "../../_static/vpp"
19044   data: "plot-vpp-hdrh-lat-3n-tsh"
19045   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19046   layout:
19047     layout: "plot-hdrh-latency-by-percentile"
19048
19049 - type: "plot"
19050   title: "Latency by percentile: DPDK 2n-skx"
19051   algorithm: "plot_hdrh_lat_by_percentile"
19052   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19053   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19054   target-links: "../../_static/dpdk"
19055   data: "plot-dpdk-hdrh-lat-2n-skx"
19056   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19057   layout:
19058     layout: "plot-hdrh-latency-by-percentile"
19059
19060 - type: "plot"
19061   title: "Latency by percentile: DPDK 3n-skx"
19062   algorithm: "plot_hdrh_lat_by_percentile"
19063   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19064   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19065   target-links: "../../_static/dpdk"
19066   data: "plot-dpdk-hdrh-lat-3n-skx"
19067   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19068   layout:
19069     layout: "plot-hdrh-latency-by-percentile"
19070
19071 - type: "plot"
19072   title: "Latency by percentile: DPDK 2n-clx"
19073   algorithm: "plot_hdrh_lat_by_percentile"
19074   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19075   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19076   target-links: "../../_static/dpdk"
19077   data: "plot-dpdk-hdrh-lat-2n-clx"
19078   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19079   layout:
19080     layout: "plot-hdrh-latency-by-percentile"
19081
19082 - type: "plot"
19083   title: "Latency by percentile: DPDK 3n-hsw"
19084   algorithm: "plot_hdrh_lat_by_percentile"
19085   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19086   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19087   target-links: "../../_static/dpdk"
19088   data: "plot-dpdk-hdrh-lat-3n-hsw"
19089   filter: "'1T1C' and 'NIC_Intel-XL710'"
19090   layout:
19091     layout: "plot-hdrh-latency-by-percentile"
19092
19093 - type: "plot"
19094   title: "Latency by percentile: DPDK 3n-tsh"
19095   algorithm: "plot_hdrh_lat_by_percentile"
19096   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19097   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19098   target-links: "../../_static/dpdk"
19099   data: "plot-dpdk-hdrh-lat-3n-tsh"
19100   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19101   layout:
19102     layout: "plot-hdrh-latency-by-percentile"