Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279
280     plot-vpp-hdrh-lat-3n-skx:
281       csit-vpp-perf-verify-2001-3n-skx:
282         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
283
284     plot-vpp-nfv-3n-skx-ndrpdr:
285       # TODO: Add data
286       csit-vpp-perf-verify-2001-3n-skx:
287         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
288
289     plot-vpp-nfv-3n-skx-mrr:
290       csit-vpp-perf-verify-2001-3n-skx:
291         - 50  # MRR sel
292
293     plot-dpdk-throughput-latency-3n-skx:
294       csit-dpdk-perf-verify-2001-3n-skx:
295         - 29  # NDRPDR sel xxv710
296         - 33  # NDRPDR sel xxv710
297         - 34  # NDRPDR sel xxv710
298         - 35  # NDRPDR sel xxv710
299         - 36  # NDRPDR sel xxv710
300         - 37  # NDRPDR sel xxv710
301         - 41  # NDRPDR sel xxv710
302         - 42  # NDRPDR sel xxv710
303         - 43  # NDRPDR sel xxv710
304         - 45  # NDRPDR sel xxv710
305         - 30  # NDRPDR sel x710
306         - 31  # NDRPDR sel x710
307         - 32  # NDRPDR sel x710
308         - 38  # NDRPDR sel x710
309         - 39  # NDRPDR sel x710
310         - 40  # NDRPDR sel x710
311         - 44  # NDRPDR sel x710
312         - 46  # NDRPDR sel x710
313         - 47  # NDRPDR sel x710
314         - 48  # NDRPDR sel x710
315
316     plot-dpdk-hdrh-lat-3n-skx:
317       csit-dpdk-perf-verify-2001-3n-skx:
318         - 29  # NDRPDR sel xxv710
319
320     # 2n-skx
321
322     plot-vpp-throughput-lat-tsa-2n-skx:
323       csit-vpp-perf-verify-2001-2n-skx:
324         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
325         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
326         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
333         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
334
335     plot-vpp-hdrh-lat-2n-skx:
336       csit-vpp-perf-verify-2001-2n-skx:
337         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
338
339     plot-vpp-http-server-performance:
340       csit-vpp-perf-verify-2001-2n-clx:
341         - 80  # TCP
342         - 82  # TCP
343         - 83  # TCP
344         - 85  # TCP
345         - 86  # TCP
346         - 87  # TCP
347         - 88  # TCP
348         - 89  # TCP
349         - 90  # TCP
350         - 91  # TCP
351
352     plot-vpp-soak-2n-skx:
353       csit-vpp-perf-verify-2001-2n-skx:
354         - 181  # Soak
355         - 182  # 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       csit-vpp-perf-verify-2001-2n-skx:
371         - 169  # Reconf
372         - 171  # Reconf
373         - 172  # Reconf
374         - 173  # Reconf
375         - 174  # Reconf
376         - 175  # Reconf
377         - 176  # Reconf
378         - 177  # Reconf
379         - 178  # Reconf
380         - 179  # Reconf
381
382     plot-dpdk-throughput-latency-2n-skx:
383       csit-dpdk-perf-verify-2001-2n-skx:
384         - 35  # NDRPDR sel xxv710
385         - 36  # NDRPDR sel xxv710
386         - 37  # NDRPDR sel xxv710
387         - 41  # NDRPDR sel xxv710
388         - 42  # NDRPDR sel xxv710
389         - 43  # NDRPDR sel xxv710
390         - 46  # NDRPDR sel xxv710
391         - 47  # NDRPDR sel xxv710
392         - 52  # NDRPDR sel xxv710
393         - 53  # NDRPDR sel xxv710
394         - 38  # NDRPDR sel x710
395         - 39  # NDRPDR sel x710
396         - 40  # NDRPDR sel x710
397         - 44  # NDRPDR sel x710
398         - 45  # NDRPDR sel x710
399         - 48  # NDRPDR sel x710
400         - 49  # NDRPDR sel x710
401         - 50  # NDRPDR sel x710
402         - 51  # NDRPDR sel x710
403         - 54  # NDRPDR sel x710
404
405     plot-dpdk-hdrh-lat-2n-skx:
406       csit-dpdk-perf-verify-2001-2n-skx:
407         - 35  # NDRPDR sel xxv710
408
409     # 2n-clx
410
411     plot-vpp-throughput-lat-tsa-2n-clx:
412       csit-vpp-perf-verify-2001-2n-clx:
413         - 28  # NDRPDR sel
414         - 29  # NDRPDR sel
415         - 32  # NDRPDR sel
416         - 40  # NDRPDR sel
417         - 43  # NDRPDR sel
418         - 44  # NDRPDR sel
419         - 45  # NDRPDR sel
420         - 47  # NDRPDR sel
421         - 48  # NDRPDR sel
422         - 49  # NDRPDR sel
423
424     plot-vpp-hdrh-lat-2n-clx:
425       csit-vpp-perf-verify-2001-2n-clx:
426         - 28  # NDRPDR sel
427
428     plot-vpp-nfv-2n-clx-ndrpdr:
429       csit-vpp-perf-verify-2001-2n-clx:
430         - 28  # NDRPDR sel
431         - 29  # NDRPDR sel
432         - 32  # NDRPDR sel
433         - 40  # NDRPDR sel
434         - 43  # NDRPDR sel
435         - 44  # NDRPDR sel
436         - 45  # NDRPDR sel
437         - 47  # NDRPDR sel
438         - 48  # NDRPDR sel
439         - 49  # NDRPDR sel
440
441     plot-vpp-nfv-2n-clx-mrr:
442       csit-vpp-perf-verify-2001-2n-clx:
443         - 39  # MRR
444
445     plot-vpp-nfv-reconf-2n-clx:
446       csit-vpp-perf-verify-2001-2n-clx:
447         - 68  # Reconf
448         - 69  # Reconf
449         - 70  # Reconf
450         - 71  # Reconf
451         - 72  # Reconf
452         - 73  # Reconf
453         - 74  # Reconf
454         - 75  # Reconf
455         - 76  # Reconf
456         - 77  # Reconf
457
458     plot-vpp-soak-2n-clx:
459       csit-vpp-perf-verify-2001-2n-clx:
460         - 93  # Soak
461         - 94  # Soak
462
463     plot-dpdk-throughput-latency-2n-clx:
464       csit-dpdk-perf-verify-2001-2n-clx:
465         - 15  # NDRPDR sel
466         - 16  # NDRPDR sel
467         - 17  # NDRPDR sel
468         - 18  # NDRPDR sel
469         - 19  # NDRPDR sel
470         - 20  # NDRPDR sel
471         - 21  # NDRPDR sel
472         - 22  # NDRPDR sel
473         - 23  # NDRPDR sel
474         - 24  # NDRPDR sel
475         - 25  # NDRPDR sel
476         - 26  # NDRPDR sel
477         - 27  # NDRPDR sel
478         - 28  # NDRPDR sel
479         - 29  # NDRPDR sel
480         - 30  # NDRPDR sel
481         - 31  # NDRPDR sel
482         - 32  # NDRPDR sel
483         - 33  # NDRPDR sel
484         - 34  # NDRPDR sel
485
486
487     plot-dpdk-hdrh-lat-2n-clx:
488       csit-dpdk-perf-verify-2001-2n-clx:
489         - 15  # NDRPDR sel
490
491     # 3n-tsh
492
493     plot-vpp-throughput-lat-tsa-3n-tsh:
494       csit-vpp-perf-verify-2001-3n-tsh:
495         - 3   # NDRPDR sel
496         - 4   # NDRPDR sel
497         - 7   # NDRPDR sel
498         - 8   # NDRPDR sel
499         - 10  # NDRPDR sel
500         - 12  # NDRPDR sel
501         - 13  # NDRPDR sel
502         - 14  # NDRPDR sel
503         - 15  # NDRPDR sel
504         - 21  # NDRPDR sel
505
506     plot-vpp-hdrh-lat-3n-tsh:
507       csit-vpp-perf-verify-2001-3n-tsh:
508         - 10  # NDRPDR sel
509
510     plot-dpdk-throughput-latency-3n-tsh:
511       csit-dpdk-perf-verify-2001-3n-tsh:
512         - 3   # NDRPDR sel
513         - 4   # NDRPDR sel
514         - 5   # NDRPDR sel
515         - 9   # NDRPDR sel
516         - 10  # NDRPDR sel
517         - 11  # NDRPDR sel
518         - 12  # NDRPDR sel
519         - 14  # NDRPDR sel
520         - 15  # NDRPDR sel
521         - 18  # NDRPDR sel
522
523     plot-dpdk-hdrh-lat-3n-tsh:
524       csit-dpdk-perf-verify-2001-3n-tsh:
525         - 3   # NDRPDR sel
526
527     # 3n-dnv
528
529     plot-vpp-throughput-lat-tsa-3n-dnv:
530       csit-vpp-perf-verify-2001-3n-dnv:
531         - 5   # NDRPDR sel
532         - 6   # NDRPDR sel
533         - 7   # NDRPDR sel
534         - 8   # NDRPDR sel
535         - 9   # NDRPDR sel
536         - 10  # NDRPDR sel
537         - 12  # NDRPDR sel
538         - 16  # NDRPDR sel
539         - 17  # NDRPDR sel
540         - 18  # NDRPDR sel
541
542     plot-dpdk-throughput-latency-3n-dnv:
543       csit-dpdk-perf-verify-2001-3n-dnv:
544         - 12  # NDRPDR sel
545         - 13  # NDRPDR sel
546         - 14  # NDRPDR sel
547         - 15  # NDRPDR sel
548         - 16  # NDRPDR sel
549         - 17  # NDRPDR sel
550         - 18  # NDRPDR sel
551         - 19  # NDRPDR sel
552         - 20  # NDRPDR sel
553         - 22  # NDRPDR sel
554
555     # 2n-dnv
556
557     plot-vpp-throughput-lat-tsa-2n-dnv:
558       csit-vpp-perf-verify-2001-2n-dnv:
559         - 4   # NDRPDR sel
560         - 5   # NDRPDR sel
561         - 6   # NDRPDR sel
562         - 7   # NDRPDR sel
563         - 8   # NDRPDR sel
564         - 9   # NDRPDR sel
565         - 10  # NDRPDR sel
566         - 11  # NDRPDR sel
567         - 13  # NDRPDR sel
568         - 16  # NDRPDR sel
569
570     plot-dpdk-throughput-latency-2n-dnv:
571       csit-dpdk-perf-verify-2001-2n-dnv:
572         - 9   # NDRPDR sel
573         - 10  # NDRPDR sel
574         - 11  # NDRPDR sel
575         - 12  # NDRPDR sel
576         - 13  # NDRPDR sel
577         - 14  # NDRPDR sel
578         - 15  # NDRPDR sel
579         - 16  # NDRPDR sel
580         - 17  # NDRPDR sel
581         - 18  # NDRPDR sel
582
583     ###########################################################################
584     # Simple tables (only one data set):
585
586     # NIC Comparisons
587
588     vpp-nic-comparison-3n-skx:
589       # TODO: Add the data
590       csit-vpp-perf-verify-2001-3n-skx:
591         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
592         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
593         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596
597     vpp-nic-comparison-2n-skx:
598       csit-vpp-perf-verify-2001-2n-skx:
599         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
601         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
602         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
603         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
606         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
607         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
608         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
609
610     vpp-nic-comparison-3n-skx-mrr:
611       csit-vpp-perf-verify-2001-3n-skx:
612         - 50  # MRR sel
613         - 53  # MRR sel addition
614
615     vpp-nic-comparison-2n-skx-mrr:
616       csit-vpp-perf-verify-2001-2n-skx:
617         - 101 # MRR sel
618         - 128 # MRR sel addition
619
620     # Results
621
622     vpp-perf-results-3n-hsw:
623       csit-vpp-perf-verify-2001-3n-hsw:
624         - 18  # NDRPDR full
625         - 20  # NDRPDR full
626         - 28  # NDRPDR full
627         - 35  # NDRPDR full
628         - 42  # NDRPDR full
629         - 46  # NDRPDR full
630         - 47  # NDRPDR full
631         - 48  # NDRPDR full
632         - 49  # NDRPDR full
633         - 50  # NDRPDR full
634         - 51  # NDRPDR full
635         - 52  # NDRPDR full
636         - 53  # NDRPDR full
637         - 54  # NDRPDR full
638         - 55  # NDRPDR full
639         - 56  # NDRPDR full
640         - 57  # NDRPDR full
641         - 58  # NDRPDR full
642         - 59  # NDRPDR full
643         - 61  # NDRPDR full
644         - 62  # NDRPDR full
645         - 63  # NDRPDR full
646         - 64  # NDRPDR full
647         - 65  # NDRPDR full
648         - 67  # NDRPDR full
649         - 70  # NDRPDR full
650         - 72  # NDRPDR full
651         - 73  # NDRPDR full
652         - 76  # NDRPDR full
653         - 77  # NDRPDR full
654         - 78  # NDRPDR full
655         - 79  # NDRPDR full
656         - 81  # NDRPDR full
657         - 82  # NDRPDR full
658         - 84  # NDRPDR full
659         - 85  # NDRPDR full
660
661     vpp-perf-results-3n-skx:
662       # TODO: Replace
663       csit-vpp-perf-verify-2001-3n-skx:
664         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
665
666     vpp-perf-results-2n-skx:
667       csit-vpp-perf-verify-2001-2n-skx:
668         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
669         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
670         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
671         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
672         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
673         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
674         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
675         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
676         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
677         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
678         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
679         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
680         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
681         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
682
683     vpp-perf-results-2n-clx:
684       csit-vpp-perf-verify-2001-2n-clx:
685         - 53  # NDRPDR full
686         - 54  # NDRPDR full
687         - 55  # NDRPDR full
688         - 56  # NDRPDR full
689         - 57  # NDRPDR full
690         - 58  # NDRPDR full
691         - 59  # NDRPDR full
692         - 60  # NDRPDR full
693         - 61  # NDRPDR full
694         - 62  # NDRPDR full
695         - 63  # NDRPDR full
696         - 64  # NDRPDR full
697         - 65  # NDRPDR full
698         - 66  # NDRPDR full
699         - 67  # NDRPDR full
700
701     vpp-perf-results-3n-tsh:
702       csit-vpp-perf-verify-2001-3n-tsh:
703         - 10  # NDRPDR sel
704
705     vpp-perf-results-3n-dnv:
706       csit-vpp-perf-verify-2001-3n-dnv:
707         - 19  # NDRPDR full
708         - 20  # NDRPDR full
709         - 21  # NDRPDR full
710         - 22  # NDRPDR full
711         - 23  # NDRPDR full
712         - 24  # NDRPDR full
713         - 25  # NDRPDR full
714         - 26  # NDRPDR full
715         - 37  # NDRPDR full
716         - 38  # NDRPDR full
717         - 39  # NDRPDR full
718
719     vpp-perf-results-2n-dnv:
720       csit-vpp-perf-verify-2001-2n-dnv:
721         - 21  # NDRPDR full
722         - 22  # NDRPDR full
723         - 25  # NDRPDR full
724         - 26  # NDRPDR full
725         - 27  # NDRPDR full
726         - 28  # NDRPDR full
727
728     vpp-mrr-results-3n-hsw:
729       csit-vpp-perf-verify-2001-3n-hsw:
730         - 17  # MRR sel
731
732     vpp-mrr-results-3n-skx:
733       csit-vpp-perf-verify-2001-3n-skx:
734         - 50  # MRR sel
735         - 53  # MRR sel addition
736
737     vpp-mrr-results-2n-skx:
738       csit-vpp-perf-verify-2001-2n-skx:
739         - 101 # MRR sel
740         - 128 # MRR sel addition
741
742     vpp-mrr-results-2n-clx:
743       csit-vpp-perf-verify-2001-2n-clx:
744         - 39  # MRR
745
746     vpp-mrr-results-3n-tsh:
747       csit-vpp-perf-verify-2001-3n-tsh:
748         - 9   # MRR sel
749
750     vpp-mrr-results-3n-dnv:
751       csit-vpp-perf-verify-2001-3n-dnv:
752         - 11  # MRR sel
753
754     vpp-mrr-results-2n-dnv:
755       csit-vpp-perf-verify-2001-2n-dnv:
756         - 12  # MRR sel
757
758     vpp-device-results-ubuntu:
759       csit-vpp-device-2001-ubuntu1804-1n-skx:
760         - 57
761
762     dpdk-perf-results-3n-hsw:
763       csit-dpdk-perf-verify-2001-3n-hsw:
764         - 25  # NDRPDR full
765         - 26  # NDRPDR full
766
767     dpdk-perf-results-3n-skx:
768       csit-dpdk-perf-verify-2001-3n-skx:
769         - 29  # NDRPDR sel xxv710
770         - 30  # NDRPDR sel x710
771
772     dpdk-perf-results-2n-skx:
773       csit-dpdk-perf-verify-2001-2n-skx:
774         - 35  # NDRPDR sel xxv710
775         - 38  # NDRPDR sel x710
776
777     dpdk-perf-results-2n-clx:
778       csit-dpdk-perf-verify-2001-2n-clx:
779         - 15  # NDRPDR sel
780         - 34  # NDRPDR sel
781
782     dpdk-perf-results-2n-dnv:
783       csit-dpdk-perf-verify-2001-2n-dnv:
784         - 16  # NDRPDR sel
785
786     dpdk-perf-results-3n-dnv:
787       csit-dpdk-perf-verify-2001-3n-dnv:
788         - 12  # NDRPDR sel
789
790     dpdk-perf-results-3n-tsh:
791       csit-dpdk-perf-verify-2001-3n-tsh:
792         - 3   # NDRPDR sel
793
794 ###########################################################################
795     # Tables (more than one data set)
796
797     # Performance changes
798
799     vpp-perf-changes-2n-skx-old1908_0:
800       csit-vpp-perf-verify-1908-2n-skx:
801         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
802         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
803         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
804         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
805         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
806         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
807         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
808         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
809         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
810         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
811     vpp-perf-changes-2n-skx-old1908_1:
812       csit-vpp-perf-verify-1908_1-2n-skx:
813         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
814         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
815         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
816         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
817         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
818         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
819         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
820         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
821         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
822         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
823     vpp-perf-changes-2n-skx-new1908_1:
824       csit-vpp-perf-verify-1908_1-2n-skx:
825         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
826         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
827         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
828         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
829         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
830         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
831         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
832         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
833         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
834         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
835     vpp-perf-changes-2n-skx-new1908_2:
836       csit-vpp-perf-verify-1908_2-2n-skx:
837         - 1   # NDRPDR sel
838         - 2   # NDRPDR sel
839         - 3   # NDRPDR sel
840         - 4   # NDRPDR sel
841         - 5   # NDRPDR sel
842         - 6   # NDRPDR sel
843         - 7   # NDRPDR sel
844         - 8   # NDRPDR sel
845         - 9   # NDRPDR sel
846         - 10  # NDRPDR sel
847     vpp-perf-changes-2n-skx-new2001_0:
848       csit-vpp-perf-verify-2001-2n-skx:
849         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
850         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
851         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
852         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
853         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
854         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
855         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
856         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
857         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
858         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
859
860     vpp-perf-changes-3n-skx-old1908_0:
861       csit-vpp-perf-verify-1908-3n-skx:
862         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
863         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
864         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
865         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
866         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
867         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
868         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
869         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
870         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
871         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
872     vpp-perf-changes-3n-skx-old1908_1:
873       csit-vpp-perf-verify-1908_1-3n-skx:
874         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
875         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
876         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
877         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
878         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
879         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
880         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
881         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
882         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
883         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
884     vpp-perf-changes-3n-skx-new1908_1:
885       csit-vpp-perf-verify-1908_1-3n-skx:
886         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
887         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
888         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
889         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
890         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
891         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
892         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
893         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
894         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
895         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
896     vpp-perf-changes-3n-skx-new1908_2:
897       csit-vpp-perf-verify-1908_2-3n-skx:
898         - 1   # NDRPDR sel
899         - 2   # NDRPDR sel
900     vpp-perf-changes-3n-skx-new2001_0:
901       csit-vpp-perf-verify-2001-3n-skx:
902         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
903         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
904         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
905         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
906         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
907
908     vpp-performance-changes-3n-hsw-h1:
909       csit-vpp-perf-verify-1904-3n-hsw:
910         - 11  # NDRPDR sel
911         - 12  # NDRPDR sel
912         - 20  # NDRPDR sel
913         - 21  # NDRPDR sel
914         - 23  # NDRPDR sel
915         - 24  # NDRPDR sel
916         - 25  # NDRPDR sel
917         - 26  # NDRPDR sel
918         - 29  # NDRPDR sel
919         - 30  # NDRPDR sel
920     vpp-performance-changes-3n-hsw-ref:
921       csit-vpp-perf-verify-1908-3n-hsw:
922         - 12  # NDRPDR sel
923         - 13  # NDRPDR sel
924         - 14  # NDRPDR sel
925         - 15  # NDRPDR sel
926         - 16  # NDRPDR sel
927         - 17  # NDRPDR sel
928         - 18  # NDRPDR sel
929         - 19  # NDRPDR sel
930         - 20  # NDRPDR sel
931         - 21  # NDRPDR sel
932     vpp-performance-changes-3n-hsw-cmp:
933       csit-vpp-perf-verify-2001-3n-hsw:
934         - 21  # NDRPDR sel
935         - 22  # NDRPDR sel
936         - 23  # NDRPDR sel
937         - 24  # NDRPDR sel
938         - 25  # NDRPDR sel
939         - 29  # NDRPDR sel
940         - 30  # NDRPDR sel
941         - 31  # NDRPDR sel
942         - 32  # NDRPDR sel
943         - 34  # NDRPDR sel
944     vpp-performance-changes-3n-hsw:
945       - "vpp-performance-changes-3n-hsw-h1"
946       - "vpp-performance-changes-3n-hsw-ref"
947       - "vpp-performance-changes-3n-hsw-cmp"
948
949     vpp-performance-changes-3n-skx-h1:
950       csit-vpp-perf-verify-1904-3n-skx:
951         - 8   # NDRPDR sel
952         - 9   # NDRPDR sel
953         - 10  # NDRPDR sel
954         - 11  # NDRPDR sel
955         - 12  # NDRPDR sel
956         - 14  # NDRPDR sel
957         - 16  # NDRPDR sel
958         - 21  # NDRPDR sel
959         - 23  # NDRPDR sel
960         - 25  # NDRPDR sel
961     vpp-performance-changes-3n-skx-ref:
962       csit-vpp-perf-verify-1908-3n-skx:
963         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
964         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
965         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
966         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
967         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
968         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
969         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
970         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
971         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
972         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
973     vpp-performance-changes-3n-skx-cmp:
974       # TODO: Add the data
975       csit-vpp-perf-verify-2001-3n-skx:
976         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
977         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
978         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
979         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
980         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
981     vpp-performance-changes-3n-skx:
982       - "vpp-performance-changes-3n-skx-h1"
983       - "vpp-performance-changes-3n-skx-ref"
984       - "vpp-performance-changes-3n-skx-cmp"
985
986     vpp-performance-changes-2n-skx-h1:
987       csit-vpp-perf-verify-1904-2n-skx:
988         - 12  # NDRPDR sel
989         - 14  # NDRPDR sel
990         - 16  # NDRPDR sel
991         - 17  # NDRPDR sel
992         - 18  # NDRPDR sel
993         - 21  # NDRPDR sel
994         - 27  # NDRPDR sel
995         - 30  # NDRPDR sel
996         - 31  # NDRPDR sel
997         - 32  # NDRPDR sel
998     vpp-performance-changes-2n-skx-ref:
999       csit-vpp-perf-verify-1908-2n-skx:
1000         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1001         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1002         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1003         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1004         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1005         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1006         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1007         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1008         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1009         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1010     vpp-performance-changes-2n-skx-cmp:
1011       csit-vpp-perf-verify-2001-2n-skx:
1012         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1013         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1014         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1015         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1016         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1017         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1018         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1019         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1020         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1021         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1022     vpp-performance-changes-2n-skx:
1023       - "vpp-performance-changes-2n-skx-h1"
1024       - "vpp-performance-changes-2n-skx-ref"
1025       - "vpp-performance-changes-2n-skx-cmp"
1026
1027     vpp-performance-changes-nfv-2n-skx-ref:
1028       csit-vpp-perf-verify-1908-2n-skx:
1029         - 22  # NFV
1030         - 31  # NFV
1031         - 32  # NFV
1032     vpp-performance-changes-nfv-2n-skx-cmp:
1033       # TODO: Add the data
1034       csit-vpp-perf-verify-2001-2n-skx:
1035         - 30  # NFV
1036         - 31  # NFV
1037     vpp-performance-changes-nfv-2n-skx:
1038       - "vpp-performance-changes-nfv-2n-skx-ref"
1039       - "vpp-performance-changes-nfv-2n-skx-cmp"
1040
1041     vpp-performance-changes-2n-dnv-ref:
1042       csit-vpp-perf-verify-1908-2n-dnv:
1043         - 1   # NDRPDR sel
1044         - 2   # NDRPDR sel
1045         - 3   # NDRPDR sel
1046         - 4   # NDRPDR sel
1047         - 5   # NDRPDR sel
1048         - 6   # NDRPDR sel
1049         - 7   # NDRPDR sel
1050         - 8   # NDRPDR sel
1051         - 9   # NDRPDR sel
1052         - 10  # NDRPDR sel
1053     vpp-performance-changes-2n-dnv-cmp:
1054       csit-vpp-perf-verify-2001-2n-dnv:
1055         - 4   # NDRPDR sel
1056         - 5   # NDRPDR sel
1057         - 6   # NDRPDR sel
1058         - 7   # NDRPDR sel
1059         - 8   # NDRPDR sel
1060         - 9   # NDRPDR sel
1061         - 10  # NDRPDR sel
1062         - 11  # NDRPDR sel
1063         - 13  # NDRPDR sel
1064         - 16  # NDRPDR sel
1065     vpp-performance-changes-2n-dnv:
1066       - "vpp-performance-changes-2n-dnv-ref"
1067       - "vpp-performance-changes-2n-dnv-cmp"
1068
1069     vpp-performance-changes-3n-dnv-ref:
1070       csit-vpp-perf-verify-1908-3n-dnv:
1071         - 6   # NDRPDR sel
1072         - 7   # NDRPDR sel
1073         - 8   # NDRPDR sel
1074         - 9   # NDRPDR sel
1075         - 10  # NDRPDR sel
1076         - 12  # NDRPDR sel
1077         - 13  # NDRPDR sel
1078         - 14  # NDRPDR sel
1079         - 15  # NDRPDR sel
1080         - 16  # NDRPDR sel
1081     vpp-performance-changes-3n-dnv-cmp:
1082       csit-vpp-perf-verify-2001-3n-dnv:
1083         - 5   # NDRPDR sel
1084         - 6   # NDRPDR sel
1085         - 7   # NDRPDR sel
1086         - 8   # NDRPDR sel
1087         - 9   # NDRPDR sel
1088         - 10  # NDRPDR sel
1089         - 12  # NDRPDR sel
1090         - 16  # NDRPDR sel
1091         - 17  # NDRPDR sel
1092         - 18  # NDRPDR sel
1093     vpp-performance-changes-3n-dnv:
1094       - "vpp-performance-changes-3n-dnv-ref"
1095       - "vpp-performance-changes-3n-dnv-cmp"
1096
1097     vpp-performance-changes-3n-tsh-ref:
1098       csit-vpp-perf-verify-1908-3n-tsh:
1099         - 7   # NDRPDR sel
1100         - 8   # NDRPDR sel
1101         - 9   # NDRPDR sel
1102         - 10  # NDRPDR sel
1103         - 11  # NDRPDR sel
1104         - 12  # NDRPDR sel
1105         - 13  # NDRPDR sel
1106         - 14  # NDRPDR sel
1107         - 15  # NDRPDR sel
1108         - 16  # NDRPDR sel
1109     vpp-performance-changes-3n-tsh-cmp:
1110       csit-vpp-perf-verify-2001-3n-tsh:
1111         - 3   # NDRPDR sel
1112         - 4   # NDRPDR sel
1113         - 7   # NDRPDR sel
1114         - 8   # NDRPDR sel
1115         - 10  # NDRPDR sel
1116         - 12  # NDRPDR sel
1117         - 13  # NDRPDR sel
1118         - 14  # NDRPDR sel
1119         - 15  # NDRPDR sel
1120         - 21  # NDRPDR sel
1121     vpp-performance-changes-3n-tsh:
1122       - "vpp-performance-changes-3n-tsh-ref"
1123       - "vpp-performance-changes-3n-tsh-cmp"
1124
1125     vpp-soak-vs-ndr-2n-skx-ref:
1126       csit-vpp-perf-verify-2001-2n-skx:
1127         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1128         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1129         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1130         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1131         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1132         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1133         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1134         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1135         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1136         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1137     vpp-soak-vs-ndr-2n-skx-cmp:
1138       csit-vpp-perf-verify-2001-2n-skx:
1139         - 181  # Soak
1140         - 182  # Soak
1141     vpp-soak-vs-ndr-2n-skx:
1142       csit-vpp-perf-verify-2001-2n-skx:
1143         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1144         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1145         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1146         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1147         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1148         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1149         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1150         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1151         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1152         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1153         - 181  # Soak
1154         - 182  # Soak
1155
1156     vpp-soak-vs-ndr-2n-clx-ref:
1157       csit-vpp-perf-verify-2001-2n-clx:
1158         - 28  # NDRPDR sel
1159         - 29  # NDRPDR sel
1160         - 32  # NDRPDR sel
1161         - 40  # NDRPDR sel
1162         - 43  # NDRPDR sel
1163         - 44  # NDRPDR sel
1164         - 45  # NDRPDR sel
1165         - 47  # NDRPDR sel
1166         - 48  # NDRPDR sel
1167         - 49  # NDRPDR sel
1168     vpp-soak-vs-ndr-2n-clx-cmp:
1169       csit-vpp-perf-verify-2001-2n-clx:
1170         - 93  # SOAK
1171         - 94  # Soak
1172     vpp-soak-vs-ndr-2n-clx:
1173       csit-vpp-perf-verify-2001-2n-clx:
1174         - 28  # NDRPDR sel
1175         - 29  # NDRPDR sel
1176         - 32  # NDRPDR sel
1177         - 40  # NDRPDR sel
1178         - 43  # NDRPDR sel
1179         - 44  # NDRPDR sel
1180         - 45  # NDRPDR sel
1181         - 47  # NDRPDR sel
1182         - 48  # NDRPDR sel
1183         - 49  # NDRPDR sel
1184         - 93  # SOAK
1185         - 94  # Soak
1186
1187     vpp-performance-changes-3n-hsw-mrr-h1:
1188       csit-vpp-perf-verify-1904-3n-hsw:
1189         - 9   # MRR sel
1190     vpp-performance-changes-3n-hsw-mrr-ref:
1191       csit-vpp-perf-verify-1908-3n-hsw:
1192         - 39  # MRR sel
1193     vpp-performance-changes-3n-hsw-mrr-cmp:
1194       csit-vpp-perf-verify-2001-3n-hsw:
1195         - 17  # MRR sel
1196     vpp-performance-changes-3n-hsw-mrr:
1197       - "vpp-performance-changes-3n-hsw-mrr-h1"
1198       - "vpp-performance-changes-3n-hsw-mrr-ref"
1199       - "vpp-performance-changes-3n-hsw-mrr-cmp"
1200
1201     vpp-performance-changes-3n-skx-mrr-h1:
1202       csit-vpp-perf-verify-1904-3n-skx:
1203         - 7   # MRR sel
1204     vpp-performance-changes-3n-skx-mrr-ref:
1205       csit-vpp-perf-verify-1908-3n-skx:
1206         - 36  # MRR sel
1207     vpp-performance-changes-3n-skx-mrr-cmp:
1208       csit-vpp-perf-verify-2001-3n-skx:
1209         - 50  # MRR sel
1210         - 53  # MRR sel addition
1211     vpp-performance-changes-3n-skx-mrr:
1212       - "vpp-performance-changes-3n-skx-mrr-h1"
1213       - "vpp-performance-changes-3n-skx-mrr-ref"
1214       - "vpp-performance-changes-3n-skx-mrr-cmp"
1215
1216     vpp-performance-changes-2n-skx-mrr-h1:
1217       csit-vpp-perf-verify-1904-2n-skx:
1218         - 11  # MRR sel
1219     vpp-performance-changes-2n-skx-mrr-ref:
1220       csit-vpp-perf-verify-1908-2n-skx:
1221         - 69  # MRR sel
1222     vpp-performance-changes-2n-skx-mrr-cmp:
1223       csit-vpp-perf-verify-2001-2n-skx:
1224         - 101 # MRR sel
1225         - 128 # MRR sel addition
1226     vpp-performance-changes-2n-skx-mrr:
1227       - "vpp-performance-changes-2n-skx-mrr-h1"
1228       - "vpp-performance-changes-2n-skx-mrr-ref"
1229       - "vpp-performance-changes-2n-skx-mrr-cmp"
1230
1231     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1232       csit-vpp-perf-verify-1908-2n-skx:
1233         - 71  # NFV MRR
1234     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1235       # TODO: Replace
1236       # csit-vpp-perf-verify-2001-2n-skx:
1237       csit-vpp-perf-verify-1908-2n-skx:
1238         - 71  # NFV MRR
1239     vpp-performance-changes-nfv-2n-skx-mrr:
1240       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
1241       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
1242
1243     vpp-performance-changes-2n-dnv-mrr-ref:
1244       csit-vpp-perf-verify-1908-2n-dnv:
1245         - 11  # MRR sel
1246     vpp-performance-changes-2n-dnv-mrr-cmp:
1247       csit-vpp-perf-verify-2001-2n-dnv:
1248         - 12  # MRR sel
1249     vpp-performance-changes-2n-dnv-mrr:
1250       - "vpp-performance-changes-2n-dnv-mrr-ref"
1251       - "vpp-performance-changes-2n-dnv-mrr-cmp"
1252
1253     vpp-performance-changes-3n-dnv-mrr-ref:
1254       csit-vpp-perf-verify-1908-3n-dnv:
1255         - 17  # MRR sel
1256     vpp-performance-changes-3n-dnv-mrr-cmp:
1257       csit-vpp-perf-verify-2001-3n-dnv:
1258         - 11  # MRR sel
1259     vpp-performance-changes-3n-dnv-mrr:
1260       - "vpp-performance-changes-3n-dnv-mrr-ref"
1261       - "vpp-performance-changes-3n-dnv-mrr-cmp"
1262
1263     vpp-performance-changes-3n-tsh-mrr-ref:
1264       csit-vpp-perf-verify-1908-3n-tsh:
1265         - 17  # MRR sel
1266     vpp-performance-changes-3n-tsh-mrr-cmp:
1267       csit-vpp-perf-verify-2001-3n-tsh:
1268         - 9   # MRR sel
1269     vpp-performance-changes-3n-tsh-mrr:
1270       - "vpp-performance-changes-3n-tsh-mrr-ref"
1271       - "vpp-performance-changes-3n-tsh-mrr-cmp"
1272
1273     dpdk-performance-changes-3n-hsw-h1:
1274       csit-dpdk-perf-verify-1904-3n-hsw:
1275         - 2   # NDRPDR sel
1276         - 3   # NDRPDR sel
1277         - 5   # NDRPDR sel
1278         - 6   # NDRPDR sel
1279         - 13  # NDRPDR sel
1280         - 14  # NDRPDR sel
1281         - 15  # NDRPDR sel
1282         - 18  # NDRPDR sel
1283         - 19  # NDRPDR sel
1284         - 20  # NDRPDR sel
1285     dpdk-performance-changes-3n-hsw-ref:
1286       csit-dpdk-perf-verify-1908-3n-hsw:
1287         - 2   # NDRPDR sel
1288         - 3   # NDRPDR sel
1289         - 4   # NDRPDR sel
1290         - 5   # NDRPDR sel
1291         - 6   # NDRPDR sel
1292         - 7   # NDRPDR sel
1293         - 8   # NDRPDR sel
1294         - 9   # NDRPDR sel
1295         - 10  # NDRPDR sel
1296         - 11  # NDRPDR sel
1297     dpdk-performance-changes-3n-hsw-cmp:
1298       csit-dpdk-perf-verify-2001-3n-hsw:
1299 #        - 4   # NDRPDR sel
1300 #        - 5   # NDRPDR sel
1301 #        - 6   # NDRPDR sel
1302 #        - 7   # NDRPDR sel
1303 #        - 8   # NDRPDR sel
1304 #        - 9   # NDRPDR sel
1305 #        - 10  # NDRPDR sel
1306 #        - 11  # NDRPDR sel
1307 #        - 12  # NDRPDR sel
1308 #        - 13  # NDRPDR sel
1309         - 15  # NDRPDR sel
1310         - 16  # NDRPDR sel
1311         - 17  # NDRPDR sel
1312         - 18  # NDRPDR sel
1313         - 19  # NDRPDR sel
1314         - 20  # NDRPDR sel
1315         - 21  # NDRPDR sel
1316         - 22  # NDRPDR sel
1317         - 23  # NDRPDR sel
1318         - 24  # NDRPDR sel
1319     dpdk-performance-changes-3n-hsw:
1320       - "dpdk-performance-changes-3n-hsw-h1"
1321       - "dpdk-performance-changes-3n-hsw-ref"
1322       - "dpdk-performance-changes-3n-hsw-cmp"
1323
1324     dpdk-performance-changes-3n-skx-h1:
1325       csit-dpdk-perf-verify-1904-3n-skx:
1326         - 2   # NDRPDR sel
1327         - 3   # NDRPDR sel
1328         - 4   # NDRPDR sel
1329         - 5   # NDRPDR sel
1330         - 6   # NDRPDR sel
1331         - 7   # NDRPDR sel
1332         - 11  # NDRPDR sel
1333         - 12  # NDRPDR sel
1334         - 13  # NDRPDR sel
1335         - 14  # NDRPDR sel
1336     dpdk-performance-changes-3n-skx-ref:
1337       csit-dpdk-perf-verify-1908-3n-skx:
1338         - 3   # NDRPDR sel
1339         - 4   # NDRPDR sel
1340         - 5   # NDRPDR sel
1341         - 6   # NDRPDR sel
1342         - 7   # NDRPDR sel
1343         - 8   # NDRPDR sel
1344         - 9   # NDRPDR sel
1345         - 10  # NDRPDR sel
1346         - 11  # NDRPDR sel
1347         - 12  # NDRPDR sel
1348     dpdk-performance-changes-3n-skx-cmp:
1349       csit-dpdk-perf-verify-2001-3n-skx:
1350         - 29  # NDRPDR sel xxv710
1351         - 33  # NDRPDR sel xxv710
1352         - 34  # NDRPDR sel xxv710
1353         - 35  # NDRPDR sel xxv710
1354         - 36  # NDRPDR sel xxv710
1355         - 37  # NDRPDR sel xxv710
1356         - 41  # NDRPDR sel xxv710
1357         - 42  # NDRPDR sel xxv710
1358         - 43  # NDRPDR sel xxv710
1359         - 45  # NDRPDR sel xxv710
1360         - 30  # NDRPDR sel x710
1361         - 31  # NDRPDR sel x710
1362         - 32  # NDRPDR sel x710
1363         - 38  # NDRPDR sel x710
1364         - 39  # NDRPDR sel x710
1365         - 40  # NDRPDR sel x710
1366         - 44  # NDRPDR sel x710
1367         - 46  # NDRPDR sel x710
1368         - 47  # NDRPDR sel x710
1369         - 48  # NDRPDR sel x710
1370     dpdk-performance-changes-3n-skx:
1371       - "dpdk-performance-changes-3n-skx-h1"
1372       - "dpdk-performance-changes-3n-skx-ref"
1373       - "dpdk-performance-changes-3n-skx-cmp"
1374
1375     dpdk-performance-changes-2n-skx-h1:
1376       csit-dpdk-perf-verify-1904-2n-skx:
1377         - 2   # NDRPDR sel
1378         - 3   # NDRPDR sel
1379         - 4   # NDRPDR sel
1380         - 5   # NDRPDR sel
1381         - 7   # NDRPDR sel
1382         - 8   # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 10  # NDRPDR sel
1385         - 11  # NDRPDR sel
1386         - 12  # NDRPDR sel
1387     dpdk-performance-changes-2n-skx-ref:
1388       csit-dpdk-perf-verify-1908-2n-skx:
1389         - 2   # NDRPDR sel
1390         - 3   # NDRPDR sel
1391         - 4   # NDRPDR sel
1392         - 5   # NDRPDR sel
1393         - 7   # NDRPDR sel
1394         - 8   # NDRPDR sel
1395         - 9   # NDRPDR sel
1396         - 10  # NDRPDR sel
1397         - 11  # NDRPDR sel
1398         - 12  # NDRPDR sel
1399     dpdk-performance-changes-2n-skx-cmp:
1400       csit-dpdk-perf-verify-2001-2n-skx:
1401         - 35  # NDRPDR sel xxv710
1402         - 36  # NDRPDR sel xxv710
1403         - 37  # NDRPDR sel xxv710
1404         - 41  # NDRPDR sel xxv710
1405         - 42  # NDRPDR sel xxv710
1406         - 43  # NDRPDR sel xxv710
1407         - 46  # NDRPDR sel xxv710
1408         - 47  # NDRPDR sel xxv710
1409         - 52  # NDRPDR sel xxv710
1410         - 53  # NDRPDR sel xxv710
1411         - 38  # NDRPDR sel x710
1412         - 39  # NDRPDR sel x710
1413         - 40  # NDRPDR sel x710
1414         - 44  # NDRPDR sel x710
1415         - 45  # NDRPDR sel x710
1416         - 48  # NDRPDR sel x710
1417         - 49  # NDRPDR sel x710
1418         - 50  # NDRPDR sel x710
1419         - 51  # NDRPDR sel x710
1420         - 54  # NDRPDR sel x710
1421     dpdk-performance-changes-2n-skx:
1422       - "dpdk-performance-changes-2n-skx-h1"
1423       - "dpdk-performance-changes-2n-skx-ref"
1424       - "dpdk-performance-changes-2n-skx-cmp"
1425
1426     # Compare testbeds
1427
1428     vpp-compare-testbeds-ref:
1429       csit-vpp-perf-verify-2001-3n-hsw:
1430         - 21  # NDRPDR sel
1431         - 22  # NDRPDR sel
1432         - 23  # NDRPDR sel
1433         - 24  # NDRPDR sel
1434         - 25  # NDRPDR sel
1435         - 29  # NDRPDR sel
1436         - 30  # NDRPDR sel
1437         - 31  # NDRPDR sel
1438         - 32  # NDRPDR sel
1439         - 34  # NDRPDR sel
1440     vpp-compare-testbeds-cmp:
1441       # TODO: Add the data
1442       csit-vpp-perf-verify-2001-3n-skx:
1443         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1444         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1445         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1446         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1447         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1448     vpp-compare-testbeds:
1449       - "vpp-compare-testbeds-ref"
1450       - "vpp-compare-testbeds-cmp"
1451
1452     vpp-compare-testbeds-skx-clx-ref:
1453       csit-vpp-perf-verify-2001-2n-skx:
1454         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1455         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1456         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1457         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1458         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1459         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1460         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1461         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1462         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1463         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1464     vpp-compare-testbeds-skx-clx-cmp:
1465       csit-vpp-perf-verify-2001-2n-clx:
1466         - 28  # NDRPDR sel
1467         - 29  # NDRPDR sel
1468         - 32  # NDRPDR sel
1469         - 40  # NDRPDR sel
1470         - 43  # NDRPDR sel
1471         - 44  # NDRPDR sel
1472         - 45  # NDRPDR sel
1473         - 47  # NDRPDR sel
1474         - 48  # NDRPDR sel
1475         - 49  # NDRPDR sel
1476     vpp-compare-testbeds-skx-clx:
1477       - "vpp-compare-testbeds-skx-clx-ref"
1478       - "vpp-compare-testbeds-skx-clx-cmp"
1479
1480     vpp-compare-testbeds-hsw-clx-ref:
1481       csit-vpp-perf-verify-2001-3n-hsw:
1482         - 21  # NDRPDR sel
1483         - 22  # NDRPDR sel
1484         - 23  # NDRPDR sel
1485         - 24  # NDRPDR sel
1486         - 25  # NDRPDR sel
1487         - 29  # NDRPDR sel
1488         - 30  # NDRPDR sel
1489         - 31  # NDRPDR sel
1490         - 32  # NDRPDR sel
1491         - 34  # NDRPDR sel
1492     vpp-compare-testbeds-hsw-clx-cmp:
1493       csit-vpp-perf-verify-2001-2n-clx:
1494         - 28  # NDRPDR sel
1495         - 29  # NDRPDR sel
1496         - 32  # NDRPDR sel
1497         - 40  # NDRPDR sel
1498         - 43  # NDRPDR sel
1499         - 44  # NDRPDR sel
1500         - 45  # NDRPDR sel
1501         - 47  # NDRPDR sel
1502         - 48  # NDRPDR sel
1503         - 49  # NDRPDR sel
1504     vpp-compare-testbeds-hsw-clx:
1505       - "vpp-compare-testbeds-hsw-clx-ref"
1506       - "vpp-compare-testbeds-hsw-clx-cmp"
1507
1508     vpp-compare-testbeds-mrr-ref:
1509       csit-vpp-perf-verify-2001-3n-hsw:
1510         - 17  # MRR sel
1511     vpp-compare-testbeds-mrr-cmp:
1512       csit-vpp-perf-verify-2001-3n-skx:
1513         - 50  # MRR sel
1514         - 53  # MRR sel addition
1515     vpp-compare-testbeds-mrr:
1516       - "vpp-compare-testbeds-mrr-ref"
1517       - "vpp-compare-testbeds-mrr-cmp"
1518
1519     vpp-compare-testbeds-mrr-skx-clx-ref:
1520       csit-vpp-perf-verify-2001-2n-skx:
1521         - 101 # MRR sel
1522         - 128 # MRR sel addition
1523     vpp-compare-testbeds-mrr-skx-clx-cmp:
1524       csit-vpp-perf-verify-2001-2n-clx:
1525         - 39  # MRR
1526     vpp-compare-testbeds-mrr-skx-clx:
1527       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1528       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1529
1530     vpp-compare-testbeds-mrr-hsw-clx-ref:
1531       csit-vpp-perf-verify-2001-3n-hsw:
1532         - 17  # MRR sel
1533     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1534       csit-vpp-perf-verify-2001-2n-clx:
1535         - 39  # MRR
1536     vpp-compare-testbeds-mrr-hsw-clx:
1537       - "vpp-compare-testbeds-mrr-hsw-clx-ref"
1538       - "vpp-compare-testbeds-mrr-hsw-clx-cmp"
1539
1540     dpdk-compare-testbeds-ref:
1541       csit-dpdk-perf-verify-2001-3n-hsw:
1542         - 4   # NDRPDR sel
1543         - 5   # NDRPDR sel
1544         - 6   # NDRPDR sel
1545         - 7   # NDRPDR sel
1546         - 8   # NDRPDR sel
1547         - 9   # NDRPDR sel
1548         - 10  # NDRPDR sel
1549         - 11  # NDRPDR sel
1550         - 12  # NDRPDR sel
1551         - 13  # NDRPDR sel
1552         - 15  # NDRPDR sel
1553         - 16  # NDRPDR sel
1554         - 17  # NDRPDR sel
1555         - 18  # NDRPDR sel
1556         - 19  # NDRPDR sel
1557         - 20  # NDRPDR sel
1558         - 21  # NDRPDR sel
1559         - 22  # NDRPDR sel
1560         - 23  # NDRPDR sel
1561         - 24  # NDRPDR sel
1562     dpdk-compare-testbeds-cmp:
1563       csit-dpdk-perf-verify-2001-3n-skx:
1564         - 29  # NDRPDR sel xxv710
1565         - 33  # NDRPDR sel xxv710
1566         - 34  # NDRPDR sel xxv710
1567         - 35  # NDRPDR sel xxv710
1568         - 36  # NDRPDR sel xxv710
1569         - 37  # NDRPDR sel xxv710
1570         - 41  # NDRPDR sel xxv710
1571         - 42  # NDRPDR sel xxv710
1572         - 43  # NDRPDR sel xxv710
1573         - 45  # NDRPDR sel xxv710
1574         - 30  # NDRPDR sel x710
1575         - 31  # NDRPDR sel x710
1576         - 32  # NDRPDR sel x710
1577         - 38  # NDRPDR sel x710
1578         - 39  # NDRPDR sel x710
1579         - 40  # NDRPDR sel x710
1580         - 44  # NDRPDR sel x710
1581         - 46  # NDRPDR sel x710
1582         - 47  # NDRPDR sel x710
1583         - 48  # NDRPDR sel x710
1584     dpdk-compare-testbeds:
1585       - "dpdk-compare-testbeds-ref"
1586       - "dpdk-compare-testbeds-cmp"
1587
1588     dpdk-compare-testbeds-skx-clx-ref:
1589       csit-dpdk-perf-verify-2001-2n-skx:
1590         - 35  # NDRPDR sel xxv710
1591         - 36  # NDRPDR sel xxv710
1592         - 37  # NDRPDR sel xxv710
1593         - 41  # NDRPDR sel xxv710
1594         - 42  # NDRPDR sel xxv710
1595         - 43  # NDRPDR sel xxv710
1596         - 46  # NDRPDR sel xxv710
1597         - 47  # NDRPDR sel xxv710
1598         - 52  # NDRPDR sel xxv710
1599         - 53  # NDRPDR sel xxv710
1600         - 38  # NDRPDR sel x710
1601         - 39  # NDRPDR sel x710
1602         - 40  # NDRPDR sel x710
1603         - 44  # NDRPDR sel x710
1604         - 45  # NDRPDR sel x710
1605         - 48  # NDRPDR sel x710
1606         - 49  # NDRPDR sel x710
1607         - 50  # NDRPDR sel x710
1608         - 51  # NDRPDR sel x710
1609         - 54  # NDRPDR sel x710
1610     dpdk-compare-testbeds-skx-clx-cmp:
1611       csit-dpdk-perf-verify-2001-2n-clx:
1612         - 15  # NDRPDR sel
1613         - 16  # NDRPDR sel
1614         - 17  # NDRPDR sel
1615         - 18  # NDRPDR sel
1616         - 19  # NDRPDR sel
1617         - 20  # NDRPDR sel
1618         - 21  # NDRPDR sel
1619         - 22  # NDRPDR sel
1620         - 23  # NDRPDR sel
1621         - 24  # NDRPDR sel
1622         - 25  # NDRPDR sel
1623         - 26  # NDRPDR sel
1624         - 27  # NDRPDR sel
1625         - 28  # NDRPDR sel
1626         - 29  # NDRPDR sel
1627         - 30  # NDRPDR sel
1628         - 31  # NDRPDR sel
1629         - 32  # NDRPDR sel
1630         - 33  # NDRPDR sel
1631         - 34  # NDRPDR sel
1632
1633     dpdk-compare-testbeds-skx-clx:
1634       - "dpdk-compare-testbeds-skx-clx-ref"
1635       - "dpdk-compare-testbeds-skx-clx-cmp"
1636
1637     # Compare topologies
1638
1639     vpp-compare-topologies-ref:
1640       # TODO: Add the data
1641       csit-vpp-perf-verify-2001-3n-skx:
1642         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1643         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1644         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1645         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1646         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1647     vpp-compare-topologies-cmp:
1648       csit-vpp-perf-verify-2001-2n-skx:
1649         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1650         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1651         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1652         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1653         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1654         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1655         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1656         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1657         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1658         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1659     vpp-compare-topologies:
1660       - "vpp-compare-topologies-ref"
1661       - "vpp-compare-topologies-cmp"
1662
1663     vpp-compare-topologies-mrr-ref:
1664       csit-vpp-perf-verify-2001-3n-skx:
1665         - 50  # MRR sel
1666         - 53  # MRR sel addition
1667     vpp-compare-topologies-mrr-cmp:
1668       csit-vpp-perf-verify-2001-2n-skx:
1669         - 101 # MRR sel
1670         - 128 # MRR sel addition
1671     vpp-compare-topologies-mrr:
1672       - "vpp-compare-topologies-mrr-ref"
1673       - "vpp-compare-topologies-mrr-cmp"
1674
1675     dpdk-compare-topologies-ref:
1676       csit-dpdk-perf-verify-2001-3n-skx:
1677         - 29  # NDRPDR sel xxv710
1678         - 33  # NDRPDR sel xxv710
1679         - 34  # NDRPDR sel xxv710
1680         - 35  # NDRPDR sel xxv710
1681         - 36  # NDRPDR sel xxv710
1682         - 37  # NDRPDR sel xxv710
1683         - 41  # NDRPDR sel xxv710
1684         - 42  # NDRPDR sel xxv710
1685         - 43  # NDRPDR sel xxv710
1686         - 45  # NDRPDR sel xxv710
1687         - 30  # NDRPDR sel x710
1688         - 31  # NDRPDR sel x710
1689         - 32  # NDRPDR sel x710
1690         - 38  # NDRPDR sel x710
1691         - 39  # NDRPDR sel x710
1692         - 40  # NDRPDR sel x710
1693         - 44  # NDRPDR sel x710
1694         - 46  # NDRPDR sel x710
1695         - 47  # NDRPDR sel x710
1696         - 48  # NDRPDR sel x710
1697     dpdk-compare-topologies-cmp:
1698       csit-dpdk-perf-verify-2001-2n-skx:
1699         - 35  # NDRPDR sel xxv710
1700         - 36  # NDRPDR sel xxv710
1701         - 37  # NDRPDR sel xxv710
1702         - 41  # NDRPDR sel xxv710
1703         - 42  # NDRPDR sel xxv710
1704         - 43  # NDRPDR sel xxv710
1705         - 46  # NDRPDR sel xxv710
1706         - 47  # NDRPDR sel xxv710
1707         - 52  # NDRPDR sel xxv710
1708         - 53  # NDRPDR sel xxv710
1709         - 38  # NDRPDR sel x710
1710         - 39  # NDRPDR sel x710
1711         - 40  # NDRPDR sel x710
1712         - 44  # NDRPDR sel x710
1713         - 45  # NDRPDR sel x710
1714         - 48  # NDRPDR sel x710
1715         - 49  # NDRPDR sel x710
1716         - 50  # NDRPDR sel x710
1717         - 51  # NDRPDR sel x710
1718         - 54  # NDRPDR sel x710
1719     dpdk-compare-topologies:
1720       - "dpdk-compare-topologies-ref"
1721       - "dpdk-compare-topologies-cmp"
1722
1723   plot-layouts:
1724
1725     plot-soak-throughput:
1726       titlefont:
1727         size: 18
1728       xaxis:
1729         title: "<b>Test Cases [Index]</b>"
1730         titlefont:
1731           size: 16
1732         autorange: True
1733         fixedrange: False
1734         gridcolor: "rgb(230, 230, 230)"
1735         linecolor: "rgb(220, 220, 220)"
1736         linewidth: 1
1737         showgrid: True
1738         showline: True
1739         showticklabels: True
1740         tickcolor: "rgb(220, 220, 220)"
1741         tickmode: "linear"
1742         tickfont:
1743           size: 16
1744         zeroline: False
1745       yaxis:
1746         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1747         titlefont:
1748           size: 16
1749         gridcolor: "rgb(230, 230, 230)"
1750         hoverformat: ".4r"
1751         tickformat: ".3r"
1752         linecolor: "rgb(220, 220, 220)"
1753         linewidth: 1
1754         showgrid: True
1755         showline: True
1756         showticklabels: True
1757         tickcolor: "rgb(220, 220, 220)"
1758         tickfont:
1759           size: 16
1760         zeroline: False
1761         range: [0,50]
1762       autosize: False
1763       margin:
1764         t: 50
1765         b: 0
1766         l: 80
1767         r: 20
1768       showlegend: True
1769       legend:
1770         orientation: "h"
1771         font:
1772           size: 16
1773       width: 700
1774       height: 900
1775       paper_bgcolor: "#fff"
1776       plot_bgcolor: "#fff"
1777       hoverlabel:
1778         namelength: -1
1779
1780     plot-service-density:
1781       titlefont:
1782         size: 18
1783       xaxis:
1784         side: "top"
1785         autorange: True
1786         fixedrange: False
1787         showgrid: False
1788         showline: False
1789         showticklabels: False
1790         ticks: ""
1791         ticklen: 0
1792         tickwidth: 0
1793         zeroline: False
1794       yaxis:
1795         autorange: "reversed"
1796         showgrid: False
1797         showline: False
1798         showticklabels: False
1799         ticks: ""
1800         ticklen: 0
1801         tickwidth: 0
1802         zeroline: False
1803       showlegend: False
1804       paper_bgcolor: "#fff"
1805       plot_bgcolor: "#fff"
1806       width: 700
1807       height: 700
1808       hoverlabel:
1809         namelength: -1
1810
1811     plot-cps:
1812       titlefont:
1813         size: 18
1814       xaxis:
1815         title: "<b>Test Cases [Index]</b>"
1816         titlefont:
1817           size: 16
1818         autorange: True
1819         fixedrange: False
1820         gridcolor: "rgb(230, 230, 230)"
1821         linecolor: "rgb(220, 220, 220)"
1822         linewidth: 1
1823         showgrid: True
1824         showline: True
1825         showticklabels: True
1826         tickcolor: "rgb(220, 220, 220)"
1827         tickmode: "linear"
1828         tickfont:
1829           size: 16
1830         zeroline: False
1831       yaxis:
1832         title: "<b>Connections Per Second [cps]</b>"
1833         titlefont:
1834           size: 16
1835         gridcolor: "rgb(230, 230, 230)"
1836         hoverformat: ".4s"
1837         linecolor: "rgb(220, 220, 220)"
1838         linewidth: 1
1839         rangemode: "tozero"
1840         showgrid: True
1841         showline: True
1842         showticklabels: True
1843         tickcolor: "rgb(220, 220, 220)"
1844         tickformat: ".3s"
1845         tickfont:
1846           size: 16
1847         zeroline: False
1848       boxmode: "group"
1849       boxgroupgap: 0.5
1850       autosize: False
1851       margin:
1852         t: 50
1853         b: 20
1854         l: 80
1855         r: 20
1856       showlegend: True
1857       legend:
1858         orientation: "h"
1859         font:
1860           size: 16
1861       width: 700
1862       height: 800
1863       paper_bgcolor: "#fff"
1864       plot_bgcolor: "#fff"
1865       hoverlabel:
1866         namelength: -1
1867
1868     plot-rps:
1869       titlefont:
1870         size: 18
1871       xaxis:
1872         title: "<b>Test Cases [Index]</b>"
1873         titlefont:
1874           size: 16
1875         autorange: True
1876         fixedrange: False
1877         gridcolor: "rgb(230, 230, 230)"
1878         linecolor: "rgb(220, 220, 220)"
1879         linewidth: 1
1880         showgrid: True
1881         showline: True
1882         showticklabels: True
1883         tickcolor: "rgb(220, 220, 220)"
1884         tickmode: "linear"
1885         tickfont:
1886           size: 16
1887         zeroline: False
1888       yaxis:
1889         title: "<b>Requests Per Second [rps]</b>"
1890         titlefont:
1891           size: 16
1892         gridcolor: "rgb(230, 230, 230)"
1893         hoverformat: ".4s"
1894         linecolor: "rgb(220, 220, 220)"
1895         linewidth: 1
1896         rangemode: "tozero"
1897         showgrid: True
1898         showline: True
1899         showticklabels: True
1900         tickcolor: "rgb(230, 230, 230)"
1901         tickformat: ".3s"
1902         tickfont:
1903           size: 16
1904         zeroline: False
1905       boxmode: "group"
1906       boxgroupgap: 0.5
1907       autosize: False
1908       margin:
1909         t: 50
1910         b: 20
1911         l: 80
1912         r: 20
1913       showlegend: True
1914       legend:
1915         orientation: "h"
1916         font:
1917           size: 16
1918       width: 700
1919       height: 800
1920       paper_bgcolor: "#fff"
1921       plot_bgcolor: "#fff"
1922       hoverlabel:
1923         namelength: -1
1924
1925     plot-hoststack:
1926       titlefont:
1927         size: 16
1928       xaxis:
1929         title: "<b>Test Cases [Index]</b>"
1930         titlefont:
1931           size: 14
1932         autorange: True
1933         fixedrange: False
1934         gridcolor: "rgb(230, 230, 230)"
1935         linecolor: "rgb(220, 220, 220)"
1936         linewidth: 1
1937         showgrid: True
1938         showline: True
1939         showticklabels: True
1940         tickcolor: "rgb(220, 220, 220)"
1941         tickmode: "linear"
1942         tickfont:
1943           size: 14
1944         zeroline: False
1945       yaxis:
1946         title: "<b>Bandwidth [Gbps]</b>"
1947         titlefont:
1948           size: 14
1949         gridcolor: "rgb(230, 230, 230)"
1950         hoverformat: ".4s"
1951         linecolor: "rgb(220, 220, 220)"
1952         linewidth: 1
1953         rangemode: "tozero"
1954         showgrid: True
1955         showline: True
1956         showticklabels: True
1957         tickcolor: "rgb(230, 230, 230)"
1958         tickformat: ".3s"
1959         tickfont:
1960           size: 14
1961         zeroline: False
1962       boxmode: "group"
1963       boxgroupgap: 0.5
1964       autosize: False
1965       margin:
1966         t: 50
1967         b: 20
1968         l: 80
1969         r: 20
1970       showlegend: True
1971       legend:
1972         orientation: "h"
1973         font:
1974           size: 14
1975       width: 700
1976       height: 800
1977       paper_bgcolor: "#fff"
1978       plot_bgcolor: "#fff"
1979       hoverlabel:
1980         namelength: -1
1981
1982     plot-throughput:
1983       titlefont:
1984         size: 18
1985       xaxis:
1986         title: "<b>Test Cases [Index]</b>"
1987         titlefont:
1988           size: 16
1989         autorange: True
1990         fixedrange: False
1991         gridcolor: "rgb(230, 230, 230)"
1992         linecolor: "rgb(220, 220, 220)"
1993         linewidth: 1
1994         showgrid: True
1995         showline: True
1996         showticklabels: True
1997         tickcolor: "rgb(220, 220, 220)"
1998         tickmode: "linear"
1999         tickfont:
2000           size: 16
2001         zeroline: False
2002       yaxis:
2003         title: "<b>Packet Throughput [Mpps]</b>"
2004         titlefont:
2005           size: 16
2006         gridcolor: "rgb(230, 230, 230)"
2007         hoverformat: ".4r"
2008         tickformat: ".3r"
2009         linecolor: "rgb(220, 220, 220)"
2010         linewidth: 1
2011         showgrid: True
2012         showline: True
2013         showticklabels: True
2014         tickcolor: "rgb(220, 220, 220)"
2015         tickfont:
2016           size: 16
2017         zeroline: False
2018         range: [0,50]
2019       autosize: False
2020       margin:
2021         t: 50
2022         b: 0
2023         l: 80
2024         r: 20
2025       showlegend: True
2026       legend:
2027         orientation: "h"
2028         font:
2029           size: 16
2030       width: 700
2031       height: 900
2032       paper_bgcolor: "#fff"
2033       plot_bgcolor: "#fff"
2034       hoverlabel:
2035         namelength: -1
2036
2037     plot-throughput-speedup-analysis:
2038       titlefont:
2039         size: 18
2040       xaxis:
2041         title: "<b>Number of Cores [Qty]</b>"
2042         titlefont:
2043           size: 16
2044         autorange: True
2045         fixedrange: False
2046         gridcolor: "rgb(230, 230, 230)"
2047         linecolor: "rgb(220, 220, 220)"
2048         linewidth: 1
2049         showgrid: True
2050         showline: True
2051         showticklabels: True
2052         tickcolor: "rgb(238, 238, 238)"
2053         tickmode: "linear"
2054         tickfont:
2055           size: 16
2056         zeroline: False
2057       yaxis:
2058         title: "<b>Packet Throughput [Mpps]</b>"
2059         titlefont:
2060           size: 16
2061         type: "linear"
2062         gridcolor: "rgb(230, 230, 230)"
2063         hoverformat: ".4s"
2064         linecolor: "rgb(220, 220, 220)"
2065         linewidth: 1
2066         showgrid: True
2067         showline: True
2068         showticklabels: True
2069         tickcolor: "rgb(220, 220, 220)"
2070         tickformat: ".4s"
2071         tickfont:
2072           size: 16
2073         zeroline: True
2074         rangemode: "tozero"
2075         range: [0,100]
2076       legend:
2077         orientation: "h"
2078         font:
2079           size: 16
2080         xanchor: "left"
2081         yanchor: "top"
2082         x: 0
2083         y: -0.2
2084         bgcolor: "rgba(255, 255, 255, 0)"
2085         bordercolor: "rgba(255, 255, 255, 0)"
2086         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2087       autosize: False
2088       margin:
2089           't': 50
2090           'b': 150
2091           'l': 85
2092           'r': 10
2093       showlegend: True
2094       width: 700
2095       height: 700
2096       paper_bgcolor: "#fff"
2097       plot_bgcolor: "#fff"
2098       hoverlabel:
2099         namelength: -1
2100       annotations: [
2101         {
2102           text: "_ _          __          ...",
2103           align: "left",
2104           showarrow: False,
2105           xref: "paper",
2106           yref: "paper",
2107           xanchor: "left",
2108           yanchor: "top",
2109           x: 0,
2110           y: -0.13,
2111           font: {
2112             family: "Consolas, Courier New",
2113             size: 15
2114           },
2115         },
2116         {
2117           text: "    Perfect     Measured     Limit",
2118           align: "left",
2119           showarrow: False,
2120           xref: "paper",
2121           yref: "paper",
2122           xanchor: "left",
2123           yanchor: "top",
2124           x: 0,
2125           y: -0.15,
2126           font: {
2127             family: "Consolas, Courier New",
2128             size: 15
2129           },
2130         },
2131       ]
2132
2133     plot-latency:
2134       titlefont:
2135         size: 18
2136       xaxis:
2137         title: "<b>Direction</b>"
2138         titlefont:
2139           size: 16
2140         autorange: True
2141         fixedrange: False
2142         gridcolor: "rgb(230, 230, 230)"
2143         linecolor: "rgb(220, 220, 220)"
2144         linewidth: 1
2145         showgrid: True
2146         showline: True
2147         showticklabels: False
2148         tickcolor: "rgb(220, 220, 220)"
2149         tickmode: "linear"
2150         tickfont:
2151           size: 16
2152         zeroline: False
2153       yaxis:
2154         title: "<b>Packet Latency [uSec]</b>"
2155         titlefont:
2156           size: 16
2157         type: "linear"
2158         gridcolor: "rgb(230, 230, 230)"
2159         hoverformat: ".4s"
2160         linecolor: "rgb(220, 220, 220)"
2161         linewidth: 1
2162         showgrid: True
2163         showline: True
2164         showticklabels: True
2165         tickcolor: "rgb(220, 220, 220)"
2166         tickformat: ".4s"
2167         tickfont:
2168           size: 16
2169         zeroline: True
2170         rangemode: "tozero"
2171       legend:
2172         orientation: "h"
2173         font:
2174           size: 16
2175         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2176       autosize: False
2177       margin:
2178           't': 50
2179           'b': 150
2180           'l': 80
2181           'r': 10
2182       showlegend: True
2183       width: 700
2184       height: 700
2185       paper_bgcolor: "#fff"
2186       plot_bgcolor: "#fff"
2187       hoverlabel:
2188         namelength: -1
2189
2190     plot-hdrh-latency:
2191       title:
2192         text: ""
2193         xanchor: "center"
2194         x: 0.5
2195         font:
2196           size: 16
2197       width: 700
2198       plot_bgcolor: "white"
2199       annotations:
2200         - font:
2201             size: 14
2202           showarrow: False
2203           text: "<b>Packet Latency [uSec]</b>"
2204           x: 1
2205           xanchor: "right"
2206           xref: "paper"
2207           y: -0.045
2208           yanchor: "top"
2209           yref: "paper"
2210         - font:
2211             size: 14
2212           showarrow: False
2213           text: "<b>Probability [%]</b>"
2214           textangle: 270
2215           x: -0.06
2216           xanchor: "center"
2217           xref: "paper"
2218           y: 0.5
2219           yanchor: "middle"
2220           yref: "paper"
2221         - font:
2222             size: 14
2223           showarrow: False
2224           text: "<b>Direction: E-W</b>"
2225           x: 0.24
2226           xanchor: "center"
2227           xref: "paper"
2228           y: 1.05
2229           yanchor: "bottom"
2230           yref: "paper"
2231         - font:
2232             size: 14
2233           showarrow: False
2234           text: "<b>Direction: W-E</b>"
2235           x: 0.74
2236           xanchor: "center"
2237           xref: "paper"
2238           y: 1.05
2239           yanchor: "bottom"
2240           yref: "paper"
2241
2242     plot-hdrh-latency-percentile:
2243       title:
2244         text: ""
2245         xanchor: "center"
2246         x: 0.5
2247         font:
2248           size: 18
2249       xaxis:
2250         type: "log"
2251         title: "<b>Percentile [%]</b>"
2252         titlefont:
2253           size: 16
2254         autorange: True
2255         fixedrange: False
2256         gridcolor: "rgb(230, 230, 230)"
2257         linecolor: "rgb(220, 220, 220)"
2258         linewidth: 1
2259         showgrid: True
2260         showline: True
2261         showticklabels: True
2262         tickcolor: "rgb(220, 220, 220)"
2263         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2264         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2265         tickfont:
2266           size: 16
2267       yaxis:
2268         title: "<b>Packet Latency [uSec]</b>"
2269         titlefont:
2270           size: 16
2271         gridcolor: "rgb(230, 230, 230)"
2272         linecolor: "rgb(220, 220, 220)"
2273         linewidth: 1
2274         showgrid: True
2275         showline: True
2276         showticklabels: True
2277         tickcolor: "rgb(220, 220, 220)"
2278         tickfont:
2279           size: 16
2280       autosize: False
2281       showlegend: True
2282       legend:
2283         traceorder: "normal"
2284         orientation: "h"
2285         font:
2286           size: 16
2287         xanchor: "left"
2288         yanchor: "top"
2289         x: 0
2290         y: -0.15
2291         bgcolor: "rgba(255, 255, 255, 0)"
2292         bordercolor: "rgba(255, 255, 255, 0)"
2293       width: 700
2294       height: 700
2295       paper_bgcolor: "white"
2296       plot_bgcolor: "white"
2297
2298     plot-hdrh-latency-by-percentile:
2299       title:
2300         text: "<b>Latency by Percentile Distribution</b>"
2301         xanchor: "center"
2302         x: 0.5
2303         font:
2304           size: 18
2305       showlegend: True
2306       legend:
2307         traceorder: "normal"
2308         orientation: "h"
2309         font:
2310           size: 16
2311         xanchor: "left"
2312         yanchor: "top"
2313         x: 0
2314         y: -0.2
2315         bgcolor: "rgba(255, 255, 255, 0)"
2316         bordercolor: "rgba(255, 255, 255, 0)"
2317       xaxis:
2318         type: "linear"
2319         title: "<b>Percentile [%]</b>"
2320         titlefont:
2321           size: 14
2322         autorange: False
2323         fixedrange: False
2324         range: [0, 100]
2325         gridcolor: "rgb(230, 230, 230)"
2326         linecolor: "rgb(220, 220, 220)"
2327         linewidth: 1
2328         showgrid: True
2329         showline: True
2330         showticklabels: True
2331         tickcolor: "rgb(220, 220, 220)"
2332         tickvals: [0, 25, 50, 75, 100]
2333         ticktext: [0, 25, 50, 75, 100]
2334         tickfont:
2335           size: 14
2336       yaxis:
2337         title: "<b>One-Way Latency per Direction [uSec]</b>"
2338         titlefont:
2339           size: 14
2340         gridcolor: "rgb(230, 230, 230)"
2341         linecolor: "rgb(220, 220, 220)"
2342         linewidth: 1
2343         showgrid: True
2344         showline: True
2345         showticklabels: True
2346         tickcolor: "rgb(220, 220, 220)"
2347         tickfont:
2348           size: 14
2349       width: 700
2350       height: 700
2351       paper_bgcolor: "white"
2352       plot_bgcolor: "white"
2353
2354 - type: "static"
2355   src-path: "{DIR[RST]}"
2356   dst-path: "{DIR[WORKING,SRC]}"
2357
2358 - type: "input"
2359   general:
2360     file-name: "output_info.xml.gz"
2361     file-format: ".gz"
2362     arch-file-format:
2363       - ".gz"
2364       - ".zip"
2365     download-path: "{job}/{build}/archives/{filename}"
2366     extract: "output.xml"
2367
2368     zip-file-name: "robot-plugin.zip"
2369     zip-file-format: ".zip"
2370     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2371     zip-extract: "robot-plugin/output.xml"
2372
2373   builds:
2374
2375     csit-vpp-perf-verify-1904-3n-hsw:
2376       - 9   # MRR sel
2377       - 11  # NDRPDR sel
2378       - 12  # NDRPDR sel
2379       - 20  # NDRPDR sel
2380       - 21  # NDRPDR sel
2381       - 23  # NDRPDR sel
2382       - 24  # NDRPDR sel
2383       - 25  # NDRPDR sel
2384       - 26  # NDRPDR sel
2385       - 29  # NDRPDR sel
2386       - 30  # NDRPDR sel
2387     csit-vpp-perf-verify-1908-3n-hsw:
2388       - 12  # NDRPDR sel
2389       - 13  # NDRPDR sel
2390       - 14  # NDRPDR sel
2391       - 15  # NDRPDR sel
2392       - 16  # NDRPDR sel
2393       - 17  # NDRPDR sel
2394       - 18  # NDRPDR sel
2395       - 19  # NDRPDR sel
2396       - 20  # NDRPDR sel
2397       - 21  # NDRPDR sel
2398       - 48  # NDRPDR sel vhost
2399       - 49  # NDRPDR sel vhost
2400       - 52  # NDRPDR sel vhost
2401       - 53  # NDRPDR sel vhost
2402       - 54  # NDRPDR sel vhost
2403       - 55  # NDRPDR sel vhost
2404       - 56  # NDRPDR sel vhost
2405       - 57  # NDRPDR sel vhost
2406       - 58  # NDRPDR sel vhost
2407       - 59  # NDRPDR sel vhost
2408       - 39  # MRR sel
2409     csit-vpp-perf-verify-2001-3n-hsw:
2410       - 21  # NDRPDR sel
2411       - 22  # NDRPDR sel
2412       - 23  # NDRPDR sel
2413       - 24  # NDRPDR sel
2414       - 25  # NDRPDR sel
2415       - 29  # NDRPDR sel
2416       - 30  # NDRPDR sel
2417       - 31  # NDRPDR sel
2418       - 32  # NDRPDR sel
2419       - 34  # NDRPDR sel
2420       - 17  # MRR sel
2421       - 18  # NDRPDR full
2422       - 20  # NDRPDR full
2423       - 28  # NDRPDR full
2424       - 35  # NDRPDR full
2425       - 42  # NDRPDR full
2426       - 46  # NDRPDR full
2427       - 47  # NDRPDR full
2428       - 48  # NDRPDR full
2429       - 49  # NDRPDR full
2430       - 50  # NDRPDR full
2431       - 51  # NDRPDR full
2432       - 52  # NDRPDR full
2433       - 53  # NDRPDR full
2434       - 54  # NDRPDR full
2435       - 55  # NDRPDR full
2436       - 56  # NDRPDR full
2437       - 57  # NDRPDR full
2438       - 58  # NDRPDR full
2439       - 59  # NDRPDR full
2440       - 61  # NDRPDR full
2441       - 62  # NDRPDR full
2442       - 63  # NDRPDR full
2443       - 64  # NDRPDR full
2444       - 65  # NDRPDR full
2445       - 67  # NDRPDR full
2446       - 70  # NDRPDR full
2447       - 72  # NDRPDR full
2448       - 73  # NDRPDR full
2449       - 76  # NDRPDR full
2450       - 77  # NDRPDR full
2451       - 78  # NDRPDR full
2452       - 79  # NDRPDR full
2453       - 81  # NDRPDR full
2454       - 82  # NDRPDR full
2455       - 84  # NDRPDR full
2456       - 85  # NDRPDR full
2457       - 103  # hoststack
2458       - 104  # hoststack
2459       - 105  # hoststack
2460       - 106  # hoststack
2461       - 107  # hoststack
2462       - 108  # hoststack
2463       - 109  # hoststack
2464       - 110  # hoststack
2465       - 111  # hoststack
2466       - 112  # hoststack
2467
2468     csit-vpp-perf-verify-1904-3n-skx:
2469       - 7   # MRR sel
2470       - 8   # NDRPDR sel
2471       - 9   # NDRPDR sel
2472       - 10  # NDRPDR sel
2473       - 11  # NDRPDR sel
2474       - 12  # NDRPDR sel
2475       - 14  # NDRPDR sel
2476       - 16  # NDRPDR sel
2477       - 21  # NDRPDR sel
2478       - 23  # NDRPDR sel
2479       - 25  # NDRPDR sel
2480     csit-vpp-perf-verify-1908-3n-skx:
2481       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2482       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2483       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2484       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2485       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2486       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2487       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2488       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2489       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2490       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2491       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2492       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2493       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2494       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2495       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2496       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2497       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2498       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2499       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2500       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2501       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2502     csit-vpp-perf-verify-1908_1-3n-skx:
2503       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2504       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2505       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2506       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2507       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2508       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2509       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2510       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2511       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2512       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2513       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2514       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2515       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2516       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2517       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2518       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2519       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2520       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2521       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2522       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2523     csit-vpp-perf-verify-1908_2-3n-skx:
2524       - 1   # NDRPDR sel
2525       - 2   # NDRPDR sel
2526     csit-vpp-perf-verify-2001-3n-skx:
2527 #      - 45  # NDRPDR sel
2528 #      - 46  # NDRPDR sel
2529 #      - 47  # NDRPDR sel
2530 #      - 48  # NDRPDR sel
2531 #      - 49  # NDRPDR sel
2532 #      - 51  # NDRPDR sel
2533 #      - 52  # NDRPDR sel
2534 #      - 59  # NDRPDR sel
2535 #      - 65  # NDRPDR sel
2536 #      - 66  # NDRPDR sel
2537 #      - 54  # NDRPDR sel addition
2538 #      - 55  # NDRPDR sel addition
2539 #      - 56  # NDRPDR sel addition
2540 #      - 57  # NDRPDR sel addition
2541 #      - 58  # NDRPDR sel addition
2542 #      - 60  # NDRPDR sel addition
2543 #      - 61  # NDRPDR sel addition
2544 #      - 62  # NDRPDR sel addition
2545 #      - 63  # NDRPDR sel addition
2546 #      - 64  # NDRPDR sel addition
2547       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2548       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2549       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2550       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2551       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2552       - 50  # MRR sel
2553       - 53  # MRR sel addition
2554
2555     csit-vpp-perf-verify-1904-2n-skx:
2556       - 11  # MRR sel
2557       - 12  # NDRPDR sel
2558       - 14  # NDRPDR sel
2559       - 16  # NDRPDR sel
2560       - 17  # NDRPDR sel
2561       - 18  # NDRPDR sel
2562       - 21  # NDRPDR sel
2563       - 27  # NDRPDR sel
2564       - 30  # NDRPDR sel
2565       - 31  # NDRPDR sel
2566       - 32  # NDRPDR sel
2567     csit-vpp-perf-verify-1908-2n-skx:
2568       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2569       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2570       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2571       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2572       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2573       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2574       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2575       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2576       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2577       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2578       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2579       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2580       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2581       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2582       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2583       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2584       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2585       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2586       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2587       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2588       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2589 #      - 22  # NFV
2590 #      - 31  # NFV
2591 #      - 32  # NFV
2592 #      - 71  # NFV MRR
2593     csit-vpp-perf-verify-1908_1-2n-skx:
2594       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2595       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2596       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2597       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2598       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2599       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2600       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2601       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2602       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2603       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2604       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2605       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2606       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2607       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2608       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2609       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2610       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2611       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2612       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2613       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2614     csit-vpp-perf-verify-1908_2-2n-skx:
2615       - 1   # NDRPDR sel
2616       - 2   # NDRPDR sel
2617       - 3   # NDRPDR sel
2618       - 4   # NDRPDR sel
2619       - 5   # NDRPDR sel
2620       - 6   # NDRPDR sel
2621       - 7   # NDRPDR sel
2622       - 8   # NDRPDR sel
2623       - 9   # NDRPDR sel
2624       - 10  # NDRPDR sel
2625     csit-vpp-perf-verify-2001-2n-skx:
2626 #      - 92  # NDRPDR sel - old
2627 #      - 93  # NDRPDR sel - old
2628 #      - 94  # NDRPDR sel - old
2629 #      - 95  # NDRPDR sel - old
2630 #      - 96  # NDRPDR sel - old
2631 #      - 97  # NDRPDR sel - old
2632 #      - 98  # NDRPDR sel - old
2633 #      - 99  # NDRPDR sel - old
2634 #      - 100 # NDRPDR sel - old
2635 #      - 102 # NDRPDR sel - old
2636 #      - 129 # NDRPDR sel addition - old
2637 #      - 130 # NDRPDR sel addition - old
2638 #      - 131 # NDRPDR sel addition - old
2639 #      - 132 # NDRPDR sel addition - old
2640 #      - 133 # NDRPDR sel addition - old
2641 #      - 134 # NDRPDR sel addition - old
2642 #      - 135 # NDRPDR sel addition - old
2643 #      - 136 # NDRPDR sel addition - old
2644 #      - 137 # NDRPDR sel addition - old
2645 #      - 138 # NDRPDR sel addition - old
2646       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2647       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2648       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2649       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2650       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2651       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2652       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2653       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2654       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2655       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2656       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2657       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2658       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2659       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2660       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2661       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2662       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2663       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2664       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2665       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2666       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2667       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2668       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2669       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2670       - 101  # MRR sel - old
2671       - 128  # MRR sel addition - old
2672       - 169  # Reconf
2673       - 171  # Reconf
2674       - 172  # Reconf
2675       - 173  # Reconf
2676       - 174  # Reconf
2677       - 175  # Reconf
2678       - 176  # Reconf
2679       - 177  # Reconf
2680       - 178  # Reconf
2681       - 179  # Reconf
2682       - 181  # Soak
2683       - 182  # Soak
2684
2685     csit-vpp-perf-verify-2001-2n-clx:
2686       - 28  # NDRPDR sel
2687       - 29  # NDRPDR sel
2688       - 32  # NDRPDR sel
2689       - 40  # NDRPDR sel
2690       - 43  # NDRPDR sel
2691       - 44  # NDRPDR sel
2692       - 45  # NDRPDR sel
2693       - 47  # NDRPDR sel
2694       - 48  # NDRPDR sel
2695       - 49  # NDRPDR sel
2696       - 39  # MRR
2697       - 53  # NDRPDR full
2698       - 54  # NDRPDR full
2699       - 55  # NDRPDR full
2700       - 56  # NDRPDR full
2701       - 57  # NDRPDR full
2702       - 58  # NDRPDR full
2703       - 59  # NDRPDR full
2704       - 60  # NDRPDR full
2705       - 61  # NDRPDR full
2706       - 62  # NDRPDR full
2707       - 63  # NDRPDR full
2708       - 64  # NDRPDR full
2709       - 65  # NDRPDR full
2710       - 66  # NDRPDR full
2711       - 67  # NDRPDR full
2712       - 68  # Reconf
2713       - 69  # Reconf
2714       - 70  # Reconf
2715       - 71  # Reconf
2716       - 72  # Reconf
2717       - 73  # Reconf
2718       - 74  # Reconf
2719       - 75  # Reconf
2720       - 76  # Reconf
2721       - 77  # Reconf
2722       - 80  # TCP
2723       - 82  # TCP
2724       - 83  # TCP
2725       - 85  # TCP
2726       - 86  # TCP
2727       - 87  # TCP
2728       - 88  # TCP
2729       - 89  # TCP
2730       - 90  # TCP
2731       - 91  # TCP
2732       - 93  # Soak
2733       - 94  # Soak
2734
2735     csit-vpp-perf-verify-1908-3n-tsh:
2736       - 7   # NDRPDR sel
2737       - 8   # NDRPDR sel
2738       - 9   # NDRPDR sel
2739       - 10  # NDRPDR sel
2740       - 11  # NDRPDR sel
2741       - 12  # NDRPDR sel
2742       - 13  # NDRPDR sel
2743       - 14  # NDRPDR sel
2744       - 15  # NDRPDR sel
2745       - 16  # NDRPDR sel
2746       - 17  # MRR sel
2747     csit-vpp-perf-verify-2001-3n-tsh:
2748       - 3   # NDRPDR sel
2749       - 4   # NDRPDR sel
2750       - 7   # NDRPDR sel
2751       - 8   # NDRPDR sel
2752       - 10  # NDRPDR sel
2753       - 12  # NDRPDR sel
2754       - 13  # NDRPDR sel
2755       - 14  # NDRPDR sel
2756       - 15  # NDRPDR sel
2757       - 21  # NDRPDR sel
2758       - 9   # MRR sel
2759
2760     csit-vpp-perf-verify-1908-3n-dnv:
2761       - 6   # NDRPDR sel
2762       - 7   # NDRPDR sel
2763       - 8   # NDRPDR sel
2764       - 9   # NDRPDR sel
2765       - 10  # NDRPDR sel
2766       - 12  # NDRPDR sel
2767       - 13  # NDRPDR sel
2768       - 14  # NDRPDR sel
2769       - 15  # NDRPDR sel
2770       - 16  # NDRPDR sel
2771       - 17  # MRR sel
2772     csit-vpp-perf-verify-2001-3n-dnv:
2773       - 5   # NDRPDR sel
2774       - 6   # NDRPDR sel
2775       - 7   # NDRPDR sel
2776       - 8   # NDRPDR sel
2777       - 9   # NDRPDR sel
2778       - 10  # NDRPDR sel
2779       - 12  # NDRPDR sel
2780       - 16  # NDRPDR sel
2781       - 17  # NDRPDR sel
2782       - 18  # NDRPDR sel
2783       - 11  # MRR sel
2784       - 19  # NDRPDR full
2785       - 20  # NDRPDR full
2786       - 21  # NDRPDR full
2787       - 22  # NDRPDR full
2788       - 23  # NDRPDR full
2789       - 24  # NDRPDR full
2790       - 25  # NDRPDR full
2791       - 26  # NDRPDR full
2792       - 37  # NDRPDR full
2793       - 38  # NDRPDR full
2794       - 39  # NDRPDR full
2795
2796     csit-vpp-perf-verify-1908-2n-dnv:
2797       - 1   # NDRPDR sel
2798       - 2   # NDRPDR sel
2799       - 3   # NDRPDR sel
2800       - 4   # NDRPDR sel
2801       - 5   # NDRPDR sel
2802       - 6   # NDRPDR sel
2803       - 7   # NDRPDR sel
2804       - 8   # NDRPDR sel
2805       - 9   # NDRPDR sel
2806       - 10  # NDRPDR sel
2807       - 11  # MRR sel
2808     csit-vpp-perf-verify-2001-2n-dnv:
2809       - 4   # NDRPDR sel
2810       - 5   # NDRPDR sel
2811       - 6   # NDRPDR sel
2812       - 7   # NDRPDR sel
2813       - 8   # NDRPDR sel
2814       - 9   # NDRPDR sel
2815       - 10  # NDRPDR sel
2816       - 11  # NDRPDR sel
2817       - 13  # NDRPDR sel
2818       - 16  # NDRPDR sel
2819       - 12  # MRR sel
2820       - 21  # NDRPDR full
2821       - 22  # NDRPDR full
2822       - 25  # NDRPDR full
2823       - 26  # NDRPDR full
2824       - 27  # NDRPDR full
2825       - 28  # NDRPDR full
2826
2827     csit-dpdk-perf-verify-1904-3n-hsw:
2828       - 2   # NDRPDR sel
2829       - 3   # NDRPDR sel
2830       - 5   # NDRPDR sel
2831       - 6   # NDRPDR sel
2832       - 13  # NDRPDR sel
2833       - 14  # NDRPDR sel
2834       - 15  # NDRPDR sel
2835       - 18  # NDRPDR sel
2836       - 19  # NDRPDR sel
2837       - 20  # NDRPDR sel
2838     csit-dpdk-perf-verify-1908-3n-hsw:
2839       - 2   # NDRPDR sel
2840       - 3   # NDRPDR sel
2841       - 4   # NDRPDR sel
2842       - 5   # NDRPDR sel
2843       - 6   # NDRPDR sel
2844       - 7   # NDRPDR sel
2845       - 8   # NDRPDR sel
2846       - 9   # NDRPDR sel
2847       - 10  # NDRPDR sel
2848       - 11  # NDRPDR sel
2849     csit-dpdk-perf-verify-2001-3n-hsw:
2850       - 4   # NDRPDR sel
2851       - 5   # NDRPDR sel
2852       - 6   # NDRPDR sel
2853       - 7   # NDRPDR sel
2854       - 8   # NDRPDR sel
2855       - 9   # NDRPDR sel
2856       - 10  # NDRPDR sel
2857       - 11  # NDRPDR sel
2858       - 12  # NDRPDR sel
2859       - 13  # NDRPDR sel
2860       - 15  # NDRPDR sel
2861       - 16  # NDRPDR sel
2862       - 17  # NDRPDR sel
2863       - 18  # NDRPDR sel
2864       - 19  # NDRPDR sel
2865       - 20  # NDRPDR sel
2866       - 21  # NDRPDR sel
2867       - 22  # NDRPDR sel
2868       - 23  # NDRPDR sel
2869       - 24  # NDRPDR sel
2870       - 25  # NDRPDR full
2871       - 26  # NDRPDR full
2872
2873     csit-dpdk-perf-verify-1904-3n-skx:
2874       - 2   # NDRPDR sel
2875       - 3   # NDRPDR sel
2876       - 4   # NDRPDR sel
2877       - 5   # NDRPDR sel
2878       - 6   # NDRPDR sel
2879       - 7   # NDRPDR sel
2880       - 11  # NDRPDR sel
2881       - 12  # NDRPDR sel
2882       - 13  # NDRPDR sel
2883       - 14  # NDRPDR sel
2884     csit-dpdk-perf-verify-1908-3n-skx:
2885       - 3   # NDRPDR sel
2886       - 4   # NDRPDR sel
2887       - 5   # NDRPDR sel
2888       - 6   # NDRPDR sel
2889       - 7   # NDRPDR sel
2890       - 8   # NDRPDR sel
2891       - 9   # NDRPDR sel
2892       - 10  # NDRPDR sel
2893       - 11  # NDRPDR sel
2894       - 12  # NDRPDR sel
2895     csit-dpdk-perf-verify-2001-3n-skx:
2896       - 29  # NDRPDR sel xxv710
2897       - 33  # NDRPDR sel xxv710
2898       - 34  # NDRPDR sel xxv710
2899       - 35  # NDRPDR sel xxv710
2900       - 36  # NDRPDR sel xxv710
2901       - 37  # NDRPDR sel xxv710
2902       - 41  # NDRPDR sel xxv710
2903       - 42  # NDRPDR sel xxv710
2904       - 43  # NDRPDR sel xxv710
2905       - 45  # NDRPDR sel xxv710
2906       - 30  # NDRPDR sel x710
2907       - 31  # NDRPDR sel x710
2908       - 32  # NDRPDR sel x710
2909       - 38  # NDRPDR sel x710
2910       - 39  # NDRPDR sel x710
2911       - 40  # NDRPDR sel x710
2912       - 44  # NDRPDR sel x710
2913       - 46  # NDRPDR sel x710
2914       - 47  # NDRPDR sel x710
2915       - 48  # NDRPDR sel x710
2916
2917     csit-dpdk-perf-verify-1904-2n-skx:
2918       - 2   # NDRPDR sel
2919       - 3   # NDRPDR sel
2920       - 4   # NDRPDR sel
2921       - 5   # NDRPDR sel
2922       - 7   # NDRPDR sel
2923       - 8   # NDRPDR sel
2924       - 9   # NDRPDR sel
2925       - 10  # NDRPDR sel
2926       - 11  # NDRPDR sel
2927       - 12  # NDRPDR sel
2928     csit-dpdk-perf-verify-1908-2n-skx:
2929       - 2   # NDRPDR sel
2930       - 3   # NDRPDR sel
2931       - 4   # NDRPDR sel
2932       - 5   # NDRPDR sel
2933       - 7   # NDRPDR sel
2934       - 8   # NDRPDR sel
2935       - 9   # NDRPDR sel
2936       - 10  # NDRPDR sel
2937       - 11  # NDRPDR sel
2938       - 12  # NDRPDR sel
2939     csit-dpdk-perf-verify-2001-2n-skx:
2940       - 35  # NDRPDR sel xxv710
2941       - 36  # NDRPDR sel xxv710
2942       - 37  # NDRPDR sel xxv710
2943       - 41  # NDRPDR sel xxv710
2944       - 42  # NDRPDR sel xxv710
2945       - 43  # NDRPDR sel xxv710
2946       - 46  # NDRPDR sel xxv710
2947       - 47  # NDRPDR sel xxv710
2948       - 52  # NDRPDR sel xxv710
2949       - 53  # NDRPDR sel xxv710
2950       - 38  # NDRPDR sel x710
2951       - 39  # NDRPDR sel x710
2952       - 40  # NDRPDR sel x710
2953       - 44  # NDRPDR sel x710
2954       - 45  # NDRPDR sel x710
2955       - 48  # NDRPDR sel x710
2956       - 49  # NDRPDR sel x710
2957       - 50  # NDRPDR sel x710
2958       - 51  # NDRPDR sel x710
2959       - 54  # NDRPDR sel x710
2960
2961
2962     csit-dpdk-perf-verify-2001-2n-clx:
2963       - 15  # NDRPDR sel
2964       - 16  # NDRPDR sel
2965       - 17  # NDRPDR sel
2966       - 18  # NDRPDR sel
2967       - 19  # NDRPDR sel
2968       - 20  # NDRPDR sel
2969       - 21  # NDRPDR sel
2970       - 22  # NDRPDR sel
2971       - 23  # NDRPDR sel
2972       - 24  # NDRPDR sel
2973       - 25  # NDRPDR sel
2974       - 26  # NDRPDR sel
2975       - 27  # NDRPDR sel
2976       - 28  # NDRPDR sel
2977       - 29  # NDRPDR sel
2978       - 30  # NDRPDR sel
2979       - 31  # NDRPDR sel
2980       - 32  # NDRPDR sel
2981       - 33  # NDRPDR sel
2982       - 34  # NDRPDR sel
2983
2984     csit-dpdk-perf-verify-2001-2n-dnv:
2985       - 9   # NDRPDR sel
2986       - 10  # NDRPDR sel
2987       - 11  # NDRPDR sel
2988       - 12  # NDRPDR sel
2989       - 13  # NDRPDR sel
2990       - 14  # NDRPDR sel
2991       - 15  # NDRPDR sel
2992       - 16  # NDRPDR sel
2993       - 17  # NDRPDR sel
2994       - 18  # NDRPDR sel
2995
2996     csit-dpdk-perf-verify-2001-3n-dnv:
2997       - 12  # NDRPDR sel
2998       - 13  # NDRPDR sel
2999       - 14  # NDRPDR sel
3000       - 15  # NDRPDR sel
3001       - 16  # NDRPDR sel
3002       - 17  # NDRPDR sel
3003       - 18  # NDRPDR sel
3004       - 19  # NDRPDR sel
3005       - 20  # NDRPDR sel
3006       - 22  # NDRPDR sel
3007
3008     csit-dpdk-perf-verify-2001-3n-tsh:
3009       - 3   # NDRPDR sel
3010       - 4   # NDRPDR sel
3011       - 5   # NDRPDR sel
3012       - 9   # NDRPDR sel
3013       - 10  # NDRPDR sel
3014       - 11  # NDRPDR sel
3015       - 12  # NDRPDR sel
3016       - 14  # NDRPDR sel
3017       - 15  # NDRPDR sel
3018       - 18  # NDRPDR sel
3019
3020     csit-vpp-device-2001-ubuntu1804-1n-skx:
3021       - 57
3022
3023 - type: "output"
3024   output: "report"
3025   format:
3026     html:
3027     - full
3028 #    pdf:
3029 #    - minimal
3030
3031 ################################################################################
3032 ###                               T A B L E S                                ###
3033 ################################################################################
3034
3035 # VPP Soak vs NDR - 2n-skx
3036 - type: "table"
3037   title: "VPP Soak vs NDR 2n-skx"
3038   algorithm: "table_soak_vs_ndr"
3039   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3040   reference:
3041     title: "NDR"
3042     data: "vpp-soak-vs-ndr-2n-skx-ref"
3043   compare:
3044     title: "Soak"
3045     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3046   data: "vpp-soak-vs-ndr-2n-skx"
3047   include-tests: "NDR"
3048   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3049   parameters:
3050     - "throughput"
3051     - "name"
3052     - "parent"
3053
3054 # VPP Soak vs NDR - 2n-clx
3055 - type: "table"
3056   title: "VPP Soak vs NDR 2n-clx"
3057   algorithm: "table_soak_vs_ndr"
3058   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3059   reference:
3060     title: "NDR"
3061     data: "vpp-soak-vs-ndr-2n-clx-ref"
3062   compare:
3063     title: "Soak"
3064     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3065   data: "vpp-soak-vs-ndr-2n-clx"
3066   include-tests: "NDR"
3067   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3068   parameters:
3069     - "throughput"
3070     - "name"
3071     - "parent"
3072
3073 ################################################################################
3074
3075 # VPP Compare NICs 3n-skx 2t1c ndr
3076 - type: "table"
3077   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3078   algorithm: "table_nics_comparison"
3079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3080   reference:
3081     title: "x710"
3082     nic: "NIC_Intel-X710"
3083   compare:
3084     title: "xxv710"
3085     nic: "NIC_Intel-XXV710"
3086   data: "vpp-nic-comparison-3n-skx"
3087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3088   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3089   parameters:
3090   - "name"
3091   - "parent"
3092   - "throughput"
3093   - "tags"
3094
3095 # VPP Compare NICs 3n-skx 4t2c ndr
3096 - type: "table"
3097   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3098   algorithm: "table_nics_comparison"
3099   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3100   reference:
3101     title: "x710"
3102     nic: "NIC_Intel-X710"
3103   compare:
3104     title: "xxv710"
3105     nic: "NIC_Intel-XXV710"
3106   data: "vpp-nic-comparison-3n-skx"
3107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3108   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3109   parameters:
3110   - "name"
3111   - "parent"
3112   - "throughput"
3113   - "tags"
3114
3115 # VPP Compare NICs 3n-skx 2t1c pdr
3116 - type: "table"
3117   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3118   algorithm: "table_nics_comparison"
3119   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3120   reference:
3121     title: "x710"
3122     nic: "NIC_Intel-X710"
3123   compare:
3124     title: "xxv710"
3125     nic: "NIC_Intel-XXV710"
3126   data: "vpp-nic-comparison-3n-skx"
3127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3128   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3129   parameters:
3130   - "name"
3131   - "parent"
3132   - "throughput"
3133   - "tags"
3134
3135  # VPP Compare NICs 3n-skx 4t2c pdr
3136 - type: "table"
3137   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3138   algorithm: "table_nics_comparison"
3139   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3140   reference:
3141     title: "x710"
3142     nic: "NIC_Intel-X710"
3143   compare:
3144     title: "xxv710"
3145     nic: "NIC_Intel-XXV710"
3146   data: "vpp-nic-comparison-3n-skx"
3147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3148   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "throughput"
3153   - "tags"
3154
3155 # VPP Compare NICs 3n-skx 2t1c mrr
3156 - type: "table"
3157   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3158   algorithm: "table_nics_comparison"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3160   reference:
3161     title: "x710"
3162     nic: "NIC_Intel-X710"
3163   compare:
3164     title: "xxv710"
3165     nic: "NIC_Intel-XXV710"
3166   data: "vpp-nic-comparison-3n-skx-mrr"
3167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3168   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3169   parameters:
3170   - "name"
3171   - "parent"
3172   - "result"
3173   - "tags"
3174
3175 # VPP Compare NICs 3n-skx 4t2c mrr
3176 - type: "table"
3177   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3178   algorithm: "table_nics_comparison"
3179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3180   reference:
3181     title: "x710"
3182     nic: "NIC_Intel-X710"
3183   compare:
3184     title: "xxv710"
3185     nic: "NIC_Intel-XXV710"
3186   data: "vpp-nic-comparison-3n-skx-mrr"
3187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3188   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3189   parameters:
3190   - "name"
3191   - "parent"
3192   - "result"
3193   - "tags"
3194
3195  # VPP Compare NICs 3n-skx 8t4c mrr
3196 - type: "table"
3197   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3198   algorithm: "table_nics_comparison"
3199   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3200   reference:
3201     title: "x710"
3202     nic: "NIC_Intel-X710"
3203   compare:
3204     title: "xxv710"
3205     nic: "NIC_Intel-XXV710"
3206   data: "vpp-nic-comparison-3n-skx-mrr"
3207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3208   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3209   parameters:
3210   - "name"
3211   - "parent"
3212   - "result"
3213   - "tags"
3214
3215 # VPP Compare NICs 2n-skx 2t1c ndr
3216 - type: "table"
3217   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3218   algorithm: "table_nics_comparison"
3219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3220   reference:
3221     title: "x710"
3222     nic: "NIC_Intel-X710"
3223   compare:
3224     title: "xxv710"
3225     nic: "NIC_Intel-XXV710"
3226   data: "vpp-nic-comparison-2n-skx"
3227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3228   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3229   parameters:
3230   - "name"
3231   - "parent"
3232   - "throughput"
3233   - "tags"
3234
3235 # VPP Compare NICs 2n-skx 4t2c ndr
3236 - type: "table"
3237   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3238   algorithm: "table_nics_comparison"
3239   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3240   reference:
3241     title: "x710"
3242     nic: "NIC_Intel-X710"
3243   compare:
3244     title: "xxv710"
3245     nic: "NIC_Intel-XXV710"
3246   data: "vpp-nic-comparison-2n-skx"
3247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3248   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3249   parameters:
3250   - "name"
3251   - "parent"
3252   - "throughput"
3253   - "tags"
3254
3255  # VPP Compare NICs 2n-skx 2t1c pdr
3256 - type: "table"
3257   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3258   algorithm: "table_nics_comparison"
3259   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3260   reference:
3261     title: "x710"
3262     nic: "NIC_Intel-X710"
3263   compare:
3264     title: "xxv710"
3265     nic: "NIC_Intel-XXV710"
3266   data: "vpp-nic-comparison-2n-skx"
3267   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3268   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3269   parameters:
3270   - "name"
3271   - "parent"
3272   - "throughput"
3273   - "tags"
3274
3275 # VPP Compare NICs 2n-skx 4t2c pdr
3276 - type: "table"
3277   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3278   algorithm: "table_nics_comparison"
3279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3280   reference:
3281     title: "x710"
3282     nic: "NIC_Intel-X710"
3283   compare:
3284     title: "xxv710"
3285     nic: "NIC_Intel-XXV710"
3286   data: "vpp-nic-comparison-2n-skx"
3287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3288   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3289   parameters:
3290   - "name"
3291   - "parent"
3292   - "throughput"
3293   - "tags"
3294
3295 # VPP Compare NICs 2n-skx 2t1c mrr
3296 - type: "table"
3297   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3298   algorithm: "table_nics_comparison"
3299   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3300   reference:
3301     title: "x710"
3302     nic: "NIC_Intel-X710"
3303   compare:
3304     title: "xxv710"
3305     nic: "NIC_Intel-XXV710"
3306   data: "vpp-nic-comparison-2n-skx-mrr"
3307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3308   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3309   parameters:
3310   - "name"
3311   - "parent"
3312   - "result"
3313   - "tags"
3314
3315 # VPP Compare NICs 2n-skx 4t2c mrr
3316 - type: "table"
3317   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3318   algorithm: "table_nics_comparison"
3319   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3320   reference:
3321     title: "x710"
3322     nic: "NIC_Intel-X710"
3323   compare:
3324     title: "xxv710"
3325     nic: "NIC_Intel-XXV710"
3326   data: "vpp-nic-comparison-2n-skx-mrr"
3327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3328   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3329   parameters:
3330   - "name"
3331   - "parent"
3332   - "result"
3333   - "tags"
3334
3335 # VPP Compare NICs 2n-skx 8t4c mrr
3336 - type: "table"
3337   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3338   algorithm: "table_nics_comparison"
3339   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3340   reference:
3341     title: "x710"
3342     nic: "NIC_Intel-X710"
3343   compare:
3344     title: "xxv710"
3345     nic: "NIC_Intel-XXV710"
3346   data: "vpp-nic-comparison-2n-skx-mrr"
3347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3348   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3349   parameters:
3350   - "name"
3351   - "parent"
3352   - "result"
3353   - "tags"
3354
3355 ################################################################################
3356 # VPP
3357
3358 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3359 - type: "table"
3360   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3361   algorithm: "table_comparison"
3362   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3364   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3365   columns:
3366     - title: "1908.1"
3367       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3368     - title: "1908.2"
3369       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3370   comparisons:
3371     - title: "Diff"
3372       reference: 1
3373       compare: 2
3374   legend:
3375     - "Legend to Table:"
3376     - "1908.1, 1908.2 - VPP versions tested."
3377     - "Diff - difference between the previous and the current VPP version."
3378
3379 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3380 - type: "table"
3381   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3382   algorithm: "table_comparison"
3383   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3385   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3386   columns:
3387     - title: "1908.1"
3388       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3389     - title: "1908.2"
3390       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3391   comparisons:
3392     - title: "Diff"
3393       reference: 1
3394       compare: 2
3395   legend:
3396     - "Legend to Table:"
3397     - "1908.1, 1908.2 - VPP versions tested."
3398     - "Diff - difference between the previous and the current VPP version."
3399
3400 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3401 - type: "table"
3402   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3403   algorithm: "table_comparison"
3404   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3406   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3407   columns:
3408     - title: "1908.1"
3409       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3410     - title: "1908.2"
3411       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3412   comparisons:
3413     - title: "Diff"
3414       reference: 1
3415       compare: 2
3416   legend:
3417     - "Legend to Table:"
3418     - "1908.1, 1908.2 - VPP versions tested."
3419     - "Diff - difference between the previous and the current VPP version."
3420
3421 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3422 - type: "table"
3423   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3424   algorithm: "table_comparison"
3425   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3427   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3428   columns:
3429     - title: "1908.1"
3430       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3431     - title: "1908.2"
3432       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3433   comparisons:
3434     - title: "Diff"
3435       reference: 1
3436       compare: 2
3437   legend:
3438     - "Legend to Table:"
3439     - "1908.1, 1908.2 - VPP versions tested."
3440     - "Diff - difference between the previous and the current VPP version."
3441
3442 # VPP Performance Changes 3n-hsw 1t1c pdr
3443 - type: "table"
3444   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3445   algorithm: "table_perf_comparison"
3446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3447   history:
3448     - title: "1904"
3449       data: "vpp-performance-changes-3n-hsw-h1"
3450   reference:
3451     title: "1908"
3452     data: "vpp-performance-changes-3n-hsw-ref"
3453     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3454   compare:
3455     title: "2001"
3456     data: "vpp-performance-changes-3n-hsw-cmp"
3457   data: "vpp-performance-changes-3n-hsw"
3458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3459   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3460   parameters:
3461   - "name"
3462   - "parent"
3463   - "throughput"
3464
3465 # VPP Performance Changes 3n-hsw 2t2c pdr
3466 - type: "table"
3467   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3468   algorithm: "table_perf_comparison"
3469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3470   history:
3471     - title: "1904"
3472       data: "vpp-performance-changes-3n-hsw-h1"
3473   reference:
3474     title: "1908"
3475     data: "vpp-performance-changes-3n-hsw-ref"
3476     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3477   compare:
3478     title: "2001"
3479     data: "vpp-performance-changes-3n-hsw-cmp"
3480   data: "vpp-performance-changes-3n-hsw"
3481   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3482   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3483   parameters:
3484   - "name"
3485   - "parent"
3486   - "throughput"
3487
3488 # VPP Performance Changes 3n-hsw 1t1c ndr
3489 - type: "table"
3490   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3491   algorithm: "table_perf_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3493   history:
3494     - title: "1904"
3495       data: "vpp-performance-changes-3n-hsw-h1"
3496   reference:
3497     title: "1908"
3498     data: "vpp-performance-changes-3n-hsw-ref"
3499     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3500   compare:
3501     title: "2001"
3502     data: "vpp-performance-changes-3n-hsw-cmp"
3503   data: "vpp-performance-changes-3n-hsw"
3504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3505   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3506   parameters:
3507   - "name"
3508   - "parent"
3509   - "throughput"
3510
3511 # VPP Performance Changes 3n-hsw 2t2c ndr
3512 - type: "table"
3513   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3514   algorithm: "table_perf_comparison"
3515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3516   history:
3517     - title: "1904"
3518       data: "vpp-performance-changes-3n-hsw-h1"
3519   reference:
3520     title: "1908"
3521     data: "vpp-performance-changes-3n-hsw-ref"
3522     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
3523   compare:
3524     title: "2001"
3525     data: "vpp-performance-changes-3n-hsw-cmp"
3526   data: "vpp-performance-changes-3n-hsw"
3527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533
3534 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3535 - type: "table"
3536   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3541   rca:
3542     - title: "RCA1"
3543       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3544     - title: "RCA2"
3545       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3546   columns:
3547     - title: "1908.0.pe"
3548       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3549       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3550     - title: "1908.1.pe"
3551       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3552     - title: "1908.1.ce"
3553       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3554     - title: "2001.0.ce"
3555       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3556   comparisons:
3557     - title: "Diff1"
3558       reference: 2
3559       reference-alt: 1
3560       compare: 3
3561     - title: "Diff2"
3562       reference: 3
3563       compare: 4
3564   legend:
3565     - "Legend to Table"
3566     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3567     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3568     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3569     - "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)."
3570     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3571     - "RCA1 - root cause analysis reference for Diff1."
3572     - "RCA2 - root cause analysis reference for Diff2."
3573
3574 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3575 - type: "table"
3576   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3577   algorithm: "table_comparison"
3578   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3581   rca:
3582     - title: "RCA1"
3583       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3584     - title: "RCA2"
3585       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3586   columns:
3587     - title: "1908.0.pe"
3588       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3589       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3590     - title: "1908.1.pe"
3591       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3592     - title: "1908.1.ce"
3593       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3594     - title: "2001.0.ce"
3595       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3596   comparisons:
3597     - title: "Diff1"
3598       reference: 2
3599       reference-alt: 1
3600       compare: 3
3601     - title: "Diff2"
3602       reference: 3
3603       compare: 4
3604   legend:
3605     - "Legend to Table"
3606     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3607     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3608     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3609     - "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)."
3610     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3611     - "RCA1 - root cause analysis reference for Diff1."
3612     - "RCA2 - root cause analysis reference for Diff2."
3613
3614 # VPP Performance Changes 3n-skx 2t1c pdr
3615 - type: "table"
3616   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3617   algorithm: "table_perf_comparison_nic"
3618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3619 #  rca:
3620 #    title: "RCA"
3621 #    data-file: "rca/rca-3n-skx-2t1c-pdr.yaml"
3622   history:
3623     - title: "1904"
3624       data: "vpp-performance-changes-3n-skx-h1"
3625       nic: "NIC_Intel-X710"
3626   reference:
3627     title: "1908"
3628     data: "vpp-performance-changes-3n-skx-ref"
3629     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3630     nic: "NIC_Intel-XXV710"
3631   compare:
3632     title: "2001"
3633     data: "vpp-performance-changes-3n-skx-cmp"
3634     nic: "NIC_Intel-XXV710"
3635   data: "vpp-performance-changes-3n-skx"
3636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3637   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3638   parameters:
3639   - "name"
3640   - "parent"
3641   - "throughput"
3642   - "tags"
3643
3644 # VPP Performance Changes 3n-skx 4t2c pdr
3645 - type: "table"
3646   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3647   algorithm: "table_perf_comparison_nic"
3648   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3649 #  rca:
3650 #    title: "RCA"
3651 #    data-file: "rca/rca-3n-skx-4t2c-pdr.yaml"
3652   history:
3653     - title: "1904"
3654       data: "vpp-performance-changes-3n-skx-h1"
3655       nic: "NIC_Intel-X710"
3656   reference:
3657     title: "1908"
3658     data: "vpp-performance-changes-3n-skx-ref"
3659     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3660     nic: "NIC_Intel-XXV710"
3661   compare:
3662     title: "2001"
3663     data: "vpp-performance-changes-3n-skx-cmp"
3664     nic: "NIC_Intel-XXV710"
3665   data: "vpp-performance-changes-3n-skx"
3666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3668   parameters:
3669   - "name"
3670   - "parent"
3671   - "throughput"
3672   - "tags"
3673
3674 # VPP Performance Changes 3n-skx 2t1c ndr
3675 - type: "table"
3676   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3677   algorithm: "table_perf_comparison_nic"
3678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3679 #  rca:
3680 #    title: "RCA"
3681 #    data-file: "rca/rca-3n-skx-2t1c-ndr.yaml"
3682   history:
3683     - title: "1904"
3684       data: "vpp-performance-changes-3n-skx-h1"
3685       nic: "NIC_Intel-X710"
3686   reference:
3687     title: "1908"
3688     data: "vpp-performance-changes-3n-skx-ref"
3689     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3690     nic: "NIC_Intel-XXV710"
3691   compare:
3692     title: "2001"
3693     data: "vpp-performance-changes-3n-skx-cmp"
3694     nic: "NIC_Intel-XXV710"
3695   data: "vpp-performance-changes-3n-skx"
3696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3697   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3698   parameters:
3699   - "name"
3700   - "parent"
3701   - "throughput"
3702   - "tags"
3703
3704 # VPP Performance Changes 3n-skx 4t2c ndr
3705 - type: "table"
3706   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3707   algorithm: "table_perf_comparison_nic"
3708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3709 #  rca:
3710 #    title: "RCA"
3711 #    data-file: "rca/rca-3n-skx-4t2c-ndr.yaml"
3712   history:
3713     - title: "1904"
3714       data: "vpp-performance-changes-3n-skx-h1"
3715       nic: "NIC_Intel-X710"
3716   reference:
3717     title: "1908"
3718     data: "vpp-performance-changes-3n-skx-ref"
3719     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3720     nic: "NIC_Intel-XXV710"
3721   compare:
3722     title: "2001"
3723     data: "vpp-performance-changes-3n-skx-cmp"
3724     nic: "NIC_Intel-XXV710"
3725   data: "vpp-performance-changes-3n-skx"
3726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3727   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3728   parameters:
3729   - "name"
3730   - "parent"
3731   - "throughput"
3732   - "tags"
3733
3734 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3735 - type: "table"
3736   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3737   algorithm: "table_comparison"
3738   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3740   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3741   rca:
3742     - title: "RCA1"
3743       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3744     - title: "RCA2"
3745       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3746   columns:
3747     - title: "1908.0.pe"
3748       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3749       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3750     - title: "1908.1.pe"
3751       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3752     - title: "1908.1.ce"
3753       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3754     - title: "2001.0.ce"
3755       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3756   comparisons:
3757     - title: "Diff1"
3758       reference: 2
3759       reference-alt: 1
3760       compare: 3
3761     - title: "Diff2"
3762       reference: 3
3763       compare: 4
3764   legend:
3765     - "Legend to Table"
3766     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3767     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3768     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3769     - "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)."
3770     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3771     - "RCA1 - root cause analysis reference for Diff1."
3772     - "RCA2 - root cause analysis reference for Diff2."
3773
3774 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3775 - type: "table"
3776   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3777   algorithm: "table_comparison"
3778   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3781   rca:
3782     - title: "RCA1"
3783       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3784     - title: "RCA2"
3785       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3786   columns:
3787     - title: "1908.0.pe"
3788       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3789       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3790     - title: "1908.1.pe"
3791       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3792     - title: "1908.1.ce"
3793       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3794     - title: "2001.0.ce"
3795       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3796   comparisons:
3797     - title: "Diff1"
3798       reference: 2
3799       reference-alt: 1
3800       compare: 3
3801     - title: "Diff2"
3802       reference: 3
3803       compare: 4
3804   legend:
3805     - "Legend to Table"
3806     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3807     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3808     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3809     - "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)."
3810     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3811     - "RCA1 - root cause analysis reference for Diff1."
3812     - "RCA2 - root cause analysis reference for Diff2."
3813
3814 # VPP Performance Changes 2n-skx 2t1c pdr
3815 - type: "table"
3816   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3817   algorithm: "table_perf_comparison_nic"
3818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3819 #  rca:
3820 #    title: "RCA"
3821 #    data-file: "rca/rca-2n-skx-2t1c-pdr.yaml"
3822   history:
3823     - title: "1904"
3824       data: "vpp-performance-changes-2n-skx-h1"
3825       nic: "NIC_Intel-X710"
3826   reference:
3827     title: "1908"
3828     data: "vpp-performance-changes-2n-skx-ref"
3829     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3830     nic: "NIC_Intel-XXV710"
3831   compare:
3832     title: "2001"
3833     data: "vpp-performance-changes-2n-skx-cmp"
3834     nic: "NIC_Intel-XXV710"
3835   data: "vpp-performance-changes-2n-skx"
3836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3837   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3838   parameters:
3839     - "name"
3840     - "parent"
3841     - "throughput"
3842     - "tags"
3843
3844 # VPP Performance Changes 2n-skx 4t2c pdr
3845 - type: "table"
3846   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3847   algorithm: "table_perf_comparison_nic"
3848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3849 #  rca:
3850 #    title: "RCA"
3851 #    data-file: "rca/rca-2n-skx-4t2c-pdr.yaml"
3852   history:
3853     - title: "1904"
3854       data: "vpp-performance-changes-2n-skx-h1"
3855       nic: "NIC_Intel-X710"
3856   reference:
3857     title: "1908"
3858     data: "vpp-performance-changes-2n-skx-ref"
3859     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3860     nic: "NIC_Intel-XXV710"
3861   compare:
3862     title: "2001"
3863     data: "vpp-performance-changes-2n-skx-cmp"
3864     nic: "NIC_Intel-XXV710"
3865   data: "vpp-performance-changes-2n-skx"
3866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3867   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3868   parameters:
3869     - "name"
3870     - "parent"
3871     - "throughput"
3872     - "tags"
3873
3874 # VPP Performance Changes 2n-skx 2t1c ndr
3875 - type: "table"
3876   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3877   algorithm: "table_perf_comparison_nic"
3878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3879 #  rca:
3880 #    title: "RCA"
3881 #    data-file: "rca/rca-2n-skx-2t1c-ndr.yaml"
3882   history:
3883     - title: "1904"
3884       data: "vpp-performance-changes-2n-skx-h1"
3885       nic: "NIC_Intel-X710"
3886   reference:
3887     title: "1908"
3888     data: "vpp-performance-changes-2n-skx-ref"
3889     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3890     nic: "NIC_Intel-XXV710"
3891   compare:
3892     title: "2001"
3893     data: "vpp-performance-changes-2n-skx-cmp"
3894     nic: "NIC_Intel-XXV710"
3895   data: "vpp-performance-changes-2n-skx"
3896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3897   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3898   parameters:
3899     - "name"
3900     - "parent"
3901     - "throughput"
3902     - "tags"
3903
3904 # VPP Performance Changes 2n-skx 4t2c ndr
3905 - type: "table"
3906   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3907   algorithm: "table_perf_comparison_nic"
3908   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3909 #  rca:
3910 #    title: "RCA"
3911 #    data-file: "rca/rca-2n-skx-4t2c-ndr.yaml"
3912   history:
3913     - title: "1904"
3914       data: "vpp-performance-changes-2n-skx-h1"
3915       nic: "NIC_Intel-X710"
3916   reference:
3917     title: "1908"
3918     data: "vpp-performance-changes-2n-skx-ref"
3919     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3920     nic: "NIC_Intel-XXV710"
3921   compare:
3922     title: "2001"
3923     data: "vpp-performance-changes-2n-skx-cmp"
3924     nic: "NIC_Intel-XXV710"
3925   data: "vpp-performance-changes-2n-skx"
3926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3927   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3928   parameters:
3929     - "name"
3930     - "parent"
3931     - "throughput"
3932     - "tags"
3933
3934 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
3935 #- type: "table"
3936 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
3937 #  algorithm: "table_perf_comparison"
3938 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
3939 #  reference:
3940 #    title: "1908"
3941 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3942 #  compare:
3943 #    title: "2001"
3944 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3945 #  data: "vpp-performance-changes-nfv-2n-skx"
3946 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3947 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3948 #  parameters:
3949 #  - "name"
3950 #  - "parent"
3951 #  - "throughput"
3952 #  - "tags"
3953 #
3954 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
3955 #- type: "table"
3956 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
3957 #  algorithm: "table_perf_comparison"
3958 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
3959 #  reference:
3960 #    title: "1908"
3961 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3962 #  compare:
3963 #    title: "2001"
3964 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3965 #  data: "vpp-performance-changes-nfv-2n-skx"
3966 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3967 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
3968 #  parameters:
3969 #  - "name"
3970 #  - "parent"
3971 #  - "throughput"
3972 #  - "tags"
3973 #
3974 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
3975 #- type: "table"
3976 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
3977 #  algorithm: "table_perf_comparison"
3978 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
3979 #  reference:
3980 #    title: "1908"
3981 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
3982 #  compare:
3983 #    title: "2001"
3984 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
3985 #  data: "vpp-performance-changes-nfv-2n-skx"
3986 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3987 #  filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
3988 #  parameters:
3989 #  - "name"
3990 #  - "parent"
3991 #  - "throughput"
3992 #  - "tags"
3993 #
3994 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
3995 #- type: "table"
3996 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
3997 #  algorithm: "table_perf_comparison"
3998 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
3999 #  reference:
4000 #    title: "1908"
4001 #    data: "vpp-performance-changes-nfv-2n-skx-ref"
4002 #  compare:
4003 #    title: "2001"
4004 #    data: "vpp-performance-changes-nfv-2n-skx-cmp"
4005 #  data: "vpp-performance-changes-nfv-2n-skx"
4006 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007 #  filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
4008 #  parameters:
4009 #  - "name"
4010 #  - "parent"
4011 #  - "throughput"
4012 #  - "tags"
4013
4014 # VPP Performance Changes 2n-dnv 1t1c pdr
4015 - type: "table"
4016   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4017   algorithm: "table_perf_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4019   reference:
4020     title: "1908"
4021     data: "vpp-performance-changes-2n-dnv-ref"
4022   compare:
4023     title: "2001"
4024     data: "vpp-performance-changes-2n-dnv-cmp"
4025   data: "vpp-performance-changes-2n-dnv"
4026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4027   filter: "'1T1C'"
4028   parameters:
4029   - "name"
4030   - "parent"
4031   - "throughput"
4032   - "tags"
4033
4034 # VPP Performance Changes 2n-dnv 2t2c pdr
4035 - type: "table"
4036   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4037   algorithm: "table_perf_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4039   reference:
4040     title: "1908"
4041     data: "vpp-performance-changes-2n-dnv-ref"
4042   compare:
4043     title: "2001"
4044     data: "vpp-performance-changes-2n-dnv-cmp"
4045   data: "vpp-performance-changes-2n-dnv"
4046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4047   filter: "'2T2C'"
4048   parameters:
4049   - "name"
4050   - "parent"
4051   - "throughput"
4052   - "tags"
4053
4054 # VPP Performance Changes 2n-dnv 1t1c ndr
4055 - type: "table"
4056   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4057   algorithm: "table_perf_comparison"
4058   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4059   reference:
4060     title: "1908"
4061     data: "vpp-performance-changes-2n-dnv-ref"
4062   compare:
4063     title: "2001"
4064     data: "vpp-performance-changes-2n-dnv-cmp"
4065   data: "vpp-performance-changes-2n-dnv"
4066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4067   filter: "'1T1C'"
4068   parameters:
4069   - "name"
4070   - "parent"
4071   - "throughput"
4072   - "tags"
4073
4074 # VPP Performance Changes 2n-dnv 2t2c ndr
4075 - type: "table"
4076   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4077   algorithm: "table_perf_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4079   reference:
4080     title: "1908"
4081     data: "vpp-performance-changes-2n-dnv-ref"
4082   compare:
4083     title: "2001"
4084     data: "vpp-performance-changes-2n-dnv-cmp"
4085   data: "vpp-performance-changes-2n-dnv"
4086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4087   filter: "'2T2C'"
4088   parameters:
4089   - "name"
4090   - "parent"
4091   - "throughput"
4092   - "tags"
4093
4094 # VPP Performance Changes 3n-dnv 1t1c pdr
4095 - type: "table"
4096   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4097   algorithm: "table_perf_comparison"
4098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4099   reference:
4100     title: "1908"
4101     data: "vpp-performance-changes-3n-dnv-ref"
4102   compare:
4103     title: "2001"
4104     data: "vpp-performance-changes-3n-dnv-cmp"
4105   data: "vpp-performance-changes-3n-dnv"
4106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4107   filter: "'1T1C'"
4108   parameters:
4109   - "name"
4110   - "parent"
4111   - "throughput"
4112   - "tags"
4113
4114 # VPP Performance Changes 3n-dnv 2t2c pdr
4115 - type: "table"
4116   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4117   algorithm: "table_perf_comparison"
4118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4119   reference:
4120     title: "1908"
4121     data: "vpp-performance-changes-3n-dnv-ref"
4122   compare:
4123     title: "2001"
4124     data: "vpp-performance-changes-3n-dnv-cmp"
4125   data: "vpp-performance-changes-3n-dnv"
4126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4127   filter: "'2T2C'"
4128   parameters:
4129   - "name"
4130   - "parent"
4131   - "throughput"
4132   - "tags"
4133
4134 # VPP Performance Changes 3n-dnv 1t1c ndr
4135 - type: "table"
4136   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4137   algorithm: "table_perf_comparison"
4138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4139   reference:
4140     title: "1908"
4141     data: "vpp-performance-changes-3n-dnv-ref"
4142   compare:
4143     title: "2001"
4144     data: "vpp-performance-changes-3n-dnv-cmp"
4145   data: "vpp-performance-changes-3n-dnv"
4146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4147   filter: "'1T1C'"
4148   parameters:
4149   - "name"
4150   - "parent"
4151   - "throughput"
4152   - "tags"
4153
4154 # VPP Performance Changes 3n-dnv 2t2c ndr
4155 - type: "table"
4156   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4157   algorithm: "table_perf_comparison"
4158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4159   reference:
4160     title: "1908"
4161     data: "vpp-performance-changes-3n-dnv-ref"
4162   compare:
4163     title: "2001"
4164     data: "vpp-performance-changes-3n-dnv-cmp"
4165   data: "vpp-performance-changes-3n-dnv"
4166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4167   filter: "'2T2C'"
4168   parameters:
4169   - "name"
4170   - "parent"
4171   - "throughput"
4172   - "tags"
4173
4174 # VPP Performance Changes 3n-tsh 1t1c pdr
4175 - type: "table"
4176   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4177   algorithm: "table_perf_comparison"
4178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4179   reference:
4180     title: "1908"
4181     data: "vpp-performance-changes-3n-tsh-ref"
4182   compare:
4183     title: "2001"
4184     data: "vpp-performance-changes-3n-tsh-cmp"
4185   data: "vpp-performance-changes-3n-tsh"
4186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4187   filter: "'1T1C'"
4188   parameters:
4189   - "name"
4190   - "parent"
4191   - "throughput"
4192   - "tags"
4193
4194 # VPP Performance Changes 3n-tsh 2t2c pdr
4195 - type: "table"
4196   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4197   algorithm: "table_perf_comparison"
4198   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4199   reference:
4200     title: "1908"
4201     data: "vpp-performance-changes-3n-tsh-ref"
4202   compare:
4203     title: "2001"
4204     data: "vpp-performance-changes-3n-tsh-cmp"
4205   data: "vpp-performance-changes-3n-tsh"
4206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4207   filter: "'2T2C'"
4208   parameters:
4209   - "name"
4210   - "parent"
4211   - "throughput"
4212   - "tags"
4213
4214 # VPP Performance Changes 3n-tsh 1t1c ndr
4215 - type: "table"
4216   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4217   algorithm: "table_perf_comparison"
4218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4219   reference:
4220     title: "1908"
4221     data: "vpp-performance-changes-3n-tsh-ref"
4222   compare:
4223     title: "2001"
4224     data: "vpp-performance-changes-3n-tsh-cmp"
4225   data: "vpp-performance-changes-3n-tsh"
4226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4227   filter: "'1T1C'"
4228   parameters:
4229   - "name"
4230   - "parent"
4231   - "throughput"
4232   - "tags"
4233
4234 # VPP Performance Changes 3n-tsh 2t2c ndr
4235 - type: "table"
4236   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4237   algorithm: "table_perf_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4239   reference:
4240     title: "1908"
4241     data: "vpp-performance-changes-3n-tsh-ref"
4242   compare:
4243     title: "2001"
4244     data: "vpp-performance-changes-3n-tsh-cmp"
4245   data: "vpp-performance-changes-3n-tsh"
4246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4247   filter: "'2T2C'"
4248   parameters:
4249   - "name"
4250   - "parent"
4251   - "throughput"
4252   - "tags"
4253
4254 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4255 - type: "table"
4256   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4257   algorithm: "table_perf_comparison_nic"
4258   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4259   reference:
4260     title: "3n-hsw xl710"
4261     data: "vpp-compare-testbeds-ref"
4262     nic: "NIC_Intel-XL710"
4263   compare:
4264     title: "3n-skx xxv710"
4265     data: "vpp-compare-testbeds-cmp"
4266     nic: "NIC_Intel-XXV710"
4267   data: "vpp-compare-testbeds"
4268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4269   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4270   parameters:
4271   - "name"
4272   - "parent"
4273   - "throughput"
4274   - "tags"
4275
4276 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4277 - type: "table"
4278   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4279   algorithm: "table_perf_comparison_nic"
4280   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4281   reference:
4282     title: "3n-hsw xl710"
4283     data: "vpp-compare-testbeds-ref"
4284     nic: "NIC_Intel-XL710"
4285   compare:
4286     title: "3n-skx xxv710"
4287     data: "vpp-compare-testbeds-cmp"
4288     nic: "NIC_Intel-XXV710"
4289   data: "vpp-compare-testbeds"
4290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4291   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4292   parameters:
4293   - "name"
4294   - "parent"
4295   - "throughput"
4296   - "tags"
4297
4298 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4299 - type: "table"
4300   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4301   algorithm: "table_perf_comparison_nic"
4302   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4303   reference:
4304     title: "3n-hsw xl710"
4305     data: "vpp-compare-testbeds-ref"
4306     nic: "NIC_Intel-XL710"
4307   compare:
4308     title: "3n-skx xxv710"
4309     data: "vpp-compare-testbeds-cmp"
4310     nic: "NIC_Intel-XXV710"
4311   data: "vpp-compare-testbeds"
4312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4313   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4314   parameters:
4315   - "name"
4316   - "parent"
4317   - "throughput"
4318   - "tags"
4319
4320 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4321 - type: "table"
4322   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4323   algorithm: "table_perf_comparison_nic"
4324   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4325   reference:
4326     title: "3n-hsw xl710"
4327     data: "vpp-compare-testbeds-ref"
4328     nic: "NIC_Intel-XL710"
4329   compare:
4330     title: "3n-skx xxv710"
4331     data: "vpp-compare-testbeds-cmp"
4332     nic: "NIC_Intel-XXV710"
4333   data: "vpp-compare-testbeds"
4334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4335   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4336   parameters:
4337   - "name"
4338   - "parent"
4339   - "throughput"
4340   - "tags"
4341
4342 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4343 - type: "table"
4344   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4345   algorithm: "table_perf_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4347   reference:
4348     title: "2n-skx"
4349     data: "vpp-compare-testbeds-skx-clx-ref"
4350   compare:
4351     title: "2n-clx"
4352     data: "vpp-compare-testbeds-skx-clx-cmp"
4353   data: "vpp-compare-testbeds-skx-clx"
4354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4355   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4356   parameters:
4357   - "name"
4358   - "parent"
4359   - "throughput"
4360   - "tags"
4361
4362 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4363 - type: "table"
4364   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4365   algorithm: "table_perf_comparison"
4366   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4367   reference:
4368     title: "2n-skx"
4369     data: "vpp-compare-testbeds-skx-clx-ref"
4370   compare:
4371     title: "2n-clx"
4372     data: "vpp-compare-testbeds-skx-clx-cmp"
4373   data: "vpp-compare-testbeds-skx-clx"
4374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4375   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4376   parameters:
4377   - "name"
4378   - "parent"
4379   - "throughput"
4380   - "tags"
4381
4382 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4383 - type: "table"
4384   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4385   algorithm: "table_perf_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4387   reference:
4388     title: "2n-skx"
4389     data: "vpp-compare-testbeds-skx-clx-ref"
4390   compare:
4391     title: "2n-clx"
4392     data: "vpp-compare-testbeds-skx-clx-cmp"
4393   data: "vpp-compare-testbeds-skx-clx"
4394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4395   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4396   parameters:
4397   - "name"
4398   - "parent"
4399   - "throughput"
4400   - "tags"
4401
4402 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4403 - type: "table"
4404   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4405   algorithm: "table_perf_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4407   reference:
4408     title: "2n-skx"
4409     data: "vpp-compare-testbeds-skx-clx-ref"
4410   compare:
4411     title: "2n-clx"
4412     data: "vpp-compare-testbeds-skx-clx-cmp"
4413   data: "vpp-compare-testbeds-skx-clx"
4414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4415   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4416   parameters:
4417   - "name"
4418   - "parent"
4419   - "throughput"
4420   - "tags"
4421
4422 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4423 - type: "table"
4424   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4425   algorithm: "table_perf_comparison_nic"
4426   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4427   reference:
4428     title: "3n-hsw xl710"
4429     data: "vpp-compare-testbeds-hsw-clx-ref"
4430     nic: "NIC_Intel-XL710"
4431   compare:
4432     title: "2n-clx xxv710"
4433     data: "vpp-compare-testbeds-hsw-clx-cmp"
4434     nic: "NIC_Intel-XXV710"
4435   data: "vpp-compare-testbeds-hsw-clx"
4436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4437   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4438   parameters:
4439   - "name"
4440   - "parent"
4441   - "throughput"
4442   - "tags"
4443
4444 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4445 - type: "table"
4446   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4447   algorithm: "table_perf_comparison_nic"
4448   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4449   reference:
4450     title: "3n-hsw xl710"
4451     data: "vpp-compare-testbeds-hsw-clx-ref"
4452     nic: "NIC_Intel-XL710"
4453   compare:
4454     title: "2n-clx xxv710"
4455     data: "vpp-compare-testbeds-hsw-clx-cmp"
4456     nic: "NIC_Intel-XXV710"
4457   data: "vpp-compare-testbeds-hsw-clx"
4458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4459   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4460   parameters:
4461   - "name"
4462   - "parent"
4463   - "throughput"
4464   - "tags"
4465
4466 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4467 - type: "table"
4468   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4469   algorithm: "table_perf_comparison_nic"
4470   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4471   reference:
4472     title: "3n-hsw xl710"
4473     data: "vpp-compare-testbeds-hsw-clx-ref"
4474     nic: "NIC_Intel-XL710"
4475   compare:
4476     title: "2n-clx xxv710"
4477     data: "vpp-compare-testbeds-hsw-clx-cmp"
4478     nic: "NIC_Intel-XXV710"
4479   data: "vpp-compare-testbeds-hsw-clx"
4480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4481   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4482   parameters:
4483   - "name"
4484   - "parent"
4485   - "throughput"
4486   - "tags"
4487
4488 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4489 - type: "table"
4490   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4491   algorithm: "table_perf_comparison_nic"
4492   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4493   reference:
4494     title: "3n-hsw xl710"
4495     data: "vpp-compare-testbeds-hsw-clx-ref"
4496     nic: "NIC_Intel-XL710"
4497   compare:
4498     title: "2n-clx xxv710"
4499     data: "vpp-compare-testbeds-hsw-clx-cmp"
4500     nic: "NIC_Intel-XXV710"
4501   data: "vpp-compare-testbeds-hsw-clx"
4502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4503   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4504   parameters:
4505   - "name"
4506   - "parent"
4507   - "throughput"
4508   - "tags"
4509
4510 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4511 - type: "table"
4512   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4513   algorithm: "table_perf_comparison"
4514   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4515   reference:
4516     title: "3n-skx"
4517     data: "vpp-compare-topologies-ref"
4518   compare:
4519     title: "2n-skx"
4520     data: "vpp-compare-topologies-cmp"
4521   data: "vpp-compare-topologies"
4522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4523   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4524   parameters:
4525   - "name"
4526   - "parent"
4527   - "throughput"
4528
4529 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4530 - type: "table"
4531   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4532   algorithm: "table_perf_comparison"
4533   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4534   reference:
4535     title: "3n-skx"
4536     data: "vpp-compare-topologies-ref"
4537   compare:
4538     title: "2n-skx"
4539     data: "vpp-compare-topologies-cmp"
4540   data: "vpp-compare-topologies"
4541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4542   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4543   parameters:
4544   - "name"
4545   - "parent"
4546   - "throughput"
4547
4548 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4549 - type: "table"
4550   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4551   algorithm: "table_perf_comparison"
4552   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4553   reference:
4554     title: "3n-skx"
4555     data: "vpp-compare-topologies-ref"
4556   compare:
4557     title: "2n-skx"
4558     data: "vpp-compare-topologies-cmp"
4559   data: "vpp-compare-topologies"
4560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4561   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4562   parameters:
4563   - "name"
4564   - "parent"
4565   - "throughput"
4566
4567 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4568 - type: "table"
4569   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4570   algorithm: "table_perf_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4572   reference:
4573     title: "3n-skx"
4574     data: "vpp-compare-topologies-ref"
4575   compare:
4576     title: "2n-skx"
4577     data: "vpp-compare-topologies-cmp"
4578   data: "vpp-compare-topologies"
4579   include-tests: "PDR"
4580   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4581   parameters:
4582   - "name"
4583   - "parent"
4584   - "throughput"
4585
4586 # VPP Performance Changes 3n-hsw 1t1c MRR
4587 - type: "table"
4588   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
4589   algorithm: "table_perf_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4591   history:
4592     - title: "1904"
4593       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4594   reference:
4595     title: "1908"
4596     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4597   compare:
4598     title: "2001"
4599     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4600   data: "vpp-performance-changes-3n-hsw-mrr"
4601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4602   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4603   parameters:
4604   - "name"
4605   - "parent"
4606   - "result"
4607
4608 # VPP Performance Changes 3n-hsw 2t2c MRR
4609 - type: "table"
4610   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
4611   algorithm: "table_perf_comparison"
4612   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4613   history:
4614     - title: "1904"
4615       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4616   reference:
4617     title: "1908"
4618     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4619   compare:
4620     title: "2001"
4621     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4622   data: "vpp-performance-changes-3n-hsw-mrr"
4623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4624   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4625   parameters:
4626   - "name"
4627   - "parent"
4628   - "result"
4629
4630 # VPP Performance Changes 3n-hsw 4t4c MRR
4631 - type: "table"
4632   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
4633   algorithm: "table_perf_comparison"
4634   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4635   history:
4636     - title: "1904"
4637       data: "vpp-performance-changes-3n-hsw-mrr-h1"
4638   reference:
4639     title: "1908"
4640     data: "vpp-performance-changes-3n-hsw-mrr-ref"
4641   compare:
4642     title: "2001"
4643     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
4644   data: "vpp-performance-changes-3n-hsw-mrr"
4645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4646   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4647   parameters:
4648   - "name"
4649   - "parent"
4650   - "result"
4651
4652 # VPP Performance Changes 3n-skx 2t1c MRR
4653 - type: "table"
4654   title: "VPP Performance Changes 3n-skx 2t1c MRR"
4655   algorithm: "table_perf_comparison"
4656   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4657 #  rca:
4658 #    title: "RCA"
4659 #    data-file: "rca/rca-3n-skx-2t1c-mrr.yaml"
4660   history:
4661     - title: "1904"
4662       data: "vpp-performance-changes-3n-skx-mrr-h1"
4663   reference:
4664     title: "1908"
4665     data: "vpp-performance-changes-3n-skx-mrr-ref"
4666   compare:
4667     title: "2001"
4668     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4669   data: "vpp-performance-changes-3n-skx-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4672   parameters:
4673   - "name"
4674   - "parent"
4675   - "result"
4676
4677 # VPP Performance Changes 3n-skx 4t2c MRR
4678 - type: "table"
4679   title: "VPP Performance Changes 3n-skx 4t2c MRR"
4680   algorithm: "table_perf_comparison"
4681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4682 #  rca:
4683 #    title: "RCA"
4684 #    data-file: "rca/rca-3n-skx-4t2c-mrr.yaml"
4685   history:
4686     - title: "1904"
4687       data: "vpp-performance-changes-3n-skx-mrr-h1"
4688   reference:
4689     title: "1908"
4690     data: "vpp-performance-changes-3n-skx-mrr-ref"
4691   compare:
4692     title: "2001"
4693     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4694   data: "vpp-performance-changes-3n-skx-mrr"
4695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4696   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4697   parameters:
4698   - "name"
4699   - "parent"
4700   - "result"
4701
4702 # VPP Performance Changes 3n-skx 8t4c MRR
4703 - type: "table"
4704   title: "VPP Performance Changes 3n-skx 8t4c MRR"
4705   algorithm: "table_perf_comparison"
4706   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4707 #  rca:
4708 #    title: "RCA"
4709 #    data-file: "rca/rca-3n-skx-8t4c-mrr.yaml"
4710   history:
4711     - title: "1904"
4712       data: "vpp-performance-changes-3n-skx-mrr-h1"
4713   reference:
4714     title: "1908"
4715     data: "vpp-performance-changes-3n-skx-mrr-ref"
4716   compare:
4717     title: "2001"
4718     data: "vpp-performance-changes-3n-skx-mrr-cmp"
4719   data: "vpp-performance-changes-3n-skx-mrr"
4720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4721   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4722   parameters:
4723   - "name"
4724   - "parent"
4725   - "result"
4726
4727 # VPP Performance Changes 2n-skx 2t1c MRR
4728 - type: "table"
4729   title: "VPP Performance Changes 2n-skx 2t1c MRR"
4730   algorithm: "table_perf_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4732 #  rca:
4733 #    title: "RCA"
4734 #    data-file: "rca/rca-2n-skx-2t1c-mrr.yaml"
4735   history:
4736     - title: "1904"
4737       data: "vpp-performance-changes-2n-skx-mrr-h1"
4738   reference:
4739     title: "1908"
4740     data: "vpp-performance-changes-2n-skx-mrr-ref"
4741   compare:
4742     title: "2001"
4743     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4744   data: "vpp-performance-changes-2n-skx-mrr"
4745   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4746   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4747   parameters:
4748   - "name"
4749   - "parent"
4750   - "result"
4751
4752 # VPP Performance Changes 2n-skx 4t2c MRR
4753 - type: "table"
4754   title: "VPP Performance Changes 2n-skx 4t2c MRR"
4755   algorithm: "table_perf_comparison"
4756   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4757 #  rca:
4758 #    title: "RCA"
4759 #    data-file: "rca/rca-2n-skx-4t2c-mrr.yaml"
4760   history:
4761     - title: "1904"
4762       data: "vpp-performance-changes-2n-skx-mrr-h1"
4763   reference:
4764     title: "1908"
4765     data: "vpp-performance-changes-2n-skx-mrr-ref"
4766   compare:
4767     title: "2001"
4768     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4769   data: "vpp-performance-changes-2n-skx-mrr"
4770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4771   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4772   parameters:
4773   - "name"
4774   - "parent"
4775   - "result"
4776
4777 # VPP Performance Changes 2n-skx 8t4c MRR
4778 - type: "table"
4779   title: "VPP Performance Changes 2n-skx 8t4c MRR"
4780   algorithm: "table_perf_comparison"
4781   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4782 #  rca:
4783 #    title: "RCA"
4784 #    data-file: "rca/rca-2n-skx-8t4c-mrr.yaml"
4785   history:
4786     - title: "1904"
4787       data: "vpp-performance-changes-2n-skx-mrr-h1"
4788   reference:
4789     title: "1908"
4790     data: "vpp-performance-changes-2n-skx-mrr-ref"
4791   compare:
4792     title: "2001"
4793     data: "vpp-performance-changes-2n-skx-mrr-cmp"
4794   data: "vpp-performance-changes-2n-skx-mrr"
4795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4796   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4797   parameters:
4798   - "name"
4799   - "parent"
4800   - "result"
4801
4802 ## VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
4803 #- type: "table"
4804 #  title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
4805 #  algorithm: "table_perf_comparison"
4806 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
4807 #  reference:
4808 #    title: "1908"
4809 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4810 #  compare:
4811 #    title: "2001"
4812 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4813 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4815 #  filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
4816 #  parameters:
4817 #  - "name"
4818 #  - "parent"
4819 #  - "result"
4820 #
4821 ## VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
4822 #- type: "table"
4823 #  title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
4824 #  algorithm: "table_perf_comparison"
4825 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
4826 #  reference:
4827 #    title: "1908"
4828 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4829 #  compare:
4830 #    title: "2001"
4831 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4832 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4833 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4834 #  filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
4835 #  parameters:
4836 #  - "name"
4837 #  - "parent"
4838 #  - "result"
4839 #
4840 ## VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
4841 #- type: "table"
4842 #  title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
4843 #  algorithm: "table_perf_comparison"
4844 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
4845 #  reference:
4846 #    title: "1908"
4847 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
4848 #  compare:
4849 #    title: "2001"
4850 #    data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
4851 #  data: "vpp-performance-changes-nfv-2n-skx-mrr"
4852 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4853 #  filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
4854 #  parameters:
4855 #  - "name"
4856 #  - "parent"
4857 #  - "result"
4858
4859 # VPP Performance Changes 2n-dnv 1t1c MRR
4860 - type: "table"
4861   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
4862   algorithm: "table_perf_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4864   reference:
4865     title: "1908"
4866     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4867   compare:
4868     title: "2001"
4869     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4870   data: "vpp-performance-changes-2n-dnv-mrr"
4871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4872   filter: "'1T1C' and 'MRR'"
4873   parameters:
4874   - "name"
4875   - "parent"
4876   - "result"
4877
4878 # VPP Performance Changes 2n-dnv 2t2c MRR
4879 - type: "table"
4880   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
4881   algorithm: "table_perf_comparison"
4882   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4883   reference:
4884     title: "1908"
4885     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4886   compare:
4887     title: "2001"
4888     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4889   data: "vpp-performance-changes-2n-dnv-mrr"
4890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4891   filter: "'2T2C' and 'MRR'"
4892   parameters:
4893   - "name"
4894   - "parent"
4895   - "result"
4896
4897 # VPP Performance Changes 2n-dnv 4t4c MRR
4898 - type: "table"
4899   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
4900   algorithm: "table_perf_comparison"
4901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4902   reference:
4903     title: "1908"
4904     data: "vpp-performance-changes-2n-dnv-mrr-ref"
4905   compare:
4906     title: "2001"
4907     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
4908   data: "vpp-performance-changes-2n-dnv-mrr"
4909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4910   filter: "'4T4C' and 'MRR'"
4911   parameters:
4912   - "name"
4913   - "parent"
4914   - "result"
4915
4916 # VPP Performance Changes 3n-dnv 1t1c MRR
4917 - type: "table"
4918   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
4919   algorithm: "table_perf_comparison"
4920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4921   reference:
4922     title: "1908"
4923     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4924   compare:
4925     title: "2001"
4926     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4927   data: "vpp-performance-changes-3n-dnv-mrr"
4928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4929   filter: "'1T1C' and 'MRR'"
4930   parameters:
4931   - "name"
4932   - "parent"
4933   - "result"
4934
4935 # VPP Performance Changes 3n-dnv 2t2c MRR
4936 - type: "table"
4937   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
4938   algorithm: "table_perf_comparison"
4939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4940   reference:
4941     title: "1908"
4942     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4943   compare:
4944     title: "2001"
4945     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4946   data: "vpp-performance-changes-3n-dnv-mrr"
4947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4948   filter: "'2T2C' and 'MRR'"
4949   parameters:
4950   - "name"
4951   - "parent"
4952   - "result"
4953
4954 # VPP Performance Changes 3n-dnv 4t4c MRR
4955 - type: "table"
4956   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
4957   algorithm: "table_perf_comparison"
4958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4959   reference:
4960     title: "1908"
4961     data: "vpp-performance-changes-3n-dnv-mrr-ref"
4962   compare:
4963     title: "2001"
4964     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
4965   data: "vpp-performance-changes-3n-dnv-mrr"
4966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4967   filter: "'4T4C' and 'MRR'"
4968   parameters:
4969   - "name"
4970   - "parent"
4971   - "result"
4972
4973 # VPP Performance Changes 3n-tsh 1t1c MRR
4974 - type: "table"
4975   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
4976   algorithm: "table_perf_comparison"
4977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4978   reference:
4979     title: "1908"
4980     data: "vpp-performance-changes-3n-tsh-mrr-ref"
4981   compare:
4982     title: "2001"
4983     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
4984   data: "vpp-performance-changes-3n-tsh-mrr"
4985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4986   filter: "'1T1C' and 'MRR'"
4987   parameters:
4988   - "name"
4989   - "parent"
4990   - "result"
4991
4992 # VPP Performance Changes 3n-tsh 2t2c MRR
4993 - type: "table"
4994   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
4995   algorithm: "table_perf_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4997   reference:
4998     title: "1908"
4999     data: "vpp-performance-changes-3n-tsh-mrr-ref"
5000   compare:
5001     title: "2001"
5002     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
5003   data: "vpp-performance-changes-3n-tsh-mrr"
5004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5005   filter: "'2T2C' and 'MRR'"
5006   parameters:
5007   - "name"
5008   - "parent"
5009   - "result"
5010
5011 # VPP Performance Changes 3n-tsh 4t4c MRR
5012 - type: "table"
5013   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
5014   algorithm: "table_perf_comparison"
5015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5016   reference:
5017     title: "1908"
5018     data: "vpp-performance-changes-3n-tsh-mrr-ref"
5019   compare:
5020     title: "2001"
5021     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
5022   data: "vpp-performance-changes-3n-tsh-mrr"
5023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5024   filter: "'4T4C' and 'MRR'"
5025   parameters:
5026   - "name"
5027   - "parent"
5028   - "result"
5029
5030 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5031 - type: "table"
5032   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5033   algorithm: "table_perf_comparison_nic"
5034   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5035   reference:
5036     title: "3n-hsw xl710"
5037     data: "vpp-compare-testbeds-mrr-ref"
5038     nic: "NIC_Intel-XL710"
5039   compare:
5040     title: "3n-skx xxv710"
5041     data: "vpp-compare-testbeds-mrr-cmp"
5042     nic: "NIC_Intel-XXV710"
5043   data: "vpp-compare-testbeds-mrr"
5044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5045   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5046   parameters:
5047   - "name"
5048   - "parent"
5049   - "result"
5050   - "tags"
5051
5052 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5053 - type: "table"
5054   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5055   algorithm: "table_perf_comparison_nic"
5056   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5057   reference:
5058     title: "3n-hsw xl710"
5059     data: "vpp-compare-testbeds-mrr-ref"
5060     nic: "NIC_Intel-XL710"
5061   compare:
5062     title: "3n-skx xxv710"
5063     data: "vpp-compare-testbeds-mrr-cmp"
5064     nic: "NIC_Intel-XXV710"
5065   data: "vpp-compare-testbeds-mrr"
5066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5067   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5068   parameters:
5069   - "name"
5070   - "parent"
5071   - "result"
5072   - "tags"
5073
5074 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5075 - type: "table"
5076   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5077   algorithm: "table_perf_comparison_nic"
5078   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5079   reference:
5080     title: "3n-hsw xl710"
5081     data: "vpp-compare-testbeds-mrr-ref"
5082     nic: "NIC_Intel-XL710"
5083   compare:
5084     title: "3n-skx xxv710"
5085     data: "vpp-compare-testbeds-mrr-cmp"
5086     nic: "NIC_Intel-XXV710"
5087   data: "vpp-compare-testbeds-mrr"
5088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5089   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5090   parameters:
5091   - "name"
5092   - "parent"
5093   - "result"
5094   - "tags"
5095
5096 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5097 - type: "table"
5098   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5099   algorithm: "table_perf_comparison"
5100   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5101   reference:
5102     title: "2n-skx"
5103     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
5104   compare:
5105     title: "2n-clx"
5106     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5107   data: "vpp-compare-testbeds-mrr-skx-clx"
5108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5109   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5110   parameters:
5111   - "name"
5112   - "parent"
5113   - "result"
5114   - "tags"
5115
5116 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5117 - type: "table"
5118   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5119   algorithm: "table_perf_comparison"
5120   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5121   reference:
5122     title: "2n-skx"
5123     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
5124   compare:
5125     title: "2n-clx"
5126     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5127   data: "vpp-compare-testbeds-mrr-skx-clx"
5128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5129   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5130   parameters:
5131   - "name"
5132   - "parent"
5133   - "result"
5134   - "tags"
5135
5136 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5137 - type: "table"
5138   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5139   algorithm: "table_perf_comparison"
5140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5141   reference:
5142     title: "2n-skx"
5143     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
5144   compare:
5145     title: "2n-clx"
5146     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5147   data: "vpp-compare-testbeds-mrr-skx-clx"
5148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5149   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5150   parameters:
5151   - "name"
5152   - "parent"
5153   - "result"
5154   - "tags"
5155
5156 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5157 - type: "table"
5158   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5159   algorithm: "table_perf_comparison"
5160   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5161   reference:
5162     title: "3n-skx"
5163     data: "vpp-compare-topologies-mrr-ref"
5164   compare:
5165     title: "2n-skx"
5166     data: "vpp-compare-topologies-mrr-cmp"
5167   data: "vpp-compare-topologies-mrr"
5168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5169   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5170   parameters:
5171   - "name"
5172   - "parent"
5173   - "result"
5174
5175 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5176 - type: "table"
5177   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5178   algorithm: "table_perf_comparison"
5179   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5180   reference:
5181     title: "3n-skx"
5182     data: "vpp-compare-topologies-mrr-ref"
5183   compare:
5184     title: "2n-skx"
5185     data: "vpp-compare-topologies-mrr-cmp"
5186   data: "vpp-compare-topologies-mrr"
5187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5188   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5189   parameters:
5190   - "name"
5191   - "parent"
5192   - "result"
5193
5194 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5195 - type: "table"
5196   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5197   algorithm: "table_perf_comparison"
5198   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5199   reference:
5200     title: "3n-skx"
5201     data: "vpp-compare-topologies-mrr-ref"
5202   compare:
5203     title: "2n-skx"
5204     data: "vpp-compare-topologies-mrr-cmp"
5205   data: "vpp-compare-topologies-mrr"
5206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5207   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5208   parameters:
5209   - "name"
5210   - "parent"
5211   - "result"
5212
5213 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5214 - type: "table"
5215   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5216   algorithm: "table_perf_comparison_nic"
5217   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5218   reference:
5219     title: "3n-hsw xl710"
5220     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5221     nic: "NIC_Intel-XL710"
5222   compare:
5223     title: "2n-clx xxv710"
5224     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5225     nic: "NIC_Intel-XXV710"
5226   data: "vpp-compare-testbeds-mrr-hsw-clx"
5227   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5228   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5229   parameters:
5230   - "name"
5231   - "parent"
5232   - "result"
5233   - "tags"
5234
5235 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5236 - type: "table"
5237   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5238   algorithm: "table_perf_comparison_nic"
5239   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5240   reference:
5241     title: "3n-hsw xl710"
5242     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5243     nic: "NIC_Intel-XL710"
5244   compare:
5245     title: "2n-clx xxv710"
5246     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5247     nic: "NIC_Intel-XXV710"
5248   data: "vpp-compare-testbeds-mrr-hsw-clx"
5249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5250   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5251   parameters:
5252   - "name"
5253   - "parent"
5254   - "result"
5255   - "tags"
5256
5257 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5258 - type: "table"
5259   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5260   algorithm: "table_perf_comparison_nic"
5261   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5262   reference:
5263     title: "3n-hsw xl710"
5264     data: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5265     nic: "NIC_Intel-XL710"
5266   compare:
5267     title: "2n-clx xxv710"
5268     data: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5269     nic: "NIC_Intel-XXV710"
5270   data: "vpp-compare-testbeds-mrr-hsw-clx"
5271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5272   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5273   parameters:
5274   - "name"
5275   - "parent"
5276   - "result"
5277   - "tags"
5278
5279 # Detailed Test Results - VPP Performance Results 3n-hsw
5280 - type: "table"
5281   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5282   algorithm: "table_merged_details"
5283   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5284   columns:
5285     - title: " |prein| Test Name |preout| "
5286       data: "data name"
5287     - 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| "
5288       data: "data msg"
5289   data: "vpp-perf-results-3n-hsw"
5290   filter: "all"
5291   parameters:
5292   - "name"
5293   - "parent"
5294   - "msg"
5295
5296 # Detailed Test Results - VPP Performance Results 3n-skx
5297 - type: "table"
5298   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5299   algorithm: "table_merged_details"
5300   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5301   columns:
5302     - title: " |prein| Test Name |preout| "
5303       data: "data name"
5304     - 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| "
5305       data: "data msg"
5306   data: "vpp-perf-results-3n-skx"
5307   filter: "all"
5308   remove-ndr: True  # Temporary solution: remove NDR results from test message
5309   parameters:
5310   - "name"
5311   - "parent"
5312   - "msg"
5313
5314 # Detailed Test Results - VPP Performance Results 2n-skx
5315 - type: "table"
5316   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5317   algorithm: "table_merged_details"
5318   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5319   columns:
5320     - title: " |prein| Test Name |preout| "
5321       data: "data name"
5322     - 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| "
5323       data: "data msg"
5324   data: "vpp-perf-results-2n-skx"
5325   filter: "all"
5326   remove-ndr: True  # Temporary solution: remove NDR results from test message
5327   parameters:
5328   - "name"
5329   - "parent"
5330   - "msg"
5331
5332 # Detailed Test Results - VPP Performance Results 2n-clx
5333 - type: "table"
5334   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5335   algorithm: "table_merged_details"
5336   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5337   columns:
5338     - title: " |prein| Test Name |preout| "
5339       data: "data name"
5340     - 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| "
5341       data: "data msg"
5342   data: "vpp-perf-results-2n-clx"
5343   filter: "all"
5344   parameters:
5345   - "name"
5346   - "parent"
5347   - "msg"
5348
5349 # Detailed Test Results - VPP Performance Results 3n-tsh
5350 - type: "table"
5351   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5352   algorithm: "table_merged_details"
5353   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5354   columns:
5355     - title: " |prein| Test Name |preout| "
5356       data: "data name"
5357     - 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| "
5358       data: "data msg"
5359   data: "vpp-perf-results-3n-tsh"
5360   filter: "all"
5361   parameters:
5362   - "name"
5363   - "parent"
5364   - "msg"
5365
5366 # Detailed Test Results - VPP Performance Results 3n-dnv
5367 - type: "table"
5368   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5369   algorithm: "table_merged_details"
5370   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5371   columns:
5372     - title: " |prein| Test Name |preout| "
5373       data: "data name"
5374     - 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| "
5375       data: "data msg"
5376   data: "vpp-perf-results-3n-dnv"
5377   filter: "all"
5378   parameters:
5379   - "name"
5380   - "parent"
5381   - "msg"
5382
5383 # Detailed Test Results - VPP Performance Results 2n-dnv
5384 - type: "table"
5385   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5386   algorithm: "table_merged_details"
5387   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5388   columns:
5389     - title: " |prein| Test Name |preout| "
5390       data: "data name"
5391     - 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| "
5392       data: "data msg"
5393   data: "vpp-perf-results-2n-dnv"
5394   filter: "all"
5395   parameters:
5396   - "name"
5397   - "parent"
5398   - "msg"
5399
5400 # Test configuration - VPP Performance Test Configs 3n-hsw
5401 - type: "table"
5402   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5403   algorithm: "table_merged_details"
5404   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5405   columns:
5406     - title: " |prein| Test Name |preout| "
5407       data: "data name"
5408     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5409       data: "data conf-history"
5410   data: "vpp-perf-results-3n-hsw"
5411   filter: "all"
5412   parameters:
5413   - "parent"
5414   - "name"
5415   - "conf-history"
5416
5417 # Test configuration - VPP Performance Test Configs 3n-skx
5418 - type: "table"
5419   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5420   algorithm: "table_merged_details"
5421   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5422   columns:
5423     - title: " |prein| Test Name |preout| "
5424       data: "data name"
5425     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5426       data: "data conf-history"
5427   data: "vpp-perf-results-3n-skx"
5428   filter: "all"
5429   parameters:
5430   - "parent"
5431   - "name"
5432   - "conf-history"
5433
5434 # Test configuration - VPP Performance Test Configs 2n-skx
5435 - type: "table"
5436   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5437   algorithm: "table_merged_details"
5438   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5439   columns:
5440     - title: " |prein| Test Name |preout| "
5441       data: "data name"
5442     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5443       data: "data conf-history"
5444   data: "vpp-perf-results-2n-skx"
5445   filter: "all"
5446   parameters:
5447   - "parent"
5448   - "name"
5449   - "conf-history"
5450
5451 # Test configuration - VPP Performance Test Configs 2n-clx
5452 - type: "table"
5453   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5454   algorithm: "table_merged_details"
5455   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5456   columns:
5457     - title: " |prein| Test Name |preout| "
5458       data: "data name"
5459     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5460       data: "data conf-history"
5461   data: "vpp-perf-results-2n-clx"
5462   filter: "all"
5463   parameters:
5464   - "parent"
5465   - "name"
5466   - "conf-history"
5467
5468 # Test configuration - VPP Performance Test Configs 3n-tsh
5469 - type: "table"
5470   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5471   algorithm: "table_merged_details"
5472   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5473   columns:
5474     - title: " |prein| Test Name |preout| "
5475       data: "data name"
5476     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5477       data: "data conf-history"
5478   data: "vpp-perf-results-3n-tsh"
5479   filter: "all"
5480   parameters:
5481   - "parent"
5482   - "name"
5483   - "conf-history"
5484
5485 # Test configuration - VPP Performance Test Configs 3n-dnv
5486 - type: "table"
5487   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5488   algorithm: "table_merged_details"
5489   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5490   columns:
5491     - title: " |prein| Test Name |preout| "
5492       data: "data name"
5493     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5494       data: "data conf-history"
5495   data: "vpp-perf-results-3n-dnv"
5496   filter: "all"
5497   parameters:
5498   - "parent"
5499   - "name"
5500   - "conf-history"
5501
5502 # Test configuration - VPP Performance Test Configs 2n-dnv
5503 - type: "table"
5504   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5505   algorithm: "table_merged_details"
5506   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5507   columns:
5508     - title: " |prein| Test Name |preout| "
5509       data: "data name"
5510     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5511       data: "data conf-history"
5512   data: "vpp-perf-results-2n-dnv"
5513   filter: "all"
5514   parameters:
5515   - "parent"
5516   - "name"
5517   - "conf-history"
5518
5519 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5520 - type: "table"
5521   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5522   algorithm: "table_oper_data_html"
5523   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5524   data: "vpp-perf-results-3n-hsw"
5525   filter: "all"
5526
5527 # Test Operational Data - VPP Performance Operational Data 3n-skx
5528 - type: "table"
5529   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5530   algorithm: "table_oper_data_html"
5531   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5532   data: "vpp-perf-results-3n-skx"
5533   filter: "all"
5534
5535 # Test Operational Data - VPP Performance Operational Data 2n-skx
5536 - type: "table"
5537   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5538   algorithm: "table_oper_data_html"
5539   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5540   data: "vpp-perf-results-2n-skx"
5541   filter: "all"
5542
5543 # Test Operational Data - VPP Performance Operational Data 2n-clx
5544 - type: "table"
5545   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5546   algorithm: "table_oper_data_html"
5547   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5548   data: "vpp-perf-results-2n-clx"
5549   filter: "all"
5550
5551 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5552 - type: "table"
5553   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5554   algorithm: "table_oper_data_html"
5555   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5556   data: "vpp-perf-results-3n-tsh"
5557   filter: "all"
5558
5559 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5560 - type: "table"
5561   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5562   algorithm: "table_oper_data_html"
5563   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5564   data: "vpp-perf-results-3n-dnv"
5565   filter: "all"
5566
5567 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5568 - type: "table"
5569   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5570   algorithm: "table_oper_data_html"
5571   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5572   data: "vpp-perf-results-2n-dnv"
5573   filter: "all"
5574
5575 # Detailed Test Results - VPP MRR Results 3n-hsw
5576 - type: "table"
5577   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5578   algorithm: "table_merged_details"
5579   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5580   columns:
5581     - title: " |prein| Test Name |preout| "
5582       data: "data name"
5583     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5584       data: "data msg"
5585   data: "vpp-mrr-results-3n-hsw"
5586   filter: "all"
5587   parameters:
5588   - "name"
5589   - "parent"
5590   - "msg"
5591
5592 # Detailed Test Results - VPP MRR Results 3n-skx
5593 - type: "table"
5594   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5595   algorithm: "table_merged_details"
5596   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5597   columns:
5598     - title: " |prein| Test Name |preout| "
5599       data: "data name"
5600     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5601       data: "data msg"
5602   data: "vpp-mrr-results-3n-skx"
5603   filter: "all"
5604   parameters:
5605   - "name"
5606   - "parent"
5607   - "msg"
5608
5609 # Detailed Test Results - VPP MRR Results 2n-skx
5610 - type: "table"
5611   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5612   algorithm: "table_merged_details"
5613   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5614   columns:
5615     - title: " |prein| Test Name |preout| "
5616       data: "data name"
5617     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5618       data: "data msg"
5619   data: "vpp-mrr-results-2n-skx"
5620   filter: "all"
5621   parameters:
5622   - "name"
5623   - "parent"
5624   - "msg"
5625
5626 # Detailed Test Results - VPP MRR Results 2n-clx
5627 - type: "table"
5628   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5629   algorithm: "table_merged_details"
5630   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5631   columns:
5632     - title: " |prein| Test Name |preout| "
5633       data: "data name"
5634     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5635       data: "data msg"
5636   data: "vpp-mrr-results-2n-clx"
5637   filter: "all"
5638   parameters:
5639   - "name"
5640   - "parent"
5641   - "msg"
5642
5643 # Detailed Test Results - VPP MRR Results 3n-tsh
5644 - type: "table"
5645   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5652       data: "data msg"
5653   data: "vpp-mrr-results-3n-tsh"
5654   filter: "all"
5655   parameters:
5656   - "name"
5657   - "parent"
5658   - "msg"
5659
5660 # Detailed Test Results - VPP MRR Results 3n-dnv
5661 - type: "table"
5662   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5669       data: "data msg"
5670   data: "vpp-mrr-results-3n-dnv"
5671   filter: "all"
5672   parameters:
5673   - "name"
5674   - "parent"
5675   - "msg"
5676
5677 # Detailed Test Results - VPP MRR Results 2n-dnv
5678 - type: "table"
5679   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5680   algorithm: "table_merged_details"
5681   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5682   columns:
5683     - title: " |prein| Test Name |preout| "
5684       data: "data name"
5685     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5686       data: "data msg"
5687   data: "vpp-mrr-results-2n-dnv"
5688   filter: "all"
5689   parameters:
5690   - "name"
5691   - "parent"
5692   - "msg"
5693
5694 # Test configuration - VPP MRR Test Configs 3n-hsw
5695 - type: "table"
5696   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5697   algorithm: "table_merged_details"
5698   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5699   columns:
5700     - title: " |prein| Test Name |preout| "
5701       data: "data name"
5702     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5703       data: "data conf-history"
5704   data: "vpp-mrr-results-3n-hsw"
5705   filter: "all"
5706   parameters:
5707   - "parent"
5708   - "name"
5709   - "conf-history"
5710
5711 # Test configuration - VPP MRR Test Configs 3n-skx
5712 - type: "table"
5713   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5716   columns:
5717     - title: " |prein| Test Name |preout| "
5718       data: "data name"
5719     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5720       data: "data conf-history"
5721   data: "vpp-mrr-results-3n-skx"
5722   filter: "all"
5723   parameters:
5724   - "parent"
5725   - "name"
5726   - "conf-history"
5727
5728 # Test configuration - VPP MRR Test Configs 2n-skx
5729 - type: "table"
5730   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5731   algorithm: "table_merged_details"
5732   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5733   columns:
5734     - title: " |prein| Test Name |preout| "
5735       data: "data name"
5736     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5737       data: "data conf-history"
5738   data: "vpp-mrr-results-2n-skx"
5739   filter: "all"
5740   parameters:
5741   - "parent"
5742   - "name"
5743   - "conf-history"
5744
5745 # Test configuration - VPP MRR Test Configs 2n-clx
5746 - type: "table"
5747   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5748   algorithm: "table_merged_details"
5749   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5750   columns:
5751     - title: " |prein| Test Name |preout| "
5752       data: "data name"
5753     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5754       data: "data conf-history"
5755   data: "vpp-mrr-results-2n-clx"
5756   filter: "all"
5757   parameters:
5758   - "parent"
5759   - "name"
5760   - "conf-history"
5761
5762 # Test configuration - VPP MRR Test Configs 3n-tsh
5763 - type: "table"
5764   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5767   columns:
5768     - title: " |prein| Test Name |preout| "
5769       data: "data name"
5770     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5771       data: "data conf-history"
5772   data: "vpp-mrr-results-3n-tsh"
5773   filter: "all"
5774   parameters:
5775   - "parent"
5776   - "name"
5777   - "conf-history"
5778
5779 # Test configuration - VPP MRR Test Configs 3n-dnv
5780 - type: "table"
5781   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5782   algorithm: "table_merged_details"
5783   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5784   columns:
5785     - title: " |prein| Test Name |preout| "
5786       data: "data name"
5787     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5788       data: "data conf-history"
5789   data: "vpp-mrr-results-3n-dnv"
5790   filter: "all"
5791   parameters:
5792   - "parent"
5793   - "name"
5794   - "conf-history"
5795
5796 # Test configuration - VPP MRR Test Configs 2n-dnv
5797 - type: "table"
5798   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5799   algorithm: "table_merged_details"
5800   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5801   columns:
5802     - title: " |prein| Test Name |preout| "
5803       data: "data name"
5804     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5805       data: "data conf-history"
5806   data: "vpp-mrr-results-2n-dnv"
5807   filter: "all"
5808   parameters:
5809   - "parent"
5810   - "name"
5811   - "conf-history"
5812
5813 # Detailed Test Results - VPP Device Results - Ubuntu
5814 - type: "table"
5815   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5816   algorithm: "table_merged_details"
5817   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5818   columns:
5819     - title: " |prein| Test Name |preout| "
5820       data: "data name"
5821     - title: " |prein| Status |preout| "
5822       data: "data status"
5823   data: "vpp-device-results-ubuntu"
5824   filter: "all"
5825   parameters:
5826   - "name"
5827   - "parent"
5828   - "doc"
5829   - "status"
5830
5831 # Test configuration - VPP Device Test Configs - Ubuntu
5832 - type: "table"
5833   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5834   algorithm: "table_merged_details"
5835   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5836   columns:
5837     - title: " |prein| Test Name |preout| "
5838       data: "data name"
5839     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5840       data: "data conf-history"
5841   data: "vpp-device-results-ubuntu"
5842   filter: "all"
5843   parameters:
5844   - "parent"
5845   - "name"
5846   - "conf-history"
5847
5848 ################################################################################
5849
5850 # DPDK Performance Changes 3n-hsw 1t1c pdr
5851 - type: "table"
5852   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5853   algorithm: "table_perf_comparison"
5854   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5855   history:
5856     - title: "1904"
5857       data: "dpdk-performance-changes-3n-hsw-h1"
5858   reference:
5859     title: "1908"
5860     data: "dpdk-performance-changes-3n-hsw-ref"
5861   compare:
5862     title: "2001"
5863     data: "dpdk-performance-changes-3n-hsw-cmp"
5864   data: "dpdk-performance-changes-3n-hsw"
5865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5866   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5867   parameters:
5868   - "name"
5869   - "parent"
5870   - "throughput"
5871
5872 # DPDK Performance Changes 3n-hsw 2t2c pdr
5873 - type: "table"
5874   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5875   algorithm: "table_perf_comparison"
5876   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5877   history:
5878     - title: "1904"
5879       data: "dpdk-performance-changes-3n-hsw-h1"
5880   reference:
5881     title: "1908"
5882     data: "dpdk-performance-changes-3n-hsw-ref"
5883   compare:
5884     title: "2001"
5885     data: "dpdk-performance-changes-3n-hsw-cmp"
5886   data: "dpdk-performance-changes-3n-hsw"
5887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5888   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5889   parameters:
5890   - "name"
5891   - "parent"
5892   - "throughput"
5893
5894 # DPDK Performance Changes 3n-hsw 1t1c ndr
5895 - type: "table"
5896   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5897   algorithm: "table_perf_comparison"
5898   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5899   history:
5900     - title: "1904"
5901       data: "dpdk-performance-changes-3n-hsw-h1"
5902   reference:
5903     title: "1908"
5904     data: "dpdk-performance-changes-3n-hsw-ref"
5905   compare:
5906     title: "2001"
5907     data: "dpdk-performance-changes-3n-hsw-cmp"
5908   data: "dpdk-performance-changes-3n-hsw"
5909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5910   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5911   parameters:
5912   - "name"
5913   - "parent"
5914   - "throughput"
5915
5916 # DPDK Performance Changes 3n-hsw 2t2c ndr
5917 - type: "table"
5918   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5919   algorithm: "table_perf_comparison"
5920   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5921   history:
5922     - title: "1904"
5923       data: "dpdk-performance-changes-3n-hsw-h1"
5924   reference:
5925     title: "1908"
5926     data: "dpdk-performance-changes-3n-hsw-ref"
5927   compare:
5928     title: "2001"
5929     data: "dpdk-performance-changes-3n-hsw-cmp"
5930   data: "dpdk-performance-changes-3n-hsw"
5931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5932   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5933   parameters:
5934   - "name"
5935   - "parent"
5936   - "throughput"
5937
5938 # DPDK Performance Changes 3n-skx 2t1c pdr
5939 - type: "table"
5940   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5941   algorithm: "table_perf_comparison"
5942   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5943   history:
5944     - title: "1904"
5945       data: "dpdk-performance-changes-3n-skx-h1"
5946   reference:
5947     title: "1908"
5948     data: "dpdk-performance-changes-3n-skx-ref"
5949   compare:
5950     title: "2001"
5951     data: "dpdk-performance-changes-3n-skx-cmp"
5952   data: "dpdk-performance-changes-3n-skx"
5953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5954   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5955   parameters:
5956   - "name"
5957   - "parent"
5958   - "throughput"
5959
5960 # DPDK Performance Changes 3n-skx 4t2c pdr
5961 - type: "table"
5962   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5963   algorithm: "table_perf_comparison"
5964   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5965   history:
5966     - title: "1904"
5967       data: "dpdk-performance-changes-3n-skx-h1"
5968   reference:
5969     title: "1908"
5970     data: "dpdk-performance-changes-3n-skx-ref"
5971   compare:
5972     title: "2001"
5973     data: "dpdk-performance-changes-3n-skx-cmp"
5974   data: "dpdk-performance-changes-3n-skx"
5975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5976   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5977   parameters:
5978   - "name"
5979   - "parent"
5980   - "throughput"
5981
5982 # DPDK Performance Changes 3n-skx 2t1c ndr
5983 - type: "table"
5984   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5985   algorithm: "table_perf_comparison"
5986   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5987   history:
5988     - title: "1904"
5989       data: "dpdk-performance-changes-3n-skx-h1"
5990   reference:
5991     title: "1908"
5992     data: "dpdk-performance-changes-3n-skx-ref"
5993   compare:
5994     title: "2001"
5995     data: "dpdk-performance-changes-3n-skx-cmp"
5996   data: "dpdk-performance-changes-3n-skx"
5997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5998   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5999   parameters:
6000   - "name"
6001   - "parent"
6002   - "throughput"
6003
6004 # DPDK Performance Changes 3n-skx 4t2c ndr
6005 - type: "table"
6006   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6007   algorithm: "table_perf_comparison"
6008   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6009   history:
6010     - title: "1904"
6011       data: "dpdk-performance-changes-3n-skx-h1"
6012   reference:
6013     title: "1908"
6014     data: "dpdk-performance-changes-3n-skx-ref"
6015   compare:
6016     title: "2001"
6017     data: "dpdk-performance-changes-3n-skx-cmp"
6018   data: "dpdk-performance-changes-3n-skx"
6019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6020   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6021   parameters:
6022   - "name"
6023   - "parent"
6024   - "throughput"
6025
6026 # DPDK Performance Changes 2n-skx 2t1c pdr
6027 - type: "table"
6028   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6029   algorithm: "table_perf_comparison"
6030   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6031   history:
6032     - title: "1904"
6033       data: "dpdk-performance-changes-2n-skx-h1"
6034   reference:
6035     title: "1908"
6036     data: "dpdk-performance-changes-2n-skx-ref"
6037   compare:
6038     title: "2001"
6039     data: "dpdk-performance-changes-2n-skx-cmp"
6040   data: "dpdk-performance-changes-2n-skx"
6041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6042   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6043   parameters:
6044   - "name"
6045   - "parent"
6046   - "throughput"
6047
6048 # DPDK Performance Changes 2n-skx 4t2c pdr
6049 - type: "table"
6050   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6051   algorithm: "table_perf_comparison"
6052   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6053   history:
6054     - title: "1904"
6055       data: "dpdk-performance-changes-2n-skx-h1"
6056   reference:
6057     title: "1908"
6058     data: "dpdk-performance-changes-2n-skx-ref"
6059   compare:
6060     title: "2001"
6061     data: "dpdk-performance-changes-2n-skx-cmp"
6062   data: "dpdk-performance-changes-2n-skx"
6063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6064   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6065   parameters:
6066   - "name"
6067   - "parent"
6068   - "throughput"
6069
6070 # DPDK Performance Changes 2n-skx 2t1c ndr
6071 - type: "table"
6072   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6073   algorithm: "table_perf_comparison"
6074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6075   history:
6076     - title: "1904"
6077       data: "dpdk-performance-changes-2n-skx-h1"
6078   reference:
6079     title: "1908"
6080     data: "dpdk-performance-changes-2n-skx-ref"
6081   compare:
6082     title: "2001"
6083     data: "dpdk-performance-changes-2n-skx-cmp"
6084   data: "dpdk-performance-changes-2n-skx"
6085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6086   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6087   parameters:
6088   - "name"
6089   - "parent"
6090   - "throughput"
6091
6092 # DPDK Performance Changes 2n-skx 4t2c ndr
6093 - type: "table"
6094   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6095   algorithm: "table_perf_comparison"
6096   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6097   history:
6098     - title: "1904"
6099       data: "dpdk-performance-changes-2n-skx-h1"
6100   reference:
6101     title: "1908"
6102     data: "dpdk-performance-changes-2n-skx-ref"
6103   compare:
6104     title: "2001"
6105     data: "dpdk-performance-changes-2n-skx-cmp"
6106   data: "dpdk-performance-changes-2n-skx"
6107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6108   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6109   parameters:
6110   - "name"
6111   - "parent"
6112   - "throughput"
6113
6114 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6115 - type: "table"
6116   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6117   algorithm: "table_perf_comparison"
6118   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6119   reference:
6120     title: "3n-hsw"
6121     data: "dpdk-compare-testbeds-ref"
6122   compare:
6123     title: "3n-skx"
6124     data: "dpdk-compare-testbeds-cmp"
6125   data: "dpdk-compare-testbeds"
6126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6127   filter: "'NIC_Intel-X710'"
6128   parameters:
6129   - "name"
6130   - "parent"
6131   - "throughput"
6132
6133 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6134 - type: "table"
6135   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6136   algorithm: "table_perf_comparison"
6137   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6138   reference:
6139     title: "3n-hsw"
6140     data: "dpdk-compare-testbeds-ref"
6141   compare:
6142     title: "3n-skx"
6143     data: "dpdk-compare-testbeds-cmp"
6144   data: "dpdk-compare-testbeds"
6145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6146   filter: "'NIC_Intel-X710'"
6147   parameters:
6148   - "name"
6149   - "parent"
6150   - "throughput"
6151
6152 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6153 - type: "table"
6154   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6155   algorithm: "table_perf_comparison"
6156   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6157   reference:
6158     title: "2n-skx"
6159     data: "dpdk-compare-testbeds-skx-clx-ref"
6160   compare:
6161     title: "2n-clx"
6162     data: "dpdk-compare-testbeds-skx-clx-cmp"
6163   data: "dpdk-compare-testbeds-skx-clx"
6164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6165   filter: "'NIC_Intel-XXV710'"
6166   parameters:
6167   - "name"
6168   - "parent"
6169   - "throughput"
6170
6171 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6172 - type: "table"
6173   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6174   algorithm: "table_perf_comparison"
6175   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6176   reference:
6177     title: "2n-skx"
6178     data: "dpdk-compare-testbeds-skx-clx-ref"
6179   compare:
6180     title: "2n-clx"
6181     data: "dpdk-compare-testbeds-skx-clx-cmp"
6182   data: "dpdk-compare-testbeds-skx-clx"
6183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6184   filter: "'NIC_Intel-XXV710'"
6185   parameters:
6186   - "name"
6187   - "parent"
6188   - "throughput"
6189
6190 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6191 - type: "table"
6192   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6193   algorithm: "table_perf_comparison"
6194   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6195   reference:
6196     title: "3n-skx"
6197     data: "dpdk-compare-topologies-ref"
6198   compare:
6199     title: "2n-skx"
6200     data: "dpdk-compare-topologies-cmp"
6201   data: "dpdk-compare-topologies"
6202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6203   filter: "'NIC_Intel-XXV710'"
6204   parameters:
6205   - "name"
6206   - "parent"
6207   - "throughput"
6208
6209 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6210 - type: "table"
6211   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6212   algorithm: "table_perf_comparison"
6213   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6214   reference:
6215     title: "3n-skx"
6216     data: "dpdk-compare-topologies-ref"
6217   compare:
6218     title: "2n-skx"
6219     data: "dpdk-compare-topologies-cmp"
6220   data: "dpdk-compare-topologies"
6221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6222   filter: "'NIC_Intel-XXV710'"
6223   parameters:
6224   - "name"
6225   - "parent"
6226   - "throughput"
6227
6228 # Detailed Test Results - DPDK Performance Results 3n-hsw
6229 - type: "table"
6230   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6231   algorithm: "table_merged_details"
6232   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6233   columns:
6234     - title: " |prein| Test Name |preout| "
6235       data: "data name"
6236     - 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| "
6237       data: "data msg"
6238   data: "dpdk-perf-results-3n-hsw"
6239   filter: "all"
6240   parameters:
6241   - "name"
6242   - "parent"
6243   - "msg"
6244
6245 # Detailed Test Results - DPDK Performance Results 3n-skx
6246 - type: "table"
6247   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6248   algorithm: "table_merged_details"
6249   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6250   columns:
6251     - title: " |prein| Test Name |preout| "
6252       data: "data name"
6253     - 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| "
6254       data: "data msg"
6255   data: "dpdk-perf-results-3n-skx"
6256   filter: "all"
6257   remove-ndr: True  # Temporary solution: remove NDR results from test message
6258   parameters:
6259   - "name"
6260   - "parent"
6261   - "msg"
6262
6263 # Detailed Test Results - DPDK Performance Results 2n-skx
6264 - type: "table"
6265   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6266   algorithm: "table_merged_details"
6267   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6268   columns:
6269     - title: " |prein| Test Name |preout| "
6270       data: "data name"
6271     - 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| "
6272       data: "data msg"
6273   data: "dpdk-perf-results-2n-skx"
6274   filter: "all"
6275   remove-ndr: True  # Temporary solution: remove NDR results from test message
6276   parameters:
6277   - "name"
6278   - "parent"
6279   - "msg"
6280
6281 # Detailed Test Results - DPDK Performance Results 2n-clx
6282 - type: "table"
6283   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6284   algorithm: "table_merged_details"
6285   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6286   columns:
6287     - title: " |prein| Test Name |preout| "
6288       data: "data name"
6289     - 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| "
6290       data: "data msg"
6291   data: "dpdk-perf-results-2n-clx"
6292   filter: "all"
6293   parameters:
6294   - "name"
6295   - "parent"
6296   - "msg"
6297
6298 # Detailed Test Results - DPDK Performance Results 2n-dnv
6299 - type: "table"
6300   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6301   algorithm: "table_merged_details"
6302   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6303   columns:
6304     - title: " |prein| Test Name |preout| "
6305       data: "data name"
6306     - 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| "
6307       data: "data msg"
6308   data: "dpdk-perf-results-2n-dnv"
6309   filter: "all"
6310   parameters:
6311   - "name"
6312   - "parent"
6313   - "msg"
6314
6315 # Detailed Test Results - DPDK Performance Results 3n-dnv
6316 - type: "table"
6317   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6318   algorithm: "table_merged_details"
6319   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6320   columns:
6321     - title: " |prein| Test Name |preout| "
6322       data: "data name"
6323     - 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| "
6324       data: "data msg"
6325   data: "dpdk-perf-results-3n-dnv"
6326   filter: "all"
6327   parameters:
6328   - "name"
6329   - "parent"
6330   - "msg"
6331
6332 # Detailed Test Results - DPDK Performance Results 3n-tsh
6333 - type: "table"
6334   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6335   algorithm: "table_merged_details"
6336   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6337   columns:
6338     - title: " |prein| Test Name |preout| "
6339       data: "data name"
6340     - 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| "
6341       data: "data msg"
6342   data: "dpdk-perf-results-3n-tsh"
6343   filter: "all"
6344   parameters:
6345   - "name"
6346   - "parent"
6347   - "msg"
6348
6349 ################################################################################
6350 ###                                F I L E S                                 ###
6351 ################################################################################
6352
6353 # VPP Performance Results
6354 - type: "file"
6355   title: "VPP Performance Results"
6356   algorithm: "file_details_split"
6357   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6358   dir-tables:
6359     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6360     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6361     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6362     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6363     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6364     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6365     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6366   data:
6367     - "vpp-perf-results-2n-skx"
6368     - "vpp-perf-results-3n-skx"
6369     - "vpp-perf-results-2n-clx"
6370     - "vpp-perf-results-3n-hsw"
6371     - "vpp-perf-results-3n-tsh"
6372     - "vpp-perf-results-2n-dnv"
6373     - "vpp-perf-results-3n-dnv"
6374   filter: "all"
6375   data-start-level: 4
6376   order-chapters:
6377     level-1:
6378       - "l2"
6379       - "ip4"
6380       - "ip6"
6381       - "srv6"
6382       - "ip4_tunnels"
6383       - "ip6_tunnels"
6384       - "vm_vhost"
6385       - "container_memif"
6386       - "crypto"
6387       - "vts"
6388       - "lb"
6389       - "nfv_density"
6390       - "hoststack"
6391     level-2:
6392       - "2n-skx"
6393       - "3n-skx"
6394       - "2n-clx"
6395       - "3n-hsw"
6396       - "3n-tsh"
6397       - "2n-dnv"
6398       - "3n-dnv"
6399     level-3:
6400       - "xl710"
6401       - "x520"
6402       - "xxv710"
6403       - "x710"
6404       - "x553"
6405       - "cx556a"
6406       - "vic1227"
6407       - "vic1385"
6408
6409 # VPP Performance Configuration
6410 - type: "file"
6411   title: "VPP Performance Configuration"
6412   algorithm: "file_details_split"
6413   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6414   dir-tables:
6415     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6416     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6417     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6418     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6419     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6420     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6421     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6422   data:
6423     - "vpp-perf-results-2n-skx"
6424     - "vpp-perf-results-3n-skx"
6425     - "vpp-perf-results-2n-clx"
6426     - "vpp-perf-results-3n-hsw"
6427     - "vpp-perf-results-3n-tsh"
6428     - "vpp-perf-results-2n-dnv"
6429     - "vpp-perf-results-3n-dnv"
6430   filter: "all"
6431   data-start-level: 4
6432   order-chapters:
6433     level-1:
6434       - "l2"
6435       - "ip4"
6436       - "ip6"
6437       - "srv6"
6438       - "ip4_tunnels"
6439       - "ip6_tunnels"
6440       - "vm_vhost"
6441       - "container_memif"
6442       - "crypto"
6443       - "vts"
6444       - "lb"
6445       - "nfv_density"
6446       - "hoststack"
6447     level-2:
6448       - "2n-skx"
6449       - "3n-skx"
6450       - "2n-clx"
6451       - "3n-hsw"
6452       - "3n-tsh"
6453       - "2n-dnv"
6454       - "3n-dnv"
6455     level-3:
6456       - "xl710"
6457       - "x520"
6458       - "xxv710"
6459       - "x710"
6460       - "x553"
6461       - "cx556a"
6462       - "vic1227"
6463       - "vic1385"
6464
6465 # VPP Performance Operational
6466 - type: "file"
6467   title: "VPP Performance Operational"
6468   algorithm: "file_details_split_html"
6469   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6470   dir-tables:
6471     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6472     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6473     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6474     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6475     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6476     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6477     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6478   data:
6479     - "vpp-perf-results-2n-skx"
6480     - "vpp-perf-results-3n-skx"
6481     - "vpp-perf-results-2n-clx"
6482     - "vpp-perf-results-3n-hsw"
6483     - "vpp-perf-results-3n-tsh"
6484     - "vpp-perf-results-2n-dnv"
6485     - "vpp-perf-results-3n-dnv"
6486   filter: "all"
6487   data-start-level: 4
6488   order-chapters:
6489     level-1:
6490       - "l2"
6491       - "ip4"
6492       - "ip6"
6493       - "srv6"
6494       - "ip4_tunnels"
6495       - "ip6_tunnels"
6496       - "vm_vhost"
6497       - "container_memif"
6498       - "crypto"
6499       - "vts"
6500       - "lb"
6501       - "nfv_density"
6502       - "hoststack"
6503     level-2:
6504       - "2n-skx"
6505       - "3n-skx"
6506       - "2n-clx"
6507       - "3n-hsw"
6508       - "3n-tsh"
6509       - "2n-dnv"
6510       - "3n-dnv"
6511     level-3:
6512       - "xl710"
6513       - "x520"
6514       - "xxv710"
6515       - "x710"
6516       - "x553"
6517       - "cx556a"
6518       - "vic1227"
6519       - "vic1385"
6520
6521 # VPP MRR Results
6522 - type: "file"
6523   title: "VPP MRR Results"
6524   algorithm: "file_details_split"
6525   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6526   dir-tables:
6527     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6528     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6529     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6530     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6531     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6532     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6533     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6534   data:
6535     - "vpp-mrr-results-2n-skx"
6536     - "vpp-mrr-results-3n-skx"
6537     - "vpp-mrr-results-2n-clx"
6538     - "vpp-mrr-results-3n-hsw"
6539     - "vpp-mrr-results-3n-tsh"
6540     - "vpp-mrr-results-2n-dnv"
6541     - "vpp-mrr-results-3n-dnv"
6542   filter: "all"
6543   data-start-level: 4
6544   order-chapters:
6545     level-1:
6546       - "l2"
6547       - "ip4"
6548       - "ip6"
6549       - "srv6"
6550       - "ip4_tunnels"
6551       - "ip6_tunnels"
6552       - "vm_vhost"
6553       - "container_memif"
6554       - "crypto"
6555       - "vts"
6556       - "lb"
6557       - "nfv_density"
6558       - "hoststack"
6559     level-2:
6560       - "2n-skx"
6561       - "3n-skx"
6562       - "2n-clx"
6563       - "3n-hsw"
6564       - "3n-tsh"
6565       - "2n-dnv"
6566       - "3n-dnv"
6567     level-3:
6568       - "xl710"
6569       - "x520"
6570       - "xxv710"
6571       - "x710"
6572       - "x553"
6573       - "cx556a"
6574       - "vic1227"
6575       - "vic1385"
6576
6577 # VPP MRR Configuration
6578 - type: "file"
6579   title: "VPP MRR Configuration"
6580   algorithm: "file_details_split"
6581   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6582   dir-tables:
6583     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6584     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6585     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6586     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6587     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6588     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6589     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6590   data:
6591     - "vpp-mrr-results-2n-skx"
6592     - "vpp-mrr-results-3n-skx"
6593     - "vpp-mrr-results-2n-clx"
6594     - "vpp-mrr-results-3n-hsw"
6595     - "vpp-mrr-results-3n-tsh"
6596     - "vpp-mrr-results-2n-dnv"
6597     - "vpp-mrr-results-3n-dnv"
6598   filter: "all"
6599   data-start-level: 4
6600   order-chapters:
6601     level-1:
6602       - "l2"
6603       - "ip4"
6604       - "ip6"
6605       - "srv6"
6606       - "ip4_tunnels"
6607       - "ip6_tunnels"
6608       - "vm_vhost"
6609       - "container_memif"
6610       - "crypto"
6611       - "vts"
6612       - "lb"
6613       - "nfv_density"
6614       - "hoststack"
6615     level-2:
6616       - "2n-skx"
6617       - "3n-skx"
6618       - "2n-clx"
6619       - "3n-hsw"
6620       - "3n-tsh"
6621       - "2n-dnv"
6622       - "3n-dnv"
6623     level-3:
6624       - "xl710"
6625       - "x520"
6626       - "xxv710"
6627       - "x710"
6628       - "x553"
6629       - "cx556a"
6630       - "vic1227"
6631       - "vic1385"
6632
6633 # VPP Device Results - Ubuntu
6634 - type: "file"
6635   title: "VPP Device Results - Ubuntu"
6636   algorithm: "file_test_results"
6637   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6638   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6639   data: "vpp-device-results-ubuntu"
6640   filter: "all"
6641   data-start-level: 4
6642
6643 # VPP Device Configuration - Ubuntu
6644 - type: "file"
6645   title: "VPP Device Configuration - Ubuntu"
6646   algorithm: "file_test_results"
6647   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6648   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6649   data: "vpp-device-results-ubuntu"
6650   filter: "all"
6651   data-start-level: 4
6652
6653 # DPDK Performance Results 3n-hsw
6654 - type: "file"
6655   title: "DPDK Performance Results 3n-hsw"
6656   algorithm: "file_test_results"
6657   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6658   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6659   data: "dpdk-perf-results-3n-hsw"
6660   filter: "all"
6661   data-start-level: 4
6662
6663 # DPDK Performance Results 3n-skx
6664 - type: "file"
6665   title: "DPDK Performance Results 3n-skx"
6666   algorithm: "file_test_results"
6667   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6668   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6669   data: "dpdk-perf-results-3n-skx"
6670   filter: "all"
6671   data-start-level: 4
6672
6673 # DPDK Performance Results 2n-skx
6674 - type: "file"
6675   title: "DPDK Performance Results 2n-skx"
6676   algorithm: "file_test_results"
6677   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6678   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6679   data: "dpdk-perf-results-2n-skx"
6680   filter: "all"
6681   data-start-level: 4
6682
6683 # DPDK Performance Results 2n-clx
6684 - type: "file"
6685   title: "DPDK Performance Results 2n-clx"
6686   algorithm: "file_test_results"
6687   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6688   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6689   data: "dpdk-perf-results-2n-clx"
6690   filter: "all"
6691   data-start-level: 4
6692
6693 # DPDK Performance Results 2n-dnv
6694 - type: "file"
6695   title: "DPDK Performance Results 2n-dnv"
6696   algorithm: "file_test_results"
6697   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6698   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6699   data: "dpdk-perf-results-2n-dnv"
6700   filter: "all"
6701   data-start-level: 4
6702
6703 # DPDK Performance Results 3n-dnv
6704 - type: "file"
6705   title: "DPDK Performance Results 3n-dnv"
6706   algorithm: "file_test_results"
6707   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6708   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6709   data: "dpdk-perf-results-3n-dnv"
6710   filter: "all"
6711   data-start-level: 4
6712
6713 # DPDK Performance Results 3n-tsh
6714 - type: "file"
6715   title: "DPDK Performance Results 3n-tsh"
6716   algorithm: "file_test_results"
6717   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6718   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6719   data: "dpdk-perf-results-3n-tsh"
6720   filter: "all"
6721   data-start-level: 4
6722
6723 ################################################################################
6724 ###                                P L O T S                                 ###
6725 ################################################################################
6726
6727 # Hoststack tests 3n-hsw
6728
6729 - type: "plot"
6730   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6731   algorithm: "plot_perf_box_name"
6732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6733   data: "plot-vpp-hoststack-3n-hsw"
6734   include:
6735     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6736     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6737   layout:
6738     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6739     layout: "plot-hoststack"
6740
6741 - type: "plot"
6742   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6743   algorithm: "plot_perf_box_name"
6744   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6745   data: "plot-vpp-hoststack-3n-hsw"
6746   include:
6747     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6748     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6749   layout:
6750     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6751     layout: "plot-hoststack"
6752
6753 - type: "plot"
6754   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6755   algorithm: "plot_perf_box_name"
6756   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6757   data: "plot-vpp-hoststack-3n-hsw"
6758   include:
6759     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6760     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6761     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6762     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6763   layout:
6764     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6765     layout: "plot-hoststack"
6766
6767 # Plots VPP HTTP Server Performance
6768 - type: "plot"
6769   title: "VPP HTTP Server Performance"
6770   algorithm: "plot_http_server_perf_box"
6771   output-file-type: ".html"
6772   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6773   data:
6774     "plot-vpp-http-server-performance"
6775   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6776   parameters:
6777   - "result"
6778   - "name"
6779   traces:
6780     hoverinfo: "y+name"
6781     boxpoints: "outliers"
6782     whiskerwidth: 0
6783   layout:
6784     title: "VPP HTTP Server Performance"
6785     layout:
6786       "plot-cps"
6787
6788 - type: "plot"
6789   title: "VPP HTTP Server Performance"
6790   algorithm: "plot_http_server_perf_box"
6791   output-file-type: ".html"
6792   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6793   data:
6794     "plot-vpp-http-server-performance"
6795   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6796   parameters:
6797   - "result"
6798   - "name"
6799   traces:
6800     hoverinfo: "y+name"
6801     boxpoints: "outliers"
6802     whiskerwidth: 0
6803   layout:
6804     title: "VPP HTTP Server Performance"
6805     layout:
6806       "plot-rps"
6807
6808 ################################################################################
6809
6810 # Soak Test (PLRsearch), boxes - 2n-clx
6811 - type: "plot"
6812   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6813   algorithm: "plot_perf_box_name"
6814   output-file-type: ".html"
6815   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6816   data: "plot-vpp-soak-2n-clx"
6817   include:
6818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6824   layout:
6825     title: "30 Minutes Soak Test (PLRsearch)"
6826     layout: "plot-soak-throughput"
6827
6828 # Soak Test (PLRsearch), boxes - 2n-clx
6829 - type: "plot"
6830   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6831   algorithm: "plot_perf_box_name"
6832   output-file-type: ".html"
6833   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6834   data: "plot-vpp-soak-2n-clx"
6835   include:
6836     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6837     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6841     - "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"
6842   layout:
6843     title: "30 Minutes Soak Test (PLRsearch)"
6844     layout: "plot-soak-throughput"
6845
6846 # Soak Test (PLRsearch), boxes - 2n-skx
6847 - type: "plot"
6848   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6849   algorithm: "plot_perf_box_name"
6850   output-file-type: ".html"
6851   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6852   data: "plot-vpp-soak-2n-skx"
6853   include:
6854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6860   layout:
6861     title: "30 Minutes Soak Test (PLRsearch)"
6862     layout: "plot-soak-throughput"
6863
6864 # Soak Test (PLRsearch), boxes - 2n-skx
6865 - type: "plot"
6866   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6867   algorithm: "plot_perf_box_name"
6868   output-file-type: ".html"
6869   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6870   data: "plot-vpp-soak-2n-skx"
6871   include:
6872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6874     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6875     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6877     - "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"
6878   layout:
6879     title: "30 Minutes Soak Test (PLRsearch)"
6880     layout: "plot-soak-throughput"
6881
6882 ###############################################################################
6883
6884 # Reconf tests 2n-skx
6885
6886 - type: "plot"
6887   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6888   algorithm: "plot_nf_reconf_box_name"
6889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6890   data: "plot-vpp-nfv-reconf-2n-skx"
6891   include:
6892     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6893     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6894     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6895     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6896     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6897     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6898   layout:
6899     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6900     layout: "plot-throughput"
6901
6902 - type: "plot"
6903   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6904   algorithm: "plot_nf_reconf_box_name"
6905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6906   data: "plot-vpp-nfv-reconf-2n-skx"
6907   include:
6908     - "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"
6909     - "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"
6910     - "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"
6911     - "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"
6912     - "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"
6913     - "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"
6914   layout:
6915     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6916     layout: "plot-throughput"
6917
6918 - type: "plot"
6919   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6920   algorithm: "plot_nf_reconf_box_name"
6921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6922   data: "plot-vpp-nfv-reconf-2n-skx"
6923   include:
6924     - "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"
6925     - "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"
6926     - "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"
6927     - "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"
6928     - "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"
6929     - "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"
6930   layout:
6931     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6932     layout: "plot-throughput"
6933
6934 ###############################################################################
6935
6936 # Reconf tests 2n-clx
6937
6938 - type: "plot"
6939   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6940   algorithm: "plot_nf_reconf_box_name"
6941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6942   data: "plot-vpp-nfv-reconf-2n-clx"
6943   include:
6944     - "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"
6945     - "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"
6946     - "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"
6947     - "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"
6948   layout:
6949     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6950     layout: "plot-throughput"
6951
6952 - type: "plot"
6953   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6954   algorithm: "plot_nf_reconf_box_name"
6955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6956   data: "plot-vpp-nfv-reconf-2n-clx"
6957   include:
6958     - "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"
6959     - "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"
6960     - "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"
6961     - "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"
6962   layout:
6963     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6964     layout: "plot-throughput"
6965
6966 - type: "plot"
6967   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6968   algorithm: "plot_nf_reconf_box_name"
6969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6970   data: "plot-vpp-nfv-reconf-2n-clx"
6971   include:
6972     - "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"
6973     - "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"
6974     - "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"
6975     - "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"
6976   layout:
6977     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6978     layout: "plot-throughput"
6979
6980 ################################################################################
6981 ## Plots - NF Density - VSC - MRR 64b
6982 #- type: "plot"
6983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6984 #  algorithm: "plot_nf_heatmap"
6985 #  output-file-type: ".html"
6986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6987 #  data: "plot-vpp-nfv-2n-skx-mrr"
6988 #  filter: "'NIC_Intel-XXV710' and
6989 #           'NF_DENSITY' and
6990 #           'VHOST' and
6991 #           not 'VXLAN' and
6992 #           'CHAIN' and
6993 #           'NF_VPPIP4' and
6994 #           '64B' and
6995 #           '2T1C' and
6996 #           'MRR'"
6997 #  parameters:
6998 #  - "result"
6999 #  - "name"
7000 #  - "tags"
7001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7002 #  x-axis: "X = VNFs per Service Chain"
7003 #  y-axis: "Y = Number of Service Chains"
7004 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7005 #  layout:
7006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7007 #    layout: "plot-service-density"
7008 #
7009 #- type: "plot"
7010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7011 #  algorithm: "plot_nf_heatmap"
7012 #  output-file-type: ".html"
7013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7014 #  data: "plot-vpp-nfv-2n-skx-mrr"
7015 #  filter: "'NIC_Intel-XXV710' and
7016 #           'NF_DENSITY' and
7017 #           'VHOST' and
7018 #           not 'VXLAN' and
7019 #           'CHAIN' and
7020 #           'NF_VPPIP4' and
7021 #           '64B' and
7022 #           '4T2C' and
7023 #           'MRR'"
7024 #  parameters:
7025 #  - "result"
7026 #  - "name"
7027 #  - "tags"
7028 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7029 #  x-axis: "X = VNFs per Service Chain"
7030 #  y-axis: "Y = Number of Service Chains"
7031 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7032 #  layout:
7033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7034 #    layout: "plot-service-density"
7035 #
7036 #- type: "plot"
7037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7038 #  algorithm: "plot_nf_heatmap"
7039 #  output-file-type: ".html"
7040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7041 #  data: "plot-vpp-nfv-2n-skx-mrr"
7042 #  filter: "'NIC_Intel-XXV710' and
7043 #           'NF_DENSITY' and
7044 #           'VHOST' and
7045 #           not 'VXLAN' and
7046 #           'CHAIN' and
7047 #           'NF_VPPIP4' and
7048 #           '64B' and
7049 #           '8T4C' and
7050 #           'MRR'"
7051 #  parameters:
7052 #  - "result"
7053 #  - "name"
7054 #  - "tags"
7055 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7056 #  x-axis: "X = VNFs per Service Chain"
7057 #  y-axis: "Y = Number of Service Chains"
7058 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7059 #  layout:
7060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7061 #    layout: "plot-service-density"
7062 #
7063 ## Plots - NF Density - VSC - MRR IMIX
7064 #- type: "plot"
7065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7066 #  algorithm: "plot_nf_heatmap"
7067 #  output-file-type: ".html"
7068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7069 #  data: "plot-vpp-nfv-2n-skx-mrr"
7070 #  filter: "'NIC_Intel-XXV710' and
7071 #           'NF_DENSITY' and
7072 #           'VHOST' and
7073 #           not 'VXLAN' and
7074 #           'CHAIN' and
7075 #           'NF_VPPIP4' and
7076 #           'IMIX' and
7077 #           '2T1C' and
7078 #           'MRR'"
7079 #  parameters:
7080 #  - "result"
7081 #  - "name"
7082 #  - "tags"
7083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7084 #  x-axis: "X = VNFs per Service Chain"
7085 #  y-axis: "Y = Number of Service Chains"
7086 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7087 #  layout:
7088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7089 #    layout: "plot-service-density"
7090 #
7091 #- type: "plot"
7092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7093 #  algorithm: "plot_nf_heatmap"
7094 #  output-file-type: ".html"
7095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7096 #  data: "plot-vpp-nfv-2n-skx-mrr"
7097 #  filter: "'NIC_Intel-XXV710' and
7098 #           'NF_DENSITY' and
7099 #           'VHOST' and
7100 #           not 'VXLAN' and
7101 #           'CHAIN' and
7102 #           'NF_VPPIP4' and
7103 #           'IMIX' and
7104 #           '4T2C' and
7105 #           'MRR'"
7106 #  parameters:
7107 #  - "result"
7108 #  - "name"
7109 #  - "tags"
7110 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7111 #  x-axis: "X = VNFs per Service Chain"
7112 #  y-axis: "Y = Number of Service Chains"
7113 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7114 #  layout:
7115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7116 #    layout: "plot-service-density"
7117 #
7118 #- type: "plot"
7119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7120 #  algorithm: "plot_nf_heatmap"
7121 #  output-file-type: ".html"
7122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7123 #  data: "plot-vpp-nfv-2n-skx-mrr"
7124 #  filter: "'NIC_Intel-XXV710' and
7125 #           'NF_DENSITY' and
7126 #           'VHOST' and
7127 #           not 'VXLAN' and
7128 #           'CHAIN' and
7129 #           'NF_VPPIP4' and
7130 #           'IMIX' and
7131 #           '8T4C' and
7132 #           'MRR'"
7133 #  parameters:
7134 #  - "result"
7135 #  - "name"
7136 #  - "tags"
7137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7138 #  x-axis: "X = VNFs per Service Chain"
7139 #  y-axis: "Y = Number of Service Chains"
7140 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7141 #  layout:
7142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7143 #    layout: "plot-service-density"
7144 #
7145 ## Plots - NF Density - VSC - NDR 64b
7146 #- type: "plot"
7147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7148 #  algorithm: "plot_nf_heatmap"
7149 #  output-file-type: ".html"
7150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7151 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7152 #  filter: "'NIC_Intel-XXV710' and
7153 #           'NF_DENSITY' and
7154 #           'VHOST' and
7155 #           not 'VXLAN' and
7156 #           'CHAIN' and
7157 #           'NF_VPPIP4' and
7158 #           '64B' and
7159 #           '2T1C' and
7160 #           'NDRPDR'"
7161 #  parameters:
7162 #  - "throughput"
7163 #  - "name"
7164 #  - "tags"
7165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7166 #  x-axis: "X = VNFs per Service Chain"
7167 #  y-axis: "Y = Number of Service Chains"
7168 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7169 #  layout:
7170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7171 #    layout: "plot-service-density"
7172 #
7173 #- type: "plot"
7174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7175 #  algorithm: "plot_nf_heatmap"
7176 #  output-file-type: ".html"
7177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7178 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7179 #  filter: "'NIC_Intel-XXV710' and
7180 #           'NF_DENSITY' and
7181 #           'VHOST' and
7182 #           not 'VXLAN' and
7183 #           'CHAIN' and
7184 #           'NF_VPPIP4' and
7185 #           '64B' and
7186 #           '4T2C' and
7187 #           'NDRPDR'"
7188 #  parameters:
7189 #  - "throughput"
7190 #  - "name"
7191 #  - "tags"
7192 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7193 #  x-axis: "X = VNFs per Service Chain"
7194 #  y-axis: "Y = Number of Service Chains"
7195 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7196 #  layout:
7197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7198 #    layout: "plot-service-density"
7199 #
7200 #- type: "plot"
7201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7202 #  algorithm: "plot_nf_heatmap"
7203 #  output-file-type: ".html"
7204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7205 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7206 #  filter: "'NIC_Intel-XXV710' and
7207 #           'NF_DENSITY' and
7208 #           'VHOST' and
7209 #           not 'VXLAN' and
7210 #           'CHAIN' and
7211 #           'NF_VPPIP4' and
7212 #           '64B' and
7213 #           '8T4C' and
7214 #           'NDRPDR'"
7215 #  parameters:
7216 #  - "throughput"
7217 #  - "name"
7218 #  - "tags"
7219 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7220 #  x-axis: "X = VNFs per Service Chain"
7221 #  y-axis: "Y = Number of Service Chains"
7222 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7223 #  layout:
7224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7225 #    layout: "plot-service-density"
7226 #
7227 ## Plots - NF Density - VSC - NDR IMIX
7228 #- type: "plot"
7229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7230 #  algorithm: "plot_nf_heatmap"
7231 #  output-file-type: ".html"
7232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7234 #  filter: "'NIC_Intel-XXV710' and
7235 #           'NF_DENSITY' and
7236 #           'VHOST' and
7237 #           not 'VXLAN' and
7238 #           'CHAIN' and
7239 #           'NF_VPPIP4' and
7240 #           'IMIX' and
7241 #           '2T1C' and
7242 #           'NDRPDR'"
7243 #  parameters:
7244 #  - "throughput"
7245 #  - "name"
7246 #  - "tags"
7247 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7248 #  x-axis: "X = VNFs per Service Chain"
7249 #  y-axis: "Y = Number of Service Chains"
7250 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7251 #  layout:
7252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7253 #    layout: "plot-service-density"
7254 #
7255 #- type: "plot"
7256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7257 #  algorithm: "plot_nf_heatmap"
7258 #  output-file-type: ".html"
7259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7261 #  filter: "'NIC_Intel-XXV710' and
7262 #           'NF_DENSITY' and
7263 #           'VHOST' and
7264 #           not 'VXLAN' and
7265 #           'CHAIN' and
7266 #           'NF_VPPIP4' and
7267 #           'IMIX' and
7268 #           '4T2C' and
7269 #           'NDRPDR'"
7270 #  parameters:
7271 #  - "throughput"
7272 #  - "name"
7273 #  - "tags"
7274 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7275 #  x-axis: "X = VNFs per Service Chain"
7276 #  y-axis: "Y = Number of Service Chains"
7277 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7278 #  layout:
7279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7280 #    layout: "plot-service-density"
7281 #
7282 #- type: "plot"
7283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7284 #  algorithm: "plot_nf_heatmap"
7285 #  output-file-type: ".html"
7286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7288 #  filter: "'NIC_Intel-XXV710' and
7289 #           'NF_DENSITY' and
7290 #           'VHOST' and
7291 #           not 'VXLAN' and
7292 #           'CHAIN' and
7293 #           'NF_VPPIP4' and
7294 #           'IMIX' and
7295 #           '8T4C' and
7296 #           'NDRPDR'"
7297 #  parameters:
7298 #  - "throughput"
7299 #  - "name"
7300 #  - "tags"
7301 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7302 #  x-axis: "X = VNFs per Service Chain"
7303 #  y-axis: "Y = Number of Service Chains"
7304 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7305 #  layout:
7306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7307 #    layout: "plot-service-density"
7308 #
7309 ## Plots - NF Density - VSC - PDR 64b
7310 #- type: "plot"
7311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7312 #  algorithm: "plot_nf_heatmap"
7313 #  output-file-type: ".html"
7314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7315 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7316 #  filter: "'NIC_Intel-XXV710' and
7317 #           'NF_DENSITY' and
7318 #           'VHOST' and
7319 #           not 'VXLAN' and
7320 #           'CHAIN' and
7321 #           'NF_VPPIP4' and
7322 #           '64B' and
7323 #           '2T1C' and
7324 #           'NDRPDR'"
7325 #  parameters:
7326 #  - "throughput"
7327 #  - "name"
7328 #  - "tags"
7329 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7330 #  x-axis: "X = VNFs per Service Chain"
7331 #  y-axis: "Y = Number of Service Chains"
7332 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7333 #  layout:
7334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7335 #    layout: "plot-service-density"
7336 #
7337 #- type: "plot"
7338 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7339 #  algorithm: "plot_nf_heatmap"
7340 #  output-file-type: ".html"
7341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7342 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7343 #  filter: "'NIC_Intel-XXV710' and
7344 #           'NF_DENSITY' and
7345 #           'VHOST' and
7346 #           not 'VXLAN' and
7347 #           'CHAIN' and
7348 #           'NF_VPPIP4' and
7349 #           '64B' and
7350 #           '4T2C' and
7351 #           'NDRPDR'"
7352 #  parameters:
7353 #  - "throughput"
7354 #  - "name"
7355 #  - "tags"
7356 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7357 #  x-axis: "X = VNFs per Service Chain"
7358 #  y-axis: "Y = Number of Service Chains"
7359 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7360 #  layout:
7361 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7362 #    layout: "plot-service-density"
7363 #
7364 #- type: "plot"
7365 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7366 #  algorithm: "plot_nf_heatmap"
7367 #  output-file-type: ".html"
7368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7369 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7370 #  filter: "'NIC_Intel-XXV710' and
7371 #           'NF_DENSITY' and
7372 #           'VHOST' and
7373 #           not 'VXLAN' and
7374 #           'CHAIN' and
7375 #           'NF_VPPIP4' and
7376 #           '64B' and
7377 #           '8T4C' and
7378 #           'NDRPDR'"
7379 #  parameters:
7380 #  - "throughput"
7381 #  - "name"
7382 #  - "tags"
7383 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7384 #  x-axis: "X = VNFs per Service Chain"
7385 #  y-axis: "Y = Number of Service Chains"
7386 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7387 #  layout:
7388 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7389 #    layout: "plot-service-density"
7390 #
7391 ## Plots - NF Density - VSC - PDR IMIX
7392 #- type: "plot"
7393 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7394 #  algorithm: "plot_nf_heatmap"
7395 #  output-file-type: ".html"
7396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7397 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7398 #  filter: "'NIC_Intel-XXV710' and
7399 #           'NF_DENSITY' and
7400 #           'VHOST' and
7401 #           not 'VXLAN' and
7402 #           'CHAIN' and
7403 #           'NF_VPPIP4' and
7404 #           'IMIX' and
7405 #           '2T1C' and
7406 #           'NDRPDR'"
7407 #  parameters:
7408 #  - "throughput"
7409 #  - "name"
7410 #  - "tags"
7411 #  include-tests: "PDR" # "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 PDR) [Mpps]"
7415 #  layout:
7416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7417 #    layout: "plot-service-density"
7418 #
7419 #- type: "plot"
7420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7421 #  algorithm: "plot_nf_heatmap"
7422 #  output-file-type: ".html"
7423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7424 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7425 #  filter: "'NIC_Intel-XXV710' and
7426 #           'NF_DENSITY' and
7427 #           'VHOST' and
7428 #           not 'VXLAN' and
7429 #           'CHAIN' and
7430 #           'NF_VPPIP4' and
7431 #           'IMIX' and
7432 #           '4T2C' and
7433 #           'NDRPDR'"
7434 #  parameters:
7435 #  - "throughput"
7436 #  - "name"
7437 #  - "tags"
7438 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7439 #  x-axis: "X = VNFs per Service Chain"
7440 #  y-axis: "Y = Number of Service Chains"
7441 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7442 #  layout:
7443 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7444 #    layout: "plot-service-density"
7445 #
7446 #- type: "plot"
7447 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7448 #  algorithm: "plot_nf_heatmap"
7449 #  output-file-type: ".html"
7450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7451 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7452 #  filter: "'NIC_Intel-XXV710' and
7453 #           'NF_DENSITY' and
7454 #           'VHOST' and
7455 #           not 'VXLAN' and
7456 #           'CHAIN' and
7457 #           'NF_VPPIP4' and
7458 #           'IMIX' and
7459 #           '8T4C' and
7460 #           'NDRPDR'"
7461 #  parameters:
7462 #  - "throughput"
7463 #  - "name"
7464 #  - "tags"
7465 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7466 #  x-axis: "X = VNFs per Service Chain"
7467 #  y-axis: "Y = Number of Service Chains"
7468 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7469 #  layout:
7470 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7471 #    layout: "plot-service-density"
7472 #
7473 ################################################################################
7474 ## Plots - NF Density - VSC - MRR 64b
7475 #- type: "plot"
7476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7477 #  algorithm: "plot_nf_heatmap"
7478 #  output-file-type: ".html"
7479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7480 #  data: "plot-vpp-nfv-2n-skx-mrr"
7481 #  filter: "'NIC_Intel-XXV710' and
7482 #           'NF_DENSITY' and
7483 #           'VHOST' and
7484 #           'VXLAN' and
7485 #           'CHAIN' and
7486 #           '118' and
7487 #           '2T1C' and
7488 #           'MRR'"
7489 #  parameters:
7490 #  - "result"
7491 #  - "name"
7492 #  - "tags"
7493 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7494 #  x-axis: "X = VNFs per Service Chain"
7495 #  y-axis: "Y = Number of Service Chains"
7496 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7497 #  layout:
7498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7499 #    layout: "plot-service-density"
7500 #
7501 #- type: "plot"
7502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7503 #  algorithm: "plot_nf_heatmap"
7504 #  output-file-type: ".html"
7505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7506 #  data: "plot-vpp-nfv-2n-skx-mrr"
7507 #  filter: "'NIC_Intel-XXV710' and
7508 #           'NF_DENSITY' and
7509 #           'VHOST' and
7510 #           'VXLAN' and
7511 #           'CHAIN' and
7512 #           '118' and
7513 #           '4T2C' and
7514 #           'MRR'"
7515 #  parameters:
7516 #  - "result"
7517 #  - "name"
7518 #  - "tags"
7519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7520 #  x-axis: "X = VNFs per Service Chain"
7521 #  y-axis: "Y = Number of Service Chains"
7522 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7523 #  layout:
7524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7525 #    layout: "plot-service-density"
7526 #
7527 #- type: "plot"
7528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7529 #  algorithm: "plot_nf_heatmap"
7530 #  output-file-type: ".html"
7531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7532 #  data: "plot-vpp-nfv-2n-skx-mrr"
7533 #  filter: "'NIC_Intel-XXV710' and
7534 #           'NF_DENSITY' and
7535 #           'VHOST' and
7536 #           'VXLAN' and
7537 #           'CHAIN' and
7538 #           '118' and
7539 #           '8T4C' and
7540 #           'MRR'"
7541 #  parameters:
7542 #  - "result"
7543 #  - "name"
7544 #  - "tags"
7545 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7546 #  x-axis: "X = VNFs per Service Chain"
7547 #  y-axis: "Y = Number of Service Chains"
7548 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7549 #  layout:
7550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7551 #    layout: "plot-service-density"
7552 #
7553 ## Plots - NF Density - VSC - MRR IMIX
7554 #- type: "plot"
7555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7556 #  algorithm: "plot_nf_heatmap"
7557 #  output-file-type: ".html"
7558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7559 #  data: "plot-vpp-nfv-2n-skx-mrr"
7560 #  filter: "'NIC_Intel-XXV710' and
7561 #           'NF_DENSITY' and
7562 #           'VHOST' and
7563 #           'VXLAN' and
7564 #           'CHAIN' and
7565 #           'IMIX' and
7566 #           '2T1C' and
7567 #           'MRR'"
7568 #  parameters:
7569 #  - "result"
7570 #  - "name"
7571 #  - "tags"
7572 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7573 #  x-axis: "X = VNFs per Service Chain"
7574 #  y-axis: "Y = Number of Service Chains"
7575 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7576 #  layout:
7577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7578 #    layout: "plot-service-density"
7579 #
7580 #- type: "plot"
7581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7582 #  algorithm: "plot_nf_heatmap"
7583 #  output-file-type: ".html"
7584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7585 #  data: "plot-vpp-nfv-2n-skx-mrr"
7586 #  filter: "'NIC_Intel-XXV710' and
7587 #           'NF_DENSITY' and
7588 #           'VHOST' and
7589 #           'VXLAN' and
7590 #           'CHAIN' and
7591 #           'IMIX' and
7592 #           '4T2C' and
7593 #           'MRR'"
7594 #  parameters:
7595 #  - "result"
7596 #  - "name"
7597 #  - "tags"
7598 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7599 #  x-axis: "X = VNFs per Service Chain"
7600 #  y-axis: "Y = Number of Service Chains"
7601 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7602 #  layout:
7603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7604 #    layout: "plot-service-density"
7605 #
7606 #- type: "plot"
7607 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7608 #  algorithm: "plot_nf_heatmap"
7609 #  output-file-type: ".html"
7610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7611 #  data: "plot-vpp-nfv-2n-skx-mrr"
7612 #  filter: "'NIC_Intel-XXV710' and
7613 #           'NF_DENSITY' and
7614 #           'VHOST' and
7615 #           'VXLAN' and
7616 #           'CHAIN' and
7617 #           'IMIX' and
7618 #           '8T4C' and
7619 #           'MRR'"
7620 #  parameters:
7621 #  - "result"
7622 #  - "name"
7623 #  - "tags"
7624 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7625 #  x-axis: "X = VNFs per Service Chain"
7626 #  y-axis: "Y = Number of Service Chains"
7627 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7628 #  layout:
7629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7630 #    layout: "plot-service-density"
7631 #
7632 ## Plots - NF Density - VSC - NDR 64b
7633 #- type: "plot"
7634 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7635 #  algorithm: "plot_nf_heatmap"
7636 #  output-file-type: ".html"
7637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7638 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7639 #  filter: "'NIC_Intel-XXV710' and
7640 #           'NF_DENSITY' and
7641 #           'VHOST' and
7642 #           'VXLAN' and
7643 #           'CHAIN' and
7644 #           '118' and
7645 #           '2T1C' and
7646 #           'NDRPDR'"
7647 #  parameters:
7648 #  - "throughput"
7649 #  - "name"
7650 #  - "tags"
7651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7652 #  x-axis: "X = VNFs per Service Chain"
7653 #  y-axis: "Y = Number of Service Chains"
7654 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7655 #  layout:
7656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7657 #    layout: "plot-service-density"
7658 #
7659 #- type: "plot"
7660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7661 #  algorithm: "plot_nf_heatmap"
7662 #  output-file-type: ".html"
7663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7664 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7665 #  filter: "'NIC_Intel-XXV710' and
7666 #           'NF_DENSITY' and
7667 #           'VHOST' and
7668 #           'VXLAN' and
7669 #           'CHAIN' and
7670 #           '118' and
7671 #           '4T2C' and
7672 #           'NDRPDR'"
7673 #  parameters:
7674 #  - "throughput"
7675 #  - "name"
7676 #  - "tags"
7677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7678 #  x-axis: "X = VNFs per Service Chain"
7679 #  y-axis: "Y = Number of Service Chains"
7680 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7681 #  layout:
7682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7683 #    layout: "plot-service-density"
7684 #
7685 #- type: "plot"
7686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7687 #  algorithm: "plot_nf_heatmap"
7688 #  output-file-type: ".html"
7689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7690 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7691 #  filter: "'NIC_Intel-XXV710' and
7692 #           'NF_DENSITY' and
7693 #           'VHOST' and
7694 #           'VXLAN' and
7695 #           'CHAIN' and
7696 #           '118' and
7697 #           '8T4C' and
7698 #           'NDRPDR'"
7699 #  parameters:
7700 #  - "throughput"
7701 #  - "name"
7702 #  - "tags"
7703 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7704 #  x-axis: "X = VNFs per Service Chain"
7705 #  y-axis: "Y = Number of Service Chains"
7706 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7707 #  layout:
7708 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7709 #    layout: "plot-service-density"
7710 #
7711 ## Plots - NF Density - VSC - NDR IMIX
7712 #- type: "plot"
7713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7714 #  algorithm: "plot_nf_heatmap"
7715 #  output-file-type: ".html"
7716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7718 #  filter: "'NIC_Intel-XXV710' and
7719 #           'NF_DENSITY' and
7720 #           'VHOST' and
7721 #           'VXLAN' and
7722 #           'CHAIN' and
7723 #           'IMIX' and
7724 #           '2T1C' and
7725 #           'NDRPDR'"
7726 #  parameters:
7727 #  - "throughput"
7728 #  - "name"
7729 #  - "tags"
7730 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7731 #  x-axis: "X = VNFs per Service Chain"
7732 #  y-axis: "Y = Number of Service Chains"
7733 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7734 #  layout:
7735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7736 #    layout: "plot-service-density"
7737 #
7738 #- type: "plot"
7739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7740 #  algorithm: "plot_nf_heatmap"
7741 #  output-file-type: ".html"
7742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7743 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7744 #  filter: "'NIC_Intel-XXV710' and
7745 #           'NF_DENSITY' and
7746 #           'VHOST' and
7747 #           'VXLAN' and
7748 #           'CHAIN' and
7749 #           'IMIX' and
7750 #           '4T2C' and
7751 #           'NDRPDR'"
7752 #  parameters:
7753 #  - "throughput"
7754 #  - "name"
7755 #  - "tags"
7756 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7757 #  x-axis: "X = VNFs per Service Chain"
7758 #  y-axis: "Y = Number of Service Chains"
7759 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7760 #  layout:
7761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7762 #    layout: "plot-service-density"
7763 #
7764 #- type: "plot"
7765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7766 #  algorithm: "plot_nf_heatmap"
7767 #  output-file-type: ".html"
7768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7769 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7770 #  filter: "'NIC_Intel-XXV710' and
7771 #           'NF_DENSITY' and
7772 #           'VHOST' and
7773 #           'VXLAN' and
7774 #           'CHAIN' and
7775 #           'IMIX' and
7776 #           '8T4C' and
7777 #           'NDRPDR'"
7778 #  parameters:
7779 #  - "throughput"
7780 #  - "name"
7781 #  - "tags"
7782 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7783 #  x-axis: "X = VNFs per Service Chain"
7784 #  y-axis: "Y = Number of Service Chains"
7785 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7786 #  layout:
7787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7788 #    layout: "plot-service-density"
7789 #
7790 ## Plots - NF Density - VSC - PDR 64b
7791 #- type: "plot"
7792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7793 #  algorithm: "plot_nf_heatmap"
7794 #  output-file-type: ".html"
7795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7796 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7797 #  filter: "'NIC_Intel-XXV710' and
7798 #           'NF_DENSITY' and
7799 #           'VHOST' and
7800 #           'VXLAN' and
7801 #           'CHAIN' and
7802 #           '118' and
7803 #           '2T1C' and
7804 #           'NDRPDR'"
7805 #  parameters:
7806 #  - "throughput"
7807 #  - "name"
7808 #  - "tags"
7809 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7810 #  x-axis: "X = VNFs per Service Chain"
7811 #  y-axis: "Y = Number of Service Chains"
7812 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7813 #  layout:
7814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7815 #    layout: "plot-service-density"
7816 #
7817 #- type: "plot"
7818 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7819 #  algorithm: "plot_nf_heatmap"
7820 #  output-file-type: ".html"
7821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7822 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7823 #  filter: "'NIC_Intel-XXV710' and
7824 #           'NF_DENSITY' and
7825 #           'VHOST' and
7826 #           'VXLAN' and
7827 #           'CHAIN' and
7828 #           '118' and
7829 #           '4T2C' and
7830 #           'NDRPDR'"
7831 #  parameters:
7832 #  - "throughput"
7833 #  - "name"
7834 #  - "tags"
7835 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7836 #  x-axis: "X = VNFs per Service Chain"
7837 #  y-axis: "Y = Number of Service Chains"
7838 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7839 #  layout:
7840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7841 #    layout: "plot-service-density"
7842 #
7843 #- type: "plot"
7844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7845 #  algorithm: "plot_nf_heatmap"
7846 #  output-file-type: ".html"
7847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7848 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7849 #  filter: "'NIC_Intel-XXV710' and
7850 #           'NF_DENSITY' and
7851 #           'VHOST' and
7852 #           'VXLAN' and
7853 #           'CHAIN' and
7854 #           '118' and
7855 #           '8T4C' and
7856 #           'NDRPDR'"
7857 #  parameters:
7858 #  - "throughput"
7859 #  - "name"
7860 #  - "tags"
7861 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7862 #  x-axis: "X = VNFs per Service Chain"
7863 #  y-axis: "Y = Number of Service Chains"
7864 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7865 #  layout:
7866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7867 #    layout: "plot-service-density"
7868 #
7869 ## Plots - NF Density - VSC - PDR IMIX
7870 #- type: "plot"
7871 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7872 #  algorithm: "plot_nf_heatmap"
7873 #  output-file-type: ".html"
7874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7875 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7876 #  filter: "'NIC_Intel-XXV710' and
7877 #           'NF_DENSITY' and
7878 #           'VHOST' and
7879 #           'VXLAN' and
7880 #           'CHAIN' and
7881 #           'IMIX' and
7882 #           '2T1C' and
7883 #           'NDRPDR'"
7884 #  parameters:
7885 #  - "throughput"
7886 #  - "name"
7887 #  - "tags"
7888 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7889 #  x-axis: "X = VNFs per Service Chain"
7890 #  y-axis: "Y = Number of Service Chains"
7891 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7892 #  layout:
7893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7894 #    layout: "plot-service-density"
7895 #
7896 #- type: "plot"
7897 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7898 #  algorithm: "plot_nf_heatmap"
7899 #  output-file-type: ".html"
7900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7901 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7902 #  filter: "'NIC_Intel-XXV710' and
7903 #           'NF_DENSITY' and
7904 #           'VHOST' and
7905 #           'VXLAN' and
7906 #           'CHAIN' and
7907 #           'IMIX' and
7908 #           '4T2C' and
7909 #           'NDRPDR'"
7910 #  parameters:
7911 #  - "throughput"
7912 #  - "name"
7913 #  - "tags"
7914 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7915 #  x-axis: "X = VNFs per Service Chain"
7916 #  y-axis: "Y = Number of Service Chains"
7917 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7918 #  layout:
7919 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7920 #    layout: "plot-service-density"
7921 #
7922 #- type: "plot"
7923 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7924 #  algorithm: "plot_nf_heatmap"
7925 #  output-file-type: ".html"
7926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7927 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7928 #  filter: "'NIC_Intel-XXV710' and
7929 #           'NF_DENSITY' and
7930 #           'VHOST' and
7931 #           'VXLAN' and
7932 #           'CHAIN' and
7933 #           'IMIX' and
7934 #           '8T4C' and
7935 #           'NDRPDR'"
7936 #  parameters:
7937 #  - "throughput"
7938 #  - "name"
7939 #  - "tags"
7940 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7941 #  x-axis: "X = VNFs per Service Chain"
7942 #  y-axis: "Y = Number of Service Chains"
7943 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7944 #  layout:
7945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7946 #    layout: "plot-service-density"
7947 #
7948 ################################################################################
7949 ## Plots - NF Density - CSC - MRR 64b
7950 #- type: "plot"
7951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7952 #  algorithm: "plot_nf_heatmap"
7953 #  output-file-type: ".html"
7954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7955 #  data: "plot-vpp-nfv-2n-skx-mrr"
7956 #  filter: "'NIC_Intel-XXV710' and
7957 #           'NF_DENSITY' and
7958 #           'DOCKER' and
7959 #           'CHAIN' and
7960 #           'NF_VPPIP4' and
7961 #           '64B' and
7962 #           '2T1C' and
7963 #           'MRR'"
7964 #  parameters:
7965 #  - "result"
7966 #  - "name"
7967 #  - "tags"
7968 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7969 #  x-axis: "X = CNFs per Service Chain"
7970 #  y-axis: "Y = Number of Service Chains"
7971 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7972 #  layout:
7973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7974 #    layout: "plot-service-density"
7975 #
7976 #- type: "plot"
7977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7978 #  algorithm: "plot_nf_heatmap"
7979 #  output-file-type: ".html"
7980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7981 #  data: "plot-vpp-nfv-2n-skx-mrr"
7982 #  filter: "'NIC_Intel-XXV710' and
7983 #           'NF_DENSITY' and
7984 #           'DOCKER' and
7985 #           'CHAIN' and
7986 #           'NF_VPPIP4' and
7987 #           '64B' and
7988 #           '4T2C' and
7989 #           'MRR'"
7990 #  parameters:
7991 #  - "result"
7992 #  - "name"
7993 #  - "tags"
7994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7995 #  x-axis: "X = CNFs per Service Chain"
7996 #  y-axis: "Y = Number of Service Chains"
7997 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7998 #  layout:
7999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8000 #    layout: "plot-service-density"
8001 #
8002 #- type: "plot"
8003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8004 #  algorithm: "plot_nf_heatmap"
8005 #  output-file-type: ".html"
8006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8007 #  data: "plot-vpp-nfv-2n-skx-mrr"
8008 #  filter: "'NIC_Intel-XXV710' and
8009 #           'NF_DENSITY' and
8010 #           'DOCKER' and
8011 #           'CHAIN' and
8012 #           'NF_VPPIP4' and
8013 #           '64B' and
8014 #           '8T4C' and
8015 #           'MRR'"
8016 #  parameters:
8017 #  - "result"
8018 #  - "name"
8019 #  - "tags"
8020 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8021 #  x-axis: "X = CNFs per Service Chain"
8022 #  y-axis: "Y = Number of Service Chains"
8023 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8024 #  layout:
8025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8026 #    layout: "plot-service-density"
8027 #
8028 ## Plots - NF Density - CSC - MRR IMIX
8029 #- type: "plot"
8030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8031 #  algorithm: "plot_nf_heatmap"
8032 #  output-file-type: ".html"
8033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8034 #  data: "plot-vpp-nfv-2n-skx-mrr"
8035 #  filter: "'NIC_Intel-XXV710' and
8036 #           'NF_DENSITY' and
8037 #           'DOCKER' and
8038 #           'CHAIN' and
8039 #           'NF_VPPIP4' and
8040 #           'IMIX' and
8041 #           '2T1C' and
8042 #           'MRR'"
8043 #  parameters:
8044 #  - "result"
8045 #  - "name"
8046 #  - "tags"
8047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8048 #  x-axis: "X = CNFs per Service Chain"
8049 #  y-axis: "Y = Number of Service Chains"
8050 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8051 #  layout:
8052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8053 #    layout: "plot-service-density"
8054 #
8055 #- type: "plot"
8056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8057 #  algorithm: "plot_nf_heatmap"
8058 #  output-file-type: ".html"
8059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8060 #  data: "plot-vpp-nfv-2n-skx-mrr"
8061 #  filter: "'NIC_Intel-XXV710' and
8062 #           'NF_DENSITY' and
8063 #           'DOCKER' and
8064 #           'CHAIN' and
8065 #           'NF_VPPIP4' and
8066 #           'IMIX' and
8067 #           '4T2C' and
8068 #           'MRR'"
8069 #  parameters:
8070 #  - "result"
8071 #  - "name"
8072 #  - "tags"
8073 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8074 #  x-axis: "X = CNFs per Service Chain"
8075 #  y-axis: "Y = Number of Service Chains"
8076 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8077 #  layout:
8078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8079 #    layout: "plot-service-density"
8080 #
8081 #- type: "plot"
8082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8083 #  algorithm: "plot_nf_heatmap"
8084 #  output-file-type: ".html"
8085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8086 #  data: "plot-vpp-nfv-2n-skx-mrr"
8087 #  filter: "'NIC_Intel-XXV710' and
8088 #           'NF_DENSITY' and
8089 #           'DOCKER' and
8090 #           'CHAIN' and
8091 #           'NF_VPPIP4' and
8092 #           'IMIX' and
8093 #           '8T4C' and
8094 #           'MRR'"
8095 #  parameters:
8096 #  - "result"
8097 #  - "name"
8098 #  - "tags"
8099 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8100 #  x-axis: "X = CNFs per Service Chain"
8101 #  y-axis: "Y = Number of Service Chains"
8102 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8103 #  layout:
8104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8105 #    layout: "plot-service-density"
8106 #
8107 ## Plots - NF Density - CSC - NDR 64b
8108 #- type: "plot"
8109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8110 #  algorithm: "plot_nf_heatmap"
8111 #  output-file-type: ".html"
8112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8113 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8114 #  filter: "'NIC_Intel-XXV710' and
8115 #           'NF_DENSITY' and
8116 #           'DOCKER' and
8117 #           'CHAIN' and
8118 #           'NF_VPPIP4' and
8119 #           '64B' and
8120 #           '2T1C' and
8121 #           'NDRPDR'"
8122 #  parameters:
8123 #  - "throughput"
8124 #  - "name"
8125 #  - "tags"
8126 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8127 #  x-axis: "X = CNFs per Service Chain"
8128 #  y-axis: "Y = Number of Service Chains"
8129 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8130 #  layout:
8131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8132 #    layout: "plot-service-density"
8133 #
8134 #- type: "plot"
8135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8136 #  algorithm: "plot_nf_heatmap"
8137 #  output-file-type: ".html"
8138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8139 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8140 #  filter: "'NIC_Intel-XXV710' and
8141 #           'NF_DENSITY' and
8142 #           'DOCKER' and
8143 #           'CHAIN' and
8144 #           'NF_VPPIP4' and
8145 #           '64B' and
8146 #           '4T2C' and
8147 #           'NDRPDR'"
8148 #  parameters:
8149 #  - "throughput"
8150 #  - "name"
8151 #  - "tags"
8152 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8153 #  x-axis: "X = CNFs per Service Chain"
8154 #  y-axis: "Y = Number of Service Chains"
8155 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8156 #  layout:
8157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8158 #    layout: "plot-service-density"
8159 #
8160 #- type: "plot"
8161 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8162 #  algorithm: "plot_nf_heatmap"
8163 #  output-file-type: ".html"
8164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8165 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8166 #  filter: "'NIC_Intel-XXV710' and
8167 #           'NF_DENSITY' and
8168 #           'DOCKER' and
8169 #           'CHAIN' and
8170 #           'NF_VPPIP4' and
8171 #           '64B' and
8172 #           '8T4C' and
8173 #           'NDRPDR'"
8174 #  parameters:
8175 #  - "throughput"
8176 #  - "name"
8177 #  - "tags"
8178 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8179 #  x-axis: "X = CNFs per Service Chain"
8180 #  y-axis: "Y = Number of Service Chains"
8181 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8182 #  layout:
8183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8184 #    layout: "plot-service-density"
8185 #
8186 ## Plots - NF Density - CSC - NDR IMIX
8187 #- type: "plot"
8188 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8189 #  algorithm: "plot_nf_heatmap"
8190 #  output-file-type: ".html"
8191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8192 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8193 #  filter: "'NIC_Intel-XXV710' and
8194 #           'NF_DENSITY' and
8195 #           'DOCKER' and
8196 #           'CHAIN' and
8197 #           'NF_VPPIP4' and
8198 #           'IMIX' and
8199 #           '2T1C' and
8200 #           'NDRPDR'"
8201 #  parameters:
8202 #  - "throughput"
8203 #  - "name"
8204 #  - "tags"
8205 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8206 #  x-axis: "X = CNFs per Service Chain"
8207 #  y-axis: "Y = Number of Service Chains"
8208 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8209 #  layout:
8210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8211 #    layout: "plot-service-density"
8212 #
8213 #- type: "plot"
8214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8215 #  algorithm: "plot_nf_heatmap"
8216 #  output-file-type: ".html"
8217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8219 #  filter: "'NIC_Intel-XXV710' and
8220 #           'NF_DENSITY' and
8221 #           'DOCKER' and
8222 #           'CHAIN' and
8223 #           'NF_VPPIP4' and
8224 #           'IMIX' and
8225 #           '4T2C' and
8226 #           'NDRPDR'"
8227 #  parameters:
8228 #  - "throughput"
8229 #  - "name"
8230 #  - "tags"
8231 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8232 #  x-axis: "X = CNFs per Service Chain"
8233 #  y-axis: "Y = Number of Service Chains"
8234 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8235 #  layout:
8236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8237 #    layout: "plot-service-density"
8238 #
8239 #- type: "plot"
8240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8241 #  algorithm: "plot_nf_heatmap"
8242 #  output-file-type: ".html"
8243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8244 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8245 #  filter: "'NIC_Intel-XXV710' and
8246 #           'NF_DENSITY' and
8247 #           'DOCKER' and
8248 #           'CHAIN' and
8249 #           'NF_VPPIP4' and
8250 #           'IMIX' and
8251 #           '8T4C' and
8252 #           'NDRPDR'"
8253 #  parameters:
8254 #  - "throughput"
8255 #  - "name"
8256 #  - "tags"
8257 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8258 #  x-axis: "X = CNFs per Service Chain"
8259 #  y-axis: "Y = Number of Service Chains"
8260 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8261 #  layout:
8262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8263 #    layout: "plot-service-density"
8264 #
8265 ## Plots - NF Density - CSC - PDR 64b
8266 #- type: "plot"
8267 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8268 #  algorithm: "plot_nf_heatmap"
8269 #  output-file-type: ".html"
8270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8271 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8272 #  filter: "'NIC_Intel-XXV710' and
8273 #           'NF_DENSITY' and
8274 #           'DOCKER' and
8275 #           'CHAIN' and
8276 #           'NF_VPPIP4' and
8277 #           '64B' and
8278 #           '2T1C' and
8279 #           'NDRPDR'"
8280 #  parameters:
8281 #  - "throughput"
8282 #  - "name"
8283 #  - "tags"
8284 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8285 #  x-axis: "X = CNFs per Service Chain"
8286 #  y-axis: "Y = Number of Service Chains"
8287 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8288 #  layout:
8289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8290 #    layout: "plot-service-density"
8291 #
8292 #- type: "plot"
8293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8294 #  algorithm: "plot_nf_heatmap"
8295 #  output-file-type: ".html"
8296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8297 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8298 #  filter: "'NIC_Intel-XXV710' and
8299 #           'NF_DENSITY' and
8300 #           'DOCKER' and
8301 #           'CHAIN' and
8302 #           'NF_VPPIP4' and
8303 #           '64B' and
8304 #           '4T2C' and
8305 #           'NDRPDR'"
8306 #  parameters:
8307 #  - "throughput"
8308 #  - "name"
8309 #  - "tags"
8310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8311 #  x-axis: "X = CNFs per Service Chain"
8312 #  y-axis: "Y = Number of Service Chains"
8313 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8314 #  layout:
8315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8316 #    layout: "plot-service-density"
8317 #
8318 #- type: "plot"
8319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8320 #  algorithm: "plot_nf_heatmap"
8321 #  output-file-type: ".html"
8322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8323 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8324 #  filter: "'NIC_Intel-XXV710' and
8325 #           'NF_DENSITY' and
8326 #           'DOCKER' and
8327 #           'CHAIN' and
8328 #           'NF_VPPIP4' and
8329 #           '64B' and
8330 #           '8T4C' and
8331 #           'NDRPDR'"
8332 #  parameters:
8333 #  - "throughput"
8334 #  - "name"
8335 #  - "tags"
8336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8337 #  x-axis: "X = CNFs per Service Chain"
8338 #  y-axis: "Y = Number of Service Chains"
8339 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8340 #  layout:
8341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8342 #    layout: "plot-service-density"
8343 #
8344 ## Plots - NF Density - CSC - PDR IMIX
8345 #- type: "plot"
8346 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8347 #  algorithm: "plot_nf_heatmap"
8348 #  output-file-type: ".html"
8349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8350 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8351 #  filter: "'NIC_Intel-XXV710' and
8352 #           'NF_DENSITY' and
8353 #           'DOCKER' and
8354 #           'CHAIN' and
8355 #           'NF_VPPIP4' and
8356 #           'IMIX' and
8357 #           '2T1C' and
8358 #           'NDRPDR'"
8359 #  parameters:
8360 #  - "throughput"
8361 #  - "name"
8362 #  - "tags"
8363 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8364 #  x-axis: "X = CNFs per Service Chain"
8365 #  y-axis: "Y = Number of Service Chains"
8366 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8367 #  layout:
8368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8369 #    layout: "plot-service-density"
8370 #
8371 #- type: "plot"
8372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8373 #  algorithm: "plot_nf_heatmap"
8374 #  output-file-type: ".html"
8375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8376 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8377 #  filter: "'NIC_Intel-XXV710' and
8378 #           'NF_DENSITY' and
8379 #           'DOCKER' and
8380 #           'CHAIN' and
8381 #           'NF_VPPIP4' and
8382 #           'IMIX' and
8383 #           '4T2C' and
8384 #           'NDRPDR'"
8385 #  parameters:
8386 #  - "throughput"
8387 #  - "name"
8388 #  - "tags"
8389 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8390 #  x-axis: "X = CNFs per Service Chain"
8391 #  y-axis: "Y = Number of Service Chains"
8392 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8393 #  layout:
8394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8395 #    layout: "plot-service-density"
8396 #
8397 #- type: "plot"
8398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8399 #  algorithm: "plot_nf_heatmap"
8400 #  output-file-type: ".html"
8401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8402 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8403 #  filter: "'NIC_Intel-XXV710' and
8404 #           'NF_DENSITY' and
8405 #           'DOCKER' and
8406 #           'CHAIN' and
8407 #           'NF_VPPIP4' and
8408 #           'IMIX' and
8409 #           '8T4C' and
8410 #           'NDRPDR'"
8411 #  parameters:
8412 #  - "throughput"
8413 #  - "name"
8414 #  - "tags"
8415 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8416 #  x-axis: "X = CNFs per Service Chain"
8417 #  y-axis: "Y = Number of Service Chains"
8418 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8419 #  layout:
8420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8421 #    layout: "plot-service-density"
8422 #
8423 ################################################################################
8424 #
8425 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8426 #- type: "plot"
8427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8428 #  algorithm: "plot_nf_heatmap"
8429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8430 #  data: "plot-vpp-nfv-3n-skx-mrr"
8431 #  filter: "'NIC_Intel-XXV710' and
8432 #           'NF_DENSITY' and
8433 #           'DOCKER' and
8434 #           'CHAIN' and
8435 #           'NF_VPPIP4' and
8436 #           'IPSEC' and
8437 #           'TNL_4' and
8438 #           'IMIX' and
8439 #           '2T1C' and
8440 #           'MRR'"
8441 #  parameters:
8442 #  - "result"
8443 #  - "name"
8444 #  - "tags"
8445 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8446 #  x-axis: "X = CNFs per Service Chain"
8447 #  y-axis: "Y = Number of Service Chains"
8448 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8449 #  layout:
8450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8451 #    layout: "plot-service-density"
8452 #
8453 #- type: "plot"
8454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8455 #  algorithm: "plot_nf_heatmap"
8456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8457 #  data: "plot-vpp-nfv-3n-skx-mrr"
8458 #  filter: "'NIC_Intel-XXV710' and
8459 #           'NF_DENSITY' and
8460 #           'DOCKER' and
8461 #           'CHAIN' and
8462 #           'NF_VPPIP4' and
8463 #           'IPSEC' and
8464 #           'TNL_4' and
8465 #           'IMIX' and
8466 #           '4T2C' and
8467 #           'MRR'"
8468 #  parameters:
8469 #  - "result"
8470 #  - "name"
8471 #  - "tags"
8472 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8473 #  x-axis: "X = CNFs per Service Chain"
8474 #  y-axis: "Y = Number of Service Chains"
8475 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8476 #  layout:
8477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8478 #    layout: "plot-service-density"
8479 #
8480 #- type: "plot"
8481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8482 #  algorithm: "plot_nf_heatmap"
8483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8484 #  data: "plot-vpp-nfv-3n-skx-mrr"
8485 #  filter: "'NIC_Intel-XXV710' and
8486 #           'NF_DENSITY' and
8487 #           'DOCKER' and
8488 #           'CHAIN' and
8489 #           'NF_VPPIP4' and
8490 #           'IPSEC' and
8491 #           'TNL_4' and
8492 #           'IMIX' and
8493 #           '8T4C' and
8494 #           'MRR'"
8495 #  parameters:
8496 #  - "result"
8497 #  - "name"
8498 #  - "tags"
8499 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8500 #  x-axis: "X = CNFs per Service Chain"
8501 #  y-axis: "Y = Number of Service Chains"
8502 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8503 #  layout:
8504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8505 #    layout: "plot-service-density"
8506
8507 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8508 - type: "plot"
8509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8510   algorithm: "plot_nf_heatmap"
8511   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8512   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8513   filter: "'NIC_Intel-XXV710' and
8514            'NF_DENSITY' and
8515            'DOCKER' and
8516            'CHAIN' and
8517            'NF_VPPIP4' and
8518            'IPSEC' and
8519            'TNL_4' and
8520            'IMIX' and
8521            '2T1C' and
8522            'NDRPDR'"
8523   parameters:
8524   - "throughput"
8525   - "name"
8526   - "tags"
8527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8528   x-axis: "X = CNFs per Service Chain"
8529   y-axis: "Y = Number of Service Chains"
8530   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8531   layout:
8532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8533     layout: "plot-service-density"
8534
8535 - type: "plot"
8536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8537   algorithm: "plot_nf_heatmap"
8538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8539   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8540   filter: "'NIC_Intel-XXV710' and
8541            'NF_DENSITY' and
8542            'DOCKER' and
8543            'CHAIN' and
8544            'NF_VPPIP4' and
8545            'IPSEC' and
8546            'TNL_4' and
8547            'IMIX' and
8548            '4T2C' and
8549            'NDRPDR'"
8550   parameters:
8551   - "throughput"
8552   - "name"
8553   - "tags"
8554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8555   x-axis: "X = CNFs per Service Chain"
8556   y-axis: "Y = Number of Service Chains"
8557   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8558   layout:
8559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8560     layout: "plot-service-density"
8561
8562 - type: "plot"
8563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8564   algorithm: "plot_nf_heatmap"
8565   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8566   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8567   filter: "'NIC_Intel-XXV710' and
8568            'NF_DENSITY' and
8569            'DOCKER' and
8570            'CHAIN' and
8571            'NF_VPPIP4' and
8572            'IPSEC' and
8573            'TNL_4' and
8574            'IMIX' and
8575            '8T4C' and
8576            'NDRPDR'"
8577   parameters:
8578   - "throughput"
8579   - "name"
8580   - "tags"
8581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8582   x-axis: "X = CNFs per Service Chain"
8583   y-axis: "Y = Number of Service Chains"
8584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8585   layout:
8586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8587     layout: "plot-service-density"
8588
8589 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8590 - type: "plot"
8591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8592   algorithm: "plot_nf_heatmap"
8593   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8594   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8595   filter: "'NIC_Intel-XXV710' and
8596            'NF_DENSITY' and
8597            'DOCKER' and
8598            'CHAIN' and
8599            'NF_VPPIP4' and
8600            'IPSEC' and
8601            'TNL_4' and
8602            'IMIX' and
8603            '2T1C' and
8604            'NDRPDR'"
8605   parameters:
8606   - "throughput"
8607   - "name"
8608   - "tags"
8609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8610   x-axis: "X = CNFs per Service Chain"
8611   y-axis: "Y = Number of Service Chains"
8612   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8613   layout:
8614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8615     layout: "plot-service-density"
8616
8617 - type: "plot"
8618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8619   algorithm: "plot_nf_heatmap"
8620   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8621   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8622   filter: "'NIC_Intel-XXV710' and
8623            'NF_DENSITY' and
8624            'DOCKER' and
8625            'CHAIN' and
8626            'NF_VPPIP4' and
8627            'IPSEC' and
8628            'TNL_4' and
8629            'IMIX' and
8630            '4T2C' and
8631            'NDRPDR'"
8632   parameters:
8633   - "throughput"
8634   - "name"
8635   - "tags"
8636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8637   x-axis: "X = CNFs per Service Chain"
8638   y-axis: "Y = Number of Service Chains"
8639   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8640   layout:
8641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8642     layout: "plot-service-density"
8643
8644 - type: "plot"
8645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8646   algorithm: "plot_nf_heatmap"
8647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8648   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8649   filter: "'NIC_Intel-XXV710' and
8650            'NF_DENSITY' and
8651            'DOCKER' and
8652            'CHAIN' and
8653            'NF_VPPIP4' and
8654            'IPSEC' and
8655            'TNL_4' and
8656            'IMIX' and
8657            '8T4C' and
8658            'NDRPDR'"
8659   parameters:
8660   - "throughput"
8661   - "name"
8662   - "tags"
8663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8664   x-axis: "X = CNFs per Service Chain"
8665   y-axis: "Y = Number of Service Chains"
8666   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8667   layout:
8668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8669     layout: "plot-service-density"
8670
8671 ###############################################################################
8672
8673 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8674 - type: "plot"
8675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8676   algorithm: "plot_nf_heatmap"
8677   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8678   data: "plot-vpp-nfv-3n-hsw-mrr"
8679   filter: "'NIC_Intel-XL710' and
8680            'NF_DENSITY' and
8681            'DOCKER' and
8682            'CHAIN' and
8683            'NF_VPPIP4' and
8684            'IMIX' and
8685            'TNL_4' and
8686            '1T1C' and
8687            'MRR'"
8688   parameters:
8689   - "result"
8690   - "name"
8691   - "tags"
8692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8693   x-axis: "X = CNFs per Service Chain"
8694   y-axis: "Y = Number of Service Chains"
8695   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8696   layout:
8697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8698     layout: "plot-service-density"
8699
8700 - type: "plot"
8701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8702   algorithm: "plot_nf_heatmap"
8703   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8704   data: "plot-vpp-nfv-3n-hsw-mrr"
8705   filter: "'NIC_Intel-XL710' and
8706            'NF_DENSITY' and
8707            'DOCKER' and
8708            'CHAIN' and
8709            'NF_VPPIP4' and
8710            'IPSEC' and
8711            'TNL_4' and
8712            'IMIX' and
8713            '2T2C' and
8714            'MRR'"
8715   parameters:
8716   - "result"
8717   - "name"
8718   - "tags"
8719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8720   x-axis: "X = CNFs per Service Chain"
8721   y-axis: "Y = Number of Service Chains"
8722   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8723   layout:
8724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8725     layout: "plot-service-density"
8726
8727 - type: "plot"
8728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8729   algorithm: "plot_nf_heatmap"
8730   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8731   data: "plot-vpp-nfv-3n-hsw-mrr"
8732   filter: "'NIC_Intel-XL710' and
8733            'NF_DENSITY' and
8734            'DOCKER' and
8735            'CHAIN' and
8736            'NF_VPPIP4' and
8737            'IPSEC' and
8738            'TNL_4' and
8739            'IMIX' and
8740            '4T4C' and
8741            'MRR'"
8742   parameters:
8743   - "result"
8744   - "name"
8745   - "tags"
8746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8747   x-axis: "X = CNFs per Service Chain"
8748   y-axis: "Y = Number of Service Chains"
8749   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8750   layout:
8751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8752     layout: "plot-service-density"
8753
8754 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8755 - type: "plot"
8756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8757   algorithm: "plot_nf_heatmap"
8758   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8759   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8760   filter: "'NIC_Intel-XL710' and
8761            'NF_DENSITY' and
8762            'DOCKER' and
8763            'CHAIN' and
8764            'NF_VPPIP4' and
8765            'IPSEC' and
8766            'TNL_4' and
8767            'IMIX' and
8768            '1T1C' and
8769            'NDRPDR'"
8770   parameters:
8771   - "throughput"
8772   - "name"
8773   - "tags"
8774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8775   x-axis: "X = CNFs per Service Chain"
8776   y-axis: "Y = Number of Service Chains"
8777   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8778   layout:
8779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8780     layout: "plot-service-density"
8781
8782 - type: "plot"
8783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8784   algorithm: "plot_nf_heatmap"
8785   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8786   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8787   filter: "'NIC_Intel-XL710' and
8788            'NF_DENSITY' and
8789            'DOCKER' and
8790            'CHAIN' and
8791            'NF_VPPIP4' and
8792            'IPSEC' and
8793            'TNL_4' and
8794            'IMIX' and
8795            '2T2C' and
8796            'NDRPDR'"
8797   parameters:
8798   - "throughput"
8799   - "name"
8800   - "tags"
8801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8802   x-axis: "X = CNFs per Service Chain"
8803   y-axis: "Y = Number of Service Chains"
8804   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8805   layout:
8806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8807     layout: "plot-service-density"
8808
8809 - type: "plot"
8810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8811   algorithm: "plot_nf_heatmap"
8812   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8813   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8814   filter: "'NIC_Intel-XL710' and
8815            'NF_DENSITY' and
8816            'DOCKER' and
8817            'CHAIN' and
8818            'NF_VPPIP4' and
8819            'IPSEC' and
8820            'TNL_4' and
8821            'IMIX' and
8822            '4T4C' and
8823            'NDRPDR'"
8824   parameters:
8825   - "throughput"
8826   - "name"
8827   - "tags"
8828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8829   x-axis: "X = CNFs per Service Chain"
8830   y-axis: "Y = Number of Service Chains"
8831   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8832   layout:
8833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8834     layout: "plot-service-density"
8835
8836 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8837 - type: "plot"
8838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8839   algorithm: "plot_nf_heatmap"
8840   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8841   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8842   filter: "'NIC_Intel-XL710' and
8843            'NF_DENSITY' and
8844            'DOCKER' and
8845            'CHAIN' and
8846            'NF_VPPIP4' and
8847            'IPSEC' and
8848            'TNL_4' and
8849            'IMIX' and
8850            '1T1C' and
8851            'NDRPDR'"
8852   parameters:
8853   - "throughput"
8854   - "name"
8855   - "tags"
8856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8857   x-axis: "X = CNFs per Service Chain"
8858   y-axis: "Y = Number of Service Chains"
8859   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8860   layout:
8861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8862     layout: "plot-service-density"
8863
8864 - type: "plot"
8865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8866   algorithm: "plot_nf_heatmap"
8867   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8868   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8869   filter: "'NIC_Intel-XL710' and
8870            'NF_DENSITY' and
8871            'DOCKER' and
8872            'CHAIN' and
8873            'NF_VPPIP4' and
8874            'IPSEC' and
8875            'TNL_4' and
8876            'IMIX' and
8877            '2T2C' and
8878            'NDRPDR'"
8879   parameters:
8880   - "throughput"
8881   - "name"
8882   - "tags"
8883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8884   x-axis: "X = CNFs per Service Chain"
8885   y-axis: "Y = Number of Service Chains"
8886   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8887   layout:
8888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8889     layout: "plot-service-density"
8890
8891 - type: "plot"
8892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8893   algorithm: "plot_nf_heatmap"
8894   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8895   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8896   filter: "'NIC_Intel-XL710' and
8897            'NF_DENSITY' and
8898            'DOCKER' and
8899            'CHAIN' and
8900            'NF_VPPIP4' and
8901            'IPSEC' and
8902            'TNL_4' and
8903            'IMIX' and
8904            '4T4C' and
8905            'NDRPDR'"
8906   parameters:
8907   - "throughput"
8908   - "name"
8909   - "tags"
8910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8911   x-axis: "X = CNFs per Service Chain"
8912   y-axis: "Y = Number of Service Chains"
8913   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8914   layout:
8915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8916     layout: "plot-service-density"
8917
8918 ###############################################################################
8919
8920 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8921 #- type: "plot"
8922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8923 #  algorithm: "plot_nf_heatmap"
8924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8925 #  data: "plot-vpp-nfv-3n-skx-mrr"
8926 #  filter: "'NIC_Intel-XXV710' and
8927 #           'NF_DENSITY' and
8928 #           'DOCKER' and
8929 #           'CHAIN' and
8930 #           'NF_VPPIP4' and
8931 #           'IPSEC' and
8932 #           'TNL_1000' and
8933 #           'IMIX' and
8934 #           '2T1C' and
8935 #           'MRR'"
8936 #  parameters:
8937 #  - "result"
8938 #  - "name"
8939 #  - "tags"
8940 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8941 #  x-axis: "X = CNFs per Service Chain"
8942 #  y-axis: "Y = Number of Service Chains"
8943 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8944 #  layout:
8945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8946 #    layout: "plot-service-density"
8947 #
8948 #- type: "plot"
8949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8950 #  algorithm: "plot_nf_heatmap"
8951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8952 #  data: "plot-vpp-nfv-3n-skx-mrr"
8953 #  filter: "'NIC_Intel-XXV710' and
8954 #           'NF_DENSITY' and
8955 #           'DOCKER' and
8956 #           'CHAIN' and
8957 #           'NF_VPPIP4' and
8958 #           'IPSEC' and
8959 #           'TNL_1000' and
8960 #           'IMIX' and
8961 #           '4T2C' and
8962 #           'MRR'"
8963 #  parameters:
8964 #  - "result"
8965 #  - "name"
8966 #  - "tags"
8967 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8968 #  x-axis: "X = CNFs per Service Chain"
8969 #  y-axis: "Y = Number of Service Chains"
8970 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8971 #  layout:
8972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8973 #    layout: "plot-service-density"
8974 #
8975 #- type: "plot"
8976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8977 #  algorithm: "plot_nf_heatmap"
8978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8979 #  data: "plot-vpp-nfv-3n-skx-mrr"
8980 #  filter: "'NIC_Intel-XXV710' and
8981 #           'NF_DENSITY' and
8982 #           'DOCKER' and
8983 #           'CHAIN' and
8984 #           'NF_VPPIP4' and
8985 #           'IPSEC' and
8986 #           'TNL_1000' and
8987 #           'IMIX' and
8988 #           '8T4C' and
8989 #           'MRR'"
8990 #  parameters:
8991 #  - "result"
8992 #  - "name"
8993 #  - "tags"
8994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8995 #  x-axis: "X = CNFs per Service Chain"
8996 #  y-axis: "Y = Number of Service Chains"
8997 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8998 #  layout:
8999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9000 #    layout: "plot-service-density"
9001
9002 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9003 - type: "plot"
9004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9005   algorithm: "plot_nf_heatmap"
9006   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9007   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9008   filter: "'NIC_Intel-XXV710' and
9009            'NF_DENSITY' and
9010            'DOCKER' and
9011            'CHAIN' and
9012            'NF_VPPIP4' and
9013            'IPSEC' and
9014            'TNL_1000' and
9015            'IMIX' and
9016            '2T1C' and
9017            'NDRPDR'"
9018   parameters:
9019   - "throughput"
9020   - "name"
9021   - "tags"
9022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9023   x-axis: "X = CNFs per Service Chain"
9024   y-axis: "Y = Number of Service Chains"
9025   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9026   layout:
9027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9028     layout: "plot-service-density"
9029
9030 - type: "plot"
9031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9032   algorithm: "plot_nf_heatmap"
9033   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9034   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9035   filter: "'NIC_Intel-XXV710' and
9036            'NF_DENSITY' and
9037            'DOCKER' and
9038            'CHAIN' and
9039            'NF_VPPIP4' and
9040            'IPSEC' and
9041            'TNL_1000' and
9042            'IMIX' and
9043            '4T2C' and
9044            'NDRPDR'"
9045   parameters:
9046   - "throughput"
9047   - "name"
9048   - "tags"
9049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9050   x-axis: "X = CNFs per Service Chain"
9051   y-axis: "Y = Number of Service Chains"
9052   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9053   layout:
9054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9055     layout: "plot-service-density"
9056
9057 - type: "plot"
9058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9059   algorithm: "plot_nf_heatmap"
9060   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9061   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9062   filter: "'NIC_Intel-XXV710' and
9063            'NF_DENSITY' and
9064            'DOCKER' and
9065            'CHAIN' and
9066            'NF_VPPIP4' and
9067            'IPSEC' and
9068            'TNL_1000' and
9069            'IMIX' and
9070            '8T4C' and
9071            'NDRPDR'"
9072   parameters:
9073   - "throughput"
9074   - "name"
9075   - "tags"
9076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9077   x-axis: "X = CNFs per Service Chain"
9078   y-axis: "Y = Number of Service Chains"
9079   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9080   layout:
9081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9082     layout: "plot-service-density"
9083
9084 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9085 - type: "plot"
9086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9087   algorithm: "plot_nf_heatmap"
9088   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9089   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9090   filter: "'NIC_Intel-XXV710' and
9091            'NF_DENSITY' and
9092            'DOCKER' and
9093            'CHAIN' and
9094            'NF_VPPIP4' and
9095            'IPSEC' and
9096            'TNL_1000' and
9097            'IMIX' and
9098            '2T1C' and
9099            'NDRPDR'"
9100   parameters:
9101   - "throughput"
9102   - "name"
9103   - "tags"
9104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9105   x-axis: "X = CNFs per Service Chain"
9106   y-axis: "Y = Number of Service Chains"
9107   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9108   layout:
9109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9110     layout: "plot-service-density"
9111
9112 - type: "plot"
9113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9114   algorithm: "plot_nf_heatmap"
9115   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9116   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9117   filter: "'NIC_Intel-XXV710' and
9118            'NF_DENSITY' and
9119            'DOCKER' and
9120            'CHAIN' and
9121            'NF_VPPIP4' and
9122            'IPSEC' and
9123            'TNL_1000' and
9124            'IMIX' and
9125            '4T2C' and
9126            'NDRPDR'"
9127   parameters:
9128   - "throughput"
9129   - "name"
9130   - "tags"
9131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9132   x-axis: "X = CNFs per Service Chain"
9133   y-axis: "Y = Number of Service Chains"
9134   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9135   layout:
9136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9137     layout: "plot-service-density"
9138
9139 - type: "plot"
9140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9141   algorithm: "plot_nf_heatmap"
9142   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9143   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9144   filter: "'NIC_Intel-XXV710' and
9145            'NF_DENSITY' and
9146            'DOCKER' and
9147            'CHAIN' and
9148            'NF_VPPIP4' and
9149            'IPSEC' and
9150            'TNL_1000' and
9151            'IMIX' and
9152            '8T4C' and
9153            'NDRPDR'"
9154   parameters:
9155   - "throughput"
9156   - "name"
9157   - "tags"
9158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9159   x-axis: "X = CNFs per Service Chain"
9160   y-axis: "Y = Number of Service Chains"
9161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9162   layout:
9163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9164     layout: "plot-service-density"
9165
9166 ###############################################################################
9167
9168 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9169 - type: "plot"
9170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9171   algorithm: "plot_nf_heatmap"
9172   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9173   data: "plot-vpp-nfv-3n-hsw-mrr"
9174   filter: "'NIC_Intel-XL710' and
9175            'NF_DENSITY' and
9176            'DOCKER' and
9177            'CHAIN' and
9178            'NF_VPPIP4' and
9179            'IMIX' and
9180            'TNL_1000' and
9181            '1T1C' and
9182            'MRR'"
9183   parameters:
9184   - "result"
9185   - "name"
9186   - "tags"
9187   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9188   x-axis: "X = CNFs per Service Chain"
9189   y-axis: "Y = Number of Service Chains"
9190   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9191   layout:
9192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9193     layout: "plot-service-density"
9194
9195 - type: "plot"
9196   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9197   algorithm: "plot_nf_heatmap"
9198   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9199   data: "plot-vpp-nfv-3n-hsw-mrr"
9200   filter: "'NIC_Intel-XL710' and
9201            'NF_DENSITY' and
9202            'DOCKER' and
9203            'CHAIN' and
9204            'NF_VPPIP4' and
9205            'IPSEC' and
9206            'TNL_1000' and
9207            'IMIX' and
9208            '2T2C' and
9209            'MRR'"
9210   parameters:
9211   - "result"
9212   - "name"
9213   - "tags"
9214   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9215   x-axis: "X = CNFs per Service Chain"
9216   y-axis: "Y = Number of Service Chains"
9217   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9218   layout:
9219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9220     layout: "plot-service-density"
9221
9222 - type: "plot"
9223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9224   algorithm: "plot_nf_heatmap"
9225   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9226   data: "plot-vpp-nfv-3n-hsw-mrr"
9227   filter: "'NIC_Intel-XL710' and
9228            'NF_DENSITY' and
9229            'DOCKER' and
9230            'CHAIN' and
9231            'NF_VPPIP4' and
9232            'IPSEC' and
9233            'TNL_1000' and
9234            'IMIX' and
9235            '4T4C' and
9236            'MRR'"
9237   parameters:
9238   - "result"
9239   - "name"
9240   - "tags"
9241   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9242   x-axis: "X = CNFs per Service Chain"
9243   y-axis: "Y = Number of Service Chains"
9244   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9245   layout:
9246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9247     layout: "plot-service-density"
9248
9249 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9250 - type: "plot"
9251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9252   algorithm: "plot_nf_heatmap"
9253   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9254   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9255   filter: "'NIC_Intel-XL710' and
9256            'NF_DENSITY' and
9257            'DOCKER' and
9258            'CHAIN' and
9259            'NF_VPPIP4' and
9260            'IPSEC' and
9261            'TNL_1000' and
9262            'IMIX' and
9263            '1T1C' and
9264            'NDRPDR'"
9265   parameters:
9266   - "throughput"
9267   - "name"
9268   - "tags"
9269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9270   x-axis: "X = CNFs per Service Chain"
9271   y-axis: "Y = Number of Service Chains"
9272   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9273   layout:
9274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9275     layout: "plot-service-density"
9276
9277 - type: "plot"
9278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9279   algorithm: "plot_nf_heatmap"
9280   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9281   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9282   filter: "'NIC_Intel-XL710' and
9283            'NF_DENSITY' and
9284            'DOCKER' and
9285            'CHAIN' and
9286            'NF_VPPIP4' and
9287            'IPSEC' and
9288            'TNL_1000' and
9289            'IMIX' and
9290            '2T2C' and
9291            'NDRPDR'"
9292   parameters:
9293   - "throughput"
9294   - "name"
9295   - "tags"
9296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9297   x-axis: "X = CNFs per Service Chain"
9298   y-axis: "Y = Number of Service Chains"
9299   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9300   layout:
9301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9302     layout: "plot-service-density"
9303
9304 - type: "plot"
9305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9306   algorithm: "plot_nf_heatmap"
9307   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9308   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9309   filter: "'NIC_Intel-XL710' and
9310            'NF_DENSITY' and
9311            'DOCKER' and
9312            'CHAIN' and
9313            'NF_VPPIP4' and
9314            'IPSEC' and
9315            'TNL_1000' and
9316            'IMIX' and
9317            '4T4C' and
9318            'NDRPDR'"
9319   parameters:
9320   - "throughput"
9321   - "name"
9322   - "tags"
9323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9324   x-axis: "X = CNFs per Service Chain"
9325   y-axis: "Y = Number of Service Chains"
9326   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9327   layout:
9328     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9329     layout: "plot-service-density"
9330
9331 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9332 - type: "plot"
9333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9334   algorithm: "plot_nf_heatmap"
9335   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9336   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9337   filter: "'NIC_Intel-XL710' and
9338            'NF_DENSITY' and
9339            'DOCKER' and
9340            'CHAIN' and
9341            'NF_VPPIP4' and
9342            'IPSEC' and
9343            'TNL_1000' and
9344            'IMIX' and
9345            '1T1C' and
9346            'NDRPDR'"
9347   parameters:
9348   - "throughput"
9349   - "name"
9350   - "tags"
9351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9352   x-axis: "X = CNFs per Service Chain"
9353   y-axis: "Y = Number of Service Chains"
9354   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9355   layout:
9356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9357     layout: "plot-service-density"
9358
9359 - type: "plot"
9360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9361   algorithm: "plot_nf_heatmap"
9362   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9363   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9364   filter: "'NIC_Intel-XL710' and
9365            'NF_DENSITY' and
9366            'DOCKER' and
9367            'CHAIN' and
9368            'NF_VPPIP4' and
9369            'IPSEC' and
9370            'TNL_1000' and
9371            'IMIX' and
9372            '2T2C' and
9373            'NDRPDR'"
9374   parameters:
9375   - "throughput"
9376   - "name"
9377   - "tags"
9378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9379   x-axis: "X = CNFs per Service Chain"
9380   y-axis: "Y = Number of Service Chains"
9381   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9382   layout:
9383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9384     layout: "plot-service-density"
9385
9386 - type: "plot"
9387   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9388   algorithm: "plot_nf_heatmap"
9389   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9390   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9391   filter: "'NIC_Intel-XL710' and
9392            'NF_DENSITY' and
9393            'DOCKER' and
9394            'CHAIN' and
9395            'NF_VPPIP4' and
9396            'IPSEC' and
9397            'TNL_1000' and
9398            'IMIX' and
9399            '4T4C' and
9400            'NDRPDR'"
9401   parameters:
9402   - "throughput"
9403   - "name"
9404   - "tags"
9405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9406   x-axis: "X = CNFs per Service Chain"
9407   y-axis: "Y = Number of Service Chains"
9408   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9409   layout:
9410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9411     layout: "plot-service-density"
9412
9413 ###############################################################################
9414
9415 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9416 #- type: "plot"
9417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9418 #  algorithm: "plot_nf_heatmap"
9419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9420 #  data: "plot-vpp-nfv-3n-skx-mrr"
9421 #  filter: "'NIC_Intel-XXV710' and
9422 #           'NF_DENSITY' and
9423 #           'DOCKER' and
9424 #           'CHAIN' and
9425 #           'NF_VPPIP4' and
9426 #           'IPSEC' and
9427 #           'TNL_10000' and
9428 #           'IMIX' and
9429 #           '2T1C' and
9430 #           'MRR'"
9431 #  parameters:
9432 #  - "result"
9433 #  - "name"
9434 #  - "tags"
9435 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9436 #  x-axis: "X = CNFs per Service Chain"
9437 #  y-axis: "Y = Number of Service Chains"
9438 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9439 #  layout:
9440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9441 #    layout: "plot-service-density"
9442 #
9443 #- type: "plot"
9444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9445 #  algorithm: "plot_nf_heatmap"
9446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9447 #  data: "plot-vpp-nfv-3n-skx-mrr"
9448 #  filter: "'NIC_Intel-XXV710' and
9449 #           'NF_DENSITY' and
9450 #           'DOCKER' and
9451 #           'CHAIN' and
9452 #           'NF_VPPIP4' and
9453 #           'IPSEC' and
9454 #           'TNL_10000' and
9455 #           'IMIX' and
9456 #           '4T2C' and
9457 #           'MRR'"
9458 #  parameters:
9459 #  - "result"
9460 #  - "name"
9461 #  - "tags"
9462 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9463 #  x-axis: "X = CNFs per Service Chain"
9464 #  y-axis: "Y = Number of Service Chains"
9465 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9466 #  layout:
9467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9468 #    layout: "plot-service-density"
9469 #
9470 #- type: "plot"
9471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9472 #  algorithm: "plot_nf_heatmap"
9473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9474 #  data: "plot-vpp-nfv-3n-skx-mrr"
9475 #  filter: "'NIC_Intel-XXV710' and
9476 #           'NF_DENSITY' and
9477 #           'DOCKER' and
9478 #           'CHAIN' and
9479 #           'NF_VPPIP4' and
9480 #           'IPSEC' and
9481 #           'TNL_10000' and
9482 #           'IMIX' and
9483 #           '8T4C' and
9484 #           'MRR'"
9485 #  parameters:
9486 #  - "result"
9487 #  - "name"
9488 #  - "tags"
9489 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9490 #  x-axis: "X = CNFs per Service Chain"
9491 #  y-axis: "Y = Number of Service Chains"
9492 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9493 #  layout:
9494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9495 #    layout: "plot-service-density"
9496
9497 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9498 - type: "plot"
9499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9500   algorithm: "plot_nf_heatmap"
9501   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9502   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9503   filter: "'NIC_Intel-XXV710' and
9504            'NF_DENSITY' and
9505            'DOCKER' and
9506            'CHAIN' and
9507            'NF_VPPIP4' and
9508            'IPSEC' and
9509            'TNL_10000' and
9510            'IMIX' and
9511            '2T1C' and
9512            'NDRPDR'"
9513   parameters:
9514   - "throughput"
9515   - "name"
9516   - "tags"
9517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9518   x-axis: "X = CNFs per Service Chain"
9519   y-axis: "Y = Number of Service Chains"
9520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9521   layout:
9522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9523     layout: "plot-service-density"
9524
9525 - type: "plot"
9526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9527   algorithm: "plot_nf_heatmap"
9528   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9529   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9530   filter: "'NIC_Intel-XXV710' and
9531            'NF_DENSITY' and
9532            'DOCKER' and
9533            'CHAIN' and
9534            'NF_VPPIP4' and
9535            'IPSEC' and
9536            'TNL_10000' and
9537            'IMIX' and
9538            '4T2C' and
9539            'NDRPDR'"
9540   parameters:
9541   - "throughput"
9542   - "name"
9543   - "tags"
9544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9545   x-axis: "X = CNFs per Service Chain"
9546   y-axis: "Y = Number of Service Chains"
9547   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9548   layout:
9549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9550     layout: "plot-service-density"
9551
9552 - type: "plot"
9553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9554   algorithm: "plot_nf_heatmap"
9555   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9556   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9557   filter: "'NIC_Intel-XXV710' and
9558            'NF_DENSITY' and
9559            'DOCKER' and
9560            'CHAIN' and
9561            'NF_VPPIP4' and
9562            'IPSEC' and
9563            'TNL_10000' and
9564            'IMIX' and
9565            '8T4C' and
9566            'NDRPDR'"
9567   parameters:
9568   - "throughput"
9569   - "name"
9570   - "tags"
9571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9572   x-axis: "X = CNFs per Service Chain"
9573   y-axis: "Y = Number of Service Chains"
9574   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9575   layout:
9576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9577     layout: "plot-service-density"
9578
9579 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9580 - type: "plot"
9581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9582   algorithm: "plot_nf_heatmap"
9583   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9584   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9585   filter: "'NIC_Intel-XXV710' and
9586            'NF_DENSITY' and
9587            'DOCKER' and
9588            'CHAIN' and
9589            'NF_VPPIP4' and
9590            'IPSEC' and
9591            'TNL_10000' and
9592            'IMIX' and
9593            '2T1C' and
9594            'NDRPDR'"
9595   parameters:
9596   - "throughput"
9597   - "name"
9598   - "tags"
9599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9600   x-axis: "X = CNFs per Service Chain"
9601   y-axis: "Y = Number of Service Chains"
9602   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9603   layout:
9604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9605     layout: "plot-service-density"
9606
9607 - type: "plot"
9608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9609   algorithm: "plot_nf_heatmap"
9610   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9611   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9612   filter: "'NIC_Intel-XXV710' and
9613            'NF_DENSITY' and
9614            'DOCKER' and
9615            'CHAIN' and
9616            'NF_VPPIP4' and
9617            'IPSEC' and
9618            'TNL_10000' and
9619            'IMIX' and
9620            '4T2C' and
9621            'NDRPDR'"
9622   parameters:
9623   - "throughput"
9624   - "name"
9625   - "tags"
9626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9627   x-axis: "X = CNFs per Service Chain"
9628   y-axis: "Y = Number of Service Chains"
9629   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9630   layout:
9631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9632     layout: "plot-service-density"
9633
9634 - type: "plot"
9635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9636   algorithm: "plot_nf_heatmap"
9637   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9638   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9639   filter: "'NIC_Intel-XXV710' and
9640            'NF_DENSITY' and
9641            'DOCKER' and
9642            'CHAIN' and
9643            'NF_VPPIP4' and
9644            'IPSEC' and
9645            'TNL_10000' and
9646            'IMIX' and
9647            '8T4C' and
9648            'NDRPDR'"
9649   parameters:
9650   - "throughput"
9651   - "name"
9652   - "tags"
9653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9654   x-axis: "X = CNFs per Service Chain"
9655   y-axis: "Y = Number of Service Chains"
9656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9657   layout:
9658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9659     layout: "plot-service-density"
9660
9661 ###############################################################################
9662
9663 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9664 - type: "plot"
9665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9666   algorithm: "plot_nf_heatmap"
9667   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9668   data: "plot-vpp-nfv-3n-hsw-mrr"
9669   filter: "'NIC_Intel-XL710' and
9670            'NF_DENSITY' and
9671            'DOCKER' and
9672            'CHAIN' and
9673            'NF_VPPIP4' and
9674            'IMIX' and
9675            'TNL_10000' and
9676            '1T1C' and
9677            'MRR'"
9678   parameters:
9679   - "result"
9680   - "name"
9681   - "tags"
9682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9683   x-axis: "X = CNFs per Service Chain"
9684   y-axis: "Y = Number of Service Chains"
9685   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9686   layout:
9687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9688     layout: "plot-service-density"
9689
9690 - type: "plot"
9691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9692   algorithm: "plot_nf_heatmap"
9693   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9694   data: "plot-vpp-nfv-3n-hsw-mrr"
9695   filter: "'NIC_Intel-XL710' and
9696            'NF_DENSITY' and
9697            'DOCKER' and
9698            'CHAIN' and
9699            'NF_VPPIP4' and
9700            'IPSEC' and
9701            'TNL_10000' and
9702            'IMIX' and
9703            '2T2C' and
9704            'MRR'"
9705   parameters:
9706   - "result"
9707   - "name"
9708   - "tags"
9709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9710   x-axis: "X = CNFs per Service Chain"
9711   y-axis: "Y = Number of Service Chains"
9712   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9713   layout:
9714     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9715     layout: "plot-service-density"
9716
9717 - type: "plot"
9718   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9719   algorithm: "plot_nf_heatmap"
9720   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9721   data: "plot-vpp-nfv-3n-hsw-mrr"
9722   filter: "'NIC_Intel-XL710' and
9723            'NF_DENSITY' and
9724            'DOCKER' and
9725            'CHAIN' and
9726            'NF_VPPIP4' and
9727            'IPSEC' and
9728            'TNL_10000' and
9729            'IMIX' and
9730            '4T4C' and
9731            'MRR'"
9732   parameters:
9733   - "result"
9734   - "name"
9735   - "tags"
9736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9737   x-axis: "X = CNFs per Service Chain"
9738   y-axis: "Y = Number of Service Chains"
9739   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9740   layout:
9741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9742     layout: "plot-service-density"
9743
9744 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9745 - type: "plot"
9746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9747   algorithm: "plot_nf_heatmap"
9748   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9749   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9750   filter: "'NIC_Intel-XL710' and
9751            'NF_DENSITY' and
9752            'DOCKER' and
9753            'CHAIN' and
9754            'NF_VPPIP4' and
9755            'IPSEC' and
9756            'TNL_10000' and
9757            'IMIX' and
9758            '1T1C' and
9759            'NDRPDR'"
9760   parameters:
9761   - "throughput"
9762   - "name"
9763   - "tags"
9764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9765   x-axis: "X = CNFs per Service Chain"
9766   y-axis: "Y = Number of Service Chains"
9767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9768   layout:
9769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9770     layout: "plot-service-density"
9771
9772 - type: "plot"
9773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9774   algorithm: "plot_nf_heatmap"
9775   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9776   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9777   filter: "'NIC_Intel-XL710' and
9778            'NF_DENSITY' and
9779            'DOCKER' and
9780            'CHAIN' and
9781            'NF_VPPIP4' and
9782            'IPSEC' and
9783            'TNL_10000' and
9784            'IMIX' and
9785            '2T2C' and
9786            'NDRPDR'"
9787   parameters:
9788   - "throughput"
9789   - "name"
9790   - "tags"
9791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9792   x-axis: "X = CNFs per Service Chain"
9793   y-axis: "Y = Number of Service Chains"
9794   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9795   layout:
9796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9797     layout: "plot-service-density"
9798
9799 - type: "plot"
9800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9801   algorithm: "plot_nf_heatmap"
9802   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9803   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9804   filter: "'NIC_Intel-XL710' and
9805            'NF_DENSITY' and
9806            'DOCKER' and
9807            'CHAIN' and
9808            'NF_VPPIP4' and
9809            'IPSEC' and
9810            'TNL_10000' and
9811            'IMIX' and
9812            '4T4C' and
9813            'NDRPDR'"
9814   parameters:
9815   - "throughput"
9816   - "name"
9817   - "tags"
9818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9819   x-axis: "X = CNFs per Service Chain"
9820   y-axis: "Y = Number of Service Chains"
9821   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9822   layout:
9823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9824     layout: "plot-service-density"
9825
9826 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9827 - type: "plot"
9828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9829   algorithm: "plot_nf_heatmap"
9830   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9831   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9832   filter: "'NIC_Intel-XL710' and
9833            'NF_DENSITY' and
9834            'DOCKER' and
9835            'CHAIN' and
9836            'NF_VPPIP4' and
9837            'IPSEC' and
9838            'TNL_10000' and
9839            'IMIX' and
9840            '1T1C' and
9841            'NDRPDR'"
9842   parameters:
9843   - "throughput"
9844   - "name"
9845   - "tags"
9846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9847   x-axis: "X = CNFs per Service Chain"
9848   y-axis: "Y = Number of Service Chains"
9849   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9850   layout:
9851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9852     layout: "plot-service-density"
9853
9854 - type: "plot"
9855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9856   algorithm: "plot_nf_heatmap"
9857   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9858   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9859   filter: "'NIC_Intel-XL710' and
9860            'NF_DENSITY' and
9861            'DOCKER' and
9862            'CHAIN' and
9863            'NF_VPPIP4' and
9864            'IPSEC' and
9865            'TNL_10000' and
9866            'IMIX' and
9867            '2T2C' and
9868            'NDRPDR'"
9869   parameters:
9870   - "throughput"
9871   - "name"
9872   - "tags"
9873   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9874   x-axis: "X = CNFs per Service Chain"
9875   y-axis: "Y = Number of Service Chains"
9876   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9877   layout:
9878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9879     layout: "plot-service-density"
9880
9881 - type: "plot"
9882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9883   algorithm: "plot_nf_heatmap"
9884   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9885   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9886   filter: "'NIC_Intel-XL710' and
9887            'NF_DENSITY' and
9888            'DOCKER' and
9889            'CHAIN' and
9890            'NF_VPPIP4' and
9891            'IPSEC' and
9892            'TNL_10000' and
9893            'IMIX' and
9894            '4T4C' and
9895            'NDRPDR'"
9896   parameters:
9897   - "throughput"
9898   - "name"
9899   - "tags"
9900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9901   x-axis: "X = CNFs per Service Chain"
9902   y-axis: "Y = Number of Service Chains"
9903   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9904   layout:
9905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9906     layout: "plot-service-density"
9907
9908 ###############################################################################
9909
9910 # Plots - NF Density - CSP - MRR 64b
9911
9912 #- type: "plot"
9913 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9914 #  algorithm: "plot_nf_heatmap"
9915 #  output-file-type: ".html"
9916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9917 #  data: "plot-vpp-nfv-2n-skx-mrr"
9918 #  filter: "'NIC_Intel-XXV710' and
9919 #           'NF_DENSITY' and
9920 #           'DOCKER' and
9921 #           'PIPELINE' and
9922 #           'NF_VPPIP4' and
9923 #           '64B' and
9924 #           '2T1C' and
9925 #           'MRR'"
9926 #  parameters:
9927 #  - "result"
9928 #  - "name"
9929 #  - "tags"
9930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9931 #  x-axis: "X = CNFs per Service Pipeline"
9932 #  y-axis: "Y = Number of Service Pipelines"
9933 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9934 #  layout:
9935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9936 #    layout: "plot-service-density"
9937 #
9938 #- type: "plot"
9939 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9940 #  algorithm: "plot_nf_heatmap"
9941 #  output-file-type: ".html"
9942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9943 #  data: "plot-vpp-nfv-2n-skx-mrr"
9944 #  filter: "'NIC_Intel-XXV710' and
9945 #           'NF_DENSITY' and
9946 #           'DOCKER' and
9947 #           'PIPELINE' and
9948 #           'NF_VPPIP4' and
9949 #           '64B' and
9950 #           '4T2C' and
9951 #           'MRR'"
9952 #  parameters:
9953 #  - "result"
9954 #  - "name"
9955 #  - "tags"
9956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9957 #  x-axis: "X = CNFs per Service Pipeline"
9958 #  y-axis: "Y = Number of Service Pipelines"
9959 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9960 #  layout:
9961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9962 #    layout: "plot-service-density"
9963 #
9964 #- type: "plot"
9965 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9966 #  algorithm: "plot_nf_heatmap"
9967 #  output-file-type: ".html"
9968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9969 #  data: "plot-vpp-nfv-2n-skx-mrr"
9970 #  filter: "'NIC_Intel-XXV710' and
9971 #           'NF_DENSITY' and
9972 #           'DOCKER' and
9973 #           'PIPELINE' and
9974 #           'NF_VPPIP4' and
9975 #           '64B' and
9976 #           '8T4C' and
9977 #           'MRR'"
9978 #  parameters:
9979 #  - "result"
9980 #  - "name"
9981 #  - "tags"
9982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9983 #  x-axis: "X = CNFs per Service Pipeline"
9984 #  y-axis: "Y = Number of Service Pipelines"
9985 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9986 #  layout:
9987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9988 #    layout: "plot-service-density"
9989 #
9990 ## Plots - NF Density - CSP - MRR IMIX
9991 #- type: "plot"
9992 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9993 #  algorithm: "plot_nf_heatmap"
9994 #  output-file-type: ".html"
9995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9996 #  data: "plot-vpp-nfv-2n-skx-mrr"
9997 #  filter: "'NIC_Intel-XXV710' and
9998 #           'NF_DENSITY' and
9999 #           'DOCKER' and
10000 #           'PIPELINE' and
10001 #           'NF_VPPIP4' and
10002 #           'IMIX' and
10003 #           '2T1C' and
10004 #           'MRR'"
10005 #  parameters:
10006 #  - "result"
10007 #  - "name"
10008 #  - "tags"
10009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10010 #  x-axis: "X = CNFs per Service Pipeline"
10011 #  y-axis: "Y = Number of Service Pipelines"
10012 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10013 #  layout:
10014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10015 #    layout: "plot-service-density"
10016 #
10017 #- type: "plot"
10018 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10019 #  algorithm: "plot_nf_heatmap"
10020 #  output-file-type: ".html"
10021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10022 #  data: "plot-vpp-nfv-2n-skx-mrr"
10023 #  filter: "'NIC_Intel-XXV710' and
10024 #           'NF_DENSITY' and
10025 #           'DOCKER' and
10026 #           'PIPELINE' and
10027 #           'NF_VPPIP4' and
10028 #           'IMIX' and
10029 #           '4T2C' and
10030 #           'MRR'"
10031 #  parameters:
10032 #  - "result"
10033 #  - "name"
10034 #  - "tags"
10035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10036 #  x-axis: "X = CNFs per Service Pipeline"
10037 #  y-axis: "Y = Number of Service Pipelines"
10038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10039 #  layout:
10040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10041 #    layout: "plot-service-density"
10042 #
10043 #- type: "plot"
10044 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10045 #  algorithm: "plot_nf_heatmap"
10046 #  output-file-type: ".html"
10047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10048 #  data: "plot-vpp-nfv-2n-skx-mrr"
10049 #  filter: "'NIC_Intel-XXV710' and
10050 #           'NF_DENSITY' and
10051 #           'DOCKER' and
10052 #           'PIPELINE' and
10053 #           'NF_VPPIP4' and
10054 #           'IMIX' and
10055 #           '8T4C' and
10056 #           'MRR'"
10057 #  parameters:
10058 #  - "result"
10059 #  - "name"
10060 #  - "tags"
10061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10062 #  x-axis: "X = CNFs per Service Pipeline"
10063 #  y-axis: "Y = Number of Service Pipelines"
10064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10065 #  layout:
10066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10067 #    layout: "plot-service-density"
10068 #
10069 ## Plots - NF Density - CSP - NDR 64b
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10072 #  algorithm: "plot_nf_heatmap"
10073 #  output-file-type: ".html"
10074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10075 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10076 #  filter: "'NIC_Intel-XXV710' and
10077 #           'NF_DENSITY' and
10078 #           'DOCKER' and
10079 #           'PIPELINE' and
10080 #           'NF_VPPIP4' and
10081 #           '64B' and
10082 #           '2T1C' and
10083 #           'NDRPDR'"
10084 #  parameters:
10085 #  - "throughput"
10086 #  - "name"
10087 #  - "tags"
10088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10089 #  x-axis: "X = CNFs per Service Pipeline"
10090 #  y-axis: "Y = Number of Service Pipelines"
10091 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10092 #  layout:
10093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10094 #    layout: "plot-service-density"
10095 #
10096 #- type: "plot"
10097 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10098 #  algorithm: "plot_nf_heatmap"
10099 #  output-file-type: ".html"
10100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10101 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10102 #  filter: "'NIC_Intel-XXV710' and
10103 #           'NF_DENSITY' and
10104 #           'DOCKER' and
10105 #           'PIPELINE' and
10106 #           'NF_VPPIP4' and
10107 #           '64B' and
10108 #           '4T2C' and
10109 #           'NDRPDR'"
10110 #  parameters:
10111 #  - "throughput"
10112 #  - "name"
10113 #  - "tags"
10114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115 #  x-axis: "X = CNFs per Service Pipeline"
10116 #  y-axis: "Y = Number of Service Pipelines"
10117 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10118 #  layout:
10119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10120 #    layout: "plot-service-density"
10121 #
10122 #- type: "plot"
10123 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10124 #  algorithm: "plot_nf_heatmap"
10125 #  output-file-type: ".html"
10126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10127 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10128 #  filter: "'NIC_Intel-XXV710' and
10129 #           'NF_DENSITY' and
10130 #           'DOCKER' and
10131 #           'PIPELINE' and
10132 #           'NF_VPPIP4' and
10133 #           '64B' and
10134 #           '8T4C' and
10135 #           'NDRPDR'"
10136 #  parameters:
10137 #  - "throughput"
10138 #  - "name"
10139 #  - "tags"
10140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141 #  x-axis: "X = CNFs per Service Pipeline"
10142 #  y-axis: "Y = Number of Service Pipelines"
10143 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10144 #  layout:
10145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10146 #    layout: "plot-service-density"
10147 #
10148 ## Plots - NF Density - CSP - NDR IMIX
10149 #- type: "plot"
10150 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10151 #  algorithm: "plot_nf_heatmap"
10152 #  output-file-type: ".html"
10153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10155 #  filter: "'NIC_Intel-XXV710' and
10156 #           'NF_DENSITY' and
10157 #           'DOCKER' and
10158 #           'PIPELINE' and
10159 #           'NF_VPPIP4' and
10160 #           'IMIX' and
10161 #           '2T1C' and
10162 #           'NDRPDR'"
10163 #  parameters:
10164 #  - "throughput"
10165 #  - "name"
10166 #  - "tags"
10167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10168 #  x-axis: "X = CNFs per Service Pipeline"
10169 #  y-axis: "Y = Number of Service Pipelines"
10170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10171 #  layout:
10172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10173 #    layout: "plot-service-density"
10174 #
10175 #- type: "plot"
10176 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10177 #  algorithm: "plot_nf_heatmap"
10178 #  output-file-type: ".html"
10179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10180 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10181 #  filter: "'NIC_Intel-XXV710' and
10182 #           'NF_DENSITY' and
10183 #           'DOCKER' and
10184 #           'PIPELINE' and
10185 #           'NF_VPPIP4' and
10186 #           'IMIX' and
10187 #           '4T2C' and
10188 #           'NDRPDR'"
10189 #  parameters:
10190 #  - "throughput"
10191 #  - "name"
10192 #  - "tags"
10193 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10194 #  x-axis: "X = CNFs per Service Pipeline"
10195 #  y-axis: "Y = Number of Service Pipelines"
10196 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10197 #  layout:
10198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10199 #    layout: "plot-service-density"
10200 #
10201 #- type: "plot"
10202 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10203 #  algorithm: "plot_nf_heatmap"
10204 #  output-file-type: ".html"
10205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10207 #  filter: "'NIC_Intel-XXV710' and
10208 #           'NF_DENSITY' and
10209 #           'DOCKER' and
10210 #           'PIPELINE' and
10211 #           'NF_VPPIP4' and
10212 #           'IMIX' and
10213 #           '8T4C' and
10214 #           'NDRPDR'"
10215 #  parameters:
10216 #  - "throughput"
10217 #  - "name"
10218 #  - "tags"
10219 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10220 #  x-axis: "X = CNFs per Service Pipeline"
10221 #  y-axis: "Y = Number of Service Pipelines"
10222 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10223 #  layout:
10224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10225 #    layout: "plot-service-density"
10226 #
10227 ## Plots - NF Density - CSP - PDR 64b
10228 #- type: "plot"
10229 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10230 #  algorithm: "plot_nf_heatmap"
10231 #  output-file-type: ".html"
10232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10234 #  filter: "'NIC_Intel-XXV710' and
10235 #           'NF_DENSITY' and
10236 #           'DOCKER' and
10237 #           'PIPELINE' and
10238 #           'NF_VPPIP4' and
10239 #           '64B' and
10240 #           '2T1C' and
10241 #           'NDRPDR'"
10242 #  parameters:
10243 #  - "throughput"
10244 #  - "name"
10245 #  - "tags"
10246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10247 #  x-axis: "X = CNFs per Service Pipeline"
10248 #  y-axis: "Y = Number of Service Pipelines"
10249 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10250 #  layout:
10251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10252 #    layout: "plot-service-density"
10253 #
10254 #- type: "plot"
10255 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10256 #  algorithm: "plot_nf_heatmap"
10257 #  output-file-type: ".html"
10258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10260 #  filter: "'NIC_Intel-XXV710' and
10261 #           'NF_DENSITY' and
10262 #           'DOCKER' and
10263 #           'PIPELINE' and
10264 #           'NF_VPPIP4' and
10265 #           '64B' and
10266 #           '4T2C' and
10267 #           'NDRPDR'"
10268 #  parameters:
10269 #  - "throughput"
10270 #  - "name"
10271 #  - "tags"
10272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10273 #  x-axis: "X = CNFs per Service Pipeline"
10274 #  y-axis: "Y = Number of Service Pipelines"
10275 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10276 #  layout:
10277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10278 #    layout: "plot-service-density"
10279 #
10280 #- type: "plot"
10281 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10282 #  algorithm: "plot_nf_heatmap"
10283 #  output-file-type: ".html"
10284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10286 #  filter: "'NIC_Intel-XXV710' and
10287 #           'NF_DENSITY' and
10288 #           'DOCKER' and
10289 #           'PIPELINE' and
10290 #           'NF_VPPIP4' and
10291 #           '64B' and
10292 #           '8T4C' and
10293 #           'NDRPDR'"
10294 #  parameters:
10295 #  - "throughput"
10296 #  - "name"
10297 #  - "tags"
10298 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10299 #  x-axis: "X = CNFs per Service Pipeline"
10300 #  y-axis: "Y = Number of Service Pipelines"
10301 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10302 #  layout:
10303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10304 #    layout: "plot-service-density"
10305 #
10306 ## Plots - NF Density - CSP - PDR IMIX
10307 #- type: "plot"
10308 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10309 #  algorithm: "plot_nf_heatmap"
10310 #  output-file-type: ".html"
10311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10312 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10313 #  filter: "'NIC_Intel-XXV710' and
10314 #           'NF_DENSITY' and
10315 #           'DOCKER' and
10316 #           'PIPELINE' and
10317 #           'NF_VPPIP4' and
10318 #           'IMIX' and
10319 #           '2T1C' and
10320 #           'NDRPDR'"
10321 #  parameters:
10322 #  - "throughput"
10323 #  - "name"
10324 #  - "tags"
10325 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10326 #  x-axis: "X = CNFs per Service Pipeline"
10327 #  y-axis: "Y = Number of Service Pipelines"
10328 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10329 #  layout:
10330 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10331 #    layout: "plot-service-density"
10332 #
10333 #- type: "plot"
10334 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10335 #  algorithm: "plot_nf_heatmap"
10336 #  output-file-type: ".html"
10337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10338 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10339 #  filter: "'NIC_Intel-XXV710' and
10340 #           'NF_DENSITY' and
10341 #           'DOCKER' and
10342 #           'PIPELINE' and
10343 #           'NF_VPPIP4' and
10344 #           'IMIX' and
10345 #           '4T2C' and
10346 #           'NDRPDR'"
10347 #  parameters:
10348 #  - "throughput"
10349 #  - "name"
10350 #  - "tags"
10351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10352 #  x-axis: "X = CNFs per Service Pipeline"
10353 #  y-axis: "Y = Number of Service Pipelines"
10354 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10355 #  layout:
10356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10357 #    layout: "plot-service-density"
10358 #
10359 #- type: "plot"
10360 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10361 #  algorithm: "plot_nf_heatmap"
10362 #  output-file-type: ".html"
10363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10364 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10365 #  filter: "'NIC_Intel-XXV710' and
10366 #           'NF_DENSITY' and
10367 #           'DOCKER' and
10368 #           'PIPELINE' and
10369 #           'NF_VPPIP4' and
10370 #           'IMIX' and
10371 #           '8T4C' and
10372 #           'NDRPDR'"
10373 #  parameters:
10374 #  - "throughput"
10375 #  - "name"
10376 #  - "tags"
10377 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10378 #  x-axis: "X = CNFs per Service Pipeline"
10379 #  y-axis: "Y = Number of Service Pipelines"
10380 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10381 #  layout:
10382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10383 #    layout: "plot-service-density"
10384
10385 ###############################################################################
10386 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10387
10388 - type: "plot"
10389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10390   algorithm: "plot_nf_heatmap"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10393   data: "plot-vpp-nfv-2n-clx-mrr"
10394   filter: "'NIC_Intel-XXV710' and
10395            'NF_DENSITY' and
10396            'VHOST' and
10397            not 'VXLAN' and
10398            'CHAIN' and
10399            'NF_VPPIP4' and
10400            'IMIX' and
10401            '2T1C' and
10402            'MRR'"
10403   parameters:
10404   - "result"
10405   - "name"
10406   - "tags"
10407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10408   x-axis: "X = VNFs per Service Chain"
10409   y-axis: "Y = Number of Service Chains"
10410   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10411   layout:
10412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10413     layout: "plot-service-density"
10414
10415 - type: "plot"
10416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10417   algorithm: "plot_nf_heatmap"
10418   output-file-type: ".html"
10419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10420   data: "plot-vpp-nfv-2n-clx-mrr"
10421   filter: "'NIC_Intel-XXV710' and
10422            'NF_DENSITY' and
10423            'VHOST' and
10424            not 'VXLAN' and
10425            'CHAIN' and
10426            'NF_VPPIP4' and
10427            'IMIX' and
10428            '4T2C' and
10429            'MRR'"
10430   parameters:
10431   - "result"
10432   - "name"
10433   - "tags"
10434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10435   x-axis: "X = VNFs per Service Chain"
10436   y-axis: "Y = Number of Service Chains"
10437   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10438   layout:
10439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10440     layout: "plot-service-density"
10441
10442 - type: "plot"
10443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10444   algorithm: "plot_nf_heatmap"
10445   output-file-type: ".html"
10446   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10447   data: "plot-vpp-nfv-2n-clx-mrr"
10448   filter: "'NIC_Intel-XXV710' and
10449            'NF_DENSITY' and
10450            'VHOST' and
10451            not 'VXLAN' and
10452            'CHAIN' and
10453            'NF_VPPIP4' and
10454            'IMIX' and
10455            '8T4C' and
10456            'MRR'"
10457   parameters:
10458   - "result"
10459   - "name"
10460   - "tags"
10461   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10462   x-axis: "X = VNFs per Service Chain"
10463   y-axis: "Y = Number of Service Chains"
10464   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10465   layout:
10466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10467     layout: "plot-service-density"
10468
10469 # Plots - NF Density - VSC - NDR IMIX
10470 - type: "plot"
10471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10472   algorithm: "plot_nf_heatmap"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10475   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10476   filter: "'NIC_Intel-XXV710' and
10477            'NF_DENSITY' and
10478            'VHOST' and
10479            not 'VXLAN' and
10480            'CHAIN' and
10481            'NF_VPPIP4' and
10482            'IMIX' and
10483            '2T1C' and
10484            'NDRPDR'"
10485   parameters:
10486   - "throughput"
10487   - "name"
10488   - "tags"
10489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10490   x-axis: "X = VNFs per Service Chain"
10491   y-axis: "Y = Number of Service Chains"
10492   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10493   layout:
10494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10495     layout: "plot-service-density"
10496
10497 - type: "plot"
10498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10499   algorithm: "plot_nf_heatmap"
10500   output-file-type: ".html"
10501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10502   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10503   filter: "'NIC_Intel-XXV710' and
10504            'NF_DENSITY' and
10505            'VHOST' and
10506            not 'VXLAN' and
10507            'CHAIN' and
10508            'NF_VPPIP4' and
10509            'IMIX' and
10510            '4T2C' and
10511            'NDRPDR'"
10512   parameters:
10513   - "throughput"
10514   - "name"
10515   - "tags"
10516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10517   x-axis: "X = VNFs per Service Chain"
10518   y-axis: "Y = Number of Service Chains"
10519   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10520   layout:
10521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10522     layout: "plot-service-density"
10523
10524 - type: "plot"
10525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10526   algorithm: "plot_nf_heatmap"
10527   output-file-type: ".html"
10528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10529   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10530   filter: "'NIC_Intel-XXV710' and
10531            'NF_DENSITY' and
10532            'VHOST' and
10533            not 'VXLAN' and
10534            'CHAIN' and
10535            'NF_VPPIP4' and
10536            'IMIX' and
10537            '8T4C' and
10538            'NDRPDR'"
10539   parameters:
10540   - "throughput"
10541   - "name"
10542   - "tags"
10543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10544   x-axis: "X = VNFs per Service Chain"
10545   y-axis: "Y = Number of Service Chains"
10546   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10547   layout:
10548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10549     layout: "plot-service-density"
10550
10551 # Plots - NF Density - VSC - PDR IMIX
10552 - type: "plot"
10553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10554   algorithm: "plot_nf_heatmap"
10555   output-file-type: ".html"
10556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10557   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10558   filter: "'NIC_Intel-XXV710' and
10559            'NF_DENSITY' and
10560            'VHOST' and
10561            not 'VXLAN' and
10562            'CHAIN' and
10563            'NF_VPPIP4' and
10564            'IMIX' and
10565            '2T1C' and
10566            'NDRPDR'"
10567   parameters:
10568   - "throughput"
10569   - "name"
10570   - "tags"
10571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10572   x-axis: "X = VNFs per Service Chain"
10573   y-axis: "Y = Number of Service Chains"
10574   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10575   layout:
10576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10577     layout: "plot-service-density"
10578
10579 - type: "plot"
10580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10581   algorithm: "plot_nf_heatmap"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10584   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10585   filter: "'NIC_Intel-XXV710' and
10586            'NF_DENSITY' and
10587            'VHOST' and
10588            not 'VXLAN' and
10589            'CHAIN' and
10590            'NF_VPPIP4' and
10591            'IMIX' and
10592            '4T2C' and
10593            'NDRPDR'"
10594   parameters:
10595   - "throughput"
10596   - "name"
10597   - "tags"
10598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10599   x-axis: "X = VNFs per Service Chain"
10600   y-axis: "Y = Number of Service Chains"
10601   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10602   layout:
10603     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10604     layout: "plot-service-density"
10605
10606 - type: "plot"
10607   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10608   algorithm: "plot_nf_heatmap"
10609   output-file-type: ".html"
10610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10611   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10612   filter: "'NIC_Intel-XXV710' and
10613            'NF_DENSITY' and
10614            'VHOST' and
10615            not 'VXLAN' and
10616            'CHAIN' and
10617            'NF_VPPIP4' and
10618            'IMIX' and
10619            '8T4C' and
10620            'NDRPDR'"
10621   parameters:
10622   - "throughput"
10623   - "name"
10624   - "tags"
10625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10626   x-axis: "X = VNFs per Service Chain"
10627   y-axis: "Y = Number of Service Chains"
10628   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10629   layout:
10630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10631     layout: "plot-service-density"
10632
10633 # Plots - NF Density - VSC - MRR IMIX
10634 - type: "plot"
10635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10636   algorithm: "plot_nf_heatmap"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10639   data: "plot-vpp-nfv-2n-clx-mrr"
10640   filter: "'NIC_Intel-XXV710' and
10641            'NF_DENSITY' and
10642            'VHOST' and
10643            'VXLAN' and
10644            'CHAIN' and
10645            'IMIX' and
10646            '2T1C' and
10647            'MRR'"
10648   parameters:
10649   - "result"
10650   - "name"
10651   - "tags"
10652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10653   x-axis: "X = VNFs per Service Chain"
10654   y-axis: "Y = Number of Service Chains"
10655   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10656   layout:
10657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10658     layout: "plot-service-density"
10659
10660 - type: "plot"
10661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10662   algorithm: "plot_nf_heatmap"
10663   output-file-type: ".html"
10664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10665   data: "plot-vpp-nfv-2n-clx-mrr"
10666   filter: "'NIC_Intel-XXV710' and
10667            'NF_DENSITY' and
10668            'VHOST' and
10669            'VXLAN' and
10670            'CHAIN' and
10671            'IMIX' and
10672            '4T2C' and
10673            'MRR'"
10674   parameters:
10675   - "result"
10676   - "name"
10677   - "tags"
10678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10679   x-axis: "X = VNFs per Service Chain"
10680   y-axis: "Y = Number of Service Chains"
10681   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10682   layout:
10683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10684     layout: "plot-service-density"
10685
10686 - type: "plot"
10687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10688   algorithm: "plot_nf_heatmap"
10689   output-file-type: ".html"
10690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10691   data: "plot-vpp-nfv-2n-clx-mrr"
10692   filter: "'NIC_Intel-XXV710' and
10693            'NF_DENSITY' and
10694            'VHOST' and
10695            'VXLAN' and
10696            'CHAIN' and
10697            'IMIX' and
10698            '8T4C' and
10699            'MRR'"
10700   parameters:
10701   - "result"
10702   - "name"
10703   - "tags"
10704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10705   x-axis: "X = VNFs per Service Chain"
10706   y-axis: "Y = Number of Service Chains"
10707   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10708   layout:
10709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10710     layout: "plot-service-density"
10711
10712 # Plots - NF Density - VSC - NDR IMIX
10713 - type: "plot"
10714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10715   algorithm: "plot_nf_heatmap"
10716   output-file-type: ".html"
10717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10718   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10719   filter: "'NIC_Intel-XXV710' and
10720            'NF_DENSITY' and
10721            'VHOST' and
10722            'VXLAN' and
10723            'CHAIN' a
10724            'IMIX' and
10725            '2T1C' and
10726            'NDRPDR'"
10727   parameters:
10728   - "throughput"
10729   - "name"
10730   - "tags"
10731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10732   x-axis: "X = VNFs per Service Chain"
10733   y-axis: "Y = Number of Service Chains"
10734   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10735   layout:
10736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10737     layout: "plot-service-density"
10738
10739 - type: "plot"
10740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10741   algorithm: "plot_nf_heatmap"
10742   output-file-type: ".html"
10743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10744   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10745   filter: "'NIC_Intel-XXV710' and
10746            'NF_DENSITY' and
10747            'VHOST' and
10748            'VXLAN' and
10749            'CHAIN' and
10750            'IMIX' and
10751            '4T2C' and
10752            'NDRPDR'"
10753   parameters:
10754   - "throughput"
10755   - "name"
10756   - "tags"
10757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10758   x-axis: "X = VNFs per Service Chain"
10759   y-axis: "Y = Number of Service Chains"
10760   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10761   layout:
10762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10763     layout: "plot-service-density"
10764
10765 - type: "plot"
10766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10767   algorithm: "plot_nf_heatmap"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10770   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10771   filter: "'NIC_Intel-XXV710' and
10772            'NF_DENSITY' and
10773            'VHOST' and
10774            'VXLAN' and
10775            'CHAIN' and
10776            'IMIX' and
10777            '8T4C' and
10778            'NDRPDR'"
10779   parameters:
10780   - "throughput"
10781   - "name"
10782   - "tags"
10783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10784   x-axis: "X = VNFs per Service Chain"
10785   y-axis: "Y = Number of Service Chains"
10786   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10787   layout:
10788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10789     layout: "plot-service-density"
10790
10791 # Plots - NF Density - VSC - PDR IMIX
10792 - type: "plot"
10793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10794   algorithm: "plot_nf_heatmap"
10795   output-file-type: ".html"
10796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10797   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10798   filter: "'NIC_Intel-XXV710' and
10799            'NF_DENSITY' and
10800            'VHOST' and
10801            'VXLAN' and
10802            'CHAIN' and
10803            'IMIX' and
10804            '2T1C' and
10805            'NDRPDR'"
10806   parameters:
10807   - "throughput"
10808   - "name"
10809   - "tags"
10810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10811   x-axis: "X = VNFs per Service Chain"
10812   y-axis: "Y = Number of Service Chains"
10813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10814   layout:
10815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10816     layout: "plot-service-density"
10817
10818 - type: "plot"
10819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10820   algorithm: "plot_nf_heatmap"
10821   output-file-type: ".html"
10822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10823   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10824   filter: "'NIC_Intel-XXV710' and
10825            'NF_DENSITY' and
10826            'VHOST' and
10827            'VXLAN' and
10828            'CHAIN' and
10829            'IMIX' and
10830            '4T2C' and
10831            'NDRPDR'"
10832   parameters:
10833   - "throughput"
10834   - "name"
10835   - "tags"
10836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10837   x-axis: "X = VNFs per Service Chain"
10838   y-axis: "Y = Number of Service Chains"
10839   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10840   layout:
10841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10842     layout: "plot-service-density"
10843
10844 - type: "plot"
10845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10846   algorithm: "plot_nf_heatmap"
10847   output-file-type: ".html"
10848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10849   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10850   filter: "'NIC_Intel-XXV710' and
10851            'NF_DENSITY' and
10852            'VHOST' and
10853            'VXLAN' and
10854            'CHAIN' and
10855            'IMIX' and
10856            '8T4C' and
10857            'NDRPDR'"
10858   parameters:
10859   - "throughput"
10860   - "name"
10861   - "tags"
10862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10863   x-axis: "X = VNFs per Service Chain"
10864   y-axis: "Y = Number of Service Chains"
10865   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10866   layout:
10867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10868     layout: "plot-service-density"
10869
10870 # Plots - NF Density - CSC - MRR IMIX
10871 - type: "plot"
10872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10873   algorithm: "plot_nf_heatmap"
10874   output-file-type: ".html"
10875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10876   data: "plot-vpp-nfv-2n-clx-mrr"
10877   filter: "'NIC_Intel-XXV710' and
10878            'NF_DENSITY' and
10879            'DOCKER' and
10880            'CHAIN' and
10881            'NF_VPPIP4' and
10882            'IMIX' and
10883            '2T1C' and
10884            'MRR'"
10885   parameters:
10886   - "result"
10887   - "name"
10888   - "tags"
10889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10890   x-axis: "X = CNFs per Service Chain"
10891   y-axis: "Y = Number of Service Chains"
10892   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10893   layout:
10894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10895     layout: "plot-service-density"
10896
10897 - type: "plot"
10898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10899   algorithm: "plot_nf_heatmap"
10900   output-file-type: ".html"
10901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10902   data: "plot-vpp-nfv-2n-clx-mrr"
10903   filter: "'NIC_Intel-XXV710' and
10904            'NF_DENSITY' and
10905            'DOCKER' and
10906            'CHAIN' and
10907            'NF_VPPIP4' and
10908            'IMIX' and
10909            '4T2C' and
10910            'MRR'"
10911   parameters:
10912   - "result"
10913   - "name"
10914   - "tags"
10915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10916   x-axis: "X = CNFs per Service Chain"
10917   y-axis: "Y = Number of Service Chains"
10918   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10919   layout:
10920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10921     layout: "plot-service-density"
10922
10923 - type: "plot"
10924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10925   algorithm: "plot_nf_heatmap"
10926   output-file-type: ".html"
10927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10928   data: "plot-vpp-nfv-2n-clx-mrr"
10929   filter: "'NIC_Intel-XXV710' and
10930            'NF_DENSITY' and
10931            'DOCKER' and
10932            'CHAIN' and
10933            'NF_VPPIP4' and
10934            'IMIX' and
10935            '8T4C' and
10936            'MRR'"
10937   parameters:
10938   - "result"
10939   - "name"
10940   - "tags"
10941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10942   x-axis: "X = CNFs per Service Chain"
10943   y-axis: "Y = Number of Service Chains"
10944   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10945   layout:
10946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10947     layout: "plot-service-density"
10948
10949 # Plots - NF Density - CSC - NDR IMIX
10950 - type: "plot"
10951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10952   algorithm: "plot_nf_heatmap"
10953   output-file-type: ".html"
10954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10955   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10956   filter: "'NIC_Intel-XXV710' and
10957            'NF_DENSITY' and
10958            'DOCKER' and
10959            'CHAIN' and
10960            'NF_VPPIP4' and
10961            'IMIX' and
10962            '2T1C' and
10963            'NDRPDR'"
10964   parameters:
10965   - "throughput"
10966   - "name"
10967   - "tags"
10968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10969   x-axis: "X = CNFs per Service Chain"
10970   y-axis: "Y = Number of Service Chains"
10971   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10972   layout:
10973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10974     layout: "plot-service-density"
10975
10976 - type: "plot"
10977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10978   algorithm: "plot_nf_heatmap"
10979   output-file-type: ".html"
10980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10981   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10982   filter: "'NIC_Intel-XXV710' and
10983            'NF_DENSITY' and
10984            'DOCKER' and
10985            'CHAIN' and
10986            'NF_VPPIP4' and
10987            'IMIX' and
10988            '4T2C' and
10989            'NDRPDR'"
10990   parameters:
10991   - "throughput"
10992   - "name"
10993   - "tags"
10994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10995   x-axis: "X = CNFs per Service Chain"
10996   y-axis: "Y = Number of Service Chains"
10997   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10998   layout:
10999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11000     layout: "plot-service-density"
11001
11002 - type: "plot"
11003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11004   algorithm: "plot_nf_heatmap"
11005   output-file-type: ".html"
11006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11007   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11008   filter: "'NIC_Intel-XXV710' and
11009            'NF_DENSITY' and
11010            'DOCKER' and
11011            'CHAIN' and
11012            'NF_VPPIP4' and
11013            'IMIX' and
11014            '8T4C' and
11015            'NDRPDR'"
11016   parameters:
11017   - "throughput"
11018   - "name"
11019   - "tags"
11020   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11021   x-axis: "X = CNFs per Service Chain"
11022   y-axis: "Y = Number of Service Chains"
11023   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11024   layout:
11025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11026     layout: "plot-service-density"
11027
11028 # Plots - NF Density - CSC - PDR IMIX
11029 - type: "plot"
11030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11031   algorithm: "plot_nf_heatmap"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11034   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11035   filter: "'NIC_Intel-XXV710' and
11036            'NF_DENSITY' and
11037            'DOCKER' and
11038            'CHAIN' and
11039            'NF_VPPIP4' and
11040            'IMIX' and
11041            '2T1C' and
11042            'NDRPDR'"
11043   parameters:
11044   - "throughput"
11045   - "name"
11046   - "tags"
11047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11048   x-axis: "X = CNFs per Service Chain"
11049   y-axis: "Y = Number of Service Chains"
11050   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11051   layout:
11052     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11053     layout: "plot-service-density"
11054
11055 - type: "plot"
11056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11057   algorithm: "plot_nf_heatmap"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11060   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11061   filter: "'NIC_Intel-XXV710' and
11062            'NF_DENSITY' and
11063            'DOCKER' and
11064            'CHAIN' and
11065            'NF_VPPIP4' and
11066            'IMIX' and
11067            '4T2C' and
11068            'NDRPDR'"
11069   parameters:
11070   - "throughput"
11071   - "name"
11072   - "tags"
11073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11074   x-axis: "X = CNFs per Service Chain"
11075   y-axis: "Y = Number of Service Chains"
11076   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11077   layout:
11078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11079     layout: "plot-service-density"
11080
11081 - type: "plot"
11082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11083   algorithm: "plot_nf_heatmap"
11084   output-file-type: ".html"
11085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11086   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11087   filter: "'NIC_Intel-XXV710' and
11088            'NF_DENSITY' and
11089            'DOCKER' and
11090            'CHAIN' and
11091            'NF_VPPIP4' and
11092            'IMIX' and
11093            '8T4C' and
11094            'NDRPDR'"
11095   parameters:
11096   - "throughput"
11097   - "name"
11098   - "tags"
11099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11100   x-axis: "X = CNFs per Service Chain"
11101   y-axis: "Y = Number of Service Chains"
11102   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11103   layout:
11104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11105     layout: "plot-service-density"
11106
11107 # Plots - NF Density - CSP - MRR IMIX
11108 - type: "plot"
11109   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11110   algorithm: "plot_nf_heatmap"
11111   output-file-type: ".html"
11112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11113   data: "plot-vpp-nfv-2n-clx-mrr"
11114   filter: "'NIC_Intel-XXV710' and
11115            'NF_DENSITY' and
11116            'DOCKER' and
11117            'PIPELINE' and
11118            'NF_VPPIP4' and
11119            'IMIX' and
11120            '2T1C' and
11121            'MRR'"
11122   parameters:
11123   - "result"
11124   - "name"
11125   - "tags"
11126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11127   x-axis: "X = CNFs per Service Pipeline"
11128   y-axis: "Y = Number of Service Pipelines"
11129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11130   layout:
11131     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11132     layout: "plot-service-density"
11133
11134 - type: "plot"
11135   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11136   algorithm: "plot_nf_heatmap"
11137   output-file-type: ".html"
11138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11139   data: "plot-vpp-nfv-2n-clx-mrr"
11140   filter: "'NIC_Intel-XXV710' and
11141            'NF_DENSITY' and
11142            'DOCKER' and
11143            'PIPELINE' and
11144            'NF_VPPIP4' and
11145            'IMIX' and
11146            '4T2C' and
11147            'MRR'"
11148   parameters:
11149   - "result"
11150   - "name"
11151   - "tags"
11152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11153   x-axis: "X = CNFs per Service Pipeline"
11154   y-axis: "Y = Number of Service Pipelines"
11155   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11156   layout:
11157     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11158     layout: "plot-service-density"
11159
11160 - type: "plot"
11161   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11162   algorithm: "plot_nf_heatmap"
11163   output-file-type: ".html"
11164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11165   data: "plot-vpp-nfv-2n-clx-mrr"
11166   filter: "'NIC_Intel-XXV710' and
11167            'NF_DENSITY' and
11168            'DOCKER' and
11169            'PIPELINE' and
11170            'NF_VPPIP4' and
11171            'IMIX' and
11172            '8T4C' and
11173            'MRR'"
11174   parameters:
11175   - "result"
11176   - "name"
11177   - "tags"
11178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11179   x-axis: "X = CNFs per Service Pipeline"
11180   y-axis: "Y = Number of Service Pipelines"
11181   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11182   layout:
11183     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11184     layout: "plot-service-density"
11185
11186 # Plots - NF Density - CSP - NDR IMIX
11187 - type: "plot"
11188   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11189   algorithm: "plot_nf_heatmap"
11190   output-file-type: ".html"
11191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11192   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11193   filter: "'NIC_Intel-XXV710' and
11194            'NF_DENSITY' and
11195            'DOCKER' and
11196            'PIPELINE' and
11197            'NF_VPPIP4' and
11198            'IMIX' and
11199            '2T1C' and
11200            'NDRPDR'"
11201   parameters:
11202   - "throughput"
11203   - "name"
11204   - "tags"
11205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11206   x-axis: "X = CNFs per Service Pipeline"
11207   y-axis: "Y = Number of Service Pipelines"
11208   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11209   layout:
11210     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11211     layout: "plot-service-density"
11212
11213 - type: "plot"
11214   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11215   algorithm: "plot_nf_heatmap"
11216   output-file-type: ".html"
11217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11218   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11219   filter: "'NIC_Intel-XXV710' and
11220            'NF_DENSITY' and
11221            'DOCKER' and
11222            'PIPELINE' and
11223            'NF_VPPIP4' and
11224            'IMIX' and
11225            '4T2C' and
11226            'NDRPDR'"
11227   parameters:
11228   - "throughput"
11229   - "name"
11230   - "tags"
11231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11232   x-axis: "X = CNFs per Service Pipeline"
11233   y-axis: "Y = Number of Service Pipelines"
11234   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11235   layout:
11236     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11237     layout: "plot-service-density"
11238
11239 - type: "plot"
11240   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11241   algorithm: "plot_nf_heatmap"
11242   output-file-type: ".html"
11243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11244   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11245   filter: "'NIC_Intel-XXV710' and
11246            'NF_DENSITY' and
11247            'DOCKER' and
11248            'PIPELINE' and
11249            'NF_VPPIP4' and
11250            'IMIX' and
11251            '8T4C' and
11252            'NDRPDR'"
11253   parameters:
11254   - "throughput"
11255   - "name"
11256   - "tags"
11257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11258   x-axis: "X = CNFs per Service Pipeline"
11259   y-axis: "Y = Number of Service Pipelines"
11260   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11261   layout:
11262     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11263     layout: "plot-service-density"
11264
11265 # Plots - NF Density - CSP - PDR IMIX
11266 - type: "plot"
11267   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11268   algorithm: "plot_nf_heatmap"
11269   output-file-type: ".html"
11270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11271   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11272   filter: "'NIC_Intel-XXV710' and
11273            'NF_DENSITY' and
11274            'DOCKER' and
11275            'PIPELINE' and
11276            'NF_VPPIP4' and
11277            'IMIX' and
11278            '2T1C' and
11279            'NDRPDR'"
11280   parameters:
11281   - "throughput"
11282   - "name"
11283   - "tags"
11284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11285   x-axis: "X = CNFs per Service Pipeline"
11286   y-axis: "Y = Number of Service Pipelines"
11287   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11288   layout:
11289     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11290     layout: "plot-service-density"
11291
11292 - type: "plot"
11293   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11294   algorithm: "plot_nf_heatmap"
11295   output-file-type: ".html"
11296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11297   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11298   filter: "'NIC_Intel-XXV710' and
11299            'NF_DENSITY' and
11300            'DOCKER' and
11301            'PIPELINE' and
11302            'NF_VPPIP4' and
11303            'IMIX' and
11304            '4T2C' and
11305            'NDRPDR'"
11306   parameters:
11307   - "throughput"
11308   - "name"
11309   - "tags"
11310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11311   x-axis: "X = CNFs per Service Pipeline"
11312   y-axis: "Y = Number of Service Pipelines"
11313   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11314   layout:
11315     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11316     layout: "plot-service-density"
11317
11318 - type: "plot"
11319   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11320   algorithm: "plot_nf_heatmap"
11321   output-file-type: ".html"
11322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11323   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11324   filter: "'NIC_Intel-XXV710' and
11325            'NF_DENSITY' and
11326            'DOCKER' and
11327            'PIPELINE' and
11328            'NF_VPPIP4' and
11329            'IMIX' and
11330            '8T4C' and
11331            'NDRPDR'"
11332   parameters:
11333   - "throughput"
11334   - "name"
11335   - "tags"
11336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11337   x-axis: "X = CNFs per Service Pipeline"
11338   y-axis: "Y = Number of Service Pipelines"
11339   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11340   layout:
11341     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11342     layout: "plot-service-density"
11343
11344 ################################################################################
11345
11346 # Packet Throughput
11347
11348 - type: "plot"
11349   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11350   algorithm: "plot_perf_box_name"
11351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11353   include:
11354     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11358   layout:
11359     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11360     layout: "plot-throughput"
11361
11362 - type: "plot"
11363   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11364   algorithm: "plot_perf_box_name"
11365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11367   include:
11368     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11372   layout:
11373     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11374     layout: "plot-throughput"
11375
11376 - type: "plot"
11377   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11378   algorithm: "plot_perf_box_name"
11379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11381   include:
11382     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11386   layout:
11387     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11388     layout: "plot-throughput"
11389
11390 - type: "plot"
11391   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11392   algorithm: "plot_perf_box_name"
11393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11395   include:
11396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11400   layout:
11401     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11402     layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11409   include:
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11415   layout:
11416     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11421   algorithm: "plot_perf_box_name"
11422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11424   include:
11425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11430   layout:
11431     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11432     layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11439   include:
11440     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11443     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11444     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11445   layout:
11446     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454   include:
11455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11458     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11460   layout:
11461     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11469   include:
11470     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11471     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11472     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11473     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11474     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11475   layout:
11476     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11484   include:
11485     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11486     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11487     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11488     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11489     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11490   layout:
11491     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11506   layout:
11507     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11522   layout:
11523     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11531   include:
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11537   layout:
11538     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11546   include:
11547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11552   layout:
11553     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11554     layout: "plot-throughput"
11555
11556 - type: "plot"
11557   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11558   algorithm: "plot_perf_box_name"
11559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11561   include:
11562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11565   layout:
11566     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11567     layout: "plot-throughput"
11568
11569 - type: "plot"
11570   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11574   include:
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11578   layout:
11579     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11593   layout:
11594     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11595     layout: "plot-throughput"
11596
11597 - type: "plot"
11598   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11599   algorithm: "plot_perf_box_name"
11600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11602   include:
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11608   layout:
11609     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11617   include:
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11621   layout:
11622     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11634   layout:
11635     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11643   include:
11644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11650   layout:
11651     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11659   include:
11660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11666   layout:
11667     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11675   include:
11676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11682   layout:
11683     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11698   layout:
11699     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11704   algorithm: "plot_perf_box_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11706   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11707   include:
11708     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11711   layout:
11712     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11720   include:
11721     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11724   layout:
11725     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11737 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11738 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11739   layout:
11740     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11752 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11753 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11754   layout:
11755     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11756     layout: "plot-throughput"
11757
11758 - type: "plot"
11759   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11760   algorithm: "plot_perf_box_name"
11761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11763   include:
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11769   layout:
11770     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11771     layout: "plot-throughput"
11772
11773 - type: "plot"
11774   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11775   algorithm: "plot_perf_box_name"
11776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11778   include:
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11784   layout:
11785     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11799   layout:
11800     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11808   include:
11809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11814   layout:
11815     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11823   include:
11824     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11830   layout:
11831     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11846   layout:
11847     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11848     layout: "plot-throughput"
11849
11850 - type: "plot"
11851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11855   include:
11856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11862   layout:
11863     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11871   include:
11872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11878   layout:
11879     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11887   include:
11888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11893   layout:
11894     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11902   include:
11903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11908   layout:
11909     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11917   include:
11918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11924   layout:
11925     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11940   layout:
11941     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11949   include:
11950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11955   layout:
11956     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11963   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11964   include:
11965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11970   layout:
11971     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11978   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11979   include:
11980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11986   layout:
11987     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11994   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11995   include:
11996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12002   layout:
12003     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12011   include:
12012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12017   layout:
12018     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12026   include:
12027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12032   layout:
12033     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12041   include:
12042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12048   layout:
12049     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12064   layout:
12065     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12073   include:
12074     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12076   layout:
12077     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12088   layout:
12089     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097   include:
12098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12102   layout:
12103     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12116   layout:
12117     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12125   include:
12126     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12130   layout:
12131     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12144   layout:
12145     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12153   include:
12154     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12158   layout:
12159     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12166   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12167   include:
12168     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12172   layout:
12173     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12180   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12181   include:
12182     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12186   layout:
12187     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12195   include:
12196     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12200   layout:
12201     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12216   layout:
12217     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12225   include:
12226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12232   layout:
12233     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12241   include:
12242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12247   layout:
12248     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12256   include:
12257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12262   layout:
12263     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12277   layout:
12278     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12292   layout:
12293     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12301   include:
12302     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12305   layout:
12306     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12314   include:
12315     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12318   layout:
12319     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12327   include:
12328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12331   layout:
12332     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12340   include:
12341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12344   layout:
12345     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12353   include:
12354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12359   layout:
12360     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12368   include:
12369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12374   layout:
12375     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12383   include:
12384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12389   layout:
12390     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12398   include:
12399     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12404   layout:
12405     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12413   include:
12414     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12419   layout:
12420     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12425   algorithm: "plot_perf_box_name"
12426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12428   include:
12429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12434   layout:
12435     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12442   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12443   include:
12444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12449   layout:
12450     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12457   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12458   include:
12459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12464   layout:
12465     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12473   include:
12474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12479   layout:
12480     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12488   include:
12489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12494   layout:
12495     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12503   include:
12504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12510   layout:
12511     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12519   include:
12520     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12526   layout:
12527     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12528     layout: "plot-throughput"
12529
12530 - type: "plot"
12531   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12532   algorithm: "plot_perf_box_name"
12533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12535   include:
12536     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12538     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12539     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12540   layout:
12541     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12549   include:
12550     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12554   layout:
12555     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12597     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12602   layout:
12603     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12611   include:
12612     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12613     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12618   layout:
12619     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12627   include:
12628     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12629     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12630     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12634   layout:
12635     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12643   include:
12644     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12645     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12646     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12649     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12650   layout:
12651     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12659   include:
12660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12666   layout:
12667     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12675   include:
12676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12677     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12679     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12680     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12681     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12682   layout:
12683     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12691   include:
12692     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12693     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12694     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12695     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12696     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12697     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12698   layout:
12699     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12704   algorithm: "plot_perf_box_name"
12705   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12706   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12707   include:
12708     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12709     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12710     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12711     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12712     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12713     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12714   layout:
12715     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12723   include:
12724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12730   layout:
12731     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12732     layout: "plot-throughput"
12733
12734 - type: "plot"
12735   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12736   algorithm: "plot_perf_box_name"
12737   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12739   include:
12740     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12746   layout:
12747     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12755   include:
12756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12762   layout:
12763     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12778   layout:
12779     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12794   layout:
12795     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12803   include:
12804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12810   layout:
12811     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12819   include:
12820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12824   layout:
12825     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12833   include:
12834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12838   layout:
12839     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12847   include:
12848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12852   layout:
12853     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12861   include:
12862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12866   layout:
12867     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12875   include:
12876     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12882   layout:
12883     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12891   include:
12892     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12898   layout:
12899     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12907   include:
12908     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12913   layout:
12914     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922   include:
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12928   layout:
12929     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12937   include:
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12943   layout:
12944     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12952   include:
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12958   layout:
12959     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12972   layout:
12973     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12974     layout: "plot-throughput"
12975
12976 - type: "plot"
12977   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12978   algorithm: "plot_perf_box_name"
12979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12981   include:
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12986   layout:
12987     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12995   include:
12996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13002   layout:
13003     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13011   include:
13012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13034   layout:
13035     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13043   include:
13044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13050   layout:
13051     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13066   layout:
13067     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13075   include:
13076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13082   layout:
13083     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13091   include:
13092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13098   layout:
13099     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13107   include:
13108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13114   layout:
13115     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13123   include:
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13128   layout:
13129     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13137   include:
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13142   layout:
13143     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13144     layout: "plot-throughput"
13145
13146 - type: "plot"
13147   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13148   algorithm: "plot_perf_box_name"
13149   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13150   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13151   include:
13152     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13158   layout:
13159     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13164   algorithm: "plot_perf_box_name"
13165   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13166   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13167   include:
13168     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13174   layout:
13175     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13183   include:
13184     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13190   layout:
13191     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13198   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13199   include:
13200     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13206   layout:
13207     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13208     layout: "plot-throughput"
13209
13210 #- type: "plot"
13211 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13212 #  algorithm: "plot_perf_box_name"
13213 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13214 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13215 #  include:
13216 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13217 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13218 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13220 #  layout:
13221 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13222 #    layout: "plot-throughput"
13223 #
13224 #- type: "plot"
13225 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13226 #  algorithm: "plot_perf_box_name"
13227 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13228 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13229 #  include:
13230 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13231 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13232 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13233 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13234 #  layout:
13235 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13236 #    layout: "plot-throughput"
13237
13238 - type: "plot"
13239   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13240   algorithm: "plot_perf_box_name"
13241   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13242   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13243   include:
13244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13250   layout:
13251     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13252     layout: "plot-throughput"
13253
13254 - type: "plot"
13255   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13256   algorithm: "plot_perf_box_name"
13257   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13258   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13259   include:
13260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13266   layout:
13267     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13268     layout: "plot-throughput"
13269
13270 #- type: "plot"
13271 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13272 #  algorithm: "plot_perf_box_name"
13273 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13274 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13275 #  include:
13276 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13277 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13279 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13280 #  layout:
13281 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13282 #    layout: "plot-throughput"
13283 #
13284 #- type: "plot"
13285 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13286 #  algorithm: "plot_perf_box_name"
13287 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13288 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13289 #  include:
13290 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13291 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13293 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13294 #  layout:
13295 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13296 #    layout: "plot-throughput"
13297
13298 - type: "plot"
13299   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13300   algorithm: "plot_perf_box_name"
13301   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13302   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13303   include:
13304     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13310   layout:
13311     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13312     layout: "plot-throughput"
13313
13314 - type: "plot"
13315   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13316   algorithm: "plot_perf_box_name"
13317   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13318   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13319   include:
13320     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13326   layout:
13327     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13328     layout: "plot-throughput"
13329
13330 #- type: "plot"
13331 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13332 #  algorithm: "plot_perf_box_name"
13333 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13334 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13335 #  include:
13336 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13337 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13338 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13339 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13340 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13341 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13342 #  layout:
13343 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13344 #    layout: "plot-throughput"
13345 #
13346 #- type: "plot"
13347 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13348 #  algorithm: "plot_perf_box_name"
13349 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13350 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13351 #  include:
13352 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13353 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13354 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13355 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13356 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13357 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13358 #  layout:
13359 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13360 #    layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13367   include:
13368     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13369     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13374   layout:
13375     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13383   include:
13384     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13385     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13390   layout:
13391     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13401     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13417     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13418     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13419     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13420     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13421     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13422   layout:
13423     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13433     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13434     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13435     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13436     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13437     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13438   layout:
13439     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13449     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13450     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13451     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13452     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13453     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13454   layout:
13455     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13463   include:
13464     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13465     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13466     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13467     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13468     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13469     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13470   layout:
13471     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13479   include:
13480     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13481     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13482     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13483     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13484     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13485     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13486   layout:
13487     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13488     layout: "plot-throughput"
13489
13490 #- type: "plot"
13491 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13492 #  algorithm: "plot_perf_box_name"
13493 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13494 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13495 #  include:
13496 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13499 #  layout:
13500 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13501 #    layout: "plot-throughput"
13502 #
13503 #- type: "plot"
13504 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13505 #  algorithm: "plot_perf_box_name"
13506 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13507 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13508 #  include:
13509 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13510 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13511 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13512 #  layout:
13513 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13514 #    layout: "plot-throughput"
13515
13516 - type: "plot"
13517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13518   algorithm: "plot_perf_box_name"
13519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13521   include:
13522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13527   layout:
13528     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13536   include:
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13542   layout:
13543     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13551   include:
13552     - "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"
13553     - "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"
13554     - "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"
13555     - "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"
13556     - "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"
13557   layout:
13558     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13566   include:
13567     - "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"
13568     - "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"
13569     - "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"
13570     - "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"
13571     - "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"
13572   layout:
13573     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13581   include:
13582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13587   layout:
13588     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13589     layout: "plot-throughput"
13590
13591 - type: "plot"
13592   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13593   algorithm: "plot_perf_box_name"
13594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13596   include:
13597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13602   layout:
13603     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13617   layout:
13618     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13619     layout: "plot-throughput"
13620
13621 - type: "plot"
13622   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13623   algorithm: "plot_perf_box_name"
13624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13626   include:
13627     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13632   layout:
13633     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13634     layout: "plot-throughput"
13635
13636 - type: "plot"
13637   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13638   algorithm: "plot_perf_box_name"
13639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13641   include:
13642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13647   layout:
13648     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13656   include:
13657     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13660     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13661     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13662   layout:
13663     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13664     layout: "plot-throughput"
13665
13666 - type: "plot"
13667   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13668   algorithm: "plot_perf_box_name"
13669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13671   include:
13672     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13675     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13676     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13677   layout:
13678     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13679     layout: "plot-throughput"
13680
13681 - type: "plot"
13682   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13683   algorithm: "plot_perf_box_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13686   include:
13687     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13692   layout:
13693     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13694     layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13698   algorithm: "plot_perf_box_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13706   layout:
13707     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13708     layout: "plot-throughput"
13709
13710 - type: "plot"
13711   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13712   algorithm: "plot_perf_box_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13720   layout:
13721     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13722     layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13729   include:
13730     - "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"
13731     - "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"
13732     - "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"
13733     - "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"
13734   layout:
13735     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13743   include:
13744     - "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"
13745     - "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"
13746     - "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"
13747     - "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"
13748   layout:
13749     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13764   layout:
13765     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13812   layout:
13813     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13814     layout: "plot-throughput"
13815
13816 - type: "plot"
13817   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13818   algorithm: "plot_perf_box_name"
13819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13827     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13828   layout:
13829     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13830     layout: "plot-throughput"
13831
13832 - type: "plot"
13833   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13834   algorithm: "plot_perf_box_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837   include:
13838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13842     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13843     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13844   layout:
13845     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13846     layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13857     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13858     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13859   layout:
13860     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13861     layout: "plot-throughput"
13862
13863 - type: "plot"
13864   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13865   algorithm: "plot_perf_box_name"
13866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13868   include:
13869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13874   layout:
13875     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13886   layout:
13887     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13892   algorithm: "plot_perf_box_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13895   include:
13896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13898   layout:
13899     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13900     layout: "plot-throughput"
13901
13902 - type: "plot"
13903   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13904   algorithm: "plot_perf_box_name"
13905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13907   include:
13908     - "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"
13909     - "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"
13910   layout:
13911     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13912     layout: "plot-throughput"
13913
13914 - type: "plot"
13915   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13916   algorithm: "plot_perf_box_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13919   include:
13920     - "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"
13921     - "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"
13922   layout:
13923     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13928   algorithm: "plot_perf_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13931   include:
13932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13934   layout:
13935     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13936     layout: "plot-throughput"
13937
13938 - type: "plot"
13939   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13940   algorithm: "plot_perf_box_name"
13941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13946   layout:
13947     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13958   layout:
13959     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13960     layout: "plot-throughput"
13961
13962 - type: "plot"
13963   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13964   algorithm: "plot_perf_box_name"
13965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13967   include:
13968     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13970   layout:
13971     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13972     layout: "plot-throughput"
13973
13974 - type: "plot"
13975   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13976   algorithm: "plot_perf_box_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13979   include:
13980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986   layout:
13987     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13988     layout: "plot-throughput"
13989
13990 - type: "plot"
13991   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13992   algorithm: "plot_perf_box_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13995   include:
13996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14002   layout:
14003     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14004     layout: "plot-throughput"
14005
14006 - type: "plot"
14007   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14008   algorithm: "plot_perf_box_name"
14009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14011   include:
14012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018   layout:
14019     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14020     layout: "plot-throughput"
14021
14022 - type: "plot"
14023   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14024   algorithm: "plot_perf_box_name"
14025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14027   include:
14028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14034   layout:
14035     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14036     layout: "plot-throughput"
14037
14038 #- type: "plot"
14039 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14040 #  algorithm: "plot_perf_box_name"
14041 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14042 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14043 #  include:
14044 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14045 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14046 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14047 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14048 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14049 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14050 #  layout:
14051 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14052 #    layout: "plot-throughput"
14053 #
14054 #- type: "plot"
14055 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14056 #  algorithm: "plot_perf_box_name"
14057 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14058 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14059 #  include:
14060 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14061 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14063 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14064 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14065 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14066 #  layout:
14067 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14068 #    layout: "plot-throughput"
14069
14070 - type: "plot"
14071   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14072   algorithm: "plot_perf_box_name"
14073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14075   include:
14076     - "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"
14077     - "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"
14078     - "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"
14079     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14080     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14081     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14082   layout:
14083     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14084     layout: "plot-throughput"
14085
14086 - type: "plot"
14087   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14088   algorithm: "plot_perf_box_name"
14089   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14091   include:
14092     - "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"
14093     - "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"
14094     - "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"
14095     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14096     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14097     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14098   layout:
14099     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14100     layout: "plot-throughput"
14101
14102 ################################################################################
14103
14104 # Packet Speedup
14105
14106 - type: "plot"
14107   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14111   include:
14112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14116   layout:
14117     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14125   include:
14126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14130   layout:
14131     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14132     layout: "plot-throughput-speedup-analysis"
14133
14134 - type: "plot"
14135   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14136   algorithm: "plot_tsa_name"
14137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14139   include:
14140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14144   layout:
14145     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14146     layout: "plot-throughput-speedup-analysis"
14147
14148 - type: "plot"
14149   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14150   algorithm: "plot_tsa_name"
14151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14158   layout:
14159     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14160     layout: "plot-throughput-speedup-analysis"
14161
14162 - type: "plot"
14163   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14164   algorithm: "plot_tsa_name"
14165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14167   include:
14168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14169     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14171     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14172     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14173   layout:
14174     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14175     layout: "plot-throughput-speedup-analysis"
14176
14177 - type: "plot"
14178   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14179   algorithm: "plot_tsa_name"
14180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14182   include:
14183     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14184     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14185     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14186     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14187     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14188   layout:
14189     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14190     layout: "plot-throughput-speedup-analysis"
14191
14192 - type: "plot"
14193   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14194   algorithm: "plot_tsa_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14199     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14200     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14201     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14202     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14203   layout:
14204     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14205     layout: "plot-throughput-speedup-analysis"
14206
14207 - type: "plot"
14208   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14209   algorithm: "plot_tsa_name"
14210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14214     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14215     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14216     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14217     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14218   layout:
14219     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14220     layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14234   layout:
14235     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14250   layout:
14251     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14252     layout: "plot-throughput-speedup-analysis"
14253
14254 - type: "plot"
14255   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14256   algorithm: "plot_tsa_name"
14257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14259   include:
14260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14265   layout:
14266     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 - type: "plot"
14270   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14271   algorithm: "plot_tsa_name"
14272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14274   include:
14275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14280   layout:
14281     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14282     layout: "plot-throughput-speedup-analysis"
14283
14284 - type: "plot"
14285   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14286   algorithm: "plot_tsa_name"
14287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14289   include:
14290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14293   layout:
14294     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14295     layout: "plot-throughput-speedup-analysis"
14296
14297 - type: "plot"
14298   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14299   algorithm: "plot_tsa_name"
14300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14302   include:
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14306   layout:
14307     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14321   layout:
14322     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 - type: "plot"
14326   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14327   algorithm: "plot_tsa_name"
14328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14330   include:
14331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14336   layout:
14337     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14338     layout: "plot-throughput-speedup-analysis"
14339
14340 - type: "plot"
14341   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14342   algorithm: "plot_tsa_name"
14343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14345   include:
14346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14349   layout:
14350     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14358   include:
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14362   layout:
14363     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14378   layout:
14379     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14387   include:
14388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14394   layout:
14395     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14403   include:
14404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14410   layout:
14411     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14426   layout:
14427     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14428     layout: "plot-throughput-speedup-analysis"
14429
14430 - type: "plot"
14431   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14432   algorithm: "plot_tsa_name"
14433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14435   include:
14436     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14439   layout:
14440     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14441     layout: "plot-throughput-speedup-analysis"
14442
14443 - type: "plot"
14444   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14445   algorithm: "plot_tsa_name"
14446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14448   include:
14449     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14452   layout:
14453     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14465 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14466 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14467   layout:
14468     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14480 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14481 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14482   layout:
14483     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14497   layout:
14498     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14499     layout: "plot-throughput-speedup-analysis"
14500
14501 - type: "plot"
14502   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14506   include:
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14512   layout:
14513     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14514     layout: "plot-throughput-speedup-analysis"
14515
14516 - type: "plot"
14517   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14518   algorithm: "plot_tsa_name"
14519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14527   layout:
14528     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14536   include:
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14558   layout:
14559     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14574   layout:
14575     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14590   layout:
14591     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14606   layout:
14607     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14615   include:
14616     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14618   layout:
14619     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14627   include:
14628     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14630   layout:
14631     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14644   layout:
14645     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14658   layout:
14659     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14672   layout:
14673     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14686   layout:
14687     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14702   layout:
14703     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14718   layout:
14719     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14733   layout:
14734     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14748   layout:
14749     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14757   include:
14758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14763   layout:
14764     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14772   include:
14773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14778   layout:
14779     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14780     layout: "plot-throughput-speedup-analysis"
14781
14782 - type: "plot"
14783   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14784   algorithm: "plot_tsa_name"
14785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14787   include:
14788     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14791   layout:
14792     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14800   include:
14801     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14804   layout:
14805     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14813   include:
14814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14817   layout:
14818     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14826   include:
14827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14830   layout:
14831     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14845   layout:
14846     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14860   layout:
14861     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14862     layout: "plot-throughput-speedup-analysis"
14863
14864 - type: "plot"
14865   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14866   algorithm: "plot_tsa_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14875   layout:
14876     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14884   include:
14885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14890   layout:
14891     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14899   include:
14900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906   layout:
14907     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14915   include:
14916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922   layout:
14923     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 - type: "plot"
14927   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14928   algorithm: "plot_tsa_name"
14929   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14931   include:
14932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14936   layout:
14937     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14938     layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14945   include:
14946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14950   layout:
14951     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14966   layout:
14967     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14982   layout:
14983     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14998   layout:
14999     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15007   include:
15008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15014   layout:
15015     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15023   include:
15024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15030   layout:
15031     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15046   layout:
15047     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15062   layout:
15063     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15094   layout:
15095     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15110   layout:
15111     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15119   include:
15120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15124   layout:
15125     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15138   layout:
15139     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15152   layout:
15153     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15154     layout: "plot-throughput-speedup-analysis"
15155
15156 - type: "plot"
15157   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15158   algorithm: "plot_tsa_name"
15159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15161   include:
15162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15166   layout:
15167     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15175   include:
15176     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15182   layout:
15183     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15191   include:
15192     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15198   layout:
15199     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15213   layout:
15214     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15222   include:
15223     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15228   layout:
15229     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15230     layout: "plot-throughput-speedup-analysis"
15231
15232 - type: "plot"
15233   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15234   algorithm: "plot_tsa_name"
15235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15237   include:
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15258   layout:
15259     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15260     layout: "plot-throughput-speedup-analysis"
15261
15262 - type: "plot"
15263   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15264   algorithm: "plot_tsa_name"
15265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15267   include:
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15272   layout:
15273     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15281   include:
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15286   layout:
15287     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15295   include:
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15302   layout:
15303     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15311   include:
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15318   layout:
15319     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15327   include:
15328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15334   layout:
15335     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15343   include:
15344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15350   layout:
15351     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 - type: "plot"
15355   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15356   algorithm: "plot_tsa_name"
15357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15359   include:
15360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15366   layout:
15367     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15368     layout: "plot-throughput-speedup-analysis"
15369
15370 - type: "plot"
15371   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15372   algorithm: "plot_tsa_name"
15373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15375   include:
15376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15382   layout:
15383     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15391   include:
15392     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15393     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15394     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15396     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15397     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15398   layout:
15399     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15407   include:
15408     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15409     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15410     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15411     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15412     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15413     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15414   layout:
15415     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15423   include:
15424     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15425     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15426     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15427     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15428     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15429     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15430   layout:
15431     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15439   include:
15440     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15441     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15442     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15443     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15444     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15445     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15446   layout:
15447     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15461   layout:
15462     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470   include:
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15476   layout:
15477     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15485   include:
15486     - "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"
15487     - "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"
15488     - "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"
15489     - "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"
15490     - "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"
15491   layout:
15492     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15500   include:
15501     - "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"
15502     - "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"
15503     - "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"
15504     - "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"
15505     - "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"
15506   layout:
15507     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15508     layout: "plot-throughput-speedup-analysis"
15509
15510 - type: "plot"
15511   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15512   algorithm: "plot_tsa_name"
15513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15515   include:
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15521   layout:
15522     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15530   include:
15531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15536   layout:
15537     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15545   include:
15546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15551   layout:
15552     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15560   include:
15561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15566   layout:
15567     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15575   include:
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15581   layout:
15582     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15590   include:
15591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15596   layout:
15597     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15605   include:
15606     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15611   layout:
15612     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15620   include:
15621     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15626   layout:
15627     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15635   include:
15636     - "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"
15637     - "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"
15638     - "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"
15639     - "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"
15640   layout:
15641     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15642     layout: "plot-throughput-speedup-analysis"
15643
15644 - type: "plot"
15645   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15646   algorithm: "plot_tsa_name"
15647   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15649   include:
15650     - "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"
15651     - "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"
15652     - "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"
15653     - "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"
15654   layout:
15655     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15656     layout: "plot-throughput-speedup-analysis"
15657
15658 - type: "plot"
15659   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15660   algorithm: "plot_tsa_name"
15661   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15663   include:
15664     - "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"
15665     - "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"
15666     - "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"
15667     - "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"
15668   layout:
15669     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15677   include:
15678     - "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"
15679     - "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"
15680     - "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"
15681     - "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"
15682   layout:
15683     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15691   include:
15692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15698   layout:
15699     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15707   include:
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15714   layout:
15715     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 - type: "plot"
15719   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15720   algorithm: "plot_tsa_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15723   include:
15724     - "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"
15725     - "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"
15726     - "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"
15727     - "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"
15728     - "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"
15729     - "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"
15730   layout:
15731     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "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"
15741     - "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"
15742     - "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"
15743     - "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"
15744     - "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"
15745     - "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"
15746   layout:
15747     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15762   layout:
15763     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15764     layout: "plot-throughput-speedup-analysis"
15765
15766 - type: "plot"
15767   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15768   algorithm: "plot_tsa_name"
15769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15771   include:
15772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15778   layout:
15779     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15780     layout: "plot-throughput-speedup-analysis"
15781
15782 - type: "plot"
15783   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15784   algorithm: "plot_tsa_name"
15785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15787   include:
15788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15793   layout:
15794     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15802   include:
15803     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15808   layout:
15809     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15817   include:
15818     - "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"
15819     - "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"
15820   layout:
15821     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 - type: "plot"
15825   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15826   algorithm: "plot_tsa_name"
15827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15829   include:
15830     - "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"
15831     - "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"
15832   layout:
15833     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15834     layout: "plot-throughput-speedup-analysis"
15835
15836 - type: "plot"
15837   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15838   algorithm: "plot_tsa_name"
15839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15841   include:
15842     - "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"
15843     - "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"
15844   layout:
15845     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15853   include:
15854     - "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"
15855     - "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"
15856   layout:
15857     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15865   include:
15866     - "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"
15867     - "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"
15868     - "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"
15869     - "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"
15870     - "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"
15871     - "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"
15872   layout:
15873     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15881   include:
15882     - "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"
15883     - "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"
15884     - "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"
15885     - "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"
15886     - "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"
15887     - "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"
15888   layout:
15889     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15897   include:
15898     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15899     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15903   layout:
15904     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15912   include:
15913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15964   layout:
15965     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15973   include:
15974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15980   layout:
15981     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15982     layout: "plot-throughput-speedup-analysis"
15983
15984 - type: "plot"
15985   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15986   algorithm: "plot_tsa_name"
15987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15989   include:
15990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15994   layout:
15995     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16003   include:
16004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16008   layout:
16009     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16017   include:
16018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16023   layout:
16024     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 - type: "plot"
16028   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16029   algorithm: "plot_tsa_name"
16030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16032   include:
16033     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16034     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16038   layout:
16039     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16047   include:
16048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16054   layout:
16055     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16063   include:
16064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16070   layout:
16071     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16079   include:
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16084   layout:
16085     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16093   include:
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16098   layout:
16099     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16107   include:
16108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16114   layout:
16115     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16123   include:
16124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16130   layout:
16131     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16139   include:
16140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16144     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16145     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16146   layout:
16147     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16155   include:
16156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16160     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16161     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16162   layout:
16163     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 - type: "plot"
16167   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16168   algorithm: "plot_tsa_name"
16169   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16170   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16171   include:
16172     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16175     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16176     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16177     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16178   layout:
16179     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16187   include:
16188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16192     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16193     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16194   layout:
16195     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16203   include:
16204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16210   layout:
16211     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16212     layout: "plot-throughput-speedup-analysis"
16213
16214 - type: "plot"
16215   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16216   algorithm: "plot_tsa_name"
16217   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16218   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16219   include:
16220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16226   layout:
16227     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16235   include:
16236     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16239     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16240     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16241     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16242   layout:
16243     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16244     layout: "plot-throughput-speedup-analysis"
16245
16246 - type: "plot"
16247   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16248   algorithm: "plot_tsa_name"
16249   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16250   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16251   include:
16252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16253     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16256     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16257     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16258   layout:
16259     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16260     layout: "plot-throughput-speedup-analysis"
16261
16262 #- type: "plot"
16263 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16264 #  algorithm: "plot_tsa_name"
16265 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16266 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16267 #  include:
16268 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16269 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16270 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16271 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16272 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16273 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16274 #  layout:
16275 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16276 #    layout: "plot-throughput-speedup-analysis"
16277 #
16278 #- type: "plot"
16279 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16280 #  algorithm: "plot_tsa_name"
16281 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16282 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16283 #  include:
16284 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16285 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16286 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16287 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16288 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16289 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16290 #  layout:
16291 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16292 #    layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16299   include:
16300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16305   layout:
16306     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16314   include:
16315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16320   layout:
16321     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16322     layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16329   include:
16330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16336   layout:
16337     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16352   layout:
16353     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16361   include:
16362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16367   layout:
16368     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16376   include:
16377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16382   layout:
16383     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 #- type: "plot"
16387 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16388 #  algorithm: "plot_tsa_name"
16389 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16390 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16391 #  include:
16392 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16393 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16394 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16395 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16396 #  layout:
16397 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16398 #    layout: "plot-throughput-speedup-analysis"
16399 #
16400 #- type: "plot"
16401 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16402 #  algorithm: "plot_tsa_name"
16403 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16404 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16405 #  include:
16406 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16407 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16408 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16409 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16410 #  layout:
16411 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16412 #    layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16419   include:
16420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16426   layout:
16427     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16435   include:
16436     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16437     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16442   layout:
16443     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16451   include:
16452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16457   layout:
16458     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16466   include:
16467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16472   layout:
16473     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16481   include:
16482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16488   layout:
16489     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16490     layout: "plot-throughput-speedup-analysis"
16491
16492 - type: "plot"
16493   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16494   algorithm: "plot_tsa_name"
16495   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16496   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16497   include:
16498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16504   layout:
16505     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16506     layout: "plot-throughput-speedup-analysis"
16507
16508 - type: "plot"
16509   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16510   algorithm: "plot_tsa_name"
16511   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16512   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16513   include:
16514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16518   layout:
16519     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16527   include:
16528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16532   layout:
16533     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16541   include:
16542     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16547   layout:
16548     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16556   include:
16557     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16562   layout:
16563     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 - type: "plot"
16567   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16568   algorithm: "plot_tsa_name"
16569   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16570   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16571   include:
16572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16578   layout:
16579     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16580     layout: "plot-throughput-speedup-analysis"
16581
16582 - type: "plot"
16583   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16584   algorithm: "plot_tsa_name"
16585   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16586   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16587   include:
16588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16594   layout:
16595     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16596     layout: "plot-throughput-speedup-analysis"
16597
16598 #- type: "plot"
16599 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16600 #  algorithm: "plot_tsa_name"
16601 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16602 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16603 #  include:
16604 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16605 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16606 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16607 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16608 #  layout:
16609 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16610 #    layout: "plot-throughput-speedup-analysis"
16611 #
16612 #- type: "plot"
16613 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16614 #  algorithm: "plot_tsa_name"
16615 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16616 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16617 #  include:
16618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16622 #  layout:
16623 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16624 #    layout: "plot-throughput-speedup-analysis"
16625
16626 - type: "plot"
16627   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16628   algorithm: "plot_tsa_name"
16629   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16630   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16631   include:
16632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16638   layout:
16639     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16640     layout: "plot-throughput-speedup-analysis"
16641
16642 - type: "plot"
16643   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16644   algorithm: "plot_tsa_name"
16645   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16646   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16647   include:
16648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16654   layout:
16655     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16656     layout: "plot-throughput-speedup-analysis"
16657
16658 #- type: "plot"
16659 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16660 #  algorithm: "plot_tsa_name"
16661 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16662 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16663 #  include:
16664 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16665 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16666 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16667 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16668 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16669 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16670 #  layout:
16671 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16672 #    layout: "plot-throughput-speedup-analysis"
16673 #
16674 #- type: "plot"
16675 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16676 #  algorithm: "plot_tsa_name"
16677 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16678 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16679 #  include:
16680 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16681 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16682 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16684 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16685 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16686 #  layout:
16687 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16688 #    layout: "plot-throughput-speedup-analysis"
16689
16690 #- type: "plot"
16691 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16692 #  algorithm: "plot_tsa_name"
16693 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16694 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16695 #  include:
16696 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16697 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16698 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16699 #  layout:
16700 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16701 #    layout: "plot-throughput-speedup-analysis"
16702 #
16703 #- type: "plot"
16704 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16705 #  algorithm: "plot_tsa_name"
16706 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16707 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16708 #  include:
16709 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16710 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16711 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16712 #  layout:
16713 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16714 #    layout: "plot-throughput-speedup-analysis"
16715
16716 ################################################################################
16717
16718 # Packet Throughput - DPDK
16719
16720 # 2n-skx-xxv710
16721
16722 - type: "plot"
16723   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16724   algorithm: "plot_perf_box_name"
16725   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16726   data: "plot-dpdk-throughput-latency-2n-skx"
16727   include:
16728     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16729     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16730   layout:
16731     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16732     layout: "plot-throughput"
16733
16734 - type: "plot"
16735   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16736   algorithm: "plot_perf_box_name"
16737   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16738   data: "plot-dpdk-throughput-latency-2n-skx"
16739   include:
16740     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16741     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16742   layout:
16743     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16744     layout: "plot-throughput"
16745
16746 - type: "plot"
16747   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16748   algorithm: "plot_perf_box_name"
16749   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16750   data: "plot-dpdk-throughput-latency-2n-skx"
16751   include:
16752     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16753     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16754   layout:
16755     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16762   data: "plot-dpdk-throughput-latency-2n-skx"
16763   include:
16764     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16765     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16766   layout:
16767     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16768     layout: "plot-throughput"
16769
16770 # 2n-skx-x710
16771
16772 - type: "plot"
16773   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16774   algorithm: "plot_perf_box_name"
16775   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16776   data: "plot-dpdk-throughput-latency-2n-skx"
16777   include:
16778     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16779     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16780   layout:
16781     title: "2n-skx-x710-64b-2t1c-base-ndr"
16782     layout: "plot-throughput"
16783
16784 - type: "plot"
16785   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16786   algorithm: "plot_perf_box_name"
16787   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16788   data: "plot-dpdk-throughput-latency-2n-skx"
16789   include:
16790     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16791     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16792   layout:
16793     title: "2n-skx-x710-64b-4t2c-base-ndr"
16794     layout: "plot-throughput"
16795
16796 - type: "plot"
16797   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16798   algorithm: "plot_perf_box_name"
16799   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16800   data: "plot-dpdk-throughput-latency-2n-skx"
16801   include:
16802     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16803     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16804   layout:
16805     title: "2n-skx-x710-64b-2t1c-base-pdr"
16806     layout: "plot-throughput"
16807
16808 - type: "plot"
16809   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16810   algorithm: "plot_perf_box_name"
16811   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16812   data: "plot-dpdk-throughput-latency-2n-skx"
16813   include:
16814     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16815     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16816   layout:
16817     title: "2n-skx-x710-64b-4t2c-base-pdr"
16818     layout: "plot-throughput"
16819
16820 # 3n-skx-xxv710
16821
16822 - type: "plot"
16823   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16824   algorithm: "plot_perf_box_name"
16825   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16826   data: "plot-dpdk-throughput-latency-3n-skx"
16827   include:
16828     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16829     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16830   layout:
16831     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16832     layout: "plot-throughput"
16833
16834 - type: "plot"
16835   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16836   algorithm: "plot_perf_box_name"
16837   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16838   data: "plot-dpdk-throughput-latency-3n-skx"
16839   include:
16840     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16841     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16842   layout:
16843     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16848   algorithm: "plot_perf_box_name"
16849   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16850   data: "plot-dpdk-throughput-latency-3n-skx"
16851   include:
16852     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16853     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16854   layout:
16855     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16862   data: "plot-dpdk-throughput-latency-3n-skx"
16863   include:
16864     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16865     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16866   layout:
16867     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16868     layout: "plot-throughput"
16869
16870 # 3n-skx-x710
16871
16872 - type: "plot"
16873   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16874   algorithm: "plot_perf_box_name"
16875   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16876   data: "plot-dpdk-throughput-latency-3n-skx"
16877   include:
16878     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16879     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16880   layout:
16881     title: "3n-skx-x710-64b-2t1c-base-ndr"
16882     layout: "plot-throughput"
16883
16884 - type: "plot"
16885   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16886   algorithm: "plot_perf_box_name"
16887   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16888   data: "plot-dpdk-throughput-latency-3n-skx"
16889   include:
16890     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16891     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16892   layout:
16893     title: "3n-skx-x710-64b-4t2c-base-ndr"
16894     layout: "plot-throughput"
16895
16896 - type: "plot"
16897   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16898   algorithm: "plot_perf_box_name"
16899   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16900   data: "plot-dpdk-throughput-latency-3n-skx"
16901   include:
16902     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16903     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16904   layout:
16905     title: "3n-skx-x710-64b-2t1c-base-pdr"
16906     layout: "plot-throughput"
16907
16908 - type: "plot"
16909   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16910   algorithm: "plot_perf_box_name"
16911   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16912   data: "plot-dpdk-throughput-latency-3n-skx"
16913   include:
16914     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16915     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16916   layout:
16917     title: "3n-skx-x710-64b-4t2c-base-pdr"
16918     layout: "plot-throughput"
16919
16920 # 3n-hsw-xl710
16921
16922 - type: "plot"
16923   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16924   algorithm: "plot_perf_box_name"
16925   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16926   data: "plot-dpdk-throughput-latency-3n-hsw"
16927   include:
16928     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16929     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16930   layout:
16931     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16936   algorithm: "plot_perf_box_name"
16937   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16938   data: "plot-dpdk-throughput-latency-3n-hsw"
16939   include:
16940     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16941     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16942   layout:
16943     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16944     layout: "plot-throughput"
16945
16946 - type: "plot"
16947   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16948   algorithm: "plot_perf_box_name"
16949   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16950   data: "plot-dpdk-throughput-latency-3n-hsw"
16951   include:
16952     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16953     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16954   layout:
16955     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16956     layout: "plot-throughput"
16957
16958 - type: "plot"
16959   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16960   algorithm: "plot_perf_box_name"
16961   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16962   data: "plot-dpdk-throughput-latency-3n-hsw"
16963   include:
16964     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16965     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16966   layout:
16967     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16968     layout: "plot-throughput"
16969
16970 # 3n-hsw-x710
16971
16972 - type: "plot"
16973   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16974   algorithm: "plot_perf_box_name"
16975   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16976   data: "plot-dpdk-throughput-latency-3n-hsw"
16977   include:
16978     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16979     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16980   layout:
16981     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16982     layout: "plot-throughput"
16983
16984 - type: "plot"
16985   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16986   algorithm: "plot_perf_box_name"
16987   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16988   data: "plot-dpdk-throughput-latency-3n-hsw"
16989   include:
16990     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16991     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16992   layout:
16993     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16994     layout: "plot-throughput"
16995
16996 - type: "plot"
16997   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16998   algorithm: "plot_perf_box_name"
16999   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17000   data: "plot-dpdk-throughput-latency-3n-hsw"
17001   include:
17002     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17003     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17004   layout:
17005     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17006     layout: "plot-throughput"
17007
17008 - type: "plot"
17009   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17010   algorithm: "plot_perf_box_name"
17011   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17012   data: "plot-dpdk-throughput-latency-3n-hsw"
17013   include:
17014     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17015     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17016   layout:
17017     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17018     layout: "plot-throughput"
17019
17020 # 2n-dnv-x553
17021
17022 - type: "plot"
17023   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17024   algorithm: "plot_perf_box_name"
17025   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17026   data: "plot-dpdk-throughput-latency-2n-dnv"
17027   include:
17028     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17029     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17030   layout:
17031     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17032     layout: "plot-throughput"
17033
17034 - type: "plot"
17035   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17036   algorithm: "plot_perf_box_name"
17037   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17038   data: "plot-dpdk-throughput-latency-2n-dnv"
17039   include:
17040     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17041     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17042   layout:
17043     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17044     layout: "plot-throughput"
17045
17046 - type: "plot"
17047   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17048   algorithm: "plot_perf_box_name"
17049   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17050   data: "plot-dpdk-throughput-latency-2n-dnv"
17051   include:
17052     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17053     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17054   layout:
17055     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17056     layout: "plot-throughput"
17057
17058 - type: "plot"
17059   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17060   algorithm: "plot_perf_box_name"
17061   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17062   data: "plot-dpdk-throughput-latency-2n-dnv"
17063   include:
17064     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17065     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17066   layout:
17067     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17068     layout: "plot-throughput"
17069
17070 # 3n-dnv-x553
17071
17072 - type: "plot"
17073   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17074   algorithm: "plot_perf_box_name"
17075   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17076   data: "plot-dpdk-throughput-latency-3n-dnv"
17077   include:
17078     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17079     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17080   layout:
17081     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17082     layout: "plot-throughput"
17083
17084 - type: "plot"
17085   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17086   algorithm: "plot_perf_box_name"
17087   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17088   data: "plot-dpdk-throughput-latency-3n-dnv"
17089   include:
17090     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17091     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17092   layout:
17093     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17094     layout: "plot-throughput"
17095
17096 - type: "plot"
17097   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17100   data: "plot-dpdk-throughput-latency-3n-dnv"
17101   include:
17102     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17103     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17104   layout:
17105     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17110   algorithm: "plot_perf_box_name"
17111   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17112   data: "plot-dpdk-throughput-latency-3n-dnv"
17113   include:
17114     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17115     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17116   layout:
17117     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17118     layout: "plot-throughput"
17119
17120 # 3n-tsh-x520
17121
17122 - type: "plot"
17123   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17126   data: "plot-dpdk-throughput-latency-3n-tsh"
17127   include:
17128     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17129     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17130   layout:
17131     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17132     layout: "plot-throughput"
17133
17134 - type: "plot"
17135   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17136   algorithm: "plot_perf_box_name"
17137   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17138   data: "plot-dpdk-throughput-latency-3n-tsh"
17139   include:
17140     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17141     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17142   layout:
17143     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17144     layout: "plot-throughput"
17145
17146 - type: "plot"
17147   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17150   data: "plot-dpdk-throughput-latency-3n-tsh"
17151   include:
17152     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17153     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17154   layout:
17155     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17162   data: "plot-dpdk-throughput-latency-3n-tsh"
17163   include:
17164     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17165     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17166   layout:
17167     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17168     layout: "plot-throughput"
17169
17170 ################################################################################
17171 ###   2n-clx                                                                 ###
17172 ################################################################################
17173
17174 # Packet Throughput
17175
17176 - type: "plot"
17177   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17178   algorithm: "plot_perf_box_name"
17179   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17181   include:
17182     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17183     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17184     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17185     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17186   layout:
17187     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17188     layout: "plot-throughput"
17189
17190 - type: "plot"
17191   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17192   algorithm: "plot_perf_box_name"
17193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17195   include:
17196     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17197     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17198     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17199     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17200   layout:
17201     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17211     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17212     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17213     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17214   layout:
17215     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17223   include:
17224     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17225     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17226     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17228   layout:
17229     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17230     layout: "plot-throughput"
17231
17232 - type: "plot"
17233   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17234   algorithm: "plot_perf_box_name"
17235   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17237   include:
17238     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17239     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17240     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17241     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17242   layout:
17243     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17244     layout: "plot-throughput"
17245
17246 - type: "plot"
17247   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17248   algorithm: "plot_perf_box_name"
17249   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17251   include:
17252     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17253     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17254     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17255     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17256   layout:
17257     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17265   include:
17266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17272   layout:
17273     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17274     layout: "plot-throughput"
17275
17276 - type: "plot"
17277   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17281   include:
17282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17287   layout:
17288     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17296   include:
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17301   layout:
17302     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17303     layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17310   include:
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17315   layout:
17316     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17328   layout:
17329     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17330     layout: "plot-throughput"
17331
17332 - type: "plot"
17333   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17334   algorithm: "plot_perf_box_name"
17335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17337   include:
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17341   layout:
17342     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17343     layout: "plot-throughput"
17344
17345 - type: "plot"
17346   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17347   algorithm: "plot_perf_box_name"
17348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17350   include:
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17356   layout:
17357     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17365   include:
17366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17371   layout:
17372     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17384   layout:
17385     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17386     layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17393   include:
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17397   layout:
17398     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17406   include:
17407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17413   layout:
17414     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17429   layout:
17430     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17445   layout:
17446     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17454   include:
17455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17461   layout:
17462     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17470   include:
17471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17473   layout:
17474     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482   include:
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17485   layout:
17486     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17501   layout:
17502     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17510   include:
17511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17517   layout:
17518     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17519     layout: "plot-throughput"
17520
17521 - type: "plot"
17522   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17526   include:
17527     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17533   layout:
17534     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17549   layout:
17550     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17551     layout: "plot-throughput"
17552
17553 - type: "plot"
17554   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17555   algorithm: "plot_perf_box_name"
17556   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17558   include:
17559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17565   layout:
17566     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17567     layout: "plot-throughput"
17568
17569 - type: "plot"
17570   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17571   algorithm: "plot_perf_box_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17581   layout:
17582     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17596   layout:
17597     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17598     layout: "plot-throughput"
17599
17600 - type: "plot"
17601   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17602   algorithm: "plot_perf_box_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17611   layout:
17612     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17626   layout:
17627     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17641   layout:
17642     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17656   layout:
17657     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17658     layout: "plot-throughput"
17659
17660 - type: "plot"
17661   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17662   algorithm: "plot_perf_box_name"
17663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17665   include:
17666     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17671   layout:
17672     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17686   layout:
17687     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17688     layout: "plot-throughput"
17689
17690 - type: "plot"
17691   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17692   algorithm: "plot_perf_box_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17701   layout:
17702     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17716   layout:
17717     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17731   layout:
17732     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17747   layout:
17748     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17756   include:
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17793     layout: "plot-throughput"
17794
17795 - type: "plot"
17796   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17797   algorithm: "plot_perf_box_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17829   algorithm: "plot_perf_box_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17837   layout:
17838     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17843   algorithm: "plot_perf_box_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17851   layout:
17852     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17867   layout:
17868     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17883   layout:
17884     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17885     layout: "plot-throughput"
17886
17887 - type: "plot"
17888   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17889   algorithm: "plot_perf_box_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17892   include:
17893     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17894     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17895     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17896     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17897   layout:
17898     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17899     layout: "plot-throughput"
17900
17901 - type: "plot"
17902   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17903   algorithm: "plot_perf_box_name"
17904   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17906   include:
17907     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17908     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17909     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17910     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17911   layout:
17912     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17926   layout:
17927     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "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"
17952     - "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"
17953     - "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"
17954     - "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"
17955     - "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"
17956   layout:
17957     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "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"
17967     - "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"
17968     - "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"
17969     - "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"
17970     - "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"
17971   layout:
17972     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17986   layout:
17987     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18016   layout:
18017     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18018     layout: "plot-throughput"
18019
18020 - type: "plot"
18021   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18022   algorithm: "plot_perf_box_name"
18023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18025   include:
18026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18031   layout:
18032     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18037   algorithm: "plot_perf_box_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18045   layout:
18046     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18051   algorithm: "plot_perf_box_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18059   layout:
18060     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "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"
18070     - "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"
18071     - "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"
18072     - "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"
18073   layout:
18074     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18075     layout: "plot-throughput"
18076
18077 - type: "plot"
18078   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18079   algorithm: "plot_perf_box_name"
18080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18082   include:
18083     - "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"
18084     - "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"
18085     - "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"
18086     - "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"
18087   layout:
18088     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18089     layout: "plot-throughput"
18090
18091 - type: "plot"
18092   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18093   algorithm: "plot_perf_box_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "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"
18098     - "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"
18099     - "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"
18100     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18101     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18102     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18103   layout:
18104     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18105     layout: "plot-throughput"
18106
18107 - type: "plot"
18108   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18109   algorithm: "plot_perf_box_name"
18110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18112   include:
18113     - "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"
18114     - "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"
18115     - "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"
18116     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18117     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18118     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18119   layout:
18120     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18121     layout: "plot-throughput"
18122
18123 ################################################################################
18124
18125 # Packet Speedup
18126
18127 - type: "plot"
18128   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18129   algorithm: "plot_tsa_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18137   layout:
18138     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18139     layout: "plot-throughput-speedup-analysis"
18140
18141 - type: "plot"
18142   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18143   algorithm: "plot_tsa_name"
18144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18146   include:
18147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18151   layout:
18152     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18153     layout: "plot-throughput-speedup-analysis"
18154
18155 - type: "plot"
18156   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18157   algorithm: "plot_tsa_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18162     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18165   layout:
18166     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18167     layout: "plot-throughput-speedup-analysis"
18168
18169 - type: "plot"
18170   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18171   algorithm: "plot_tsa_name"
18172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18174   include:
18175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18179   layout:
18180     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18181     layout: "plot-throughput-speedup-analysis"
18182
18183 - type: "plot"
18184   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18185   algorithm: "plot_tsa_name"
18186   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18188   include:
18189     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18190     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18191     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18193   layout:
18194     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18195     layout: "plot-throughput-speedup-analysis"
18196
18197 - type: "plot"
18198   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18199   algorithm: "plot_tsa_name"
18200   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18202   include:
18203     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18204     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18205     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18206     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18207   layout:
18208     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18209     layout: "plot-throughput-speedup-analysis"
18210
18211 - type: "plot"
18212   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18213   algorithm: "plot_tsa_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18223   layout:
18224     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18225     layout: "plot-throughput-speedup-analysis"
18226
18227 - type: "plot"
18228   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18229   algorithm: "plot_tsa_name"
18230   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18232   include:
18233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18239   layout:
18240     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18241     layout: "plot-throughput-speedup-analysis"
18242
18243 - type: "plot"
18244   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18245   algorithm: "plot_tsa_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18253   layout:
18254     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18255     layout: "plot-throughput-speedup-analysis"
18256
18257 - type: "plot"
18258   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18259   algorithm: "plot_tsa_name"
18260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18262   include:
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18280   layout:
18281     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18282     layout: "plot-throughput-speedup-analysis"
18283
18284 - type: "plot"
18285   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18286   algorithm: "plot_tsa_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18293   layout:
18294     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18295     layout: "plot-throughput-speedup-analysis"
18296
18297 - type: "plot"
18298   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18299   algorithm: "plot_tsa_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18308   layout:
18309     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18310     layout: "plot-throughput-speedup-analysis"
18311
18312 - type: "plot"
18313   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18314   algorithm: "plot_tsa_name"
18315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18317   include:
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18323   layout:
18324     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18336   layout:
18337     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18338     layout: "plot-throughput-speedup-analysis"
18339
18340 - type: "plot"
18341   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18342   algorithm: "plot_tsa_name"
18343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18345   include:
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18349   layout:
18350     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18351     layout: "plot-throughput-speedup-analysis"
18352
18353 - type: "plot"
18354   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18355   algorithm: "plot_tsa_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18365   layout:
18366     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18381   layout:
18382     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18413   layout:
18414     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18425   layout:
18426     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18427     layout: "plot-throughput-speedup-analysis"
18428
18429 - type: "plot"
18430   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18431   algorithm: "plot_tsa_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18437   layout:
18438     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18453   layout:
18454     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18455     layout: "plot-throughput-speedup-analysis"
18456
18457 - type: "plot"
18458   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18459   algorithm: "plot_tsa_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18469   layout:
18470     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18485   layout:
18486     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 - type: "plot"
18490   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18491   algorithm: "plot_tsa_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18501   layout:
18502     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18503     layout: "plot-throughput-speedup-analysis"
18504
18505 - type: "plot"
18506   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18507   algorithm: "plot_tsa_name"
18508   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18510   include:
18511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18517   layout:
18518     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18533   layout:
18534     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18535     layout: "plot-throughput-speedup-analysis"
18536
18537 - type: "plot"
18538   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18539   algorithm: "plot_tsa_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18548   layout:
18549     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18550     layout: "plot-throughput-speedup-analysis"
18551
18552 - type: "plot"
18553   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18554   algorithm: "plot_tsa_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18563   layout:
18564     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18565     layout: "plot-throughput-speedup-analysis"
18566
18567 - type: "plot"
18568   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18569   algorithm: "plot_tsa_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18578   layout:
18579     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18580     layout: "plot-throughput-speedup-analysis"
18581
18582 - type: "plot"
18583   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18584   algorithm: "plot_tsa_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18587   include:
18588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18593   layout:
18594     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18604     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18605     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18606     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18607     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18608   layout:
18609     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18610     layout: "plot-throughput-speedup-analysis"
18611
18612 - type: "plot"
18613   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18614   algorithm: "plot_tsa_name"
18615   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18617   include:
18618     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18619     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18620     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18622     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18623   layout:
18624     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18638   layout:
18639     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18640     layout: "plot-throughput-speedup-analysis"
18641
18642 - type: "plot"
18643   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18644   algorithm: "plot_tsa_name"
18645   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18647   include:
18648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18668   layout:
18669     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18683   layout:
18684     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18701     layout: "plot-throughput-speedup-analysis"
18702
18703 - type: "plot"
18704   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18705   algorithm: "plot_tsa_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18729   layout:
18730     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18743   layout:
18744     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 - type: "plot"
18748   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18749   algorithm: "plot_tsa_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18759   layout:
18760     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18761     layout: "plot-throughput-speedup-analysis"
18762
18763 - type: "plot"
18764   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18765   algorithm: "plot_tsa_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18775   layout:
18776     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18777     layout: "plot-throughput-speedup-analysis"
18778
18779 - type: "plot"
18780   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18781   algorithm: "plot_tsa_name"
18782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18784   include:
18785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18789   layout:
18790     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18791     layout: "plot-throughput-speedup-analysis"
18792
18793 - type: "plot"
18794   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18795   algorithm: "plot_tsa_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18803   layout:
18804     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18819   layout:
18820     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18821     layout: "plot-throughput-speedup-analysis"
18822
18823 - type: "plot"
18824   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18825   algorithm: "plot_tsa_name"
18826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18828   include:
18829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18835   layout:
18836     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18837     layout: "plot-throughput-speedup-analysis"
18838
18839 - type: "plot"
18840   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18841   algorithm: "plot_tsa_name"
18842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18844   include:
18845     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18849   layout:
18850     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18851     layout: "plot-throughput-speedup-analysis"
18852
18853 - type: "plot"
18854   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18855   algorithm: "plot_tsa_name"
18856   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18858   include:
18859     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18860     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18863   layout:
18864     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18865     layout: "plot-throughput-speedup-analysis"
18866
18867 - type: "plot"
18868   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18869   algorithm: "plot_tsa_name"
18870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18872   include:
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18893   layout:
18894     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "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"
18904     - "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"
18905     - "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"
18906     - "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"
18907     - "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"
18908   layout:
18909     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18910     layout: "plot-throughput-speedup-analysis"
18911
18912 - type: "plot"
18913   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18914   algorithm: "plot_tsa_name"
18915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18917   include:
18918     - "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"
18919     - "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"
18920     - "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"
18921     - "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"
18922     - "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"
18923   layout:
18924     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18938   layout:
18939     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18968   layout:
18969     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18983   layout:
18984     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18992   include:
18993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18997   layout:
18998     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18999     layout: "plot-throughput-speedup-analysis"
19000
19001 - type: "plot"
19002   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19003   algorithm: "plot_tsa_name"
19004   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19006   include:
19007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19011   layout:
19012     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "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"
19022     - "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"
19023     - "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"
19024     - "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"
19025   layout:
19026     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19027     layout: "plot-throughput-speedup-analysis"
19028
19029 - type: "plot"
19030   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19031   algorithm: "plot_tsa_name"
19032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19034   include:
19035     - "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"
19036     - "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"
19037     - "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"
19038     - "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"
19039   layout:
19040     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19048   include:
19049     - "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"
19050     - "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"
19051     - "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"
19052     - "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"
19053     - "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"
19054     - "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"
19055   layout:
19056     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19057     layout: "plot-throughput-speedup-analysis"
19058
19059 - type: "plot"
19060   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19061   algorithm: "plot_tsa_name"
19062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19064   include:
19065     - "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"
19066     - "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"
19067     - "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"
19068     - "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"
19069     - "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"
19070     - "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"
19071   layout:
19072     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19073     layout: "plot-throughput-speedup-analysis"
19074
19075 ################################################################################
19076
19077 # Packet Throughput - DPDK
19078
19079 # 2n-clx-xxv710
19080
19081 - type: "plot"
19082   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19083   algorithm: "plot_perf_box_name"
19084   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19085   data: "plot-dpdk-throughput-latency-2n-clx"
19086   include:
19087     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19088     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19089   layout:
19090     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19091     layout: "plot-throughput"
19092
19093 - type: "plot"
19094   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19095   algorithm: "plot_perf_box_name"
19096   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19097   data: "plot-dpdk-throughput-latency-2n-clx"
19098   include:
19099     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19100     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19101   layout:
19102     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19103     layout: "plot-throughput"
19104
19105 - type: "plot"
19106   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19107   algorithm: "plot_perf_box_name"
19108   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19109   data: "plot-dpdk-throughput-latency-2n-clx"
19110   include:
19111     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19112     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19113   layout:
19114     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19115     layout: "plot-throughput"
19116
19117 - type: "plot"
19118   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19119   algorithm: "plot_perf_box_name"
19120   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19121   data: "plot-dpdk-throughput-latency-2n-clx"
19122   include:
19123     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19124     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19125   layout:
19126     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19127     layout: "plot-throughput"
19128
19129 # 2n-clx-x710
19130
19131 - type: "plot"
19132   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19133   algorithm: "plot_perf_box_name"
19134   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19135   data: "plot-dpdk-throughput-latency-2n-clx"
19136   include:
19137     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19138     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19139   layout:
19140     title: "2n-clx-x710-64b-2t1c-base-ndr"
19141     layout: "plot-throughput"
19142
19143 - type: "plot"
19144   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19145   algorithm: "plot_perf_box_name"
19146   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19147   data: "plot-dpdk-throughput-latency-2n-clx"
19148   include:
19149     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19150     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19151   layout:
19152     title: "2n-clx-x710-64b-4t2c-base-ndr"
19153     layout: "plot-throughput"
19154
19155 - type: "plot"
19156   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19157   algorithm: "plot_perf_box_name"
19158   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19159   data: "plot-dpdk-throughput-latency-2n-clx"
19160   include:
19161     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19162     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19163   layout:
19164     title: "2n-clx-x710-64b-2t1c-base-pdr"
19165     layout: "plot-throughput"
19166
19167 - type: "plot"
19168   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19169   algorithm: "plot_perf_box_name"
19170   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19171   data: "plot-dpdk-throughput-latency-2n-clx"
19172   include:
19173     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19174     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19175   layout:
19176     title: "2n-clx-x710-64b-4t2c-base-pdr"
19177     layout: "plot-throughput"
19178
19179 ################################################################################
19180
19181 - type: "plot"
19182   title: "Latency by percentile: 2n-skx"
19183   algorithm: "plot_hdrh_lat_by_percentile"
19184   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19185   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19186   target-links: "../../_static/vpp"
19187   data: "plot-vpp-hdrh-lat-2n-skx"
19188   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19189   layout:
19190     layout: "plot-hdrh-latency-by-percentile"
19191
19192 - type: "plot"
19193   title: "Latency by percentile: 3n-skx"
19194   algorithm: "plot_hdrh_lat_by_percentile"
19195   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19196   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19197   target-links: "../../_static/vpp"
19198   data: "plot-vpp-hdrh-lat-3n-skx"
19199   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19200   layout:
19201     layout: "plot-hdrh-latency-by-percentile"
19202
19203 - type: "plot"
19204   title: "Latency by percentile: 2n-clx"
19205   algorithm: "plot_hdrh_lat_by_percentile"
19206   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19207   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19208   target-links: "../../_static/vpp"
19209   data: "plot-vpp-hdrh-lat-2n-clx"
19210   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19211   layout:
19212     layout: "plot-hdrh-latency-by-percentile"
19213
19214 - type: "plot"
19215   title: "Latency by percentile: 3n-hsw"
19216   algorithm: "plot_hdrh_lat_by_percentile"
19217   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19218   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19219   target-links: "../../_static/vpp"
19220   data: "plot-vpp-hdrh-lat-3n-hsw"
19221   filter: "'1T1C' and 'NIC_Intel-XL710'"
19222   layout:
19223     layout: "plot-hdrh-latency-by-percentile"
19224
19225 - type: "plot"
19226   title: "Latency by percentile: 3n-tsh"
19227   algorithm: "plot_hdrh_lat_by_percentile"
19228   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19229   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19230   target-links: "../../_static/vpp"
19231   data: "plot-vpp-hdrh-lat-3n-tsh"
19232   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19233   layout:
19234     layout: "plot-hdrh-latency-by-percentile"
19235
19236 - type: "plot"
19237   title: "Latency by percentile: DPDK 2n-skx"
19238   algorithm: "plot_hdrh_lat_by_percentile"
19239   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19240   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19241   target-links: "../../_static/dpdk"
19242   data: "plot-dpdk-hdrh-lat-2n-skx"
19243   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19244   layout:
19245     layout: "plot-hdrh-latency-by-percentile"
19246
19247 - type: "plot"
19248   title: "Latency by percentile: DPDK 3n-skx"
19249   algorithm: "plot_hdrh_lat_by_percentile"
19250   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19251   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19252   target-links: "../../_static/dpdk"
19253   data: "plot-dpdk-hdrh-lat-3n-skx"
19254   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19255   layout:
19256     layout: "plot-hdrh-latency-by-percentile"
19257
19258 - type: "plot"
19259   title: "Latency by percentile: DPDK 2n-clx"
19260   algorithm: "plot_hdrh_lat_by_percentile"
19261   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19262   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19263   target-links: "../../_static/dpdk"
19264   data: "plot-dpdk-hdrh-lat-2n-clx"
19265   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19266   layout:
19267     layout: "plot-hdrh-latency-by-percentile"
19268
19269 - type: "plot"
19270   title: "Latency by percentile: DPDK 3n-hsw"
19271   algorithm: "plot_hdrh_lat_by_percentile"
19272   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19273   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19274   target-links: "../../_static/dpdk"
19275   data: "plot-dpdk-hdrh-lat-3n-hsw"
19276   filter: "'1T1C' and 'NIC_Intel-XL710'"
19277   layout:
19278     layout: "plot-hdrh-latency-by-percentile"
19279
19280 - type: "plot"
19281   title: "Latency by percentile: DPDK 3n-tsh"
19282   algorithm: "plot_hdrh_lat_by_percentile"
19283   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19284   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19285   target-links: "../../_static/dpdk"
19286   data: "plot-dpdk-hdrh-lat-3n-tsh"
19287   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19288   layout:
19289     layout: "plot-hdrh-latency-by-percentile"