PAL: Comparison tables
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279
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
945     vpp-performance-changes-3n-skx-h1:
946       csit-vpp-perf-verify-1904-3n-skx:
947         - 8   # NDRPDR sel
948         - 9   # NDRPDR sel
949         - 10  # NDRPDR sel
950         - 11  # NDRPDR sel
951         - 12  # NDRPDR sel
952         - 14  # NDRPDR sel
953         - 16  # NDRPDR sel
954         - 21  # NDRPDR sel
955         - 23  # NDRPDR sel
956         - 25  # NDRPDR sel
957     vpp-performance-changes-3n-skx-ref:
958       csit-vpp-perf-verify-1908-3n-skx:
959         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
960         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
961         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
962         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
963         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
964         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
965         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
966         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
967         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
968         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
969     vpp-performance-changes-3n-skx-cmp:
970       # TODO: Add the data
971       csit-vpp-perf-verify-2001-3n-skx:
972         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
973         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
974         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
975         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
976         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
977
978     vpp-performance-changes-2n-skx-h1:
979       csit-vpp-perf-verify-1904-2n-skx:
980         - 12  # NDRPDR sel
981         - 14  # NDRPDR sel
982         - 16  # NDRPDR sel
983         - 17  # NDRPDR sel
984         - 18  # NDRPDR sel
985         - 21  # NDRPDR sel
986         - 27  # NDRPDR sel
987         - 30  # NDRPDR sel
988         - 31  # NDRPDR sel
989         - 32  # NDRPDR sel
990     vpp-performance-changes-2n-skx-ref:
991       csit-vpp-perf-verify-1908-2n-skx:
992         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
993         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
994         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
995         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
996         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
997         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
998         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
999         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1000         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1001         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1002     vpp-performance-changes-2n-skx-cmp:
1003       csit-vpp-perf-verify-2001-2n-skx:
1004         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1005         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1006         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1007         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1008         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1009         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1010         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1011         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1012         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1013         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1014
1015     vpp-performance-changes-nfv-2n-skx-ref:
1016       csit-vpp-perf-verify-1908-2n-skx:
1017         - 22  # NFV
1018         - 31  # NFV
1019         - 32  # NFV
1020     vpp-performance-changes-nfv-2n-skx-cmp:
1021       # TODO: Add the data
1022       csit-vpp-perf-verify-2001-2n-skx:
1023         - 30  # NFV
1024         - 31  # NFV
1025
1026     vpp-performance-changes-2n-dnv-ref:
1027       csit-vpp-perf-verify-1908-2n-dnv:
1028         - 1   # NDRPDR sel
1029         - 2   # NDRPDR sel
1030         - 3   # NDRPDR sel
1031         - 4   # NDRPDR sel
1032         - 5   # NDRPDR sel
1033         - 6   # NDRPDR sel
1034         - 7   # NDRPDR sel
1035         - 8   # NDRPDR sel
1036         - 9   # NDRPDR sel
1037         - 10  # NDRPDR sel
1038     vpp-performance-changes-2n-dnv-cmp:
1039       csit-vpp-perf-verify-2001-2n-dnv:
1040         - 4   # NDRPDR sel
1041         - 5   # NDRPDR sel
1042         - 6   # NDRPDR sel
1043         - 7   # NDRPDR sel
1044         - 8   # NDRPDR sel
1045         - 9   # NDRPDR sel
1046         - 10  # NDRPDR sel
1047         - 11  # NDRPDR sel
1048         - 13  # NDRPDR sel
1049         - 16  # NDRPDR sel
1050
1051     vpp-performance-changes-3n-dnv-ref:
1052       csit-vpp-perf-verify-1908-3n-dnv:
1053         - 6   # NDRPDR sel
1054         - 7   # NDRPDR sel
1055         - 8   # NDRPDR sel
1056         - 9   # NDRPDR sel
1057         - 10  # NDRPDR sel
1058         - 12  # NDRPDR sel
1059         - 13  # NDRPDR sel
1060         - 14  # NDRPDR sel
1061         - 15  # NDRPDR sel
1062         - 16  # NDRPDR sel
1063     vpp-performance-changes-3n-dnv-cmp:
1064       csit-vpp-perf-verify-2001-3n-dnv:
1065         - 5   # NDRPDR sel
1066         - 6   # NDRPDR sel
1067         - 7   # NDRPDR sel
1068         - 8   # NDRPDR sel
1069         - 9   # NDRPDR sel
1070         - 10  # NDRPDR sel
1071         - 12  # NDRPDR sel
1072         - 16  # NDRPDR sel
1073         - 17  # NDRPDR sel
1074         - 18  # NDRPDR sel
1075
1076     vpp-performance-changes-3n-tsh-ref:
1077       csit-vpp-perf-verify-1908-3n-tsh:
1078         - 7   # NDRPDR sel
1079         - 8   # NDRPDR sel
1080         - 9   # NDRPDR sel
1081         - 10  # NDRPDR sel
1082         - 11  # NDRPDR sel
1083         - 12  # NDRPDR sel
1084         - 13  # NDRPDR sel
1085         - 14  # NDRPDR sel
1086         - 15  # NDRPDR sel
1087         - 16  # NDRPDR sel
1088     vpp-performance-changes-3n-tsh-cmp:
1089       csit-vpp-perf-verify-2001-3n-tsh:
1090         - 3   # NDRPDR sel
1091         - 4   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 10  # NDRPDR sel
1095         - 12  # NDRPDR sel
1096         - 13  # NDRPDR sel
1097         - 14  # NDRPDR sel
1098         - 15  # NDRPDR sel
1099         - 21  # NDRPDR sel
1100
1101     vpp-soak-vs-ndr-2n-skx-ref:
1102       csit-vpp-perf-verify-2001-2n-skx:
1103         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1104         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1105         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1106         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1107         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1108         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1109         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1110         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1111         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1112         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1113     vpp-soak-vs-ndr-2n-skx-cmp:
1114       csit-vpp-perf-verify-2001-2n-skx:
1115         - 181  # Soak
1116         - 182  # Soak
1117     vpp-soak-vs-ndr-2n-skx:
1118       csit-vpp-perf-verify-2001-2n-skx:
1119         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1120         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1121         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1122         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1123         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1124         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1125         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1126         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1127         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1128         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1129         - 181  # Soak
1130         - 182  # Soak
1131
1132     vpp-soak-vs-ndr-2n-clx-ref:
1133       csit-vpp-perf-verify-2001-2n-clx:
1134         - 28  # NDRPDR sel
1135         - 29  # NDRPDR sel
1136         - 32  # NDRPDR sel
1137         - 40  # NDRPDR sel
1138         - 43  # NDRPDR sel
1139         - 44  # NDRPDR sel
1140         - 45  # NDRPDR sel
1141         - 47  # NDRPDR sel
1142         - 48  # NDRPDR sel
1143         - 49  # NDRPDR sel
1144     vpp-soak-vs-ndr-2n-clx-cmp:
1145       csit-vpp-perf-verify-2001-2n-clx:
1146         - 93  # SOAK
1147         - 94  # Soak
1148     vpp-soak-vs-ndr-2n-clx:
1149       csit-vpp-perf-verify-2001-2n-clx:
1150         - 28  # NDRPDR sel
1151         - 29  # NDRPDR sel
1152         - 32  # NDRPDR sel
1153         - 40  # NDRPDR sel
1154         - 43  # NDRPDR sel
1155         - 44  # NDRPDR sel
1156         - 45  # NDRPDR sel
1157         - 47  # NDRPDR sel
1158         - 48  # NDRPDR sel
1159         - 49  # NDRPDR sel
1160         - 93  # SOAK
1161         - 94  # Soak
1162
1163     vpp-performance-changes-3n-hsw-mrr-h1:
1164       csit-vpp-perf-verify-1904-3n-hsw:
1165         - 9   # MRR sel
1166     vpp-performance-changes-3n-hsw-mrr-ref:
1167       csit-vpp-perf-verify-1908-3n-hsw:
1168         - 39  # MRR sel
1169     vpp-performance-changes-3n-hsw-mrr-cmp:
1170       csit-vpp-perf-verify-2001-3n-hsw:
1171         - 17  # MRR sel
1172
1173     vpp-performance-changes-3n-skx-mrr-h1:
1174       csit-vpp-perf-verify-1904-3n-skx:
1175         - 7   # MRR sel
1176     vpp-performance-changes-3n-skx-mrr-ref:
1177       csit-vpp-perf-verify-1908-3n-skx:
1178         - 36  # MRR sel
1179     vpp-performance-changes-3n-skx-mrr-cmp:
1180       csit-vpp-perf-verify-2001-3n-skx:
1181         - 50  # MRR sel
1182         - 53  # MRR sel addition
1183
1184     vpp-performance-changes-2n-skx-mrr-h1:
1185       csit-vpp-perf-verify-1904-2n-skx:
1186         - 11  # MRR sel
1187     vpp-performance-changes-2n-skx-mrr-ref:
1188       csit-vpp-perf-verify-1908-2n-skx:
1189         - 69  # MRR sel
1190     vpp-performance-changes-2n-skx-mrr-cmp:
1191       csit-vpp-perf-verify-2001-2n-skx:
1192         - 101 # MRR sel
1193         - 128 # MRR sel addition
1194
1195     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1196       csit-vpp-perf-verify-1908-2n-skx:
1197         - 71  # NFV MRR
1198     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1199       # TODO: Replace
1200       # csit-vpp-perf-verify-2001-2n-skx:
1201       csit-vpp-perf-verify-1908-2n-skx:
1202         - 71  # NFV MRR
1203
1204     vpp-performance-changes-2n-dnv-mrr-ref:
1205       csit-vpp-perf-verify-1908-2n-dnv:
1206         - 11  # MRR sel
1207     vpp-performance-changes-2n-dnv-mrr-cmp:
1208       csit-vpp-perf-verify-2001-2n-dnv:
1209         - 12  # MRR sel
1210
1211     vpp-performance-changes-3n-dnv-mrr-ref:
1212       csit-vpp-perf-verify-1908-3n-dnv:
1213         - 17  # MRR sel
1214     vpp-performance-changes-3n-dnv-mrr-cmp:
1215       csit-vpp-perf-verify-2001-3n-dnv:
1216         - 11  # MRR sel
1217
1218     vpp-performance-changes-3n-tsh-mrr-ref:
1219       csit-vpp-perf-verify-1908-3n-tsh:
1220         - 17  # MRR sel
1221     vpp-performance-changes-3n-tsh-mrr-cmp:
1222       csit-vpp-perf-verify-2001-3n-tsh:
1223         - 9   # MRR sel
1224
1225     dpdk-performance-changes-3n-hsw-h1:
1226       csit-dpdk-perf-verify-1904-3n-hsw:
1227         - 2   # NDRPDR sel
1228         - 3   # NDRPDR sel
1229         - 5   # NDRPDR sel
1230         - 6   # NDRPDR sel
1231         - 13  # NDRPDR sel
1232         - 14  # NDRPDR sel
1233         - 15  # NDRPDR sel
1234         - 18  # NDRPDR sel
1235         - 19  # NDRPDR sel
1236         - 20  # NDRPDR sel
1237     dpdk-performance-changes-3n-hsw-ref:
1238       csit-dpdk-perf-verify-1908-3n-hsw:
1239         - 2   # NDRPDR sel
1240         - 3   # NDRPDR sel
1241         - 4   # NDRPDR sel
1242         - 5   # NDRPDR sel
1243         - 6   # NDRPDR sel
1244         - 7   # NDRPDR sel
1245         - 8   # NDRPDR sel
1246         - 9   # NDRPDR sel
1247         - 10  # NDRPDR sel
1248         - 11  # NDRPDR sel
1249     dpdk-performance-changes-3n-hsw-cmp:
1250       csit-dpdk-perf-verify-2001-3n-hsw:
1251 #        - 4   # NDRPDR sel
1252 #        - 5   # NDRPDR sel
1253 #        - 6   # NDRPDR sel
1254 #        - 7   # NDRPDR sel
1255 #        - 8   # NDRPDR sel
1256 #        - 9   # NDRPDR sel
1257 #        - 10  # NDRPDR sel
1258 #        - 11  # NDRPDR sel
1259 #        - 12  # NDRPDR sel
1260 #        - 13  # NDRPDR sel
1261         - 15  # NDRPDR sel
1262         - 16  # NDRPDR sel
1263         - 17  # NDRPDR sel
1264         - 18  # NDRPDR sel
1265         - 19  # NDRPDR sel
1266         - 20  # NDRPDR sel
1267         - 21  # NDRPDR sel
1268         - 22  # NDRPDR sel
1269         - 23  # NDRPDR sel
1270         - 24  # NDRPDR sel
1271
1272     dpdk-performance-changes-3n-skx-h1:
1273       csit-dpdk-perf-verify-1904-3n-skx:
1274         - 2   # NDRPDR sel
1275         - 3   # NDRPDR sel
1276         - 4   # NDRPDR sel
1277         - 5   # NDRPDR sel
1278         - 6   # NDRPDR sel
1279         - 7   # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284     dpdk-performance-changes-3n-skx-ref:
1285       csit-dpdk-perf-verify-1908-3n-skx:
1286         - 3   # NDRPDR sel
1287         - 4   # NDRPDR sel
1288         - 5   # NDRPDR sel
1289         - 6   # NDRPDR sel
1290         - 7   # NDRPDR sel
1291         - 8   # NDRPDR sel
1292         - 9   # NDRPDR sel
1293         - 10  # NDRPDR sel
1294         - 11  # NDRPDR sel
1295         - 12  # NDRPDR sel
1296     dpdk-performance-changes-3n-skx-cmp:
1297       csit-dpdk-perf-verify-2001-3n-skx:
1298         - 29  # NDRPDR sel xxv710
1299         - 33  # NDRPDR sel xxv710
1300         - 34  # NDRPDR sel xxv710
1301         - 35  # NDRPDR sel xxv710
1302         - 36  # NDRPDR sel xxv710
1303         - 37  # NDRPDR sel xxv710
1304         - 41  # NDRPDR sel xxv710
1305         - 42  # NDRPDR sel xxv710
1306         - 43  # NDRPDR sel xxv710
1307         - 45  # NDRPDR sel xxv710
1308         - 30  # NDRPDR sel x710
1309         - 31  # NDRPDR sel x710
1310         - 32  # NDRPDR sel x710
1311         - 38  # NDRPDR sel x710
1312         - 39  # NDRPDR sel x710
1313         - 40  # NDRPDR sel x710
1314         - 44  # NDRPDR sel x710
1315         - 46  # NDRPDR sel x710
1316         - 47  # NDRPDR sel x710
1317         - 48  # NDRPDR sel x710
1318
1319     dpdk-performance-changes-2n-skx-h1:
1320       csit-dpdk-perf-verify-1904-2n-skx:
1321         - 2   # NDRPDR sel
1322         - 3   # NDRPDR sel
1323         - 4   # NDRPDR sel
1324         - 5   # NDRPDR sel
1325         - 7   # NDRPDR sel
1326         - 8   # NDRPDR sel
1327         - 9   # NDRPDR sel
1328         - 10  # NDRPDR sel
1329         - 11  # NDRPDR sel
1330         - 12  # NDRPDR sel
1331     dpdk-performance-changes-2n-skx-ref:
1332       csit-dpdk-perf-verify-1908-2n-skx:
1333         - 2   # NDRPDR sel
1334         - 3   # NDRPDR sel
1335         - 4   # NDRPDR sel
1336         - 5   # NDRPDR sel
1337         - 7   # NDRPDR sel
1338         - 8   # NDRPDR sel
1339         - 9   # NDRPDR sel
1340         - 10  # NDRPDR sel
1341         - 11  # NDRPDR sel
1342         - 12  # NDRPDR sel
1343     dpdk-performance-changes-2n-skx-cmp:
1344       csit-dpdk-perf-verify-2001-2n-skx:
1345         - 35  # NDRPDR sel xxv710
1346         - 36  # NDRPDR sel xxv710
1347         - 37  # NDRPDR sel xxv710
1348         - 41  # NDRPDR sel xxv710
1349         - 42  # NDRPDR sel xxv710
1350         - 43  # NDRPDR sel xxv710
1351         - 46  # NDRPDR sel xxv710
1352         - 47  # NDRPDR sel xxv710
1353         - 52  # NDRPDR sel xxv710
1354         - 53  # NDRPDR sel xxv710
1355         - 38  # NDRPDR sel x710
1356         - 39  # NDRPDR sel x710
1357         - 40  # NDRPDR sel x710
1358         - 44  # NDRPDR sel x710
1359         - 45  # NDRPDR sel x710
1360         - 48  # NDRPDR sel x710
1361         - 49  # NDRPDR sel x710
1362         - 50  # NDRPDR sel x710
1363         - 51  # NDRPDR sel x710
1364         - 54  # NDRPDR sel x710
1365
1366     # Compare testbeds
1367
1368     vpp-compare-testbeds-ref:
1369       csit-vpp-perf-verify-2001-3n-hsw:
1370         - 21  # NDRPDR sel
1371         - 22  # NDRPDR sel
1372         - 23  # NDRPDR sel
1373         - 24  # NDRPDR sel
1374         - 25  # NDRPDR sel
1375         - 29  # NDRPDR sel
1376         - 30  # NDRPDR sel
1377         - 31  # NDRPDR sel
1378         - 32  # NDRPDR sel
1379         - 34  # NDRPDR sel
1380     vpp-compare-testbeds-cmp:
1381       # TODO: Add the data
1382       csit-vpp-perf-verify-2001-3n-skx:
1383         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1384         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1385         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1386         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1387         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1388
1389     vpp-compare-testbeds-skx-clx-ref:
1390       csit-vpp-perf-verify-2001-2n-skx:
1391         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1392         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1393         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1394         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1395         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1396         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1397         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1398         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1399         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1400         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1401     vpp-compare-testbeds-skx-clx-cmp:
1402       csit-vpp-perf-verify-2001-2n-clx:
1403         - 28  # NDRPDR sel
1404         - 29  # NDRPDR sel
1405         - 32  # NDRPDR sel
1406         - 40  # NDRPDR sel
1407         - 43  # NDRPDR sel
1408         - 44  # NDRPDR sel
1409         - 45  # NDRPDR sel
1410         - 47  # NDRPDR sel
1411         - 48  # NDRPDR sel
1412         - 49  # NDRPDR sel
1413
1414     vpp-compare-testbeds-hsw-clx-ref:
1415       csit-vpp-perf-verify-2001-3n-hsw:
1416         - 21  # NDRPDR sel
1417         - 22  # NDRPDR sel
1418         - 23  # NDRPDR sel
1419         - 24  # NDRPDR sel
1420         - 25  # NDRPDR sel
1421         - 29  # NDRPDR sel
1422         - 30  # NDRPDR sel
1423         - 31  # NDRPDR sel
1424         - 32  # NDRPDR sel
1425         - 34  # NDRPDR sel
1426     vpp-compare-testbeds-hsw-clx-cmp:
1427       csit-vpp-perf-verify-2001-2n-clx:
1428         - 28  # NDRPDR sel
1429         - 29  # NDRPDR sel
1430         - 32  # NDRPDR sel
1431         - 40  # NDRPDR sel
1432         - 43  # NDRPDR sel
1433         - 44  # NDRPDR sel
1434         - 45  # NDRPDR sel
1435         - 47  # NDRPDR sel
1436         - 48  # NDRPDR sel
1437         - 49  # NDRPDR sel
1438
1439     vpp-compare-testbeds-mrr-ref:
1440       csit-vpp-perf-verify-2001-3n-hsw:
1441         - 17  # MRR sel
1442     vpp-compare-testbeds-mrr-cmp:
1443       csit-vpp-perf-verify-2001-3n-skx:
1444         - 50  # MRR sel
1445         - 53  # MRR sel addition
1446
1447     vpp-compare-testbeds-mrr-skx-clx-ref:
1448       csit-vpp-perf-verify-2001-2n-skx:
1449         - 101 # MRR sel
1450         - 128 # MRR sel addition
1451     vpp-compare-testbeds-mrr-skx-clx-cmp:
1452       csit-vpp-perf-verify-2001-2n-clx:
1453         - 39  # MRR
1454
1455     vpp-compare-testbeds-mrr-hsw-clx-ref:
1456       csit-vpp-perf-verify-2001-3n-hsw:
1457         - 17  # MRR sel
1458     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1459       csit-vpp-perf-verify-2001-2n-clx:
1460         - 39  # MRR
1461
1462     dpdk-compare-testbeds-ref:
1463       csit-dpdk-perf-verify-2001-3n-hsw:
1464         - 4   # NDRPDR sel
1465         - 5   # NDRPDR sel
1466         - 6   # NDRPDR sel
1467         - 7   # NDRPDR sel
1468         - 8   # NDRPDR sel
1469         - 9   # NDRPDR sel
1470         - 10  # NDRPDR sel
1471         - 11  # NDRPDR sel
1472         - 12  # NDRPDR sel
1473         - 13  # NDRPDR sel
1474         - 15  # NDRPDR sel
1475         - 16  # NDRPDR sel
1476         - 17  # NDRPDR sel
1477         - 18  # NDRPDR sel
1478         - 19  # NDRPDR sel
1479         - 20  # NDRPDR sel
1480         - 21  # NDRPDR sel
1481         - 22  # NDRPDR sel
1482         - 23  # NDRPDR sel
1483         - 24  # NDRPDR sel
1484     dpdk-compare-testbeds-cmp:
1485       csit-dpdk-perf-verify-2001-3n-skx:
1486         - 29  # NDRPDR sel xxv710
1487         - 33  # NDRPDR sel xxv710
1488         - 34  # NDRPDR sel xxv710
1489         - 35  # NDRPDR sel xxv710
1490         - 36  # NDRPDR sel xxv710
1491         - 37  # NDRPDR sel xxv710
1492         - 41  # NDRPDR sel xxv710
1493         - 42  # NDRPDR sel xxv710
1494         - 43  # NDRPDR sel xxv710
1495         - 45  # NDRPDR sel xxv710
1496         - 30  # NDRPDR sel x710
1497         - 31  # NDRPDR sel x710
1498         - 32  # NDRPDR sel x710
1499         - 38  # NDRPDR sel x710
1500         - 39  # NDRPDR sel x710
1501         - 40  # NDRPDR sel x710
1502         - 44  # NDRPDR sel x710
1503         - 46  # NDRPDR sel x710
1504         - 47  # NDRPDR sel x710
1505         - 48  # NDRPDR sel x710
1506
1507     dpdk-compare-testbeds-skx-clx-ref:
1508       csit-dpdk-perf-verify-2001-2n-skx:
1509         - 35  # NDRPDR sel xxv710
1510         - 36  # NDRPDR sel xxv710
1511         - 37  # NDRPDR sel xxv710
1512         - 41  # NDRPDR sel xxv710
1513         - 42  # NDRPDR sel xxv710
1514         - 43  # NDRPDR sel xxv710
1515         - 46  # NDRPDR sel xxv710
1516         - 47  # NDRPDR sel xxv710
1517         - 52  # NDRPDR sel xxv710
1518         - 53  # NDRPDR sel xxv710
1519         - 38  # NDRPDR sel x710
1520         - 39  # NDRPDR sel x710
1521         - 40  # NDRPDR sel x710
1522         - 44  # NDRPDR sel x710
1523         - 45  # NDRPDR sel x710
1524         - 48  # NDRPDR sel x710
1525         - 49  # NDRPDR sel x710
1526         - 50  # NDRPDR sel x710
1527         - 51  # NDRPDR sel x710
1528         - 54  # NDRPDR sel x710
1529     dpdk-compare-testbeds-skx-clx-cmp:
1530       csit-dpdk-perf-verify-2001-2n-clx:
1531         - 15  # NDRPDR sel
1532         - 16  # NDRPDR sel
1533         - 17  # NDRPDR sel
1534         - 18  # NDRPDR sel
1535         - 19  # NDRPDR sel
1536         - 20  # NDRPDR sel
1537         - 21  # NDRPDR sel
1538         - 22  # NDRPDR sel
1539         - 23  # NDRPDR sel
1540         - 24  # NDRPDR sel
1541         - 25  # NDRPDR sel
1542         - 26  # NDRPDR sel
1543         - 27  # NDRPDR sel
1544         - 28  # NDRPDR sel
1545         - 29  # NDRPDR sel
1546         - 30  # NDRPDR sel
1547         - 31  # NDRPDR sel
1548         - 32  # NDRPDR sel
1549         - 33  # NDRPDR sel
1550         - 34  # NDRPDR sel
1551
1552     # Compare topologies
1553
1554     vpp-compare-topologies-ref:
1555       # TODO: Add the data
1556       csit-vpp-perf-verify-2001-3n-skx:
1557         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1558         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1559         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1560         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1561         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1562     vpp-compare-topologies-cmp:
1563       csit-vpp-perf-verify-2001-2n-skx:
1564         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1565         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1566         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1567         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1568         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1569         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1570         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1571         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1572         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1573         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1574
1575     vpp-compare-topologies-mrr-ref:
1576       csit-vpp-perf-verify-2001-3n-skx:
1577         - 50  # MRR sel
1578         - 53  # MRR sel addition
1579     vpp-compare-topologies-mrr-cmp:
1580       csit-vpp-perf-verify-2001-2n-skx:
1581         - 101 # MRR sel
1582         - 128 # MRR sel addition
1583
1584     dpdk-compare-topologies-ref:
1585       csit-dpdk-perf-verify-2001-3n-skx:
1586         - 29  # NDRPDR sel xxv710
1587         - 33  # NDRPDR sel xxv710
1588         - 34  # NDRPDR sel xxv710
1589         - 35  # NDRPDR sel xxv710
1590         - 36  # NDRPDR sel xxv710
1591         - 37  # NDRPDR sel xxv710
1592         - 41  # NDRPDR sel xxv710
1593         - 42  # NDRPDR sel xxv710
1594         - 43  # NDRPDR sel xxv710
1595         - 45  # NDRPDR sel xxv710
1596         - 30  # NDRPDR sel x710
1597         - 31  # NDRPDR sel x710
1598         - 32  # NDRPDR sel x710
1599         - 38  # NDRPDR sel x710
1600         - 39  # NDRPDR sel x710
1601         - 40  # NDRPDR sel x710
1602         - 44  # NDRPDR sel x710
1603         - 46  # NDRPDR sel x710
1604         - 47  # NDRPDR sel x710
1605         - 48  # NDRPDR sel x710
1606     dpdk-compare-topologies-cmp:
1607       csit-dpdk-perf-verify-2001-2n-skx:
1608         - 35  # NDRPDR sel xxv710
1609         - 36  # NDRPDR sel xxv710
1610         - 37  # NDRPDR sel xxv710
1611         - 41  # NDRPDR sel xxv710
1612         - 42  # NDRPDR sel xxv710
1613         - 43  # NDRPDR sel xxv710
1614         - 46  # NDRPDR sel xxv710
1615         - 47  # NDRPDR sel xxv710
1616         - 52  # NDRPDR sel xxv710
1617         - 53  # NDRPDR sel xxv710
1618         - 38  # NDRPDR sel x710
1619         - 39  # NDRPDR sel x710
1620         - 40  # NDRPDR sel x710
1621         - 44  # NDRPDR sel x710
1622         - 45  # NDRPDR sel x710
1623         - 48  # NDRPDR sel x710
1624         - 49  # NDRPDR sel x710
1625         - 50  # NDRPDR sel x710
1626         - 51  # NDRPDR sel x710
1627         - 54  # NDRPDR sel x710
1628
1629   plot-layouts:
1630
1631     plot-soak-throughput:
1632       titlefont:
1633         size: 18
1634       xaxis:
1635         title: "<b>Test Cases [Index]</b>"
1636         titlefont:
1637           size: 16
1638         autorange: True
1639         fixedrange: False
1640         gridcolor: "rgb(230, 230, 230)"
1641         linecolor: "rgb(220, 220, 220)"
1642         linewidth: 1
1643         showgrid: True
1644         showline: True
1645         showticklabels: True
1646         tickcolor: "rgb(220, 220, 220)"
1647         tickmode: "linear"
1648         tickfont:
1649           size: 16
1650         zeroline: False
1651       yaxis:
1652         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1653         titlefont:
1654           size: 16
1655         gridcolor: "rgb(230, 230, 230)"
1656         hoverformat: ".4r"
1657         tickformat: ".3r"
1658         linecolor: "rgb(220, 220, 220)"
1659         linewidth: 1
1660         showgrid: True
1661         showline: True
1662         showticklabels: True
1663         tickcolor: "rgb(220, 220, 220)"
1664         tickfont:
1665           size: 16
1666         zeroline: False
1667         range: [0,50]
1668       autosize: False
1669       margin:
1670         t: 50
1671         b: 0
1672         l: 80
1673         r: 20
1674       showlegend: True
1675       legend:
1676         orientation: "h"
1677         font:
1678           size: 16
1679       width: 700
1680       height: 900
1681       paper_bgcolor: "#fff"
1682       plot_bgcolor: "#fff"
1683       hoverlabel:
1684         namelength: -1
1685
1686     plot-service-density:
1687       titlefont:
1688         size: 18
1689       xaxis:
1690         side: "top"
1691         autorange: True
1692         fixedrange: False
1693         showgrid: False
1694         showline: False
1695         showticklabels: False
1696         ticks: ""
1697         ticklen: 0
1698         tickwidth: 0
1699         zeroline: False
1700       yaxis:
1701         autorange: "reversed"
1702         showgrid: False
1703         showline: False
1704         showticklabels: False
1705         ticks: ""
1706         ticklen: 0
1707         tickwidth: 0
1708         zeroline: False
1709       showlegend: False
1710       paper_bgcolor: "#fff"
1711       plot_bgcolor: "#fff"
1712       width: 700
1713       height: 700
1714       hoverlabel:
1715         namelength: -1
1716
1717     plot-cps:
1718       titlefont:
1719         size: 18
1720       xaxis:
1721         title: "<b>Test Cases [Index]</b>"
1722         titlefont:
1723           size: 16
1724         autorange: True
1725         fixedrange: False
1726         gridcolor: "rgb(230, 230, 230)"
1727         linecolor: "rgb(220, 220, 220)"
1728         linewidth: 1
1729         showgrid: True
1730         showline: True
1731         showticklabels: True
1732         tickcolor: "rgb(220, 220, 220)"
1733         tickmode: "linear"
1734         tickfont:
1735           size: 16
1736         zeroline: False
1737       yaxis:
1738         title: "<b>Connections Per Second [cps]</b>"
1739         titlefont:
1740           size: 16
1741         gridcolor: "rgb(230, 230, 230)"
1742         hoverformat: ".4s"
1743         linecolor: "rgb(220, 220, 220)"
1744         linewidth: 1
1745         rangemode: "tozero"
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(220, 220, 220)"
1750         tickformat: ".3s"
1751         tickfont:
1752           size: 16
1753         zeroline: False
1754       boxmode: "group"
1755       boxgroupgap: 0.5
1756       autosize: False
1757       margin:
1758         t: 50
1759         b: 20
1760         l: 80
1761         r: 20
1762       showlegend: True
1763       legend:
1764         orientation: "h"
1765         font:
1766           size: 16
1767       width: 700
1768       height: 800
1769       paper_bgcolor: "#fff"
1770       plot_bgcolor: "#fff"
1771       hoverlabel:
1772         namelength: -1
1773
1774     plot-rps:
1775       titlefont:
1776         size: 18
1777       xaxis:
1778         title: "<b>Test Cases [Index]</b>"
1779         titlefont:
1780           size: 16
1781         autorange: True
1782         fixedrange: False
1783         gridcolor: "rgb(230, 230, 230)"
1784         linecolor: "rgb(220, 220, 220)"
1785         linewidth: 1
1786         showgrid: True
1787         showline: True
1788         showticklabels: True
1789         tickcolor: "rgb(220, 220, 220)"
1790         tickmode: "linear"
1791         tickfont:
1792           size: 16
1793         zeroline: False
1794       yaxis:
1795         title: "<b>Requests Per Second [rps]</b>"
1796         titlefont:
1797           size: 16
1798         gridcolor: "rgb(230, 230, 230)"
1799         hoverformat: ".4s"
1800         linecolor: "rgb(220, 220, 220)"
1801         linewidth: 1
1802         rangemode: "tozero"
1803         showgrid: True
1804         showline: True
1805         showticklabels: True
1806         tickcolor: "rgb(230, 230, 230)"
1807         tickformat: ".3s"
1808         tickfont:
1809           size: 16
1810         zeroline: False
1811       boxmode: "group"
1812       boxgroupgap: 0.5
1813       autosize: False
1814       margin:
1815         t: 50
1816         b: 20
1817         l: 80
1818         r: 20
1819       showlegend: True
1820       legend:
1821         orientation: "h"
1822         font:
1823           size: 16
1824       width: 700
1825       height: 800
1826       paper_bgcolor: "#fff"
1827       plot_bgcolor: "#fff"
1828       hoverlabel:
1829         namelength: -1
1830
1831     plot-hoststack:
1832       titlefont:
1833         size: 16
1834       xaxis:
1835         title: "<b>Test Cases [Index]</b>"
1836         titlefont:
1837           size: 14
1838         autorange: True
1839         fixedrange: False
1840         gridcolor: "rgb(230, 230, 230)"
1841         linecolor: "rgb(220, 220, 220)"
1842         linewidth: 1
1843         showgrid: True
1844         showline: True
1845         showticklabels: True
1846         tickcolor: "rgb(220, 220, 220)"
1847         tickmode: "linear"
1848         tickfont:
1849           size: 14
1850         zeroline: False
1851       yaxis:
1852         title: "<b>Bandwidth [Gbps]</b>"
1853         titlefont:
1854           size: 14
1855         gridcolor: "rgb(230, 230, 230)"
1856         hoverformat: ".4s"
1857         linecolor: "rgb(220, 220, 220)"
1858         linewidth: 1
1859         rangemode: "tozero"
1860         showgrid: True
1861         showline: True
1862         showticklabels: True
1863         tickcolor: "rgb(230, 230, 230)"
1864         tickformat: ".3s"
1865         tickfont:
1866           size: 14
1867         zeroline: False
1868       boxmode: "group"
1869       boxgroupgap: 0.5
1870       autosize: False
1871       margin:
1872         t: 50
1873         b: 20
1874         l: 80
1875         r: 20
1876       showlegend: True
1877       legend:
1878         orientation: "h"
1879         font:
1880           size: 14
1881       width: 700
1882       height: 800
1883       paper_bgcolor: "#fff"
1884       plot_bgcolor: "#fff"
1885       hoverlabel:
1886         namelength: -1
1887
1888     plot-throughput:
1889       titlefont:
1890         size: 18
1891       xaxis:
1892         title: "<b>Test Cases [Index]</b>"
1893         titlefont:
1894           size: 16
1895         autorange: True
1896         fixedrange: False
1897         gridcolor: "rgb(230, 230, 230)"
1898         linecolor: "rgb(220, 220, 220)"
1899         linewidth: 1
1900         showgrid: True
1901         showline: True
1902         showticklabels: True
1903         tickcolor: "rgb(220, 220, 220)"
1904         tickmode: "linear"
1905         tickfont:
1906           size: 16
1907         zeroline: False
1908       yaxis:
1909         title: "<b>Packet Throughput [Mpps]</b>"
1910         titlefont:
1911           size: 16
1912         gridcolor: "rgb(230, 230, 230)"
1913         hoverformat: ".4r"
1914         tickformat: ".3r"
1915         linecolor: "rgb(220, 220, 220)"
1916         linewidth: 1
1917         showgrid: True
1918         showline: True
1919         showticklabels: True
1920         tickcolor: "rgb(220, 220, 220)"
1921         tickfont:
1922           size: 16
1923         zeroline: False
1924         range: [0,50]
1925       autosize: False
1926       margin:
1927         t: 50
1928         b: 0
1929         l: 80
1930         r: 20
1931       showlegend: True
1932       legend:
1933         orientation: "h"
1934         font:
1935           size: 16
1936       width: 700
1937       height: 900
1938       paper_bgcolor: "#fff"
1939       plot_bgcolor: "#fff"
1940       hoverlabel:
1941         namelength: -1
1942
1943     plot-throughput-speedup-analysis:
1944       titlefont:
1945         size: 18
1946       xaxis:
1947         title: "<b>Number of Cores [Qty]</b>"
1948         titlefont:
1949           size: 16
1950         autorange: True
1951         fixedrange: False
1952         gridcolor: "rgb(230, 230, 230)"
1953         linecolor: "rgb(220, 220, 220)"
1954         linewidth: 1
1955         showgrid: True
1956         showline: True
1957         showticklabels: True
1958         tickcolor: "rgb(238, 238, 238)"
1959         tickmode: "linear"
1960         tickfont:
1961           size: 16
1962         zeroline: False
1963       yaxis:
1964         title: "<b>Packet Throughput [Mpps]</b>"
1965         titlefont:
1966           size: 16
1967         type: "linear"
1968         gridcolor: "rgb(230, 230, 230)"
1969         hoverformat: ".4s"
1970         linecolor: "rgb(220, 220, 220)"
1971         linewidth: 1
1972         showgrid: True
1973         showline: True
1974         showticklabels: True
1975         tickcolor: "rgb(220, 220, 220)"
1976         tickformat: ".4s"
1977         tickfont:
1978           size: 16
1979         zeroline: True
1980         rangemode: "tozero"
1981         range: [0,100]
1982       legend:
1983         orientation: "h"
1984         font:
1985           size: 16
1986         xanchor: "left"
1987         yanchor: "top"
1988         x: 0
1989         y: -0.2
1990         bgcolor: "rgba(255, 255, 255, 0)"
1991         bordercolor: "rgba(255, 255, 255, 0)"
1992         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1993       autosize: False
1994       margin:
1995           't': 50
1996           'b': 150
1997           'l': 85
1998           'r': 10
1999       showlegend: True
2000       width: 700
2001       height: 700
2002       paper_bgcolor: "#fff"
2003       plot_bgcolor: "#fff"
2004       hoverlabel:
2005         namelength: -1
2006       annotations: [
2007         {
2008           text: "_ _          __          ...",
2009           align: "left",
2010           showarrow: False,
2011           xref: "paper",
2012           yref: "paper",
2013           xanchor: "left",
2014           yanchor: "top",
2015           x: 0,
2016           y: -0.13,
2017           font: {
2018             family: "Consolas, Courier New",
2019             size: 15
2020           },
2021         },
2022         {
2023           text: "    Perfect     Measured     Limit",
2024           align: "left",
2025           showarrow: False,
2026           xref: "paper",
2027           yref: "paper",
2028           xanchor: "left",
2029           yanchor: "top",
2030           x: 0,
2031           y: -0.15,
2032           font: {
2033             family: "Consolas, Courier New",
2034             size: 15
2035           },
2036         },
2037       ]
2038
2039     plot-latency:
2040       titlefont:
2041         size: 18
2042       xaxis:
2043         title: "<b>Direction</b>"
2044         titlefont:
2045           size: 16
2046         autorange: True
2047         fixedrange: False
2048         gridcolor: "rgb(230, 230, 230)"
2049         linecolor: "rgb(220, 220, 220)"
2050         linewidth: 1
2051         showgrid: True
2052         showline: True
2053         showticklabels: False
2054         tickcolor: "rgb(220, 220, 220)"
2055         tickmode: "linear"
2056         tickfont:
2057           size: 16
2058         zeroline: False
2059       yaxis:
2060         title: "<b>Packet Latency [uSec]</b>"
2061         titlefont:
2062           size: 16
2063         type: "linear"
2064         gridcolor: "rgb(230, 230, 230)"
2065         hoverformat: ".4s"
2066         linecolor: "rgb(220, 220, 220)"
2067         linewidth: 1
2068         showgrid: True
2069         showline: True
2070         showticklabels: True
2071         tickcolor: "rgb(220, 220, 220)"
2072         tickformat: ".4s"
2073         tickfont:
2074           size: 16
2075         zeroline: True
2076         rangemode: "tozero"
2077       legend:
2078         orientation: "h"
2079         font:
2080           size: 16
2081         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2082       autosize: False
2083       margin:
2084           't': 50
2085           'b': 150
2086           'l': 80
2087           'r': 10
2088       showlegend: True
2089       width: 700
2090       height: 700
2091       paper_bgcolor: "#fff"
2092       plot_bgcolor: "#fff"
2093       hoverlabel:
2094         namelength: -1
2095
2096     plot-hdrh-latency:
2097       title:
2098         text: ""
2099         xanchor: "center"
2100         x: 0.5
2101         font:
2102           size: 16
2103       width: 700
2104       plot_bgcolor: "white"
2105       annotations:
2106         - font:
2107             size: 14
2108           showarrow: False
2109           text: "<b>Packet Latency [uSec]</b>"
2110           x: 1
2111           xanchor: "right"
2112           xref: "paper"
2113           y: -0.045
2114           yanchor: "top"
2115           yref: "paper"
2116         - font:
2117             size: 14
2118           showarrow: False
2119           text: "<b>Probability [%]</b>"
2120           textangle: 270
2121           x: -0.06
2122           xanchor: "center"
2123           xref: "paper"
2124           y: 0.5
2125           yanchor: "middle"
2126           yref: "paper"
2127         - font:
2128             size: 14
2129           showarrow: False
2130           text: "<b>Direction: E-W</b>"
2131           x: 0.24
2132           xanchor: "center"
2133           xref: "paper"
2134           y: 1.05
2135           yanchor: "bottom"
2136           yref: "paper"
2137         - font:
2138             size: 14
2139           showarrow: False
2140           text: "<b>Direction: W-E</b>"
2141           x: 0.74
2142           xanchor: "center"
2143           xref: "paper"
2144           y: 1.05
2145           yanchor: "bottom"
2146           yref: "paper"
2147
2148     plot-hdrh-latency-percentile:
2149       title:
2150         text: ""
2151         xanchor: "center"
2152         x: 0.5
2153         font:
2154           size: 18
2155       xaxis:
2156         type: "log"
2157         title: "<b>Percentile [%]</b>"
2158         titlefont:
2159           size: 16
2160         autorange: True
2161         fixedrange: False
2162         gridcolor: "rgb(230, 230, 230)"
2163         linecolor: "rgb(220, 220, 220)"
2164         linewidth: 1
2165         showgrid: True
2166         showline: True
2167         showticklabels: True
2168         tickcolor: "rgb(220, 220, 220)"
2169         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2170         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2171         tickfont:
2172           size: 16
2173       yaxis:
2174         title: "<b>Packet Latency [uSec]</b>"
2175         titlefont:
2176           size: 16
2177         gridcolor: "rgb(230, 230, 230)"
2178         linecolor: "rgb(220, 220, 220)"
2179         linewidth: 1
2180         showgrid: True
2181         showline: True
2182         showticklabels: True
2183         tickcolor: "rgb(220, 220, 220)"
2184         tickfont:
2185           size: 16
2186       autosize: False
2187       showlegend: True
2188       legend:
2189         traceorder: "normal"
2190         orientation: "h"
2191         font:
2192           size: 16
2193         xanchor: "left"
2194         yanchor: "top"
2195         x: 0
2196         y: -0.15
2197         bgcolor: "rgba(255, 255, 255, 0)"
2198         bordercolor: "rgba(255, 255, 255, 0)"
2199       width: 700
2200       height: 700
2201       paper_bgcolor: "white"
2202       plot_bgcolor: "white"
2203
2204     plot-hdrh-latency-by-percentile:
2205       title:
2206         text: "<b>Latency by Percentile Distribution</b>"
2207         xanchor: "center"
2208         x: 0.5
2209         font:
2210           size: 18
2211       showlegend: True
2212       legend:
2213         traceorder: "normal"
2214         orientation: "h"
2215         font:
2216           size: 16
2217         xanchor: "left"
2218         yanchor: "top"
2219         x: 0
2220         y: -0.2
2221         bgcolor: "rgba(255, 255, 255, 0)"
2222         bordercolor: "rgba(255, 255, 255, 0)"
2223       xaxis:
2224         type: "linear"
2225         title: "<b>Percentile [%]</b>"
2226         titlefont:
2227           size: 14
2228         autorange: False
2229         fixedrange: False
2230         range: [0, 100]
2231         gridcolor: "rgb(230, 230, 230)"
2232         linecolor: "rgb(220, 220, 220)"
2233         linewidth: 1
2234         showgrid: True
2235         showline: True
2236         showticklabels: True
2237         tickcolor: "rgb(220, 220, 220)"
2238         tickvals: [0, 25, 50, 75, 100]
2239         ticktext: [0, 25, 50, 75, 100]
2240         tickfont:
2241           size: 14
2242       yaxis:
2243         title: "<b>One-Way Latency per Direction [uSec]</b>"
2244         titlefont:
2245           size: 14
2246         gridcolor: "rgb(230, 230, 230)"
2247         linecolor: "rgb(220, 220, 220)"
2248         linewidth: 1
2249         showgrid: True
2250         showline: True
2251         showticklabels: True
2252         tickcolor: "rgb(220, 220, 220)"
2253         tickfont:
2254           size: 14
2255       width: 700
2256       height: 700
2257       paper_bgcolor: "white"
2258       plot_bgcolor: "white"
2259
2260 - type: "static"
2261   src-path: "{DIR[RST]}"
2262   dst-path: "{DIR[WORKING,SRC]}"
2263
2264 - type: "input"
2265   general:
2266     file-name: "output_info.xml.gz"
2267     file-format: ".gz"
2268     arch-file-format:
2269       - ".gz"
2270       - ".zip"
2271     download-path: "{job}/{build}/archives/{filename}"
2272     extract: "output.xml"
2273
2274     zip-file-name: "robot-plugin.zip"
2275     zip-file-format: ".zip"
2276     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2277     zip-extract: "robot-plugin/output.xml"
2278
2279   builds:
2280
2281     csit-vpp-perf-verify-1904-3n-hsw:
2282       - 9   # MRR sel
2283       - 11  # NDRPDR sel
2284       - 12  # NDRPDR sel
2285       - 20  # NDRPDR sel
2286       - 21  # NDRPDR sel
2287       - 23  # NDRPDR sel
2288       - 24  # NDRPDR sel
2289       - 25  # NDRPDR sel
2290       - 26  # NDRPDR sel
2291       - 29  # NDRPDR sel
2292       - 30  # NDRPDR sel
2293     csit-vpp-perf-verify-1908-3n-hsw:
2294       - 12  # NDRPDR sel
2295       - 13  # NDRPDR sel
2296       - 14  # NDRPDR sel
2297       - 15  # NDRPDR sel
2298       - 16  # NDRPDR sel
2299       - 17  # NDRPDR sel
2300       - 18  # NDRPDR sel
2301       - 19  # NDRPDR sel
2302       - 20  # NDRPDR sel
2303       - 21  # NDRPDR sel
2304       - 48  # NDRPDR sel vhost
2305       - 49  # NDRPDR sel vhost
2306       - 52  # NDRPDR sel vhost
2307       - 53  # NDRPDR sel vhost
2308       - 54  # NDRPDR sel vhost
2309       - 55  # NDRPDR sel vhost
2310       - 56  # NDRPDR sel vhost
2311       - 57  # NDRPDR sel vhost
2312       - 58  # NDRPDR sel vhost
2313       - 59  # NDRPDR sel vhost
2314       - 39  # MRR sel
2315     csit-vpp-perf-verify-2001-3n-hsw:
2316       - 21  # NDRPDR sel
2317       - 22  # NDRPDR sel
2318       - 23  # NDRPDR sel
2319       - 24  # NDRPDR sel
2320       - 25  # NDRPDR sel
2321       - 29  # NDRPDR sel
2322       - 30  # NDRPDR sel
2323       - 31  # NDRPDR sel
2324       - 32  # NDRPDR sel
2325       - 34  # NDRPDR sel
2326       - 17  # MRR sel
2327       - 18  # NDRPDR full
2328       - 20  # NDRPDR full
2329       - 28  # NDRPDR full
2330       - 35  # NDRPDR full
2331       - 42  # NDRPDR full
2332       - 46  # NDRPDR full
2333       - 47  # NDRPDR full
2334       - 48  # NDRPDR full
2335       - 49  # NDRPDR full
2336       - 50  # NDRPDR full
2337       - 51  # NDRPDR full
2338       - 52  # NDRPDR full
2339       - 53  # NDRPDR full
2340       - 54  # NDRPDR full
2341       - 55  # NDRPDR full
2342       - 56  # NDRPDR full
2343       - 57  # NDRPDR full
2344       - 58  # NDRPDR full
2345       - 59  # NDRPDR full
2346       - 61  # NDRPDR full
2347       - 62  # NDRPDR full
2348       - 63  # NDRPDR full
2349       - 64  # NDRPDR full
2350       - 65  # NDRPDR full
2351       - 67  # NDRPDR full
2352       - 70  # NDRPDR full
2353       - 72  # NDRPDR full
2354       - 73  # NDRPDR full
2355       - 76  # NDRPDR full
2356       - 77  # NDRPDR full
2357       - 78  # NDRPDR full
2358       - 79  # NDRPDR full
2359       - 81  # NDRPDR full
2360       - 82  # NDRPDR full
2361       - 84  # NDRPDR full
2362       - 85  # NDRPDR full
2363       - 103  # hoststack
2364       - 104  # hoststack
2365       - 105  # hoststack
2366       - 106  # hoststack
2367       - 107  # hoststack
2368       - 108  # hoststack
2369       - 109  # hoststack
2370       - 110  # hoststack
2371       - 111  # hoststack
2372       - 112  # hoststack
2373
2374     csit-vpp-perf-verify-1904-3n-skx:
2375       - 7   # MRR sel
2376       - 8   # NDRPDR sel
2377       - 9   # NDRPDR sel
2378       - 10  # NDRPDR sel
2379       - 11  # NDRPDR sel
2380       - 12  # NDRPDR sel
2381       - 14  # NDRPDR sel
2382       - 16  # NDRPDR sel
2383       - 21  # NDRPDR sel
2384       - 23  # NDRPDR sel
2385       - 25  # NDRPDR sel
2386     csit-vpp-perf-verify-1908-3n-skx:
2387       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2388       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2389       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2390       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2391       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2392       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2393       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2394       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2395       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2396       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2397       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2398       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2399       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2400       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2401       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2402       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2403       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2404       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2405       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2406       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2407       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2408     csit-vpp-perf-verify-1908_1-3n-skx:
2409       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2410       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2411       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2412       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2413       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2414       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2415       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2416       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2417       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2418       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2419       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2420       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2421       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2422       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2423       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2424       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2425       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2426       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2427       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2428       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2429     csit-vpp-perf-verify-1908_2-3n-skx:
2430       - 1   # NDRPDR sel
2431       - 2   # NDRPDR sel
2432     csit-vpp-perf-verify-2001-3n-skx:
2433       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2434       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2435       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2436       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2437       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2438       - 50  # MRR sel
2439       - 53  # MRR sel addition
2440
2441     csit-vpp-perf-verify-1904-2n-skx:
2442       - 11  # MRR sel
2443       - 12  # NDRPDR sel
2444       - 14  # NDRPDR sel
2445       - 16  # NDRPDR sel
2446       - 17  # NDRPDR sel
2447       - 18  # NDRPDR sel
2448       - 21  # NDRPDR sel
2449       - 27  # NDRPDR sel
2450       - 30  # NDRPDR sel
2451       - 31  # NDRPDR sel
2452       - 32  # NDRPDR sel
2453     csit-vpp-perf-verify-1908-2n-skx:
2454       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2455       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2456       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2457       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2458       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2459       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2460       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2461       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2462       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2463       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2464       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2465       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2466       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2467       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2468       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2469       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2470       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2471       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2472       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2473       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2474       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2475     csit-vpp-perf-verify-1908_1-2n-skx:
2476       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2477       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2478       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2479       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2480       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2481       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2482       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2483       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2484       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2485       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2486       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2487       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2488       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2489       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2490       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2491       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2492       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2493       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2494       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2495       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2496     csit-vpp-perf-verify-1908_2-2n-skx:
2497       - 1   # NDRPDR sel
2498       - 2   # NDRPDR sel
2499       - 3   # NDRPDR sel
2500       - 4   # NDRPDR sel
2501       - 5   # NDRPDR sel
2502       - 6   # NDRPDR sel
2503       - 7   # NDRPDR sel
2504       - 8   # NDRPDR sel
2505       - 9   # NDRPDR sel
2506       - 10  # NDRPDR sel
2507     csit-vpp-perf-verify-2001-2n-skx:
2508       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2509       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2510       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2511       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2512       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2513       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2514       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2515       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2516       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2517       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2518       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2519       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2520       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2521       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2522       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2523       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2524       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2525       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2526       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2527       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2528       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2529       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2530       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2531       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2532       - 101  # MRR sel - old
2533       - 128  # MRR sel addition - old
2534       - 169  # Reconf
2535       - 171  # Reconf
2536       - 172  # Reconf
2537       - 173  # Reconf
2538       - 174  # Reconf
2539       - 175  # Reconf
2540       - 176  # Reconf
2541       - 177  # Reconf
2542       - 178  # Reconf
2543       - 179  # Reconf
2544       - 181  # Soak
2545       - 182  # Soak
2546
2547     csit-vpp-perf-verify-2001-2n-clx:
2548       - 28  # NDRPDR sel
2549       - 29  # NDRPDR sel
2550       - 32  # NDRPDR sel
2551       - 40  # NDRPDR sel
2552       - 43  # NDRPDR sel
2553       - 44  # NDRPDR sel
2554       - 45  # NDRPDR sel
2555       - 47  # NDRPDR sel
2556       - 48  # NDRPDR sel
2557       - 49  # NDRPDR sel
2558       - 39  # MRR
2559       - 53  # NDRPDR full
2560       - 54  # NDRPDR full
2561       - 55  # NDRPDR full
2562       - 56  # NDRPDR full
2563       - 57  # NDRPDR full
2564       - 58  # NDRPDR full
2565       - 59  # NDRPDR full
2566       - 60  # NDRPDR full
2567       - 61  # NDRPDR full
2568       - 62  # NDRPDR full
2569       - 63  # NDRPDR full
2570       - 64  # NDRPDR full
2571       - 65  # NDRPDR full
2572       - 66  # NDRPDR full
2573       - 67  # NDRPDR full
2574       - 68  # Reconf
2575       - 69  # Reconf
2576       - 70  # Reconf
2577       - 71  # Reconf
2578       - 72  # Reconf
2579       - 73  # Reconf
2580       - 74  # Reconf
2581       - 75  # Reconf
2582       - 76  # Reconf
2583       - 77  # Reconf
2584       - 80  # TCP
2585       - 82  # TCP
2586       - 83  # TCP
2587       - 85  # TCP
2588       - 86  # TCP
2589       - 87  # TCP
2590       - 88  # TCP
2591       - 89  # TCP
2592       - 90  # TCP
2593       - 91  # TCP
2594       - 93  # Soak
2595       - 94  # Soak
2596
2597     csit-vpp-perf-verify-1908-3n-tsh:
2598       - 7   # NDRPDR sel
2599       - 8   # NDRPDR sel
2600       - 9   # NDRPDR sel
2601       - 10  # NDRPDR sel
2602       - 11  # NDRPDR sel
2603       - 12  # NDRPDR sel
2604       - 13  # NDRPDR sel
2605       - 14  # NDRPDR sel
2606       - 15  # NDRPDR sel
2607       - 16  # NDRPDR sel
2608       - 17  # MRR sel
2609     csit-vpp-perf-verify-2001-3n-tsh:
2610       - 3   # NDRPDR sel
2611       - 4   # NDRPDR sel
2612       - 7   # NDRPDR sel
2613       - 8   # NDRPDR sel
2614       - 10  # NDRPDR sel
2615       - 12  # NDRPDR sel
2616       - 13  # NDRPDR sel
2617       - 14  # NDRPDR sel
2618       - 15  # NDRPDR sel
2619       - 21  # NDRPDR sel
2620       - 9   # MRR sel
2621
2622     csit-vpp-perf-verify-1908-3n-dnv:
2623       - 6   # NDRPDR sel
2624       - 7   # NDRPDR sel
2625       - 8   # NDRPDR sel
2626       - 9   # NDRPDR sel
2627       - 10  # NDRPDR sel
2628       - 12  # NDRPDR sel
2629       - 13  # NDRPDR sel
2630       - 14  # NDRPDR sel
2631       - 15  # NDRPDR sel
2632       - 16  # NDRPDR sel
2633       - 17  # MRR sel
2634     csit-vpp-perf-verify-2001-3n-dnv:
2635       - 5   # NDRPDR sel
2636       - 6   # NDRPDR sel
2637       - 7   # NDRPDR sel
2638       - 8   # NDRPDR sel
2639       - 9   # NDRPDR sel
2640       - 10  # NDRPDR sel
2641       - 12  # NDRPDR sel
2642       - 16  # NDRPDR sel
2643       - 17  # NDRPDR sel
2644       - 18  # NDRPDR sel
2645       - 11  # MRR sel
2646       - 19  # NDRPDR full
2647       - 20  # NDRPDR full
2648       - 21  # NDRPDR full
2649       - 22  # NDRPDR full
2650       - 23  # NDRPDR full
2651       - 24  # NDRPDR full
2652       - 25  # NDRPDR full
2653       - 26  # NDRPDR full
2654       - 37  # NDRPDR full
2655       - 38  # NDRPDR full
2656       - 39  # NDRPDR full
2657
2658     csit-vpp-perf-verify-1908-2n-dnv:
2659       - 1   # NDRPDR sel
2660       - 2   # NDRPDR sel
2661       - 3   # NDRPDR sel
2662       - 4   # NDRPDR sel
2663       - 5   # NDRPDR sel
2664       - 6   # NDRPDR sel
2665       - 7   # NDRPDR sel
2666       - 8   # NDRPDR sel
2667       - 9   # NDRPDR sel
2668       - 10  # NDRPDR sel
2669       - 11  # MRR sel
2670     csit-vpp-perf-verify-2001-2n-dnv:
2671       - 4   # NDRPDR sel
2672       - 5   # NDRPDR sel
2673       - 6   # NDRPDR sel
2674       - 7   # NDRPDR sel
2675       - 8   # NDRPDR sel
2676       - 9   # NDRPDR sel
2677       - 10  # NDRPDR sel
2678       - 11  # NDRPDR sel
2679       - 13  # NDRPDR sel
2680       - 16  # NDRPDR sel
2681       - 12  # MRR sel
2682       - 21  # NDRPDR full
2683       - 22  # NDRPDR full
2684       - 25  # NDRPDR full
2685       - 26  # NDRPDR full
2686       - 27  # NDRPDR full
2687       - 28  # NDRPDR full
2688
2689     csit-dpdk-perf-verify-1904-3n-hsw:
2690       - 2   # NDRPDR sel
2691       - 3   # NDRPDR sel
2692       - 5   # NDRPDR sel
2693       - 6   # NDRPDR sel
2694       - 13  # NDRPDR sel
2695       - 14  # NDRPDR sel
2696       - 15  # NDRPDR sel
2697       - 18  # NDRPDR sel
2698       - 19  # NDRPDR sel
2699       - 20  # NDRPDR sel
2700     csit-dpdk-perf-verify-1908-3n-hsw:
2701       - 2   # NDRPDR sel
2702       - 3   # NDRPDR sel
2703       - 4   # NDRPDR sel
2704       - 5   # NDRPDR sel
2705       - 6   # NDRPDR sel
2706       - 7   # NDRPDR sel
2707       - 8   # NDRPDR sel
2708       - 9   # NDRPDR sel
2709       - 10  # NDRPDR sel
2710       - 11  # NDRPDR sel
2711     csit-dpdk-perf-verify-2001-3n-hsw:
2712       - 4   # NDRPDR sel
2713       - 5   # NDRPDR sel
2714       - 6   # NDRPDR sel
2715       - 7   # NDRPDR sel
2716       - 8   # NDRPDR sel
2717       - 9   # NDRPDR sel
2718       - 10  # NDRPDR sel
2719       - 11  # NDRPDR sel
2720       - 12  # NDRPDR sel
2721       - 13  # NDRPDR sel
2722       - 15  # NDRPDR sel
2723       - 16  # NDRPDR sel
2724       - 17  # NDRPDR sel
2725       - 18  # NDRPDR sel
2726       - 19  # NDRPDR sel
2727       - 20  # NDRPDR sel
2728       - 21  # NDRPDR sel
2729       - 22  # NDRPDR sel
2730       - 23  # NDRPDR sel
2731       - 24  # NDRPDR sel
2732       - 25  # NDRPDR full
2733       - 26  # NDRPDR full
2734
2735     csit-dpdk-perf-verify-1904-3n-skx:
2736       - 2   # NDRPDR sel
2737       - 3   # NDRPDR sel
2738       - 4   # NDRPDR sel
2739       - 5   # NDRPDR sel
2740       - 6   # NDRPDR sel
2741       - 7   # NDRPDR sel
2742       - 11  # NDRPDR sel
2743       - 12  # NDRPDR sel
2744       - 13  # NDRPDR sel
2745       - 14  # NDRPDR sel
2746     csit-dpdk-perf-verify-1908-3n-skx:
2747       - 3   # NDRPDR sel
2748       - 4   # NDRPDR sel
2749       - 5   # NDRPDR sel
2750       - 6   # NDRPDR sel
2751       - 7   # NDRPDR sel
2752       - 8   # NDRPDR sel
2753       - 9   # NDRPDR sel
2754       - 10  # NDRPDR sel
2755       - 11  # NDRPDR sel
2756       - 12  # NDRPDR sel
2757     csit-dpdk-perf-verify-2001-3n-skx:
2758       - 29  # NDRPDR sel xxv710
2759       - 33  # NDRPDR sel xxv710
2760       - 34  # NDRPDR sel xxv710
2761       - 35  # NDRPDR sel xxv710
2762       - 36  # NDRPDR sel xxv710
2763       - 37  # NDRPDR sel xxv710
2764       - 41  # NDRPDR sel xxv710
2765       - 42  # NDRPDR sel xxv710
2766       - 43  # NDRPDR sel xxv710
2767       - 45  # NDRPDR sel xxv710
2768       - 30  # NDRPDR sel x710
2769       - 31  # NDRPDR sel x710
2770       - 32  # NDRPDR sel x710
2771       - 38  # NDRPDR sel x710
2772       - 39  # NDRPDR sel x710
2773       - 40  # NDRPDR sel x710
2774       - 44  # NDRPDR sel x710
2775       - 46  # NDRPDR sel x710
2776       - 47  # NDRPDR sel x710
2777       - 48  # NDRPDR sel x710
2778
2779     csit-dpdk-perf-verify-1904-2n-skx:
2780       - 2   # NDRPDR sel
2781       - 3   # NDRPDR sel
2782       - 4   # NDRPDR sel
2783       - 5   # NDRPDR sel
2784       - 7   # NDRPDR sel
2785       - 8   # NDRPDR sel
2786       - 9   # NDRPDR sel
2787       - 10  # NDRPDR sel
2788       - 11  # NDRPDR sel
2789       - 12  # NDRPDR sel
2790     csit-dpdk-perf-verify-1908-2n-skx:
2791       - 2   # NDRPDR sel
2792       - 3   # NDRPDR sel
2793       - 4   # NDRPDR sel
2794       - 5   # NDRPDR sel
2795       - 7   # NDRPDR sel
2796       - 8   # NDRPDR sel
2797       - 9   # NDRPDR sel
2798       - 10  # NDRPDR sel
2799       - 11  # NDRPDR sel
2800       - 12  # NDRPDR sel
2801     csit-dpdk-perf-verify-2001-2n-skx:
2802       - 35  # NDRPDR sel xxv710
2803       - 36  # NDRPDR sel xxv710
2804       - 37  # NDRPDR sel xxv710
2805       - 41  # NDRPDR sel xxv710
2806       - 42  # NDRPDR sel xxv710
2807       - 43  # NDRPDR sel xxv710
2808       - 46  # NDRPDR sel xxv710
2809       - 47  # NDRPDR sel xxv710
2810       - 52  # NDRPDR sel xxv710
2811       - 53  # NDRPDR sel xxv710
2812       - 38  # NDRPDR sel x710
2813       - 39  # NDRPDR sel x710
2814       - 40  # NDRPDR sel x710
2815       - 44  # NDRPDR sel x710
2816       - 45  # NDRPDR sel x710
2817       - 48  # NDRPDR sel x710
2818       - 49  # NDRPDR sel x710
2819       - 50  # NDRPDR sel x710
2820       - 51  # NDRPDR sel x710
2821       - 54  # NDRPDR sel x710
2822
2823     csit-dpdk-perf-verify-2001-2n-clx:
2824       - 15  # NDRPDR sel
2825       - 16  # NDRPDR sel
2826       - 17  # NDRPDR sel
2827       - 18  # NDRPDR sel
2828       - 19  # NDRPDR sel
2829       - 20  # NDRPDR sel
2830       - 21  # NDRPDR sel
2831       - 22  # NDRPDR sel
2832       - 23  # NDRPDR sel
2833       - 24  # NDRPDR sel
2834       - 25  # NDRPDR sel
2835       - 26  # NDRPDR sel
2836       - 27  # NDRPDR sel
2837       - 28  # NDRPDR sel
2838       - 29  # NDRPDR sel
2839       - 30  # NDRPDR sel
2840       - 31  # NDRPDR sel
2841       - 32  # NDRPDR sel
2842       - 33  # NDRPDR sel
2843       - 34  # NDRPDR sel
2844
2845     csit-dpdk-perf-verify-2001-2n-dnv:
2846       - 9   # NDRPDR sel
2847       - 10  # NDRPDR sel
2848       - 11  # NDRPDR sel
2849       - 12  # NDRPDR sel
2850       - 13  # NDRPDR sel
2851       - 14  # NDRPDR sel
2852       - 15  # NDRPDR sel
2853       - 16  # NDRPDR sel
2854       - 17  # NDRPDR sel
2855       - 18  # NDRPDR sel
2856
2857     csit-dpdk-perf-verify-2001-3n-dnv:
2858       - 12  # NDRPDR sel
2859       - 13  # NDRPDR sel
2860       - 14  # NDRPDR sel
2861       - 15  # NDRPDR sel
2862       - 16  # NDRPDR sel
2863       - 17  # NDRPDR sel
2864       - 18  # NDRPDR sel
2865       - 19  # NDRPDR sel
2866       - 20  # NDRPDR sel
2867       - 22  # NDRPDR sel
2868
2869     csit-dpdk-perf-verify-2001-3n-tsh:
2870       - 3   # NDRPDR sel
2871       - 4   # NDRPDR sel
2872       - 5   # NDRPDR sel
2873       - 9   # NDRPDR sel
2874       - 10  # NDRPDR sel
2875       - 11  # NDRPDR sel
2876       - 12  # NDRPDR sel
2877       - 14  # NDRPDR sel
2878       - 15  # NDRPDR sel
2879       - 18  # NDRPDR sel
2880
2881     csit-vpp-device-2001-ubuntu1804-1n-skx:
2882       - 57
2883
2884 - type: "output"
2885   output: "report"
2886   format:
2887     html:
2888     - full
2889 #    pdf:
2890 #    - minimal
2891
2892 ################################################################################
2893 ###                               T A B L E S                                ###
2894 ################################################################################
2895
2896 # VPP Soak vs NDR - 2n-skx
2897 - type: "table"
2898   title: "VPP Soak vs NDR 2n-skx"
2899   algorithm: "table_soak_vs_ndr"
2900   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2901   reference:
2902     title: "NDR"
2903     data: "vpp-soak-vs-ndr-2n-skx-ref"
2904   compare:
2905     title: "Soak"
2906     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2907   data: "vpp-soak-vs-ndr-2n-skx"
2908   include-tests: "NDR"
2909   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2910   parameters:
2911     - "throughput"
2912     - "name"
2913     - "parent"
2914
2915 # VPP Soak vs NDR - 2n-clx
2916 - type: "table"
2917   title: "VPP Soak vs NDR 2n-clx"
2918   algorithm: "table_soak_vs_ndr"
2919   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2920   reference:
2921     title: "NDR"
2922     data: "vpp-soak-vs-ndr-2n-clx-ref"
2923   compare:
2924     title: "Soak"
2925     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2926   data: "vpp-soak-vs-ndr-2n-clx"
2927   include-tests: "NDR"
2928   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2929   parameters:
2930     - "throughput"
2931     - "name"
2932     - "parent"
2933
2934 ################################################################################
2935
2936 # VPP Compare NICs 3n-skx 2t1c ndr
2937 - type: "table"
2938   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2939   algorithm: "table_comparison"
2940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2942   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2943   columns:
2944     - title: "x710"
2945       data-set: "vpp-nic-comparison-3n-skx"
2946       tag: "NIC_Intel-X710"
2947     - title: "xxv710"
2948       data-set: "vpp-nic-comparison-3n-skx"
2949       tag: "NIC_Intel-XXV710"
2950   comparisons:
2951     - title: "Diff"
2952       reference: 1
2953       compare: 2
2954   legend:
2955     - "Legend to Table:"
2956     - "x710, xxv710 - NICs tested."
2957     - "Diff - difference between x710 and xxv710 NIC."
2958
2959 # VPP Compare NICs 3n-skx 4t2c ndr
2960 - type: "table"
2961   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2962   algorithm: "table_comparison"
2963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2965   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2966   columns:
2967     - title: "x710"
2968       data-set: "vpp-nic-comparison-3n-skx"
2969       tag: "NIC_Intel-X710"
2970     - title: "xxv710"
2971       data-set: "vpp-nic-comparison-3n-skx"
2972       tag: "NIC_Intel-XXV710"
2973   comparisons:
2974     - title: "Diff"
2975       reference: 1
2976       compare: 2
2977   legend:
2978     - "Legend to Table:"
2979     - "x710, xxv710 - NICs tested."
2980     - "Diff - difference between x710 and xxv710 NIC."
2981
2982 # VPP Compare NICs 3n-skx 2t1c pdr
2983 - type: "table"
2984   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2985   algorithm: "table_comparison"
2986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2988   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2989   columns:
2990     - title: "x710"
2991       data-set: "vpp-nic-comparison-3n-skx"
2992       tag: "NIC_Intel-X710"
2993     - title: "xxv710"
2994       data-set: "vpp-nic-comparison-3n-skx"
2995       tag: "NIC_Intel-XXV710"
2996   comparisons:
2997     - title: "Diff"
2998       reference: 1
2999       compare: 2
3000   legend:
3001     - "Legend to Table:"
3002     - "x710, xxv710 - NICs tested."
3003     - "Diff - difference between x710 and xxv710 NIC."
3004
3005 # VPP Compare NICs 3n-skx 4t2c pdr
3006 - type: "table"
3007   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3008   algorithm: "table_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3011   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3012   columns:
3013     - title: "x710"
3014       data-set: "vpp-nic-comparison-3n-skx"
3015       tag: "NIC_Intel-X710"
3016     - title: "xxv710"
3017       data-set: "vpp-nic-comparison-3n-skx"
3018       tag: "NIC_Intel-XXV710"
3019   comparisons:
3020     - title: "Diff"
3021       reference: 1
3022       compare: 2
3023   legend:
3024     - "Legend to Table:"
3025     - "x710, xxv710 - NICs tested."
3026     - "Diff - difference between x710 and xxv710 NIC."
3027
3028 # VPP Compare NICs 3n-skx 2t1c mrr
3029 - type: "table"
3030   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3031   algorithm: "table_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3034   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3035   columns:
3036     - title: "x710"
3037       data-set: "vpp-nic-comparison-3n-skx-mrr"
3038       tag: "NIC_Intel-X710"
3039     - title: "xxv710"
3040       data-set: "vpp-nic-comparison-3n-skx-mrr"
3041       tag: "NIC_Intel-XXV710"
3042   comparisons:
3043     - title: "Diff"
3044       reference: 1
3045       compare: 2
3046   legend:
3047     - "Legend to Table:"
3048     - "x710, xxv710 - NICs tested."
3049     - "Diff - difference between x710 and xxv710 NIC."
3050
3051 # VPP Compare NICs 3n-skx 4t2c mrr
3052 - type: "table"
3053   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3054   algorithm: "table_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3057   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3058   columns:
3059     - title: "x710"
3060       data-set: "vpp-nic-comparison-3n-skx-mrr"
3061       tag: "NIC_Intel-X710"
3062     - title: "xxv710"
3063       data-set: "vpp-nic-comparison-3n-skx-mrr"
3064       tag: "NIC_Intel-XXV710"
3065   comparisons:
3066     - title: "Diff"
3067       reference: 1
3068       compare: 2
3069   legend:
3070     - "Legend to Table:"
3071     - "x710, xxv710 - NICs tested."
3072     - "Diff - difference between x710 and xxv710 NIC."
3073
3074 # VPP Compare NICs 3n-skx 8t4c mrr
3075 - type: "table"
3076   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3077   algorithm: "table_comparison"
3078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3080   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3081   columns:
3082     - title: "x710"
3083       data-set: "vpp-nic-comparison-3n-skx-mrr"
3084       tag: "NIC_Intel-X710"
3085     - title: "xxv710"
3086       data-set: "vpp-nic-comparison-3n-skx-mrr"
3087       tag: "NIC_Intel-XXV710"
3088   comparisons:
3089     - title: "Diff"
3090       reference: 1
3091       compare: 2
3092   legend:
3093     - "Legend to Table:"
3094     - "x710, xxv710 - NICs tested."
3095     - "Diff - difference between x710 and xxv710 NIC."
3096
3097 # VPP Compare NICs 2n-skx 2t1c ndr
3098 - type: "table"
3099   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3100   algorithm: "table_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3103   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3104   columns:
3105     - title: "x710"
3106       data-set: "vpp-nic-comparison-2n-skx"
3107       tag: "NIC_Intel-X710"
3108     - title: "xxv710"
3109       data-set: "vpp-nic-comparison-2n-skx"
3110       tag: "NIC_Intel-XXV710"
3111   comparisons:
3112     - title: "Diff"
3113       reference: 1
3114       compare: 2
3115   legend:
3116     - "Legend to Table:"
3117     - "x710, xxv710 - NICs tested."
3118     - "Diff - difference between x710 and xxv710 NIC."
3119
3120 # VPP Compare NICs 2n-skx 4t2c ndr
3121 - type: "table"
3122   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3123   algorithm: "table_comparison"
3124   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3126   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3127   columns:
3128     - title: "x710"
3129       data-set: "vpp-nic-comparison-2n-skx"
3130       tag: "NIC_Intel-X710"
3131     - title: "xxv710"
3132       data-set: "vpp-nic-comparison-2n-skx"
3133       tag: "NIC_Intel-XXV710"
3134   comparisons:
3135     - title: "Diff"
3136       reference: 1
3137       compare: 2
3138   legend:
3139     - "Legend to Table:"
3140     - "x710, xxv710 - NICs tested."
3141     - "Diff - difference between x710 and xxv710 NIC."
3142
3143 # VPP Compare NICs 2n-skx 2t1c pdr
3144 - type: "table"
3145   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3146   algorithm: "table_comparison"
3147   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3149   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3150   columns:
3151     - title: "x710"
3152       data-set: "vpp-nic-comparison-2n-skx"
3153       tag: "NIC_Intel-X710"
3154     - title: "xxv710"
3155       data-set: "vpp-nic-comparison-2n-skx"
3156       tag: "NIC_Intel-XXV710"
3157   comparisons:
3158     - title: "Diff"
3159       reference: 1
3160       compare: 2
3161   legend:
3162     - "Legend to Table:"
3163     - "x710, xxv710 - NICs tested."
3164     - "Diff - difference between x710 and xxv710 NIC."
3165
3166 # VPP Compare NICs 2n-skx 4t2c pdr
3167 - type: "table"
3168   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3169   algorithm: "table_comparison"
3170   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3172   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3173   columns:
3174     - title: "x710"
3175       data-set: "vpp-nic-comparison-2n-skx"
3176       tag: "NIC_Intel-X710"
3177     - title: "xxv710"
3178       data-set: "vpp-nic-comparison-2n-skx"
3179       tag: "NIC_Intel-XXV710"
3180   comparisons:
3181     - title: "Diff"
3182       reference: 1
3183       compare: 2
3184   legend:
3185     - "Legend to Table:"
3186     - "x710, xxv710 - NICs tested."
3187     - "Diff - difference between x710 and xxv710 NIC."
3188
3189 # VPP Compare NICs 2n-skx 2t1c mrr
3190 - type: "table"
3191   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3192   algorithm: "table_comparison"
3193   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3195   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3196   columns:
3197     - title: "x710"
3198       data-set: "vpp-nic-comparison-2n-skx-mrr"
3199       tag: "NIC_Intel-X710"
3200     - title: "xxv710"
3201       data-set: "vpp-nic-comparison-2n-skx-mrr"
3202       tag: "NIC_Intel-XXV710"
3203   comparisons:
3204     - title: "Diff"
3205       reference: 1
3206       compare: 2
3207   legend:
3208     - "Legend to Table:"
3209     - "x710, xxv710 - NICs tested."
3210     - "Diff - difference between x710 and xxv710 NIC."
3211
3212 # VPP Compare NICs 2n-skx 4t2c mrr
3213 - type: "table"
3214   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3215   algorithm: "table_comparison"
3216   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3218   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3219   columns:
3220     - title: "x710"
3221       data-set: "vpp-nic-comparison-2n-skx-mrr"
3222       tag: "NIC_Intel-X710"
3223     - title: "xxv710"
3224       data-set: "vpp-nic-comparison-2n-skx-mrr"
3225       tag: "NIC_Intel-XXV710"
3226   comparisons:
3227     - title: "Diff"
3228       reference: 1
3229       compare: 2
3230   legend:
3231     - "Legend to Table:"
3232     - "x710, xxv710 - NICs tested."
3233     - "Diff - difference between x710 and xxv710 NIC."
3234
3235 # VPP Compare NICs 2n-skx 8t4c mrr
3236 - type: "table"
3237   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3238   algorithm: "table_comparison"
3239   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3241   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3242   columns:
3243     - title: "x710"
3244       data-set: "vpp-nic-comparison-2n-skx-mrr"
3245       tag: "NIC_Intel-X710"
3246     - title: "xxv710"
3247       data-set: "vpp-nic-comparison-2n-skx-mrr"
3248       tag: "NIC_Intel-XXV710"
3249   comparisons:
3250     - title: "Diff"
3251       reference: 1
3252       compare: 2
3253   legend:
3254     - "Legend to Table:"
3255     - "x710, xxv710 - NICs tested."
3256     - "Diff - difference between x710 and xxv710 NIC."
3257
3258 ################################################################################
3259 # VPP
3260
3261 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3262 - type: "table"
3263   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3264   algorithm: "table_comparison"
3265   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3267   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3268   columns:
3269     - title: "1908.1"
3270       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3271     - title: "1908.2"
3272       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3273   comparisons:
3274     - title: "Diff"
3275       reference: 1
3276       compare: 2
3277   legend:
3278     - "Legend to Table:"
3279     - "1908.1, 1908.2 - VPP versions tested."
3280     - "Diff - difference between the previous and the current VPP version."
3281
3282 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3283 - type: "table"
3284   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3285   algorithm: "table_comparison"
3286   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3288   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3289   columns:
3290     - title: "1908.1"
3291       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3292     - title: "1908.2"
3293       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3294   comparisons:
3295     - title: "Diff"
3296       reference: 1
3297       compare: 2
3298   legend:
3299     - "Legend to Table:"
3300     - "1908.1, 1908.2 - VPP versions tested."
3301     - "Diff - difference between the previous and the current VPP version."
3302
3303 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3304 - type: "table"
3305   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3306   algorithm: "table_comparison"
3307   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3309   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3310   columns:
3311     - title: "1908.1"
3312       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3313     - title: "1908.2"
3314       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3315   comparisons:
3316     - title: "Diff"
3317       reference: 1
3318       compare: 2
3319   legend:
3320     - "Legend to Table:"
3321     - "1908.1, 1908.2 - VPP versions tested."
3322     - "Diff - difference between the previous and the current VPP version."
3323
3324 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3325 - type: "table"
3326   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3327   algorithm: "table_comparison"
3328   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3330   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3331   columns:
3332     - title: "1908.1"
3333       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3334     - title: "1908.2"
3335       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3336   comparisons:
3337     - title: "Diff"
3338       reference: 1
3339       compare: 2
3340   legend:
3341     - "Legend to Table:"
3342     - "1908.1, 1908.2 - VPP versions tested."
3343     - "Diff - difference between the previous and the current VPP version."
3344
3345 # VPP Performance Changes 3n-hsw 1t1c pdr
3346 - type: "table"
3347   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3348   algorithm: "table_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3351   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3352   columns:
3353     - title: "1904"
3354       data-set: "vpp-performance-changes-3n-hsw-h1"
3355     - title: "1908"
3356       data-set: "vpp-performance-changes-3n-hsw-ref"
3357     - title: "2001"
3358       data-set: "vpp-performance-changes-3n-hsw-cmp"
3359   comparisons:
3360     - title: "Diff"
3361       reference: 2
3362       compare: 3
3363   legend:
3364     - "Legend to Table"
3365     - "1904, 1908, 2001 - VPP versions tested."
3366     - "Diff - difference between 1908 and 2001 VPP version."
3367
3368 # VPP Performance Changes 3n-hsw 2t2c pdr
3369 - type: "table"
3370   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3371   algorithm: "table_comparison"
3372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3374   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3375   columns:
3376     - title: "1904"
3377       data-set: "vpp-performance-changes-3n-hsw-h1"
3378     - title: "1908"
3379       data-set: "vpp-performance-changes-3n-hsw-ref"
3380     - title: "2001"
3381       data-set: "vpp-performance-changes-3n-hsw-cmp"
3382   comparisons:
3383     - title: "Diff"
3384       reference: 2
3385       compare: 3
3386   legend:
3387     - "Legend to Table"
3388     - "1904, 1908, 2001 - VPP versions tested."
3389     - "Diff - difference between 1908 and 2001 VPP version."
3390
3391 # VPP Performance Changes 3n-hsw 1t1c ndr
3392 - type: "table"
3393   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3394   algorithm: "table_comparison"
3395   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3397   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3398   columns:
3399     - title: "1904"
3400       data-set: "vpp-performance-changes-3n-hsw-h1"
3401     - title: "1908"
3402       data-set: "vpp-performance-changes-3n-hsw-ref"
3403     - title: "2001"
3404       data-set: "vpp-performance-changes-3n-hsw-cmp"
3405   comparisons:
3406     - title: "Diff"
3407       reference: 2
3408       compare: 3
3409   legend:
3410     - "Legend to Table"
3411     - "1904, 1908, 2001 - VPP versions tested."
3412     - "Diff - difference between 1908 and 2001 VPP version."
3413
3414 # VPP Performance Changes 3n-hsw 2t2c ndr
3415 - type: "table"
3416   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3417   algorithm: "table_comparison"
3418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3421   columns:
3422     - title: "1904"
3423       data-set: "vpp-performance-changes-3n-hsw-h1"
3424     - title: "1908"
3425       data-set: "vpp-performance-changes-3n-hsw-ref"
3426     - title: "2001"
3427       data-set: "vpp-performance-changes-3n-hsw-cmp"
3428   comparisons:
3429     - title: "Diff"
3430       reference: 2
3431       compare: 3
3432   legend:
3433     - "Legend to Table"
3434     - "1904, 1908, 2001 - VPP versions tested."
3435     - "Diff - difference between 1908 and 2001 VPP version."
3436
3437 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3438 - type: "table"
3439   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3440   algorithm: "table_comparison"
3441   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3443   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3444   rca:
3445     - title: "RCA1"
3446       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3447     - title: "RCA2"
3448       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3449   columns:
3450     - title: "1908.0.pe"
3451       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3452       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3453     - title: "1908.1.pe"
3454       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3455     - title: "1908.1.ce"
3456       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3457     - title: "2001.0.ce"
3458       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3459   comparisons:
3460     - title: "Diff1"
3461       reference: 2
3462       reference-alt: 1
3463       compare: 3
3464     - title: "Diff2"
3465       reference: 3
3466       compare: 4
3467   legend:
3468     - "Legend to Table"
3469     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3470     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3471     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3472     - "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)."
3473     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3474     - "RCA1 - root cause analysis reference for Diff1."
3475     - "RCA2 - root cause analysis reference for Diff2."
3476
3477 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3478 - type: "table"
3479   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3484   rca:
3485     - title: "RCA1"
3486       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3487     - title: "RCA2"
3488       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3489   columns:
3490     - title: "1908.0.pe"
3491       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3492       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3493     - title: "1908.1.pe"
3494       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3495     - title: "1908.1.ce"
3496       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3497     - title: "2001.0.ce"
3498       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3499   comparisons:
3500     - title: "Diff1"
3501       reference: 2
3502       reference-alt: 1
3503       compare: 3
3504     - title: "Diff2"
3505       reference: 3
3506       compare: 4
3507   legend:
3508     - "Legend to Table"
3509     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3510     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3511     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3512     - "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)."
3513     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3514     - "RCA1 - root cause analysis reference for Diff1."
3515     - "RCA2 - root cause analysis reference for Diff2."
3516
3517 # VPP Performance Changes 3n-skx 2t1c pdr
3518 - type: "table"
3519   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "1904"
3526       data-set: "vpp-performance-changes-3n-skx-h1"
3527       tag: "NIC_Intel-X710"
3528     - title: "1908"
3529       data-set: "vpp-performance-changes-3n-skx-ref"
3530       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3531       tag: "NIC_Intel-XXV710"
3532     - title: "2001"
3533       data-set: "vpp-performance-changes-3n-skx-cmp"
3534       tag: "NIC_Intel-XXV710"
3535   comparisons:
3536     - title: "Diff"
3537       reference: 2
3538       compare: 3
3539   legend:
3540     - "Legend to Table"
3541     - "1904, 1908, 2001 - VPP versions tested."
3542     - "Diff - difference between 1908 and 2001 VPP version."
3543
3544 # VPP Performance Changes 3n-skx 4t2c pdr
3545 - type: "table"
3546   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3547   algorithm: "table_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3551   columns:
3552     - title: "1904"
3553       data-set: "vpp-performance-changes-3n-skx-h1"
3554       tag: "NIC_Intel-X710"
3555     - title: "1908"
3556       data-set: "vpp-performance-changes-3n-skx-ref"
3557       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3558       tag: "NIC_Intel-XXV710"
3559     - title: "2001"
3560       data-set: "vpp-performance-changes-3n-skx-cmp"
3561       tag: "NIC_Intel-XXV710"
3562   comparisons:
3563     - title: "Diff"
3564       reference: 2
3565       compare: 3
3566   legend:
3567     - "Legend to Table"
3568     - "1904, 1908, 2001 - VPP versions tested."
3569     - "Diff - difference between 1908 and 2001 VPP version."
3570
3571 # VPP Performance Changes 3n-skx 2t1c ndr
3572 - type: "table"
3573   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3574   algorithm: "table_comparison"
3575   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3577   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3578   columns:
3579     - title: "1904"
3580       data-set: "vpp-performance-changes-3n-skx-h1"
3581       tag: "NIC_Intel-X710"
3582     - title: "1908"
3583       data-set: "vpp-performance-changes-3n-skx-ref"
3584       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3585       tag: "NIC_Intel-XXV710"
3586     - title: "2001"
3587       data-set: "vpp-performance-changes-3n-skx-cmp"
3588       tag: "NIC_Intel-XXV710"
3589   comparisons:
3590     - title: "Diff"
3591       reference: 2
3592       compare: 3
3593   legend:
3594     - "Legend to Table"
3595     - "1904, 1908, 2001 - VPP versions tested."
3596     - "Diff - difference between 1908 and 2001 VPP version."
3597
3598 # VPP Performance Changes 3n-skx 4t2c ndr
3599 - type: "table"
3600   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3601   algorithm: "table_comparison"
3602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3604   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3605   columns:
3606     - title: "1904"
3607       data-set: "vpp-performance-changes-3n-skx-h1"
3608       tag: "NIC_Intel-X710"
3609     - title: "1908"
3610       data-set: "vpp-performance-changes-3n-skx-ref"
3611       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3612       tag: "NIC_Intel-XXV710"
3613     - title: "2001"
3614       data-set: "vpp-performance-changes-3n-skx-cmp"
3615       tag: "NIC_Intel-XXV710"
3616   comparisons:
3617     - title: "Diff"
3618       reference: 2
3619       compare: 3
3620   legend:
3621     - "Legend to Table"
3622     - "1904, 1908, 2001 - VPP versions tested."
3623     - "Diff - difference between 1908 and 2001 VPP version."
3624
3625 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3626 - type: "table"
3627   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3628   algorithm: "table_comparison"
3629   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3632   rca:
3633     - title: "RCA1"
3634       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3635     - title: "RCA2"
3636       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3637   columns:
3638     - title: "1908.0.pe"
3639       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3640       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3641     - title: "1908.1.pe"
3642       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3643     - title: "1908.1.ce"
3644       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3645     - title: "2001.0.ce"
3646       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3647   comparisons:
3648     - title: "Diff1"
3649       reference: 2
3650       reference-alt: 1
3651       compare: 3
3652     - title: "Diff2"
3653       reference: 3
3654       compare: 4
3655   legend:
3656     - "Legend to Table"
3657     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3658     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3659     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3660     - "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)."
3661     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3662     - "RCA1 - root cause analysis reference for Diff1."
3663     - "RCA2 - root cause analysis reference for Diff2."
3664
3665 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3666 - type: "table"
3667   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3668   algorithm: "table_comparison"
3669   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3671   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3672   rca:
3673     - title: "RCA1"
3674       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3675     - title: "RCA2"
3676       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3677   columns:
3678     - title: "1908.0.pe"
3679       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3680       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3681     - title: "1908.1.pe"
3682       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3683     - title: "1908.1.ce"
3684       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3685     - title: "2001.0.ce"
3686       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3687   comparisons:
3688     - title: "Diff1"
3689       reference: 2
3690       reference-alt: 1
3691       compare: 3
3692     - title: "Diff2"
3693       reference: 3
3694       compare: 4
3695   legend:
3696     - "Legend to Table"
3697     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3698     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3699     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3700     - "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)."
3701     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3702     - "RCA1 - root cause analysis reference for Diff1."
3703     - "RCA2 - root cause analysis reference for Diff2."
3704
3705 # VPP Performance Changes 2n-skx 2t1c pdr
3706 - type: "table"
3707   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3708   algorithm: "table_comparison"
3709   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3712   columns:
3713     - title: "1904"
3714       data-set: "vpp-performance-changes-2n-skx-h1"
3715       tag: "NIC_Intel-X710"
3716     - title: "1908"
3717       data-set: "vpp-performance-changes-2n-skx-ref"
3718       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3719       tag: "NIC_Intel-XXV710"
3720     - title: "2001"
3721       data-set: "vpp-performance-changes-2n-skx-cmp"
3722       tag: "NIC_Intel-XXV710"
3723   comparisons:
3724     - title: "Diff"
3725       reference: 2
3726       compare: 3
3727   legend:
3728     - "Legend to Table"
3729     - "1904, 1908, 2001 - VPP versions tested."
3730     - "Diff - difference between 1908 and 2001 VPP version."
3731
3732 # VPP Performance Changes 2n-skx 4t2c pdr
3733 - type: "table"
3734   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3735   algorithm: "table_comparison"
3736   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3737   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3738   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3739   columns:
3740     - title: "1904"
3741       data-set: "vpp-performance-changes-2n-skx-h1"
3742       tag: "NIC_Intel-X710"
3743     - title: "1908"
3744       data-set: "vpp-performance-changes-2n-skx-ref"
3745       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3746       tag: "NIC_Intel-XXV710"
3747     - title: "2001"
3748       data-set: "vpp-performance-changes-2n-skx-cmp"
3749       tag: "NIC_Intel-XXV710"
3750   comparisons:
3751     - title: "Diff"
3752       reference: 2
3753       compare: 3
3754   legend:
3755     - "Legend to Table"
3756     - "1904, 1908, 2001 - VPP versions tested."
3757     - "Diff - difference between 1908 and 2001 VPP version."
3758
3759 # VPP Performance Changes 2n-skx 2t1c ndr
3760 - type: "table"
3761   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3762   algorithm: "table_comparison"
3763   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3765   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3766   columns:
3767     - title: "1904"
3768       data-set: "vpp-performance-changes-2n-skx-h1"
3769       tag: "NIC_Intel-X710"
3770     - title: "1908"
3771       data-set: "vpp-performance-changes-2n-skx-ref"
3772       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3773       tag: "NIC_Intel-XXV710"
3774     - title: "2001"
3775       data-set: "vpp-performance-changes-2n-skx-cmp"
3776       tag: "NIC_Intel-XXV710"
3777   comparisons:
3778     - title: "Diff"
3779       reference: 2
3780       compare: 3
3781   legend:
3782     - "Legend to Table"
3783     - "1904, 1908, 2001 - VPP versions tested."
3784     - "Diff - difference between 1908 and 2001 VPP version."
3785
3786 # VPP Performance Changes 2n-skx 4t2c ndr
3787 - type: "table"
3788   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3789   algorithm: "table_comparison"
3790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3793   columns:
3794     - title: "1904"
3795       data-set: "vpp-performance-changes-2n-skx-h1"
3796       tag: "NIC_Intel-X710"
3797     - title: "1908"
3798       data-set: "vpp-performance-changes-2n-skx-ref"
3799       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3800       tag: "NIC_Intel-XXV710"
3801     - title: "2001"
3802       data-set: "vpp-performance-changes-2n-skx-cmp"
3803       tag: "NIC_Intel-XXV710"
3804   comparisons:
3805     - title: "Diff"
3806       reference: 2
3807       compare: 3
3808   legend:
3809     - "Legend to Table"
3810     - "1904, 1908, 2001 - VPP versions tested."
3811     - "Diff - difference between 1908 and 2001 VPP version."
3812
3813 # VPP Performance Changes 2n-dnv 1t1c pdr
3814 - type: "table"
3815   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3816   algorithm: "table_comparison"
3817   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3819   filter: "'1T1C'"
3820   columns:
3821     - title: "1908"
3822       data-set: "vpp-performance-changes-2n-dnv-ref"
3823     - title: "2001"
3824       data-set: "vpp-performance-changes-2n-dnv-cmp"
3825   comparisons:
3826     - title: "Diff"
3827       reference: 1
3828       compare: 2
3829   legend:
3830     - "Legend to Table"
3831     - "1908, 2001 - VPP versions tested."
3832     - "Diff - difference between 1908 and 2001 VPP version."
3833
3834 # VPP Performance Changes 2n-dnv 2t2c pdr
3835 - type: "table"
3836   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3837   algorithm: "table_comparison"
3838   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3839   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3840   filter: "'2T2C'"
3841   columns:
3842     - title: "1908"
3843       data-set: "vpp-performance-changes-2n-dnv-ref"
3844     - title: "2001"
3845       data-set: "vpp-performance-changes-2n-dnv-cmp"
3846   comparisons:
3847     - title: "Diff"
3848       reference: 1
3849       compare: 2
3850   legend:
3851     - "Legend to Table"
3852     - "1908, 2001 - VPP versions tested."
3853     - "Diff - difference between 1908 and 2001 VPP version."
3854
3855 # VPP Performance Changes 2n-dnv 1t1c ndr
3856 - type: "table"
3857   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3858   algorithm: "table_comparison"
3859   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3861   filter: "'1T1C'"
3862   columns:
3863     - title: "1908"
3864       data-set: "vpp-performance-changes-2n-dnv-ref"
3865     - title: "2001"
3866       data-set: "vpp-performance-changes-2n-dnv-cmp"
3867   comparisons:
3868     - title: "Diff"
3869       reference: 1
3870       compare: 2
3871   legend:
3872     - "Legend to Table"
3873     - "1908, 2001 - VPP versions tested."
3874     - "Diff - difference between 1908 and 2001 VPP version."
3875
3876 # VPP Performance Changes 2n-dnv 2t2c ndr
3877 - type: "table"
3878   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'2T2C'"
3883   columns:
3884     - title: "1908"
3885       data-set: "vpp-performance-changes-2n-dnv-ref"
3886     - title: "2001"
3887       data-set: "vpp-performance-changes-2n-dnv-cmp"
3888   comparisons:
3889     - title: "Diff"
3890       reference: 1
3891       compare: 2
3892   legend:
3893     - "Legend to Table"
3894     - "1908, 2001 - VPP versions tested."
3895     - "Diff - difference between 1908 and 2001 VPP version."
3896
3897 # VPP Performance Changes 3n-dnv 1t1c pdr
3898 - type: "table"
3899   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3900   algorithm: "table_comparison"
3901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3903   filter: "'1T1C'"
3904   columns:
3905     - title: "1908"
3906       data-set: "vpp-performance-changes-3n-dnv-ref"
3907     - title: "2001"
3908       data-set: "vpp-performance-changes-3n-dnv-cmp"
3909   comparisons:
3910     - title: "Diff"
3911       reference: 1
3912       compare: 2
3913   legend:
3914     - "Legend to Table"
3915     - "1908, 2001 - VPP versions tested."
3916     - "Diff - difference between 1908 and 2001 VPP version."
3917
3918 # VPP Performance Changes 3n-dnv 2t2c pdr
3919 - type: "table"
3920   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3921   algorithm: "table_comparison"
3922   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3923   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3924   filter: "'2T2C'"
3925   columns:
3926     - title: "1908"
3927       data-set: "vpp-performance-changes-3n-dnv-ref"
3928     - title: "2001"
3929       data-set: "vpp-performance-changes-3n-dnv-cmp"
3930   comparisons:
3931     - title: "Diff"
3932       reference: 1
3933       compare: 2
3934   legend:
3935     - "Legend to Table"
3936     - "1908, 2001 - VPP versions tested."
3937     - "Diff - difference between 1908 and 2001 VPP version."
3938
3939 # VPP Performance Changes 3n-dnv 1t1c ndr
3940 - type: "table"
3941   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3942   algorithm: "table_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3945   filter: "'1T1C'"
3946   columns:
3947     - title: "1908"
3948       data-set: "vpp-performance-changes-3n-dnv-ref"
3949     - title: "2001"
3950       data-set: "vpp-performance-changes-3n-dnv-cmp"
3951   comparisons:
3952     - title: "Diff"
3953       reference: 1
3954       compare: 2
3955   legend:
3956     - "Legend to Table"
3957     - "1908, 2001 - VPP versions tested."
3958     - "Diff - difference between 1908 and 2001 VPP version."
3959
3960 # VPP Performance Changes 3n-dnv 2t2c ndr
3961 - type: "table"
3962   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3963   algorithm: "table_comparison"
3964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3966   filter: "'2T2C'"
3967   columns:
3968     - title: "1908"
3969       data-set: "vpp-performance-changes-3n-dnv-ref"
3970     - title: "2001"
3971       data-set: "vpp-performance-changes-3n-dnv-cmp"
3972   comparisons:
3973     - title: "Diff"
3974       reference: 1
3975       compare: 2
3976   legend:
3977     - "Legend to Table"
3978     - "1908, 2001 - VPP versions tested."
3979     - "Diff - difference between 1908 and 2001 VPP version."
3980
3981 # VPP Performance Changes 3n-tsh 1t1c pdr
3982 - type: "table"
3983   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3984   algorithm: "table_comparison"
3985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3987   filter: "'1T1C'"
3988   columns:
3989     - title: "1908"
3990       data-set: "vpp-performance-changes-3n-tsh-ref"
3991     - title: "2001"
3992       data-set: "vpp-performance-changes-3n-tsh-cmp"
3993   comparisons:
3994     - title: "Diff"
3995       reference: 1
3996       compare: 2
3997   legend:
3998     - "Legend to Table"
3999     - "1908, 2001 - VPP versions tested."
4000     - "Diff - difference between 1908 and 2001 VPP version."
4001
4002 # VPP Performance Changes 3n-tsh 2t2c pdr
4003 - type: "table"
4004   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4005   algorithm: "table_comparison"
4006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4008   filter: "'2T2C'"
4009   columns:
4010     - title: "1908"
4011       data-set: "vpp-performance-changes-3n-tsh-ref"
4012     - title: "2001"
4013       data-set: "vpp-performance-changes-3n-tsh-cmp"
4014   comparisons:
4015     - title: "Diff"
4016       reference: 1
4017       compare: 2
4018   legend:
4019     - "Legend to Table"
4020     - "1908, 2001 - VPP versions tested."
4021     - "Diff - difference between 1908 and 2001 VPP version."
4022
4023 # VPP Performance Changes 3n-tsh 1t1c ndr
4024 - type: "table"
4025   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4026   algorithm: "table_comparison"
4027   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4029   filter: "'1T1C'"
4030   columns:
4031     - title: "1908"
4032       data-set: "vpp-performance-changes-3n-tsh-ref"
4033     - title: "2001"
4034       data-set: "vpp-performance-changes-3n-tsh-cmp"
4035   comparisons:
4036     - title: "Diff"
4037       reference: 1
4038       compare: 2
4039   legend:
4040     - "Legend to Table"
4041     - "1908, 2001 - VPP versions tested."
4042     - "Diff - difference between 1908 and 2001 VPP version."
4043
4044 # VPP Performance Changes 3n-tsh 2t2c ndr
4045 - type: "table"
4046   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4047   algorithm: "table_comparison"
4048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4050   filter: "'2T2C'"
4051   columns:
4052     - title: "1908"
4053       data-set: "vpp-performance-changes-3n-tsh-ref"
4054     - title: "2001"
4055       data-set: "vpp-performance-changes-3n-tsh-cmp"
4056   comparisons:
4057     - title: "Diff"
4058       reference: 1
4059       compare: 2
4060   legend:
4061     - "Legend to Table"
4062     - "1908, 2001 - VPP versions tested."
4063     - "Diff - difference between 1908 and 2001 VPP version."
4064
4065 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4066 - type: "table"
4067   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4068   algorithm: "table_comparison"
4069   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4071   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4072   columns:
4073     - title: "3n-hsw xl710"
4074       data-set: "vpp-compare-testbeds-ref"
4075       tag: "NIC_Intel-XL710"
4076     - title: "3n-skx xxv710"
4077       data-set: "vpp-compare-testbeds-cmp"
4078       tag: "NIC_Intel-XXV710"
4079   comparisons:
4080     - title: "Diff"
4081       reference: 1
4082       compare: 2
4083   legend:
4084     - "Legend to Table"
4085     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4086     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4087
4088 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4089 - type: "table"
4090   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4091   algorithm: "table_comparison"
4092   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4094   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4095   columns:
4096     - title: "3n-hsw xl710"
4097       data-set: "vpp-compare-testbeds-ref"
4098       tag: "NIC_Intel-XL710"
4099     - title: "3n-skx xxv710"
4100       data-set: "vpp-compare-testbeds-cmp"
4101       tag: "NIC_Intel-XXV710"
4102   comparisons:
4103     - title: "Diff"
4104       reference: 1
4105       compare: 2
4106   legend:
4107     - "Legend to Table"
4108     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4109     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4110
4111 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4112 - type: "table"
4113   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4114   algorithm: "table_comparison"
4115   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4117   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4118   columns:
4119     - title: "3n-hsw xl710"
4120       data-set: "vpp-compare-testbeds-ref"
4121       tag: "NIC_Intel-XL710"
4122     - title: "3n-skx xxv710"
4123       data-set: "vpp-compare-testbeds-cmp"
4124       tag: "NIC_Intel-XXV710"
4125   comparisons:
4126     - title: "Diff"
4127       reference: 1
4128       compare: 2
4129   legend:
4130     - "Legend to Table"
4131     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4132     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4133
4134 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4135 - type: "table"
4136   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4137   algorithm: "table_comparison"
4138   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4140   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4141   columns:
4142     - title: "3n-hsw xl710"
4143       data-set: "vpp-compare-testbeds-ref"
4144       tag: "NIC_Intel-XL710"
4145     - title: "3n-skx xxv710"
4146       data-set: "vpp-compare-testbeds-cmp"
4147       tag: "NIC_Intel-XXV710"
4148   comparisons:
4149     - title: "Diff"
4150       reference: 1
4151       compare: 2
4152   legend:
4153     - "Legend to Table"
4154     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4155     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4156
4157 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4158 - type: "table"
4159   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4160   algorithm: "table_comparison"
4161   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4163   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4164   columns:
4165     - title: "2n-skx"
4166       data-set: "vpp-compare-testbeds-skx-clx-ref"
4167     - title: "2n-clx"
4168       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4169   comparisons:
4170     - title: "Diff"
4171       reference: 1
4172       compare: 2
4173   legend:
4174     - "Legend to Table"
4175     - "2n-skx, 2n-clx - testbeds and NICs tested."
4176     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4177
4178 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4179 - type: "table"
4180   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4181   algorithm: "table_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4184   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4185   columns:
4186     - title: "2n-skx"
4187       data-set: "vpp-compare-testbeds-skx-clx-ref"
4188     - title: "2n-clx"
4189       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4190   comparisons:
4191     - title: "Diff"
4192       reference: 1
4193       compare: 2
4194   legend:
4195     - "Legend to Table"
4196     - "2n-skx, 2n-clx - testbeds and NICs tested."
4197     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4198
4199 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4200 - type: "table"
4201   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4202   algorithm: "table_comparison"
4203   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4205   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4206   columns:
4207     - title: "2n-skx"
4208       data-set: "vpp-compare-testbeds-skx-clx-ref"
4209     - title: "2n-clx"
4210       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4211   comparisons:
4212     - title: "Diff"
4213       reference: 1
4214       compare: 2
4215   legend:
4216     - "Legend to Table"
4217     - "2n-skx, 2n-clx - testbeds and NICs tested."
4218     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4219
4220 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4221 - type: "table"
4222   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4223   algorithm: "table_comparison"
4224   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4226   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4227   columns:
4228     - title: "2n-skx"
4229       data-set: "vpp-compare-testbeds-skx-clx-ref"
4230     - title: "2n-clx"
4231       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4232   comparisons:
4233     - title: "Diff"
4234       reference: 1
4235       compare: 2
4236   legend:
4237     - "Legend to Table"
4238     - "2n-skx, 2n-clx - testbeds and NICs tested."
4239     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4240
4241 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4242 - type: "table"
4243   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4244   algorithm: "table_comparison"
4245   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4247   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4248   columns:
4249     - title: "3n-hsw xl710"
4250       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4251       tag: "NIC_Intel-XL710"
4252     - title: "2n-clx xxv710"
4253       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4254       tag: "NIC_Intel-XXV710"
4255   comparisons:
4256     - title: "Diff"
4257       reference: 1
4258       compare: 2
4259   legend:
4260     - "Legend to Table"
4261     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4262     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4263
4264 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4265 - type: "table"
4266   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4267   algorithm: "table_comparison"
4268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4270   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4271   columns:
4272     - title: "3n-hsw xl710"
4273       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4274       tag: "NIC_Intel-XL710"
4275     - title: "2n-clx xxv710"
4276       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4277       tag: "NIC_Intel-XXV710"
4278   comparisons:
4279     - title: "Diff"
4280       reference: 1
4281       compare: 2
4282   legend:
4283     - "Legend to Table"
4284     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4285     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4286
4287 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4288 - type: "table"
4289   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4290   algorithm: "table_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4293   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4294   columns:
4295     - title: "3n-hsw xl710"
4296       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4297       tag: "NIC_Intel-XL710"
4298     - title: "2n-clx xxv710"
4299       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4300       tag: "NIC_Intel-XXV710"
4301   comparisons:
4302     - title: "Diff"
4303       reference: 1
4304       compare: 2
4305   legend:
4306     - "Legend to Table"
4307     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4308     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4309
4310 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4311 - type: "table"
4312   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4313   algorithm: "table_comparison"
4314   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4316   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4317   columns:
4318     - title: "3n-hsw xl710"
4319       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4320       tag: "NIC_Intel-XL710"
4321     - title: "2n-clx xxv710"
4322       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4323       tag: "NIC_Intel-XXV710"
4324   comparisons:
4325     - title: "Diff"
4326       reference: 1
4327       compare: 2
4328   legend:
4329     - "Legend to Table"
4330     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4331     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4332
4333 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4334 - type: "table"
4335   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4339   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4340   columns:
4341     - title: "3n-skx"
4342       data-set: "vpp-compare-topologies-ref"
4343     - title: "2n-skx"
4344       data-set: "vpp-compare-topologies-cmp"
4345   comparisons:
4346     - title: "Diff"
4347       reference: 1
4348       compare: 2
4349   legend:
4350     - "Legend to Table"
4351     - "3n-skx, 2n-skx - topologies tested."
4352     - "Diff - difference between 3n-skx and 2n-skx topologies."
4353
4354 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4355 - type: "table"
4356   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4357   algorithm: "table_comparison"
4358   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4360   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4361   columns:
4362     - title: "3n-skx"
4363       data-set: "vpp-compare-topologies-ref"
4364     - title: "2n-skx"
4365       data-set: "vpp-compare-topologies-cmp"
4366   comparisons:
4367     - title: "Diff"
4368       reference: 1
4369       compare: 2
4370   legend:
4371     - "Legend to Table"
4372     - "3n-skx, 2n-skx - topologies tested."
4373     - "Diff - difference between 3n-skx and 2n-skx topologies."
4374
4375 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4376 - type: "table"
4377   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4378   algorithm: "table_comparison"
4379   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4381   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4382   columns:
4383     - title: "3n-skx"
4384       data-set: "vpp-compare-topologies-ref"
4385     - title: "2n-skx"
4386       data-set: "vpp-compare-topologies-cmp"
4387   comparisons:
4388     - title: "Diff"
4389       reference: 1
4390       compare: 2
4391   legend:
4392     - "Legend to Table"
4393     - "3n-skx, 2n-skx - topologies tested."
4394     - "Diff - difference between 3n-skx and 2n-skx topologies."
4395
4396 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4397 - type: "table"
4398   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4399   algorithm: "table_comparison"
4400   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4402   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4403   columns:
4404     - title: "3n-skx"
4405       data-set: "vpp-compare-topologies-ref"
4406     - title: "2n-skx"
4407       data-set: "vpp-compare-topologies-cmp"
4408   comparisons:
4409     - title: "Diff"
4410       reference: 1
4411       compare: 2
4412   legend:
4413     - "Legend to Table"
4414     - "3n-skx, 2n-skx - topologies tested."
4415     - "Diff - difference between 3n-skx and 2n-skx topologies."
4416
4417 # VPP Performance Changes 3n-hsw 1t1c mrr
4418 - type: "table"
4419   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4420   algorithm: "table_comparison"
4421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4423   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4424   columns:
4425     - title: "1904"
4426       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4427     - title: "1908"
4428       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4429     - title: "2001"
4430       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4431   comparisons:
4432     - title: "Diff"
4433       reference: 2
4434       compare: 3
4435   legend:
4436     - "Legend to Table"
4437     - "1904, 1908, 2001 - VPP versions tested."
4438     - "Diff - difference between 1908 and 2001 VPP version."
4439
4440 # VPP Performance Changes 3n-hsw 2t2c mrr
4441 - type: "table"
4442   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4443   algorithm: "table_comparison"
4444   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4446   filter: "'2t2c' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4447   columns:
4448     - title: "1904"
4449       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4450     - title: "1908"
4451       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4452     - title: "2001"
4453       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4454   comparisons:
4455     - title: "Diff"
4456       reference: 2
4457       compare: 3
4458   legend:
4459     - "Legend to Table"
4460     - "1904, 1908, 2001 - VPP versions tested."
4461     - "Diff - difference between 1908 and 2001 VPP version."
4462
4463 # VPP Performance Changes 3n-hsw 4t4c mrr
4464 - type: "table"
4465   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4466   algorithm: "table_comparison"
4467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4468   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4469   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4470   columns:
4471     - title: "1904"
4472       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4473     - title: "1908"
4474       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4475     - title: "2001"
4476       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4477   comparisons:
4478     - title: "Diff"
4479       reference: 2
4480       compare: 3
4481   legend:
4482     - "Legend to Table"
4483     - "1904, 1908, 2001 - VPP versions tested."
4484     - "Diff - difference between 1908 and 2001 VPP version."
4485
4486 # VPP Performance Changes 3n-skx 2t1c mrr
4487 - type: "table"
4488   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4489   algorithm: "table_comparison"
4490   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4492   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4493   columns:
4494     - title: "1904"
4495       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4496     - title: "1908"
4497       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4498     - title: "2001"
4499       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4500   comparisons:
4501     - title: "Diff"
4502       reference: 2
4503       compare: 3
4504   legend:
4505     - "Legend to Table"
4506     - "1904, 1908, 2001 - VPP versions tested."
4507     - "Diff - difference between 1908 and 2001 VPP version."
4508
4509 # VPP Performance Changes 3n-skx 4t2c mrr
4510 - type: "table"
4511   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4512   algorithm: "table_comparison"
4513   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4515   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4516   columns:
4517     - title: "1904"
4518       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4519     - title: "1908"
4520       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4521     - title: "2001"
4522       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4523   comparisons:
4524     - title: "Diff"
4525       reference: 2
4526       compare: 3
4527   legend:
4528     - "Legend to Table"
4529     - "1904, 1908, 2001 - VPP versions tested."
4530     - "Diff - difference between 1908 and 2001 VPP version."
4531
4532 # VPP Performance Changes 3n-skx 8t4c mrr
4533 - type: "table"
4534   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4535   algorithm: "table_comparison"
4536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4538   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4539   columns:
4540     - title: "1904"
4541       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4542     - title: "1908"
4543       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4544     - title: "2001"
4545       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4546   comparisons:
4547     - title: "Diff"
4548       reference: 2
4549       compare: 3
4550   legend:
4551     - "Legend to Table"
4552     - "1904, 1908, 2001 - VPP versions tested."
4553     - "Diff - difference between 1908 and 2001 VPP version."
4554
4555 # VPP Performance Changes 2n-skx 2t1c mrr
4556 - type: "table"
4557   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4561   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4562   columns:
4563     - title: "1904"
4564       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4565     - title: "1908"
4566       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4567     - title: "2001"
4568       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4569   comparisons:
4570     - title: "Diff"
4571       reference: 2
4572       compare: 3
4573   legend:
4574     - "Legend to Table"
4575     - "1904, 1908, 2001 - VPP versions tested."
4576     - "Diff - difference between 1908 and 2001 VPP version."
4577
4578 # VPP Performance Changes 2n-skx 4t2c mrr
4579 - type: "table"
4580   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4581   algorithm: "table_comparison"
4582   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4584   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4585   columns:
4586     - title: "1904"
4587       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4588     - title: "1908"
4589       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4590     - title: "2001"
4591       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4592   comparisons:
4593     - title: "Diff"
4594       reference: 2
4595       compare: 3
4596   legend:
4597     - "Legend to Table"
4598     - "1904, 1908, 2001 - VPP versions tested."
4599     - "Diff - difference between 1908 and 2001 VPP version."
4600
4601 # VPP Performance Changes 2n-skx 8t4c mrr
4602 - type: "table"
4603   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4604   algorithm: "table_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4607   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4608   columns:
4609     - title: "1904"
4610       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4611     - title: "1908"
4612       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4613     - title: "2001"
4614       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4615   comparisons:
4616     - title: "Diff"
4617       reference: 2
4618       compare: 3
4619   legend:
4620     - "Legend to Table"
4621     - "1904, 1908, 2001 - VPP versions tested."
4622     - "Diff - difference between 1908 and 2001 VPP version."
4623
4624 # VPP Performance Changes 2n-dnv 1t1c mrr
4625 - type: "table"
4626   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4627   algorithm: "table_comparison"
4628   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4630   filter: "'1T1C'"
4631   columns:
4632     - title: "1908"
4633       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4634     - title: "2001"
4635       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4636   comparisons:
4637     - title: "Diff"
4638       reference: 1
4639       compare: 2
4640   legend:
4641     - "Legend to Table"
4642     - "1908, 2001 - VPP versions tested."
4643     - "Diff - difference between 1908 and 2001 VPP version."
4644
4645 # VPP Performance Changes 2n-dnv 2t2c mrr
4646 - type: "table"
4647   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4648   algorithm: "table_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4651   filter: "'2T2C'"
4652   columns:
4653     - title: "1908"
4654       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4655     - title: "2001"
4656       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4657   comparisons:
4658     - title: "Diff"
4659       reference: 1
4660       compare: 2
4661   legend:
4662     - "Legend to Table"
4663     - "1908, 2001 - VPP versions tested."
4664     - "Diff - difference between 1908 and 2001 VPP version."
4665
4666 # VPP Performance Changes 2n-dnv 4t4c mrr
4667 - type: "table"
4668   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4672   filter: "'4T4C'"
4673   columns:
4674     - title: "1908"
4675       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4676     - title: "2001"
4677       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4678   comparisons:
4679     - title: "Diff"
4680       reference: 1
4681       compare: 2
4682   legend:
4683     - "Legend to Table"
4684     - "1908, 2001 - VPP versions tested."
4685     - "Diff - difference between 1908 and 2001 VPP version."
4686
4687 # VPP Performance Changes 3n-dnv 1t1c mrr
4688 - type: "table"
4689   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4690   algorithm: "table_comparison"
4691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4693   filter: "'1T1C'"
4694   columns:
4695     - title: "1908"
4696       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4697     - title: "2001"
4698       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4699   comparisons:
4700     - title: "Diff"
4701       reference: 1
4702       compare: 2
4703   legend:
4704     - "Legend to Table"
4705     - "1908, 2001 - VPP versions tested."
4706     - "Diff - difference between 1908 and 2001 VPP version."
4707
4708 # VPP Performance Changes 3n-dnv 2t2c mrr
4709 - type: "table"
4710   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4711   algorithm: "table_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4714   filter: "'2T2C'"
4715   columns:
4716     - title: "1908"
4717       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4718     - title: "2001"
4719       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4720   comparisons:
4721     - title: "Diff"
4722       reference: 1
4723       compare: 2
4724   legend:
4725     - "Legend to Table"
4726     - "1908, 2001 - VPP versions tested."
4727     - "Diff - difference between 1908 and 2001 VPP version."
4728
4729 # VPP Performance Changes 3n-dnv 4t4c mrr
4730 - type: "table"
4731   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4735   filter: "'4T4C'"
4736   columns:
4737     - title: "1908"
4738       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4739     - title: "2001"
4740       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4741   comparisons:
4742     - title: "Diff"
4743       reference: 1
4744       compare: 2
4745   legend:
4746     - "Legend to Table"
4747     - "1908, 2001 - VPP versions tested."
4748     - "Diff - difference between 1908 and 2001 VPP version."
4749
4750 # VPP Performance Changes 3n-tsh 1t1c mrr
4751 - type: "table"
4752   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4756   filter: "'1T1C'"
4757   columns:
4758     - title: "1908"
4759       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4760     - title: "2001"
4761       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4762   comparisons:
4763     - title: "Diff"
4764       reference: 1
4765       compare: 2
4766   legend:
4767     - "Legend to Table"
4768     - "1908, 2001 - VPP versions tested."
4769     - "Diff - difference between 1908 and 2001 VPP version."
4770
4771 # VPP Performance Changes 3n-tsh 2t2c mrr
4772 - type: "table"
4773   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4774   algorithm: "table_comparison"
4775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777   filter: "'2T2C'"
4778   columns:
4779     - title: "1908"
4780       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4781     - title: "2001"
4782       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4783   comparisons:
4784     - title: "Diff"
4785       reference: 1
4786       compare: 2
4787   legend:
4788     - "Legend to Table"
4789     - "1908, 2001 - VPP versions tested."
4790     - "Diff - difference between 1908 and 2001 VPP version."
4791
4792 # VPP Performance Changes 3n-tsh 4t4c mrr
4793 - type: "table"
4794   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4795   algorithm: "table_comparison"
4796   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4798   filter: "'4T4C'"
4799   columns:
4800     - title: "1908"
4801       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4802     - title: "2001"
4803       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4804   comparisons:
4805     - title: "Diff"
4806       reference: 1
4807       compare: 2
4808   legend:
4809     - "Legend to Table"
4810     - "1908, 2001 - VPP versions tested."
4811     - "Diff - difference between 1908 and 2001 VPP version."
4812
4813 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4814 - type: "table"
4815   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4816   algorithm: "table_comparison"
4817   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4819   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4820   columns:
4821     - title: "3n-hsw xl710"
4822       data-set: "vpp-compare-testbeds-mrr-ref"
4823       tag: "NIC_Intel-XL710"
4824     - title: "3n-skx xxv710"
4825       data-set: "vpp-compare-testbeds-mrr-cmp"
4826       tag: "NIC_Intel-XXV710"
4827   comparisons:
4828     - title: "Diff"
4829       reference: 1
4830       compare: 2
4831   legend:
4832     - "Legend to Table"
4833     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4834     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4835
4836 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4837 - type: "table"
4838   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4839   algorithm: "table_comparison"
4840   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4842   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4843   columns:
4844     - title: "3n-hsw xl710"
4845       data-set: "vpp-compare-testbeds-mrr-ref"
4846       tag: "NIC_Intel-XL710"
4847     - title: "3n-skx xxv710"
4848       data-set: "vpp-compare-testbeds-mrr-cmp"
4849       tag: "NIC_Intel-XXV710"
4850   comparisons:
4851     - title: "Diff"
4852       reference: 1
4853       compare: 2
4854   legend:
4855     - "Legend to Table"
4856     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4857     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4858
4859 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4860 - type: "table"
4861   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4862   algorithm: "table_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4865   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4866   columns:
4867     - title: "3n-hsw xl710"
4868       data-set: "vpp-compare-testbeds-mrr-ref"
4869       tag: "NIC_Intel-XL710"
4870     - title: "3n-skx xxv710"
4871       data-set: "vpp-compare-testbeds-mrr-cmp"
4872       tag: "NIC_Intel-XXV710"
4873   comparisons:
4874     - title: "Diff"
4875       reference: 1
4876       compare: 2
4877   legend:
4878     - "Legend to Table"
4879     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4880     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4881
4882 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4883 - type: "table"
4884   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4885   algorithm: "table_comparison"
4886   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4888   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4889   columns:
4890     - title: "2n-skx"
4891       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4892     - title: "2n-clx"
4893       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4894   comparisons:
4895     - title: "Diff"
4896       reference: 1
4897       compare: 2
4898   legend:
4899     - "Legend to Table"
4900     - "2n-skx, 2n-clx - testbeds and NICs tested."
4901     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4902
4903 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4904 - type: "table"
4905   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4906   algorithm: "table_comparison"
4907   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4909   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4910   columns:
4911     - title: "2n-skx"
4912       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4913     - title: "2n-clx"
4914       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4915   comparisons:
4916     - title: "Diff"
4917       reference: 1
4918       compare: 2
4919   legend:
4920     - "Legend to Table"
4921     - "2n-skx, 2n-clx - testbeds and NICs tested."
4922     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4923
4924 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4925 - type: "table"
4926   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4927   algorithm: "table_comparison"
4928   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4930   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4931   columns:
4932     - title: "2n-skx"
4933       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4934     - title: "2n-clx"
4935       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4936   comparisons:
4937     - title: "Diff"
4938       reference: 1
4939       compare: 2
4940   legend:
4941     - "Legend to Table"
4942     - "2n-skx, 2n-clx - testbeds and NICs tested."
4943     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4944
4945 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4946 - type: "table"
4947   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4948   algorithm: "table_comparison"
4949   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4950   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4951   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4952   columns:
4953     - title: "3n-skx"
4954       data-set: "vpp-compare-topologies-mrr-ref"
4955     - title: "2n-skx"
4956       data-set: "vpp-compare-topologies-mrr-cmp"
4957   comparisons:
4958     - title: "Diff"
4959       reference: 1
4960       compare: 2
4961   legend:
4962     - "Legend to Table"
4963     - "3n-skx, 2n-skx - topologies tested."
4964     - "Diff - difference between 3n-skx and 2n-skx topologies."
4965
4966 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4967 - type: "table"
4968   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4969   algorithm: "table_comparison"
4970   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4972   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4973   columns:
4974     - title: "3n-skx"
4975       data-set: "vpp-compare-topologies-mrr-ref"
4976     - title: "2n-skx"
4977       data-set: "vpp-compare-topologies-mrr-cmp"
4978   comparisons:
4979     - title: "Diff"
4980       reference: 1
4981       compare: 2
4982   legend:
4983     - "Legend to Table"
4984     - "3n-skx, 2n-skx - topologies tested."
4985     - "Diff - difference between 3n-skx and 2n-skx topologies."
4986
4987 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4988 - type: "table"
4989   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4990   algorithm: "table_comparison"
4991   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4993   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4994   columns:
4995     - title: "3n-skx"
4996       data-set: "vpp-compare-topologies-mrr-ref"
4997     - title: "2n-skx"
4998       data-set: "vpp-compare-topologies-mrr-cmp"
4999   comparisons:
5000     - title: "Diff"
5001       reference: 1
5002       compare: 2
5003   legend:
5004     - "Legend to Table"
5005     - "3n-skx, 2n-skx - topologies tested."
5006     - "Diff - difference between 3n-skx and 2n-skx topologies."
5007
5008 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5009 - type: "table"
5010   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5011   algorithm: "table_comparison"
5012   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5014   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5015   columns:
5016     - title: "3n-hsw xl710"
5017       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5018       tag: "NIC_Intel-XL710"
5019     - title: "2n-clx xxv710"
5020       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5021       tag: "NIC_Intel-XXV710"
5022   comparisons:
5023     - title: "Diff"
5024       reference: 1
5025       compare: 2
5026   legend:
5027     - "Legend to Table"
5028     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5029     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5030
5031 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5032 - type: "table"
5033   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5034   algorithm: "table_comparison"
5035   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5037   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5038   columns:
5039     - title: "3n-hsw xl710"
5040       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5041       tag: "NIC_Intel-XL710"
5042     - title: "2n-clx xxv710"
5043       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5044       tag: "NIC_Intel-XXV710"
5045   comparisons:
5046     - title: "Diff"
5047       reference: 1
5048       compare: 2
5049   legend:
5050     - "Legend to Table"
5051     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5052     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5053
5054 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5055 - type: "table"
5056   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5057   algorithm: "table_comparison"
5058   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5059   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5060   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5061   columns:
5062     - title: "3n-hsw xl710"
5063       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5064       tag: "NIC_Intel-XL710"
5065     - title: "2n-clx xxv710"
5066       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5067       tag: "NIC_Intel-XXV710"
5068   comparisons:
5069     - title: "Diff"
5070       reference: 1
5071       compare: 2
5072   legend:
5073     - "Legend to Table"
5074     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5075     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5076
5077 # Detailed Test Results - VPP Performance Results 3n-hsw
5078 - type: "table"
5079   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5080   algorithm: "table_merged_details"
5081   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5082   columns:
5083     - title: " |prein| Test Name |preout| "
5084       data: "data name"
5085     - 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| "
5086       data: "data msg"
5087   data: "vpp-perf-results-3n-hsw"
5088   filter: "all"
5089   parameters:
5090   - "name"
5091   - "parent"
5092   - "msg"
5093
5094 # Detailed Test Results - VPP Performance Results 3n-skx
5095 - type: "table"
5096   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5097   algorithm: "table_merged_details"
5098   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5099   columns:
5100     - title: " |prein| Test Name |preout| "
5101       data: "data name"
5102     - 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| "
5103       data: "data msg"
5104   data: "vpp-perf-results-3n-skx"
5105   filter: "all"
5106   remove-ndr: True  # Temporary solution: remove NDR results from test message
5107   parameters:
5108   - "name"
5109   - "parent"
5110   - "msg"
5111
5112 # Detailed Test Results - VPP Performance Results 2n-skx
5113 - type: "table"
5114   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5115   algorithm: "table_merged_details"
5116   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5117   columns:
5118     - title: " |prein| Test Name |preout| "
5119       data: "data name"
5120     - 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| "
5121       data: "data msg"
5122   data: "vpp-perf-results-2n-skx"
5123   filter: "all"
5124   remove-ndr: True  # Temporary solution: remove NDR results from test message
5125   parameters:
5126   - "name"
5127   - "parent"
5128   - "msg"
5129
5130 # Detailed Test Results - VPP Performance Results 2n-clx
5131 - type: "table"
5132   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5133   algorithm: "table_merged_details"
5134   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5135   columns:
5136     - title: " |prein| Test Name |preout| "
5137       data: "data name"
5138     - 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| "
5139       data: "data msg"
5140   data: "vpp-perf-results-2n-clx"
5141   filter: "all"
5142   parameters:
5143   - "name"
5144   - "parent"
5145   - "msg"
5146
5147 # Detailed Test Results - VPP Performance Results 3n-tsh
5148 - type: "table"
5149   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5150   algorithm: "table_merged_details"
5151   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5152   columns:
5153     - title: " |prein| Test Name |preout| "
5154       data: "data name"
5155     - 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| "
5156       data: "data msg"
5157   data: "vpp-perf-results-3n-tsh"
5158   filter: "all"
5159   parameters:
5160   - "name"
5161   - "parent"
5162   - "msg"
5163
5164 # Detailed Test Results - VPP Performance Results 3n-dnv
5165 - type: "table"
5166   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5167   algorithm: "table_merged_details"
5168   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5169   columns:
5170     - title: " |prein| Test Name |preout| "
5171       data: "data name"
5172     - 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| "
5173       data: "data msg"
5174   data: "vpp-perf-results-3n-dnv"
5175   filter: "all"
5176   parameters:
5177   - "name"
5178   - "parent"
5179   - "msg"
5180
5181 # Detailed Test Results - VPP Performance Results 2n-dnv
5182 - type: "table"
5183   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5184   algorithm: "table_merged_details"
5185   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5186   columns:
5187     - title: " |prein| Test Name |preout| "
5188       data: "data name"
5189     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5190       data: "data msg"
5191   data: "vpp-perf-results-2n-dnv"
5192   filter: "all"
5193   parameters:
5194   - "name"
5195   - "parent"
5196   - "msg"
5197
5198 # Test configuration - VPP Performance Test Configs 3n-hsw
5199 - type: "table"
5200   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5201   algorithm: "table_merged_details"
5202   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5203   columns:
5204     - title: " |prein| Test Name |preout| "
5205       data: "data name"
5206     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5207       data: "data conf-history"
5208   data: "vpp-perf-results-3n-hsw"
5209   filter: "all"
5210   parameters:
5211   - "parent"
5212   - "name"
5213   - "conf-history"
5214
5215 # Test configuration - VPP Performance Test Configs 3n-skx
5216 - type: "table"
5217   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5218   algorithm: "table_merged_details"
5219   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5220   columns:
5221     - title: " |prein| Test Name |preout| "
5222       data: "data name"
5223     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5224       data: "data conf-history"
5225   data: "vpp-perf-results-3n-skx"
5226   filter: "all"
5227   parameters:
5228   - "parent"
5229   - "name"
5230   - "conf-history"
5231
5232 # Test configuration - VPP Performance Test Configs 2n-skx
5233 - type: "table"
5234   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5235   algorithm: "table_merged_details"
5236   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5237   columns:
5238     - title: " |prein| Test Name |preout| "
5239       data: "data name"
5240     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5241       data: "data conf-history"
5242   data: "vpp-perf-results-2n-skx"
5243   filter: "all"
5244   parameters:
5245   - "parent"
5246   - "name"
5247   - "conf-history"
5248
5249 # Test configuration - VPP Performance Test Configs 2n-clx
5250 - type: "table"
5251   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5252   algorithm: "table_merged_details"
5253   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5254   columns:
5255     - title: " |prein| Test Name |preout| "
5256       data: "data name"
5257     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5258       data: "data conf-history"
5259   data: "vpp-perf-results-2n-clx"
5260   filter: "all"
5261   parameters:
5262   - "parent"
5263   - "name"
5264   - "conf-history"
5265
5266 # Test configuration - VPP Performance Test Configs 3n-tsh
5267 - type: "table"
5268   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5269   algorithm: "table_merged_details"
5270   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5271   columns:
5272     - title: " |prein| Test Name |preout| "
5273       data: "data name"
5274     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5275       data: "data conf-history"
5276   data: "vpp-perf-results-3n-tsh"
5277   filter: "all"
5278   parameters:
5279   - "parent"
5280   - "name"
5281   - "conf-history"
5282
5283 # Test configuration - VPP Performance Test Configs 3n-dnv
5284 - type: "table"
5285   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5286   algorithm: "table_merged_details"
5287   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5288   columns:
5289     - title: " |prein| Test Name |preout| "
5290       data: "data name"
5291     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5292       data: "data conf-history"
5293   data: "vpp-perf-results-3n-dnv"
5294   filter: "all"
5295   parameters:
5296   - "parent"
5297   - "name"
5298   - "conf-history"
5299
5300 # Test configuration - VPP Performance Test Configs 2n-dnv
5301 - type: "table"
5302   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5303   algorithm: "table_merged_details"
5304   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5305   columns:
5306     - title: " |prein| Test Name |preout| "
5307       data: "data name"
5308     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5309       data: "data conf-history"
5310   data: "vpp-perf-results-2n-dnv"
5311   filter: "all"
5312   parameters:
5313   - "parent"
5314   - "name"
5315   - "conf-history"
5316
5317 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5318 - type: "table"
5319   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5320   algorithm: "table_oper_data_html"
5321   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5322   data: "vpp-perf-results-3n-hsw"
5323   filter: "all"
5324
5325 # Test Operational Data - VPP Performance Operational Data 3n-skx
5326 - type: "table"
5327   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5328   algorithm: "table_oper_data_html"
5329   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5330   data: "vpp-perf-results-3n-skx"
5331   filter: "all"
5332
5333 # Test Operational Data - VPP Performance Operational Data 2n-skx
5334 - type: "table"
5335   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5336   algorithm: "table_oper_data_html"
5337   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5338   data: "vpp-perf-results-2n-skx"
5339   filter: "all"
5340
5341 # Test Operational Data - VPP Performance Operational Data 2n-clx
5342 - type: "table"
5343   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5344   algorithm: "table_oper_data_html"
5345   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5346   data: "vpp-perf-results-2n-clx"
5347   filter: "all"
5348
5349 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5350 - type: "table"
5351   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5352   algorithm: "table_oper_data_html"
5353   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5354   data: "vpp-perf-results-3n-tsh"
5355   filter: "all"
5356
5357 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5358 - type: "table"
5359   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5360   algorithm: "table_oper_data_html"
5361   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5362   data: "vpp-perf-results-3n-dnv"
5363   filter: "all"
5364
5365 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5366 - type: "table"
5367   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5368   algorithm: "table_oper_data_html"
5369   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5370   data: "vpp-perf-results-2n-dnv"
5371   filter: "all"
5372
5373 # Detailed Test Results - VPP MRR Results 3n-hsw
5374 - type: "table"
5375   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5376   algorithm: "table_merged_details"
5377   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5378   columns:
5379     - title: " |prein| Test Name |preout| "
5380       data: "data name"
5381     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5382       data: "data msg"
5383   data: "vpp-mrr-results-3n-hsw"
5384   filter: "all"
5385   parameters:
5386   - "name"
5387   - "parent"
5388   - "msg"
5389
5390 # Detailed Test Results - VPP MRR Results 3n-skx
5391 - type: "table"
5392   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5393   algorithm: "table_merged_details"
5394   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5395   columns:
5396     - title: " |prein| Test Name |preout| "
5397       data: "data name"
5398     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5399       data: "data msg"
5400   data: "vpp-mrr-results-3n-skx"
5401   filter: "all"
5402   parameters:
5403   - "name"
5404   - "parent"
5405   - "msg"
5406
5407 # Detailed Test Results - VPP MRR Results 2n-skx
5408 - type: "table"
5409   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5410   algorithm: "table_merged_details"
5411   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5412   columns:
5413     - title: " |prein| Test Name |preout| "
5414       data: "data name"
5415     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5416       data: "data msg"
5417   data: "vpp-mrr-results-2n-skx"
5418   filter: "all"
5419   parameters:
5420   - "name"
5421   - "parent"
5422   - "msg"
5423
5424 # Detailed Test Results - VPP MRR Results 2n-clx
5425 - type: "table"
5426   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5427   algorithm: "table_merged_details"
5428   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5429   columns:
5430     - title: " |prein| Test Name |preout| "
5431       data: "data name"
5432     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5433       data: "data msg"
5434   data: "vpp-mrr-results-2n-clx"
5435   filter: "all"
5436   parameters:
5437   - "name"
5438   - "parent"
5439   - "msg"
5440
5441 # Detailed Test Results - VPP MRR Results 3n-tsh
5442 - type: "table"
5443   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5444   algorithm: "table_merged_details"
5445   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5446   columns:
5447     - title: " |prein| Test Name |preout| "
5448       data: "data name"
5449     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5450       data: "data msg"
5451   data: "vpp-mrr-results-3n-tsh"
5452   filter: "all"
5453   parameters:
5454   - "name"
5455   - "parent"
5456   - "msg"
5457
5458 # Detailed Test Results - VPP MRR Results 3n-dnv
5459 - type: "table"
5460   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5461   algorithm: "table_merged_details"
5462   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5463   columns:
5464     - title: " |prein| Test Name |preout| "
5465       data: "data name"
5466     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5467       data: "data msg"
5468   data: "vpp-mrr-results-3n-dnv"
5469   filter: "all"
5470   parameters:
5471   - "name"
5472   - "parent"
5473   - "msg"
5474
5475 # Detailed Test Results - VPP MRR Results 2n-dnv
5476 - type: "table"
5477   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5478   algorithm: "table_merged_details"
5479   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5480   columns:
5481     - title: " |prein| Test Name |preout| "
5482       data: "data name"
5483     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5484       data: "data msg"
5485   data: "vpp-mrr-results-2n-dnv"
5486   filter: "all"
5487   parameters:
5488   - "name"
5489   - "parent"
5490   - "msg"
5491
5492 # Test configuration - VPP MRR Test Configs 3n-hsw
5493 - type: "table"
5494   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5495   algorithm: "table_merged_details"
5496   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5497   columns:
5498     - title: " |prein| Test Name |preout| "
5499       data: "data name"
5500     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5501       data: "data conf-history"
5502   data: "vpp-mrr-results-3n-hsw"
5503   filter: "all"
5504   parameters:
5505   - "parent"
5506   - "name"
5507   - "conf-history"
5508
5509 # Test configuration - VPP MRR Test Configs 3n-skx
5510 - type: "table"
5511   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5512   algorithm: "table_merged_details"
5513   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5514   columns:
5515     - title: " |prein| Test Name |preout| "
5516       data: "data name"
5517     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5518       data: "data conf-history"
5519   data: "vpp-mrr-results-3n-skx"
5520   filter: "all"
5521   parameters:
5522   - "parent"
5523   - "name"
5524   - "conf-history"
5525
5526 # Test configuration - VPP MRR Test Configs 2n-skx
5527 - type: "table"
5528   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5529   algorithm: "table_merged_details"
5530   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5531   columns:
5532     - title: " |prein| Test Name |preout| "
5533       data: "data name"
5534     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5535       data: "data conf-history"
5536   data: "vpp-mrr-results-2n-skx"
5537   filter: "all"
5538   parameters:
5539   - "parent"
5540   - "name"
5541   - "conf-history"
5542
5543 # Test configuration - VPP MRR Test Configs 2n-clx
5544 - type: "table"
5545   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5546   algorithm: "table_merged_details"
5547   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5548   columns:
5549     - title: " |prein| Test Name |preout| "
5550       data: "data name"
5551     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5552       data: "data conf-history"
5553   data: "vpp-mrr-results-2n-clx"
5554   filter: "all"
5555   parameters:
5556   - "parent"
5557   - "name"
5558   - "conf-history"
5559
5560 # Test configuration - VPP MRR Test Configs 3n-tsh
5561 - type: "table"
5562   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5563   algorithm: "table_merged_details"
5564   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5565   columns:
5566     - title: " |prein| Test Name |preout| "
5567       data: "data name"
5568     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5569       data: "data conf-history"
5570   data: "vpp-mrr-results-3n-tsh"
5571   filter: "all"
5572   parameters:
5573   - "parent"
5574   - "name"
5575   - "conf-history"
5576
5577 # Test configuration - VPP MRR Test Configs 3n-dnv
5578 - type: "table"
5579   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5580   algorithm: "table_merged_details"
5581   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5582   columns:
5583     - title: " |prein| Test Name |preout| "
5584       data: "data name"
5585     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5586       data: "data conf-history"
5587   data: "vpp-mrr-results-3n-dnv"
5588   filter: "all"
5589   parameters:
5590   - "parent"
5591   - "name"
5592   - "conf-history"
5593
5594 # Test configuration - VPP MRR Test Configs 2n-dnv
5595 - type: "table"
5596   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5597   algorithm: "table_merged_details"
5598   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5599   columns:
5600     - title: " |prein| Test Name |preout| "
5601       data: "data name"
5602     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5603       data: "data conf-history"
5604   data: "vpp-mrr-results-2n-dnv"
5605   filter: "all"
5606   parameters:
5607   - "parent"
5608   - "name"
5609   - "conf-history"
5610
5611 # Detailed Test Results - VPP Device Results - Ubuntu
5612 - type: "table"
5613   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5614   algorithm: "table_merged_details"
5615   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5616   columns:
5617     - title: " |prein| Test Name |preout| "
5618       data: "data name"
5619     - title: " |prein| Status |preout| "
5620       data: "data status"
5621   data: "vpp-device-results-ubuntu"
5622   filter: "all"
5623   parameters:
5624   - "name"
5625   - "parent"
5626   - "doc"
5627   - "status"
5628
5629 # Test configuration - VPP Device Test Configs - Ubuntu
5630 - type: "table"
5631   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5632   algorithm: "table_merged_details"
5633   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5634   columns:
5635     - title: " |prein| Test Name |preout| "
5636       data: "data name"
5637     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5638       data: "data conf-history"
5639   data: "vpp-device-results-ubuntu"
5640   filter: "all"
5641   parameters:
5642   - "parent"
5643   - "name"
5644   - "conf-history"
5645
5646 ################################################################################
5647
5648 # DPDK Performance Changes 3n-hsw 1t1c pdr
5649 - type: "table"
5650   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5651   algorithm: "table_comparison"
5652   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5654   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5655   columns:
5656     - title: "1904"
5657       data-set: "dpdk-performance-changes-3n-hsw-h1"
5658     - title: "1908"
5659       data-set: "dpdk-performance-changes-3n-hsw-ref"
5660     - title: "2001"
5661       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5662   comparisons:
5663     - title: "Diff"
5664       reference: 2
5665       compare: 3
5666   legend:
5667     - "Legend to Table"
5668     - "1904, 1908, 2001 - DPDK versions tested."
5669     - "Diff - difference between 1908 and 2001 DPDK version."
5670
5671 # DPDK Performance Changes 3n-hsw 2t2c pdr
5672 - type: "table"
5673   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5674   algorithm: "table_comparison"
5675   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5677   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5678   columns:
5679     - title: "1904"
5680       data-set: "dpdk-performance-changes-3n-hsw-h1"
5681     - title: "1908"
5682       data-set: "dpdk-performance-changes-3n-hsw-ref"
5683     - title: "2001"
5684       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5685   comparisons:
5686     - title: "Diff"
5687       reference: 2
5688       compare: 3
5689   legend:
5690     - "Legend to Table"
5691     - "1904, 1908, 2001 - DPDK versions tested."
5692     - "Diff - difference between 1908 and 2001 DPDK version."
5693
5694 # DPDK Performance Changes 3n-hsw 1t1c pdr
5695 - type: "table"
5696   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5697   algorithm: "table_comparison"
5698   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5700   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5701   columns:
5702     - title: "1904"
5703       data-set: "dpdk-performance-changes-3n-hsw-h1"
5704     - title: "1908"
5705       data-set: "dpdk-performance-changes-3n-hsw-ref"
5706     - title: "2001"
5707       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5708   comparisons:
5709     - title: "Diff"
5710       reference: 2
5711       compare: 3
5712   legend:
5713     - "Legend to Table"
5714     - "1904, 1908, 2001 - DPDK versions tested."
5715     - "Diff - difference between 1908 and 2001 DPDK version."
5716
5717 # DPDK Performance Changes 3n-hsw 2t2c ndr
5718 - type: "table"
5719   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5720   algorithm: "table_comparison"
5721   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5723   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5724   columns:
5725     - title: "1904"
5726       data-set: "dpdk-performance-changes-3n-hsw-h1"
5727     - title: "1908"
5728       data-set: "dpdk-performance-changes-3n-hsw-ref"
5729     - title: "2001"
5730       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5731   comparisons:
5732     - title: "Diff"
5733       reference: 2
5734       compare: 3
5735   legend:
5736     - "Legend to Table"
5737     - "1904, 1908, 2001 - DPDK versions tested."
5738     - "Diff - difference between 1908 and 2001 DPDK version."
5739
5740 # DPDK Performance Changes 3n-skx 2t1c pdr
5741 - type: "table"
5742   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5743   algorithm: "table_comparison"
5744   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5746   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5747   columns:
5748     - title: "1904"
5749       data-set: "dpdk-performance-changes-3n-skx-h1"
5750     - title: "1908"
5751       data-set: "dpdk-performance-changes-3n-skx-ref"
5752     - title: "2001"
5753       data-set: "dpdk-performance-changes-3n-skx-cmp"
5754   comparisons:
5755     - title: "Diff"
5756       reference: 2
5757       compare: 3
5758   legend:
5759     - "Legend to Table"
5760     - "1904, 1908, 2001 - DPDK versions tested."
5761     - "Diff - difference between 1908 and 2001 DPDK version."
5762
5763 # DPDK Performance Changes 3n-skx 4t2c pdr
5764 - type: "table"
5765   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5766   algorithm: "table_comparison"
5767   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5769   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5770   columns:
5771     - title: "1904"
5772       data-set: "dpdk-performance-changes-3n-skx-h1"
5773     - title: "1908"
5774       data-set: "dpdk-performance-changes-3n-skx-ref"
5775     - title: "2001"
5776       data-set: "dpdk-performance-changes-3n-skx-cmp"
5777   comparisons:
5778     - title: "Diff"
5779       reference: 2
5780       compare: 3
5781   legend:
5782     - "Legend to Table"
5783     - "1904, 1908, 2001 - DPDK versions tested."
5784     - "Diff - difference between 1908 and 2001 DPDK version."
5785
5786 # DPDK Performance Changes 3n-skx 2t1c ndr
5787 - type: "table"
5788   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5789   algorithm: "table_comparison"
5790   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5792   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5793   columns:
5794     - title: "1904"
5795       data-set: "dpdk-performance-changes-3n-skx-h1"
5796     - title: "1908"
5797       data-set: "dpdk-performance-changes-3n-skx-ref"
5798     - title: "2001"
5799       data-set: "dpdk-performance-changes-3n-skx-cmp"
5800   comparisons:
5801     - title: "Diff"
5802       reference: 2
5803       compare: 3
5804   legend:
5805     - "Legend to Table"
5806     - "1904, 1908, 2001 - DPDK versions tested."
5807     - "Diff - difference between 1908 and 2001 DPDK version."
5808
5809 # DPDK Performance Changes 3n-skx 4t2c ndr
5810 - type: "table"
5811   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5812   algorithm: "table_comparison"
5813   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5815   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5816   columns:
5817     - title: "1904"
5818       data-set: "dpdk-performance-changes-3n-skx-h1"
5819     - title: "1908"
5820       data-set: "dpdk-performance-changes-3n-skx-ref"
5821     - title: "2001"
5822       data-set: "dpdk-performance-changes-3n-skx-cmp"
5823   comparisons:
5824     - title: "Diff"
5825       reference: 2
5826       compare: 3
5827   legend:
5828     - "Legend to Table"
5829     - "1904, 1908, 2001 - DPDK versions tested."
5830     - "Diff - difference between 1908 and 2001 DPDK version."
5831
5832 # DPDK Performance Changes 2n-skx 2t1c pdr
5833 - type: "table"
5834   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5835   algorithm: "table_comparison"
5836   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5838   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5839   columns:
5840     - title: "1904"
5841       data-set: "dpdk-performance-changes-2n-skx-h1"
5842     - title: "1908"
5843       data-set: "dpdk-performance-changes-2n-skx-ref"
5844     - title: "2001"
5845       data-set: "dpdk-performance-changes-2n-skx-cmp"
5846   comparisons:
5847     - title: "Diff"
5848       reference: 2
5849       compare: 3
5850   legend:
5851     - "Legend to Table"
5852     - "1904, 1908, 2001 - DPDK versions tested."
5853     - "Diff - difference between 1908 and 2001 DPDK version."
5854
5855 # DPDK Performance Changes 2n-skx 4t2c pdr
5856 - type: "table"
5857   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5858   algorithm: "table_comparison"
5859   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5861   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5862   columns:
5863     - title: "1904"
5864       data-set: "dpdk-performance-changes-2n-skx-h1"
5865     - title: "1908"
5866       data-set: "dpdk-performance-changes-2n-skx-ref"
5867     - title: "2001"
5868       data-set: "dpdk-performance-changes-2n-skx-cmp"
5869   comparisons:
5870     - title: "Diff"
5871       reference: 2
5872       compare: 3
5873   legend:
5874     - "Legend to Table"
5875     - "1904, 1908, 2001 - DPDK versions tested."
5876     - "Diff - difference between 1908 and 2001 DPDK version."
5877
5878 # DPDK Performance Changes 2n-skx 2t1c ndr
5879 - type: "table"
5880   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5881   algorithm: "table_comparison"
5882   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5884   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5885   columns:
5886     - title: "1904"
5887       data-set: "dpdk-performance-changes-2n-skx-h1"
5888     - title: "1908"
5889       data-set: "dpdk-performance-changes-2n-skx-ref"
5890     - title: "2001"
5891       data-set: "dpdk-performance-changes-2n-skx-cmp"
5892   comparisons:
5893     - title: "Diff"
5894       reference: 2
5895       compare: 3
5896   legend:
5897     - "Legend to Table"
5898     - "1904, 1908, 2001 - DPDK versions tested."
5899     - "Diff - difference between 1908 and 2001 DPDK version."
5900
5901 # DPDK Performance Changes 2n-skx 4t2c ndr
5902 - type: "table"
5903   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5904   algorithm: "table_comparison"
5905   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5907   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5908   columns:
5909     - title: "1904"
5910       data-set: "dpdk-performance-changes-2n-skx-h1"
5911     - title: "1908"
5912       data-set: "dpdk-performance-changes-2n-skx-ref"
5913     - title: "2001"
5914       data-set: "dpdk-performance-changes-2n-skx-cmp"
5915   comparisons:
5916     - title: "Diff"
5917       reference: 2
5918       compare: 3
5919   legend:
5920     - "Legend to Table"
5921     - "1904, 1908, 2001 - DPDK versions tested."
5922     - "Diff - difference between 1908 and 2001 DPDK version."
5923
5924 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
5925 - type: "table"
5926   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
5927   algorithm: "table_comparison"
5928   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
5929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5930   filter: "'NIC_Intel-X710'"
5931   columns:
5932     - title: "3n-hsw x710"
5933       data-set: "dpdk-compare-testbeds-ref"
5934     - title: "3n-skx x710"
5935       data-set: "dpdk-compare-testbeds-cmp"
5936   comparisons:
5937     - title: "Diff"
5938       reference: 1
5939       compare: 2
5940   legend:
5941     - "Legend to Table"
5942     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
5943     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
5944
5945 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
5946 - type: "table"
5947   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
5948   algorithm: "table_comparison"
5949   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
5950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5951   filter: "'NIC_Intel-X710'"
5952   columns:
5953     - title: "3n-hsw x710"
5954       data-set: "dpdk-compare-testbeds-ref"
5955     - title: "3n-skx x710"
5956       data-set: "dpdk-compare-testbeds-cmp"
5957   comparisons:
5958     - title: "Diff"
5959       reference: 1
5960       compare: 2
5961   legend:
5962     - "Legend to Table"
5963     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
5964     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
5965
5966 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
5967 - type: "table"
5968   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
5969   algorithm: "table_comparison"
5970   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
5971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5972   filter: "'NIC_Intel-XXV710'"
5973   columns:
5974     - title: "2n-skx"
5975       data-set: "dpdk-compare-testbeds-skx-clx-ref"
5976     - title: "2n-clx"
5977       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
5978   comparisons:
5979     - title: "Diff"
5980       reference: 1
5981       compare: 2
5982   legend:
5983     - "Legend to Table"
5984     - "2n-skx, 2n-clx - testbeds and NICs tested."
5985     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5986
5987 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
5988 - type: "table"
5989   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
5990   algorithm: "table_comparison"
5991   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
5992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5993   filter: "'NIC_Intel-XXV710'"
5994   columns:
5995     - title: "2n-skx"
5996       data-set: "dpdk-compare-testbeds-skx-clx-ref"
5997     - title: "2n-clx"
5998       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
5999   comparisons:
6000     - title: "Diff"
6001       reference: 1
6002       compare: 2
6003   legend:
6004     - "Legend to Table"
6005     - "2n-skx, 2n-clx - testbeds and NICs tested."
6006     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6007
6008 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6009 - type: "table"
6010   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6011   algorithm: "table_comparison"
6012   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6014   filter: "'NIC_Intel-XXV710'"
6015   columns:
6016     - title: "3n-skx"
6017       data-set: "dpdk-compare-topologies-ref"
6018     - title: "2n-skx"
6019       data-set: "dpdk-compare-topologies-cmp"
6020   comparisons:
6021     - title: "Diff"
6022       reference: 1
6023       compare: 2
6024   legend:
6025     - "Legend to Table"
6026     - "3n-skx, 2n-skx - topologies tested."
6027     - "Diff - difference between 3n-skx and 2n-skx topologies."
6028
6029 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6030 - type: "table"
6031   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6032   algorithm: "table_comparison"
6033   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6035   filter: "'NIC_Intel-XXV710'"
6036   columns:
6037     - title: "3n-skx"
6038       data-set: "dpdk-compare-topologies-ref"
6039     - title: "2n-skx"
6040       data-set: "dpdk-compare-topologies-cmp"
6041   comparisons:
6042     - title: "Diff"
6043       reference: 1
6044       compare: 2
6045   legend:
6046     - "Legend to Table"
6047     - "3n-skx, 2n-skx - topologies tested."
6048     - "Diff - difference between 3n-skx and 2n-skx topologies."
6049
6050 # Detailed Test Results - DPDK Performance Results 3n-hsw
6051 - type: "table"
6052   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6053   algorithm: "table_merged_details"
6054   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6055   columns:
6056     - title: " |prein| Test Name |preout| "
6057       data: "data name"
6058     - 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| "
6059       data: "data msg"
6060   data: "dpdk-perf-results-3n-hsw"
6061   filter: "all"
6062   parameters:
6063   - "name"
6064   - "parent"
6065   - "msg"
6066
6067 # Detailed Test Results - DPDK Performance Results 3n-skx
6068 - type: "table"
6069   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6070   algorithm: "table_merged_details"
6071   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6072   columns:
6073     - title: " |prein| Test Name |preout| "
6074       data: "data name"
6075     - 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| "
6076       data: "data msg"
6077   data: "dpdk-perf-results-3n-skx"
6078   filter: "all"
6079   remove-ndr: True  # Temporary solution: remove NDR results from test message
6080   parameters:
6081   - "name"
6082   - "parent"
6083   - "msg"
6084
6085 # Detailed Test Results - DPDK Performance Results 2n-skx
6086 - type: "table"
6087   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6088   algorithm: "table_merged_details"
6089   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6090   columns:
6091     - title: " |prein| Test Name |preout| "
6092       data: "data name"
6093     - 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| "
6094       data: "data msg"
6095   data: "dpdk-perf-results-2n-skx"
6096   filter: "all"
6097   remove-ndr: True  # Temporary solution: remove NDR results from test message
6098   parameters:
6099   - "name"
6100   - "parent"
6101   - "msg"
6102
6103 # Detailed Test Results - DPDK Performance Results 2n-clx
6104 - type: "table"
6105   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6106   algorithm: "table_merged_details"
6107   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6108   columns:
6109     - title: " |prein| Test Name |preout| "
6110       data: "data name"
6111     - 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| "
6112       data: "data msg"
6113   data: "dpdk-perf-results-2n-clx"
6114   filter: "all"
6115   parameters:
6116   - "name"
6117   - "parent"
6118   - "msg"
6119
6120 # Detailed Test Results - DPDK Performance Results 2n-dnv
6121 - type: "table"
6122   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6123   algorithm: "table_merged_details"
6124   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6125   columns:
6126     - title: " |prein| Test Name |preout| "
6127       data: "data name"
6128     - 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| "
6129       data: "data msg"
6130   data: "dpdk-perf-results-2n-dnv"
6131   filter: "all"
6132   parameters:
6133   - "name"
6134   - "parent"
6135   - "msg"
6136
6137 # Detailed Test Results - DPDK Performance Results 3n-dnv
6138 - type: "table"
6139   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6140   algorithm: "table_merged_details"
6141   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6142   columns:
6143     - title: " |prein| Test Name |preout| "
6144       data: "data name"
6145     - 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| "
6146       data: "data msg"
6147   data: "dpdk-perf-results-3n-dnv"
6148   filter: "all"
6149   parameters:
6150   - "name"
6151   - "parent"
6152   - "msg"
6153
6154 # Detailed Test Results - DPDK Performance Results 3n-tsh
6155 - type: "table"
6156   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6157   algorithm: "table_merged_details"
6158   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6159   columns:
6160     - title: " |prein| Test Name |preout| "
6161       data: "data name"
6162     - 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| "
6163       data: "data msg"
6164   data: "dpdk-perf-results-3n-tsh"
6165   filter: "all"
6166   parameters:
6167   - "name"
6168   - "parent"
6169   - "msg"
6170
6171 ################################################################################
6172 ###                                F I L E S                                 ###
6173 ################################################################################
6174
6175 # VPP Performance Results
6176 - type: "file"
6177   title: "VPP Performance Results"
6178   algorithm: "file_details_split"
6179   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6180   dir-tables:
6181     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6182     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6183     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6184     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6185     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6186     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6187     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6188   data:
6189     - "vpp-perf-results-2n-skx"
6190     - "vpp-perf-results-3n-skx"
6191     - "vpp-perf-results-2n-clx"
6192     - "vpp-perf-results-3n-hsw"
6193     - "vpp-perf-results-3n-tsh"
6194     - "vpp-perf-results-2n-dnv"
6195     - "vpp-perf-results-3n-dnv"
6196   filter: "all"
6197   data-start-level: 4
6198   order-chapters:
6199     level-1:
6200       - "l2"
6201       - "ip4"
6202       - "ip6"
6203       - "srv6"
6204       - "ip4_tunnels"
6205       - "ip6_tunnels"
6206       - "vm_vhost"
6207       - "container_memif"
6208       - "crypto"
6209       - "vts"
6210       - "lb"
6211       - "nfv_density"
6212       - "hoststack"
6213     level-2:
6214       - "2n-skx"
6215       - "3n-skx"
6216       - "2n-clx"
6217       - "3n-hsw"
6218       - "3n-tsh"
6219       - "2n-dnv"
6220       - "3n-dnv"
6221     level-3:
6222       - "xl710"
6223       - "x520"
6224       - "xxv710"
6225       - "x710"
6226       - "x553"
6227       - "cx556a"
6228       - "vic1227"
6229       - "vic1385"
6230
6231 # VPP Performance Configuration
6232 - type: "file"
6233   title: "VPP Performance Configuration"
6234   algorithm: "file_details_split"
6235   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6236   dir-tables:
6237     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6238     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6239     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6240     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6241     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6242     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6243     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6244   data:
6245     - "vpp-perf-results-2n-skx"
6246     - "vpp-perf-results-3n-skx"
6247     - "vpp-perf-results-2n-clx"
6248     - "vpp-perf-results-3n-hsw"
6249     - "vpp-perf-results-3n-tsh"
6250     - "vpp-perf-results-2n-dnv"
6251     - "vpp-perf-results-3n-dnv"
6252   filter: "all"
6253   data-start-level: 4
6254   order-chapters:
6255     level-1:
6256       - "l2"
6257       - "ip4"
6258       - "ip6"
6259       - "srv6"
6260       - "ip4_tunnels"
6261       - "ip6_tunnels"
6262       - "vm_vhost"
6263       - "container_memif"
6264       - "crypto"
6265       - "vts"
6266       - "lb"
6267       - "nfv_density"
6268       - "hoststack"
6269     level-2:
6270       - "2n-skx"
6271       - "3n-skx"
6272       - "2n-clx"
6273       - "3n-hsw"
6274       - "3n-tsh"
6275       - "2n-dnv"
6276       - "3n-dnv"
6277     level-3:
6278       - "xl710"
6279       - "x520"
6280       - "xxv710"
6281       - "x710"
6282       - "x553"
6283       - "cx556a"
6284       - "vic1227"
6285       - "vic1385"
6286
6287 # VPP Performance Operational
6288 - type: "file"
6289   title: "VPP Performance Operational"
6290   algorithm: "file_details_split_html"
6291   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6292   dir-tables:
6293     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6294     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6295     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6296     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6297     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6298     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6299     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6300   data:
6301     - "vpp-perf-results-2n-skx"
6302     - "vpp-perf-results-3n-skx"
6303     - "vpp-perf-results-2n-clx"
6304     - "vpp-perf-results-3n-hsw"
6305     - "vpp-perf-results-3n-tsh"
6306     - "vpp-perf-results-2n-dnv"
6307     - "vpp-perf-results-3n-dnv"
6308   filter: "all"
6309   data-start-level: 4
6310   order-chapters:
6311     level-1:
6312       - "l2"
6313       - "ip4"
6314       - "ip6"
6315       - "srv6"
6316       - "ip4_tunnels"
6317       - "ip6_tunnels"
6318       - "vm_vhost"
6319       - "container_memif"
6320       - "crypto"
6321       - "vts"
6322       - "lb"
6323       - "nfv_density"
6324       - "hoststack"
6325     level-2:
6326       - "2n-skx"
6327       - "3n-skx"
6328       - "2n-clx"
6329       - "3n-hsw"
6330       - "3n-tsh"
6331       - "2n-dnv"
6332       - "3n-dnv"
6333     level-3:
6334       - "xl710"
6335       - "x520"
6336       - "xxv710"
6337       - "x710"
6338       - "x553"
6339       - "cx556a"
6340       - "vic1227"
6341       - "vic1385"
6342
6343 # VPP MRR Results
6344 - type: "file"
6345   title: "VPP MRR Results"
6346   algorithm: "file_details_split"
6347   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6348   dir-tables:
6349     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6350     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6351     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6352     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6353     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6354     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6355     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6356   data:
6357     - "vpp-mrr-results-2n-skx"
6358     - "vpp-mrr-results-3n-skx"
6359     - "vpp-mrr-results-2n-clx"
6360     - "vpp-mrr-results-3n-hsw"
6361     - "vpp-mrr-results-3n-tsh"
6362     - "vpp-mrr-results-2n-dnv"
6363     - "vpp-mrr-results-3n-dnv"
6364   filter: "all"
6365   data-start-level: 4
6366   order-chapters:
6367     level-1:
6368       - "l2"
6369       - "ip4"
6370       - "ip6"
6371       - "srv6"
6372       - "ip4_tunnels"
6373       - "ip6_tunnels"
6374       - "vm_vhost"
6375       - "container_memif"
6376       - "crypto"
6377       - "vts"
6378       - "lb"
6379       - "nfv_density"
6380       - "hoststack"
6381     level-2:
6382       - "2n-skx"
6383       - "3n-skx"
6384       - "2n-clx"
6385       - "3n-hsw"
6386       - "3n-tsh"
6387       - "2n-dnv"
6388       - "3n-dnv"
6389     level-3:
6390       - "xl710"
6391       - "x520"
6392       - "xxv710"
6393       - "x710"
6394       - "x553"
6395       - "cx556a"
6396       - "vic1227"
6397       - "vic1385"
6398
6399 # VPP MRR Configuration
6400 - type: "file"
6401   title: "VPP MRR Configuration"
6402   algorithm: "file_details_split"
6403   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6404   dir-tables:
6405     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6406     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6407     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6408     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6409     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6410     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6411     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6412   data:
6413     - "vpp-mrr-results-2n-skx"
6414     - "vpp-mrr-results-3n-skx"
6415     - "vpp-mrr-results-2n-clx"
6416     - "vpp-mrr-results-3n-hsw"
6417     - "vpp-mrr-results-3n-tsh"
6418     - "vpp-mrr-results-2n-dnv"
6419     - "vpp-mrr-results-3n-dnv"
6420   filter: "all"
6421   data-start-level: 4
6422   order-chapters:
6423     level-1:
6424       - "l2"
6425       - "ip4"
6426       - "ip6"
6427       - "srv6"
6428       - "ip4_tunnels"
6429       - "ip6_tunnels"
6430       - "vm_vhost"
6431       - "container_memif"
6432       - "crypto"
6433       - "vts"
6434       - "lb"
6435       - "nfv_density"
6436       - "hoststack"
6437     level-2:
6438       - "2n-skx"
6439       - "3n-skx"
6440       - "2n-clx"
6441       - "3n-hsw"
6442       - "3n-tsh"
6443       - "2n-dnv"
6444       - "3n-dnv"
6445     level-3:
6446       - "xl710"
6447       - "x520"
6448       - "xxv710"
6449       - "x710"
6450       - "x553"
6451       - "cx556a"
6452       - "vic1227"
6453       - "vic1385"
6454
6455 # VPP Device Results - Ubuntu
6456 - type: "file"
6457   title: "VPP Device Results - Ubuntu"
6458   algorithm: "file_test_results"
6459   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6460   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6461   data: "vpp-device-results-ubuntu"
6462   filter: "all"
6463   data-start-level: 4
6464
6465 # VPP Device Configuration - Ubuntu
6466 - type: "file"
6467   title: "VPP Device Configuration - Ubuntu"
6468   algorithm: "file_test_results"
6469   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6470   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6471   data: "vpp-device-results-ubuntu"
6472   filter: "all"
6473   data-start-level: 4
6474
6475 # DPDK Performance Results 3n-hsw
6476 - type: "file"
6477   title: "DPDK Performance Results 3n-hsw"
6478   algorithm: "file_test_results"
6479   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6480   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6481   data: "dpdk-perf-results-3n-hsw"
6482   filter: "all"
6483   data-start-level: 4
6484
6485 # DPDK Performance Results 3n-skx
6486 - type: "file"
6487   title: "DPDK Performance Results 3n-skx"
6488   algorithm: "file_test_results"
6489   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6490   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6491   data: "dpdk-perf-results-3n-skx"
6492   filter: "all"
6493   data-start-level: 4
6494
6495 # DPDK Performance Results 2n-skx
6496 - type: "file"
6497   title: "DPDK Performance Results 2n-skx"
6498   algorithm: "file_test_results"
6499   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6500   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6501   data: "dpdk-perf-results-2n-skx"
6502   filter: "all"
6503   data-start-level: 4
6504
6505 # DPDK Performance Results 2n-clx
6506 - type: "file"
6507   title: "DPDK Performance Results 2n-clx"
6508   algorithm: "file_test_results"
6509   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6510   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6511   data: "dpdk-perf-results-2n-clx"
6512   filter: "all"
6513   data-start-level: 4
6514
6515 # DPDK Performance Results 2n-dnv
6516 - type: "file"
6517   title: "DPDK Performance Results 2n-dnv"
6518   algorithm: "file_test_results"
6519   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6520   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6521   data: "dpdk-perf-results-2n-dnv"
6522   filter: "all"
6523   data-start-level: 4
6524
6525 # DPDK Performance Results 3n-dnv
6526 - type: "file"
6527   title: "DPDK Performance Results 3n-dnv"
6528   algorithm: "file_test_results"
6529   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6530   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6531   data: "dpdk-perf-results-3n-dnv"
6532   filter: "all"
6533   data-start-level: 4
6534
6535 # DPDK Performance Results 3n-tsh
6536 - type: "file"
6537   title: "DPDK Performance Results 3n-tsh"
6538   algorithm: "file_test_results"
6539   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6540   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6541   data: "dpdk-perf-results-3n-tsh"
6542   filter: "all"
6543   data-start-level: 4
6544
6545 ################################################################################
6546 ###                                P L O T S                                 ###
6547 ################################################################################
6548
6549 # Hoststack tests 3n-hsw
6550
6551 - type: "plot"
6552   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6553   algorithm: "plot_perf_box_name"
6554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6555   data: "plot-vpp-hoststack-3n-hsw"
6556   include:
6557     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6558     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6559   layout:
6560     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6561     layout: "plot-hoststack"
6562
6563 - type: "plot"
6564   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6565   algorithm: "plot_perf_box_name"
6566   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6567   data: "plot-vpp-hoststack-3n-hsw"
6568   include:
6569     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6570     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6571   layout:
6572     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6573     layout: "plot-hoststack"
6574
6575 - type: "plot"
6576   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6577   algorithm: "plot_perf_box_name"
6578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6579   data: "plot-vpp-hoststack-3n-hsw"
6580   include:
6581     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6582     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6583     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6584     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6585   layout:
6586     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6587     layout: "plot-hoststack"
6588
6589 # Plots VPP HTTP Server Performance
6590 - type: "plot"
6591   title: "VPP HTTP Server Performance"
6592   algorithm: "plot_http_server_perf_box"
6593   output-file-type: ".html"
6594   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6595   data:
6596     "plot-vpp-http-server-performance"
6597   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6598   parameters:
6599   - "result"
6600   - "name"
6601   traces:
6602     hoverinfo: "y+name"
6603     boxpoints: "outliers"
6604     whiskerwidth: 0
6605   layout:
6606     title: "VPP HTTP Server Performance"
6607     layout:
6608       "plot-cps"
6609
6610 - type: "plot"
6611   title: "VPP HTTP Server Performance"
6612   algorithm: "plot_http_server_perf_box"
6613   output-file-type: ".html"
6614   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6615   data:
6616     "plot-vpp-http-server-performance"
6617   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6618   parameters:
6619   - "result"
6620   - "name"
6621   traces:
6622     hoverinfo: "y+name"
6623     boxpoints: "outliers"
6624     whiskerwidth: 0
6625   layout:
6626     title: "VPP HTTP Server Performance"
6627     layout:
6628       "plot-rps"
6629
6630 ################################################################################
6631
6632 # Soak Test (PLRsearch), boxes - 2n-clx
6633 - type: "plot"
6634   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6635   algorithm: "plot_perf_box_name"
6636   output-file-type: ".html"
6637   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6638   data: "plot-vpp-soak-2n-clx"
6639   include:
6640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6646   layout:
6647     title: "30 Minutes Soak Test (PLRsearch)"
6648     layout: "plot-soak-throughput"
6649
6650 # Soak Test (PLRsearch), boxes - 2n-clx
6651 - type: "plot"
6652   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6653   algorithm: "plot_perf_box_name"
6654   output-file-type: ".html"
6655   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6656   data: "plot-vpp-soak-2n-clx"
6657   include:
6658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6663     - "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"
6664   layout:
6665     title: "30 Minutes Soak Test (PLRsearch)"
6666     layout: "plot-soak-throughput"
6667
6668 # Soak Test (PLRsearch), boxes - 2n-skx
6669 - type: "plot"
6670   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6671   algorithm: "plot_perf_box_name"
6672   output-file-type: ".html"
6673   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6674   data: "plot-vpp-soak-2n-skx"
6675   include:
6676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6682   layout:
6683     title: "30 Minutes Soak Test (PLRsearch)"
6684     layout: "plot-soak-throughput"
6685
6686 # Soak Test (PLRsearch), boxes - 2n-skx
6687 - type: "plot"
6688   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6689   algorithm: "plot_perf_box_name"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6692   data: "plot-vpp-soak-2n-skx"
6693   include:
6694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6697     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6699     - "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"
6700   layout:
6701     title: "30 Minutes Soak Test (PLRsearch)"
6702     layout: "plot-soak-throughput"
6703
6704 ###############################################################################
6705
6706 # Reconf tests 2n-skx
6707
6708 - type: "plot"
6709   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6710   algorithm: "plot_nf_reconf_box_name"
6711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6712   data: "plot-vpp-nfv-reconf-2n-skx"
6713   include:
6714     - "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"
6715     - "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"
6716     - "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"
6717     - "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"
6718     - "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"
6719     - "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"
6720   layout:
6721     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6722     layout: "plot-throughput"
6723
6724 - type: "plot"
6725   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6726   algorithm: "plot_nf_reconf_box_name"
6727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6728   data: "plot-vpp-nfv-reconf-2n-skx"
6729   include:
6730     - "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"
6731     - "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"
6732     - "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"
6733     - "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"
6734     - "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"
6735     - "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"
6736   layout:
6737     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6738     layout: "plot-throughput"
6739
6740 - type: "plot"
6741   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6742   algorithm: "plot_nf_reconf_box_name"
6743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6744   data: "plot-vpp-nfv-reconf-2n-skx"
6745   include:
6746     - "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"
6747     - "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"
6748     - "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"
6749     - "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"
6750     - "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"
6751     - "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"
6752   layout:
6753     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6754     layout: "plot-throughput"
6755
6756 ###############################################################################
6757
6758 # Reconf tests 2n-clx
6759
6760 - type: "plot"
6761   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6762   algorithm: "plot_nf_reconf_box_name"
6763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6764   data: "plot-vpp-nfv-reconf-2n-clx"
6765   include:
6766     - "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"
6767     - "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"
6768     - "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"
6769     - "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"
6770   layout:
6771     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6772     layout: "plot-throughput"
6773
6774 - type: "plot"
6775   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6776   algorithm: "plot_nf_reconf_box_name"
6777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6778   data: "plot-vpp-nfv-reconf-2n-clx"
6779   include:
6780     - "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"
6781     - "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"
6782     - "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"
6783     - "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"
6784   layout:
6785     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6786     layout: "plot-throughput"
6787
6788 - type: "plot"
6789   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6790   algorithm: "plot_nf_reconf_box_name"
6791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6792   data: "plot-vpp-nfv-reconf-2n-clx"
6793   include:
6794     - "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"
6795     - "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"
6796     - "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"
6797     - "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"
6798   layout:
6799     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6800     layout: "plot-throughput"
6801
6802 ################################################################################
6803 ## Plots - NF Density - VSC - MRR 64b
6804 #- type: "plot"
6805 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6806 #  algorithm: "plot_nf_heatmap"
6807 #  output-file-type: ".html"
6808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6809 #  data: "plot-vpp-nfv-2n-skx-mrr"
6810 #  filter: "'NIC_Intel-XXV710' and
6811 #           'NF_DENSITY' and
6812 #           'VHOST' and
6813 #           not 'VXLAN' and
6814 #           'CHAIN' and
6815 #           'NF_VPPIP4' and
6816 #           '64B' and
6817 #           '2T1C' and
6818 #           'MRR'"
6819 #  parameters:
6820 #  - "result"
6821 #  - "name"
6822 #  - "tags"
6823 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6824 #  x-axis: "X = VNFs per Service Chain"
6825 #  y-axis: "Y = Number of Service Chains"
6826 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6827 #  layout:
6828 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6829 #    layout: "plot-service-density"
6830 #
6831 #- type: "plot"
6832 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6833 #  algorithm: "plot_nf_heatmap"
6834 #  output-file-type: ".html"
6835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6836 #  data: "plot-vpp-nfv-2n-skx-mrr"
6837 #  filter: "'NIC_Intel-XXV710' and
6838 #           'NF_DENSITY' and
6839 #           'VHOST' and
6840 #           not 'VXLAN' and
6841 #           'CHAIN' and
6842 #           'NF_VPPIP4' and
6843 #           '64B' and
6844 #           '4T2C' and
6845 #           'MRR'"
6846 #  parameters:
6847 #  - "result"
6848 #  - "name"
6849 #  - "tags"
6850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6851 #  x-axis: "X = VNFs per Service Chain"
6852 #  y-axis: "Y = Number of Service Chains"
6853 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6854 #  layout:
6855 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6856 #    layout: "plot-service-density"
6857 #
6858 #- type: "plot"
6859 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6860 #  algorithm: "plot_nf_heatmap"
6861 #  output-file-type: ".html"
6862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6863 #  data: "plot-vpp-nfv-2n-skx-mrr"
6864 #  filter: "'NIC_Intel-XXV710' and
6865 #           'NF_DENSITY' and
6866 #           'VHOST' and
6867 #           not 'VXLAN' and
6868 #           'CHAIN' and
6869 #           'NF_VPPIP4' and
6870 #           '64B' and
6871 #           '8T4C' and
6872 #           'MRR'"
6873 #  parameters:
6874 #  - "result"
6875 #  - "name"
6876 #  - "tags"
6877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6878 #  x-axis: "X = VNFs per Service Chain"
6879 #  y-axis: "Y = Number of Service Chains"
6880 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6881 #  layout:
6882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6883 #    layout: "plot-service-density"
6884 #
6885 ## Plots - NF Density - VSC - MRR IMIX
6886 #- type: "plot"
6887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6888 #  algorithm: "plot_nf_heatmap"
6889 #  output-file-type: ".html"
6890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6891 #  data: "plot-vpp-nfv-2n-skx-mrr"
6892 #  filter: "'NIC_Intel-XXV710' and
6893 #           'NF_DENSITY' and
6894 #           'VHOST' and
6895 #           not 'VXLAN' and
6896 #           'CHAIN' and
6897 #           'NF_VPPIP4' and
6898 #           'IMIX' and
6899 #           '2T1C' and
6900 #           'MRR'"
6901 #  parameters:
6902 #  - "result"
6903 #  - "name"
6904 #  - "tags"
6905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6906 #  x-axis: "X = VNFs per Service Chain"
6907 #  y-axis: "Y = Number of Service Chains"
6908 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6909 #  layout:
6910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6911 #    layout: "plot-service-density"
6912 #
6913 #- type: "plot"
6914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6915 #  algorithm: "plot_nf_heatmap"
6916 #  output-file-type: ".html"
6917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6918 #  data: "plot-vpp-nfv-2n-skx-mrr"
6919 #  filter: "'NIC_Intel-XXV710' and
6920 #           'NF_DENSITY' and
6921 #           'VHOST' and
6922 #           not 'VXLAN' and
6923 #           'CHAIN' and
6924 #           'NF_VPPIP4' and
6925 #           'IMIX' and
6926 #           '4T2C' and
6927 #           'MRR'"
6928 #  parameters:
6929 #  - "result"
6930 #  - "name"
6931 #  - "tags"
6932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6933 #  x-axis: "X = VNFs per Service Chain"
6934 #  y-axis: "Y = Number of Service Chains"
6935 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6936 #  layout:
6937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6938 #    layout: "plot-service-density"
6939 #
6940 #- type: "plot"
6941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6942 #  algorithm: "plot_nf_heatmap"
6943 #  output-file-type: ".html"
6944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6945 #  data: "plot-vpp-nfv-2n-skx-mrr"
6946 #  filter: "'NIC_Intel-XXV710' and
6947 #           'NF_DENSITY' and
6948 #           'VHOST' and
6949 #           not 'VXLAN' and
6950 #           'CHAIN' and
6951 #           'NF_VPPIP4' and
6952 #           'IMIX' and
6953 #           '8T4C' and
6954 #           'MRR'"
6955 #  parameters:
6956 #  - "result"
6957 #  - "name"
6958 #  - "tags"
6959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6960 #  x-axis: "X = VNFs per Service Chain"
6961 #  y-axis: "Y = Number of Service Chains"
6962 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6963 #  layout:
6964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6965 #    layout: "plot-service-density"
6966 #
6967 ## Plots - NF Density - VSC - NDR 64b
6968 #- type: "plot"
6969 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6970 #  algorithm: "plot_nf_heatmap"
6971 #  output-file-type: ".html"
6972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6973 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
6974 #  filter: "'NIC_Intel-XXV710' and
6975 #           'NF_DENSITY' and
6976 #           'VHOST' and
6977 #           not 'VXLAN' and
6978 #           'CHAIN' and
6979 #           'NF_VPPIP4' and
6980 #           '64B' and
6981 #           '2T1C' and
6982 #           'NDRPDR'"
6983 #  parameters:
6984 #  - "throughput"
6985 #  - "name"
6986 #  - "tags"
6987 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6988 #  x-axis: "X = VNFs per Service Chain"
6989 #  y-axis: "Y = Number of Service Chains"
6990 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6991 #  layout:
6992 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6993 #    layout: "plot-service-density"
6994 #
6995 #- type: "plot"
6996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6997 #  algorithm: "plot_nf_heatmap"
6998 #  output-file-type: ".html"
6999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7000 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7001 #  filter: "'NIC_Intel-XXV710' and
7002 #           'NF_DENSITY' and
7003 #           'VHOST' and
7004 #           not 'VXLAN' and
7005 #           'CHAIN' and
7006 #           'NF_VPPIP4' and
7007 #           '64B' and
7008 #           '4T2C' and
7009 #           'NDRPDR'"
7010 #  parameters:
7011 #  - "throughput"
7012 #  - "name"
7013 #  - "tags"
7014 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7015 #  x-axis: "X = VNFs per Service Chain"
7016 #  y-axis: "Y = Number of Service Chains"
7017 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7018 #  layout:
7019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7020 #    layout: "plot-service-density"
7021 #
7022 #- type: "plot"
7023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7024 #  algorithm: "plot_nf_heatmap"
7025 #  output-file-type: ".html"
7026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7027 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7028 #  filter: "'NIC_Intel-XXV710' and
7029 #           'NF_DENSITY' and
7030 #           'VHOST' and
7031 #           not 'VXLAN' and
7032 #           'CHAIN' and
7033 #           'NF_VPPIP4' and
7034 #           '64B' and
7035 #           '8T4C' and
7036 #           'NDRPDR'"
7037 #  parameters:
7038 #  - "throughput"
7039 #  - "name"
7040 #  - "tags"
7041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7042 #  x-axis: "X = VNFs per Service Chain"
7043 #  y-axis: "Y = Number of Service Chains"
7044 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7045 #  layout:
7046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7047 #    layout: "plot-service-density"
7048 #
7049 ## Plots - NF Density - VSC - NDR IMIX
7050 #- type: "plot"
7051 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7052 #  algorithm: "plot_nf_heatmap"
7053 #  output-file-type: ".html"
7054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7055 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7056 #  filter: "'NIC_Intel-XXV710' and
7057 #           'NF_DENSITY' and
7058 #           'VHOST' and
7059 #           not 'VXLAN' and
7060 #           'CHAIN' and
7061 #           'NF_VPPIP4' and
7062 #           'IMIX' and
7063 #           '2T1C' and
7064 #           'NDRPDR'"
7065 #  parameters:
7066 #  - "throughput"
7067 #  - "name"
7068 #  - "tags"
7069 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7070 #  x-axis: "X = VNFs per Service Chain"
7071 #  y-axis: "Y = Number of Service Chains"
7072 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7073 #  layout:
7074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7075 #    layout: "plot-service-density"
7076 #
7077 #- type: "plot"
7078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7079 #  algorithm: "plot_nf_heatmap"
7080 #  output-file-type: ".html"
7081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7082 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7083 #  filter: "'NIC_Intel-XXV710' and
7084 #           'NF_DENSITY' and
7085 #           'VHOST' and
7086 #           not 'VXLAN' and
7087 #           'CHAIN' and
7088 #           'NF_VPPIP4' and
7089 #           'IMIX' and
7090 #           '4T2C' and
7091 #           'NDRPDR'"
7092 #  parameters:
7093 #  - "throughput"
7094 #  - "name"
7095 #  - "tags"
7096 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7097 #  x-axis: "X = VNFs per Service Chain"
7098 #  y-axis: "Y = Number of Service Chains"
7099 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7100 #  layout:
7101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7102 #    layout: "plot-service-density"
7103 #
7104 #- type: "plot"
7105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7106 #  algorithm: "plot_nf_heatmap"
7107 #  output-file-type: ".html"
7108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7109 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7110 #  filter: "'NIC_Intel-XXV710' and
7111 #           'NF_DENSITY' and
7112 #           'VHOST' and
7113 #           not 'VXLAN' and
7114 #           'CHAIN' and
7115 #           'NF_VPPIP4' and
7116 #           'IMIX' and
7117 #           '8T4C' and
7118 #           'NDRPDR'"
7119 #  parameters:
7120 #  - "throughput"
7121 #  - "name"
7122 #  - "tags"
7123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7124 #  x-axis: "X = VNFs per Service Chain"
7125 #  y-axis: "Y = Number of Service Chains"
7126 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7127 #  layout:
7128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7129 #    layout: "plot-service-density"
7130 #
7131 ## Plots - NF Density - VSC - PDR 64b
7132 #- type: "plot"
7133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7134 #  algorithm: "plot_nf_heatmap"
7135 #  output-file-type: ".html"
7136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7137 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7138 #  filter: "'NIC_Intel-XXV710' and
7139 #           'NF_DENSITY' and
7140 #           'VHOST' and
7141 #           not 'VXLAN' and
7142 #           'CHAIN' and
7143 #           'NF_VPPIP4' and
7144 #           '64B' and
7145 #           '2T1C' and
7146 #           'NDRPDR'"
7147 #  parameters:
7148 #  - "throughput"
7149 #  - "name"
7150 #  - "tags"
7151 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7152 #  x-axis: "X = VNFs per Service Chain"
7153 #  y-axis: "Y = Number of Service Chains"
7154 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7155 #  layout:
7156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7157 #    layout: "plot-service-density"
7158 #
7159 #- type: "plot"
7160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7161 #  algorithm: "plot_nf_heatmap"
7162 #  output-file-type: ".html"
7163 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7164 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7165 #  filter: "'NIC_Intel-XXV710' and
7166 #           'NF_DENSITY' and
7167 #           'VHOST' and
7168 #           not 'VXLAN' and
7169 #           'CHAIN' and
7170 #           'NF_VPPIP4' and
7171 #           '64B' and
7172 #           '4T2C' and
7173 #           'NDRPDR'"
7174 #  parameters:
7175 #  - "throughput"
7176 #  - "name"
7177 #  - "tags"
7178 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7179 #  x-axis: "X = VNFs per Service Chain"
7180 #  y-axis: "Y = Number of Service Chains"
7181 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7182 #  layout:
7183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7184 #    layout: "plot-service-density"
7185 #
7186 #- type: "plot"
7187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7188 #  algorithm: "plot_nf_heatmap"
7189 #  output-file-type: ".html"
7190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7191 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7192 #  filter: "'NIC_Intel-XXV710' and
7193 #           'NF_DENSITY' and
7194 #           'VHOST' and
7195 #           not 'VXLAN' and
7196 #           'CHAIN' and
7197 #           'NF_VPPIP4' and
7198 #           '64B' and
7199 #           '8T4C' and
7200 #           'NDRPDR'"
7201 #  parameters:
7202 #  - "throughput"
7203 #  - "name"
7204 #  - "tags"
7205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7206 #  x-axis: "X = VNFs per Service Chain"
7207 #  y-axis: "Y = Number of Service Chains"
7208 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7209 #  layout:
7210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7211 #    layout: "plot-service-density"
7212 #
7213 ## Plots - NF Density - VSC - PDR IMIX
7214 #- type: "plot"
7215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7216 #  algorithm: "plot_nf_heatmap"
7217 #  output-file-type: ".html"
7218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7219 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7220 #  filter: "'NIC_Intel-XXV710' and
7221 #           'NF_DENSITY' and
7222 #           'VHOST' and
7223 #           not 'VXLAN' and
7224 #           'CHAIN' and
7225 #           'NF_VPPIP4' and
7226 #           'IMIX' and
7227 #           '2T1C' and
7228 #           'NDRPDR'"
7229 #  parameters:
7230 #  - "throughput"
7231 #  - "name"
7232 #  - "tags"
7233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7234 #  x-axis: "X = VNFs per Service Chain"
7235 #  y-axis: "Y = Number of Service Chains"
7236 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7237 #  layout:
7238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7239 #    layout: "plot-service-density"
7240 #
7241 #- type: "plot"
7242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7243 #  algorithm: "plot_nf_heatmap"
7244 #  output-file-type: ".html"
7245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7246 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7247 #  filter: "'NIC_Intel-XXV710' and
7248 #           'NF_DENSITY' and
7249 #           'VHOST' and
7250 #           not 'VXLAN' and
7251 #           'CHAIN' and
7252 #           'NF_VPPIP4' and
7253 #           'IMIX' and
7254 #           '4T2C' and
7255 #           'NDRPDR'"
7256 #  parameters:
7257 #  - "throughput"
7258 #  - "name"
7259 #  - "tags"
7260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7261 #  x-axis: "X = VNFs per Service Chain"
7262 #  y-axis: "Y = Number of Service Chains"
7263 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7264 #  layout:
7265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7266 #    layout: "plot-service-density"
7267 #
7268 #- type: "plot"
7269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7270 #  algorithm: "plot_nf_heatmap"
7271 #  output-file-type: ".html"
7272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7274 #  filter: "'NIC_Intel-XXV710' and
7275 #           'NF_DENSITY' and
7276 #           'VHOST' and
7277 #           not 'VXLAN' and
7278 #           'CHAIN' and
7279 #           'NF_VPPIP4' and
7280 #           'IMIX' and
7281 #           '8T4C' and
7282 #           'NDRPDR'"
7283 #  parameters:
7284 #  - "throughput"
7285 #  - "name"
7286 #  - "tags"
7287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7288 #  x-axis: "X = VNFs per Service Chain"
7289 #  y-axis: "Y = Number of Service Chains"
7290 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7291 #  layout:
7292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7293 #    layout: "plot-service-density"
7294 #
7295 ################################################################################
7296 ## Plots - NF Density - VSC - MRR 64b
7297 #- type: "plot"
7298 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7299 #  algorithm: "plot_nf_heatmap"
7300 #  output-file-type: ".html"
7301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7302 #  data: "plot-vpp-nfv-2n-skx-mrr"
7303 #  filter: "'NIC_Intel-XXV710' and
7304 #           'NF_DENSITY' and
7305 #           'VHOST' and
7306 #           'VXLAN' and
7307 #           'CHAIN' and
7308 #           '118' and
7309 #           '2T1C' and
7310 #           'MRR'"
7311 #  parameters:
7312 #  - "result"
7313 #  - "name"
7314 #  - "tags"
7315 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7316 #  x-axis: "X = VNFs per Service Chain"
7317 #  y-axis: "Y = Number of Service Chains"
7318 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7319 #  layout:
7320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7321 #    layout: "plot-service-density"
7322 #
7323 #- type: "plot"
7324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7325 #  algorithm: "plot_nf_heatmap"
7326 #  output-file-type: ".html"
7327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7328 #  data: "plot-vpp-nfv-2n-skx-mrr"
7329 #  filter: "'NIC_Intel-XXV710' and
7330 #           'NF_DENSITY' and
7331 #           'VHOST' and
7332 #           'VXLAN' and
7333 #           'CHAIN' and
7334 #           '118' and
7335 #           '4T2C' and
7336 #           'MRR'"
7337 #  parameters:
7338 #  - "result"
7339 #  - "name"
7340 #  - "tags"
7341 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7342 #  x-axis: "X = VNFs per Service Chain"
7343 #  y-axis: "Y = Number of Service Chains"
7344 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7345 #  layout:
7346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7347 #    layout: "plot-service-density"
7348 #
7349 #- type: "plot"
7350 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7351 #  algorithm: "plot_nf_heatmap"
7352 #  output-file-type: ".html"
7353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7354 #  data: "plot-vpp-nfv-2n-skx-mrr"
7355 #  filter: "'NIC_Intel-XXV710' and
7356 #           'NF_DENSITY' and
7357 #           'VHOST' and
7358 #           'VXLAN' and
7359 #           'CHAIN' and
7360 #           '118' and
7361 #           '8T4C' and
7362 #           'MRR'"
7363 #  parameters:
7364 #  - "result"
7365 #  - "name"
7366 #  - "tags"
7367 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7368 #  x-axis: "X = VNFs per Service Chain"
7369 #  y-axis: "Y = Number of Service Chains"
7370 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7371 #  layout:
7372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7373 #    layout: "plot-service-density"
7374 #
7375 ## Plots - NF Density - VSC - MRR IMIX
7376 #- type: "plot"
7377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7378 #  algorithm: "plot_nf_heatmap"
7379 #  output-file-type: ".html"
7380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7381 #  data: "plot-vpp-nfv-2n-skx-mrr"
7382 #  filter: "'NIC_Intel-XXV710' and
7383 #           'NF_DENSITY' and
7384 #           'VHOST' and
7385 #           'VXLAN' and
7386 #           'CHAIN' and
7387 #           'IMIX' and
7388 #           '2T1C' and
7389 #           'MRR'"
7390 #  parameters:
7391 #  - "result"
7392 #  - "name"
7393 #  - "tags"
7394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7395 #  x-axis: "X = VNFs per Service Chain"
7396 #  y-axis: "Y = Number of Service Chains"
7397 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7398 #  layout:
7399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7400 #    layout: "plot-service-density"
7401 #
7402 #- type: "plot"
7403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7404 #  algorithm: "plot_nf_heatmap"
7405 #  output-file-type: ".html"
7406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7407 #  data: "plot-vpp-nfv-2n-skx-mrr"
7408 #  filter: "'NIC_Intel-XXV710' and
7409 #           'NF_DENSITY' and
7410 #           'VHOST' and
7411 #           'VXLAN' and
7412 #           'CHAIN' and
7413 #           'IMIX' and
7414 #           '4T2C' and
7415 #           'MRR'"
7416 #  parameters:
7417 #  - "result"
7418 #  - "name"
7419 #  - "tags"
7420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7421 #  x-axis: "X = VNFs per Service Chain"
7422 #  y-axis: "Y = Number of Service Chains"
7423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7424 #  layout:
7425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7426 #    layout: "plot-service-density"
7427 #
7428 #- type: "plot"
7429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7430 #  algorithm: "plot_nf_heatmap"
7431 #  output-file-type: ".html"
7432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7433 #  data: "plot-vpp-nfv-2n-skx-mrr"
7434 #  filter: "'NIC_Intel-XXV710' and
7435 #           'NF_DENSITY' and
7436 #           'VHOST' and
7437 #           'VXLAN' and
7438 #           'CHAIN' and
7439 #           'IMIX' and
7440 #           '8T4C' and
7441 #           'MRR'"
7442 #  parameters:
7443 #  - "result"
7444 #  - "name"
7445 #  - "tags"
7446 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7447 #  x-axis: "X = VNFs per Service Chain"
7448 #  y-axis: "Y = Number of Service Chains"
7449 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7450 #  layout:
7451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7452 #    layout: "plot-service-density"
7453 #
7454 ## Plots - NF Density - VSC - NDR 64b
7455 #- type: "plot"
7456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7457 #  algorithm: "plot_nf_heatmap"
7458 #  output-file-type: ".html"
7459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7460 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7461 #  filter: "'NIC_Intel-XXV710' and
7462 #           'NF_DENSITY' and
7463 #           'VHOST' and
7464 #           'VXLAN' and
7465 #           'CHAIN' and
7466 #           '118' and
7467 #           '2T1C' and
7468 #           'NDRPDR'"
7469 #  parameters:
7470 #  - "throughput"
7471 #  - "name"
7472 #  - "tags"
7473 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7474 #  x-axis: "X = VNFs per Service Chain"
7475 #  y-axis: "Y = Number of Service Chains"
7476 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7477 #  layout:
7478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7479 #    layout: "plot-service-density"
7480 #
7481 #- type: "plot"
7482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7483 #  algorithm: "plot_nf_heatmap"
7484 #  output-file-type: ".html"
7485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7486 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7487 #  filter: "'NIC_Intel-XXV710' and
7488 #           'NF_DENSITY' and
7489 #           'VHOST' and
7490 #           'VXLAN' and
7491 #           'CHAIN' and
7492 #           '118' and
7493 #           '4T2C' and
7494 #           'NDRPDR'"
7495 #  parameters:
7496 #  - "throughput"
7497 #  - "name"
7498 #  - "tags"
7499 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7500 #  x-axis: "X = VNFs per Service Chain"
7501 #  y-axis: "Y = Number of Service Chains"
7502 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7503 #  layout:
7504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7505 #    layout: "plot-service-density"
7506 #
7507 #- type: "plot"
7508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7509 #  algorithm: "plot_nf_heatmap"
7510 #  output-file-type: ".html"
7511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7512 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7513 #  filter: "'NIC_Intel-XXV710' and
7514 #           'NF_DENSITY' and
7515 #           'VHOST' and
7516 #           'VXLAN' and
7517 #           'CHAIN' and
7518 #           '118' and
7519 #           '8T4C' and
7520 #           'NDRPDR'"
7521 #  parameters:
7522 #  - "throughput"
7523 #  - "name"
7524 #  - "tags"
7525 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7526 #  x-axis: "X = VNFs per Service Chain"
7527 #  y-axis: "Y = Number of Service Chains"
7528 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7529 #  layout:
7530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7531 #    layout: "plot-service-density"
7532 #
7533 ## Plots - NF Density - VSC - NDR IMIX
7534 #- type: "plot"
7535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7536 #  algorithm: "plot_nf_heatmap"
7537 #  output-file-type: ".html"
7538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7539 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7540 #  filter: "'NIC_Intel-XXV710' and
7541 #           'NF_DENSITY' and
7542 #           'VHOST' and
7543 #           'VXLAN' and
7544 #           'CHAIN' and
7545 #           'IMIX' and
7546 #           '2T1C' and
7547 #           'NDRPDR'"
7548 #  parameters:
7549 #  - "throughput"
7550 #  - "name"
7551 #  - "tags"
7552 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7553 #  x-axis: "X = VNFs per Service Chain"
7554 #  y-axis: "Y = Number of Service Chains"
7555 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7556 #  layout:
7557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7558 #    layout: "plot-service-density"
7559 #
7560 #- type: "plot"
7561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7562 #  algorithm: "plot_nf_heatmap"
7563 #  output-file-type: ".html"
7564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7565 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7566 #  filter: "'NIC_Intel-XXV710' and
7567 #           'NF_DENSITY' and
7568 #           'VHOST' and
7569 #           'VXLAN' and
7570 #           'CHAIN' and
7571 #           'IMIX' and
7572 #           '4T2C' and
7573 #           'NDRPDR'"
7574 #  parameters:
7575 #  - "throughput"
7576 #  - "name"
7577 #  - "tags"
7578 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7579 #  x-axis: "X = VNFs per Service Chain"
7580 #  y-axis: "Y = Number of Service Chains"
7581 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7582 #  layout:
7583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7584 #    layout: "plot-service-density"
7585 #
7586 #- type: "plot"
7587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7588 #  algorithm: "plot_nf_heatmap"
7589 #  output-file-type: ".html"
7590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7591 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7592 #  filter: "'NIC_Intel-XXV710' and
7593 #           'NF_DENSITY' and
7594 #           'VHOST' and
7595 #           'VXLAN' and
7596 #           'CHAIN' and
7597 #           'IMIX' and
7598 #           '8T4C' and
7599 #           'NDRPDR'"
7600 #  parameters:
7601 #  - "throughput"
7602 #  - "name"
7603 #  - "tags"
7604 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7605 #  x-axis: "X = VNFs per Service Chain"
7606 #  y-axis: "Y = Number of Service Chains"
7607 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7608 #  layout:
7609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7610 #    layout: "plot-service-density"
7611 #
7612 ## Plots - NF Density - VSC - PDR 64b
7613 #- type: "plot"
7614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7615 #  algorithm: "plot_nf_heatmap"
7616 #  output-file-type: ".html"
7617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7618 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7619 #  filter: "'NIC_Intel-XXV710' and
7620 #           'NF_DENSITY' and
7621 #           'VHOST' and
7622 #           'VXLAN' and
7623 #           'CHAIN' and
7624 #           '118' and
7625 #           '2T1C' and
7626 #           'NDRPDR'"
7627 #  parameters:
7628 #  - "throughput"
7629 #  - "name"
7630 #  - "tags"
7631 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7632 #  x-axis: "X = VNFs per Service Chain"
7633 #  y-axis: "Y = Number of Service Chains"
7634 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7635 #  layout:
7636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7637 #    layout: "plot-service-density"
7638 #
7639 #- type: "plot"
7640 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7641 #  algorithm: "plot_nf_heatmap"
7642 #  output-file-type: ".html"
7643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7644 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7645 #  filter: "'NIC_Intel-XXV710' and
7646 #           'NF_DENSITY' and
7647 #           'VHOST' and
7648 #           'VXLAN' and
7649 #           'CHAIN' and
7650 #           '118' and
7651 #           '4T2C' and
7652 #           'NDRPDR'"
7653 #  parameters:
7654 #  - "throughput"
7655 #  - "name"
7656 #  - "tags"
7657 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7658 #  x-axis: "X = VNFs per Service Chain"
7659 #  y-axis: "Y = Number of Service Chains"
7660 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7661 #  layout:
7662 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7663 #    layout: "plot-service-density"
7664 #
7665 #- type: "plot"
7666 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7667 #  algorithm: "plot_nf_heatmap"
7668 #  output-file-type: ".html"
7669 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7670 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7671 #  filter: "'NIC_Intel-XXV710' and
7672 #           'NF_DENSITY' and
7673 #           'VHOST' and
7674 #           'VXLAN' and
7675 #           'CHAIN' and
7676 #           '118' and
7677 #           '8T4C' and
7678 #           'NDRPDR'"
7679 #  parameters:
7680 #  - "throughput"
7681 #  - "name"
7682 #  - "tags"
7683 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7684 #  x-axis: "X = VNFs per Service Chain"
7685 #  y-axis: "Y = Number of Service Chains"
7686 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7687 #  layout:
7688 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7689 #    layout: "plot-service-density"
7690 #
7691 ## Plots - NF Density - VSC - PDR IMIX
7692 #- type: "plot"
7693 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7694 #  algorithm: "plot_nf_heatmap"
7695 #  output-file-type: ".html"
7696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7697 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7698 #  filter: "'NIC_Intel-XXV710' and
7699 #           'NF_DENSITY' and
7700 #           'VHOST' and
7701 #           'VXLAN' and
7702 #           'CHAIN' and
7703 #           'IMIX' and
7704 #           '2T1C' and
7705 #           'NDRPDR'"
7706 #  parameters:
7707 #  - "throughput"
7708 #  - "name"
7709 #  - "tags"
7710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7711 #  x-axis: "X = VNFs per Service Chain"
7712 #  y-axis: "Y = Number of Service Chains"
7713 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7714 #  layout:
7715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7716 #    layout: "plot-service-density"
7717 #
7718 #- type: "plot"
7719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7720 #  algorithm: "plot_nf_heatmap"
7721 #  output-file-type: ".html"
7722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7723 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7724 #  filter: "'NIC_Intel-XXV710' and
7725 #           'NF_DENSITY' and
7726 #           'VHOST' and
7727 #           'VXLAN' and
7728 #           'CHAIN' and
7729 #           'IMIX' and
7730 #           '4T2C' and
7731 #           'NDRPDR'"
7732 #  parameters:
7733 #  - "throughput"
7734 #  - "name"
7735 #  - "tags"
7736 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7737 #  x-axis: "X = VNFs per Service Chain"
7738 #  y-axis: "Y = Number of Service Chains"
7739 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7740 #  layout:
7741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7742 #    layout: "plot-service-density"
7743 #
7744 #- type: "plot"
7745 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7746 #  algorithm: "plot_nf_heatmap"
7747 #  output-file-type: ".html"
7748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7749 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7750 #  filter: "'NIC_Intel-XXV710' and
7751 #           'NF_DENSITY' and
7752 #           'VHOST' and
7753 #           'VXLAN' and
7754 #           'CHAIN' and
7755 #           'IMIX' and
7756 #           '8T4C' and
7757 #           'NDRPDR'"
7758 #  parameters:
7759 #  - "throughput"
7760 #  - "name"
7761 #  - "tags"
7762 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7763 #  x-axis: "X = VNFs per Service Chain"
7764 #  y-axis: "Y = Number of Service Chains"
7765 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7766 #  layout:
7767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7768 #    layout: "plot-service-density"
7769 #
7770 ################################################################################
7771 ## Plots - NF Density - CSC - MRR 64b
7772 #- type: "plot"
7773 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7774 #  algorithm: "plot_nf_heatmap"
7775 #  output-file-type: ".html"
7776 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7777 #  data: "plot-vpp-nfv-2n-skx-mrr"
7778 #  filter: "'NIC_Intel-XXV710' and
7779 #           'NF_DENSITY' and
7780 #           'DOCKER' and
7781 #           'CHAIN' and
7782 #           'NF_VPPIP4' and
7783 #           '64B' and
7784 #           '2T1C' and
7785 #           'MRR'"
7786 #  parameters:
7787 #  - "result"
7788 #  - "name"
7789 #  - "tags"
7790 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7791 #  x-axis: "X = CNFs per Service Chain"
7792 #  y-axis: "Y = Number of Service Chains"
7793 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7794 #  layout:
7795 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7796 #    layout: "plot-service-density"
7797 #
7798 #- type: "plot"
7799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7800 #  algorithm: "plot_nf_heatmap"
7801 #  output-file-type: ".html"
7802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7803 #  data: "plot-vpp-nfv-2n-skx-mrr"
7804 #  filter: "'NIC_Intel-XXV710' and
7805 #           'NF_DENSITY' and
7806 #           'DOCKER' and
7807 #           'CHAIN' and
7808 #           'NF_VPPIP4' and
7809 #           '64B' and
7810 #           '4T2C' and
7811 #           'MRR'"
7812 #  parameters:
7813 #  - "result"
7814 #  - "name"
7815 #  - "tags"
7816 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7817 #  x-axis: "X = CNFs per Service Chain"
7818 #  y-axis: "Y = Number of Service Chains"
7819 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7820 #  layout:
7821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7822 #    layout: "plot-service-density"
7823 #
7824 #- type: "plot"
7825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7826 #  algorithm: "plot_nf_heatmap"
7827 #  output-file-type: ".html"
7828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7829 #  data: "plot-vpp-nfv-2n-skx-mrr"
7830 #  filter: "'NIC_Intel-XXV710' and
7831 #           'NF_DENSITY' and
7832 #           'DOCKER' and
7833 #           'CHAIN' and
7834 #           'NF_VPPIP4' and
7835 #           '64B' and
7836 #           '8T4C' and
7837 #           'MRR'"
7838 #  parameters:
7839 #  - "result"
7840 #  - "name"
7841 #  - "tags"
7842 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7843 #  x-axis: "X = CNFs per Service Chain"
7844 #  y-axis: "Y = Number of Service Chains"
7845 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7846 #  layout:
7847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7848 #    layout: "plot-service-density"
7849 #
7850 ## Plots - NF Density - CSC - MRR IMIX
7851 #- type: "plot"
7852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7853 #  algorithm: "plot_nf_heatmap"
7854 #  output-file-type: ".html"
7855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7856 #  data: "plot-vpp-nfv-2n-skx-mrr"
7857 #  filter: "'NIC_Intel-XXV710' and
7858 #           'NF_DENSITY' and
7859 #           'DOCKER' and
7860 #           'CHAIN' and
7861 #           'NF_VPPIP4' and
7862 #           'IMIX' and
7863 #           '2T1C' and
7864 #           'MRR'"
7865 #  parameters:
7866 #  - "result"
7867 #  - "name"
7868 #  - "tags"
7869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7870 #  x-axis: "X = CNFs per Service Chain"
7871 #  y-axis: "Y = Number of Service Chains"
7872 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7873 #  layout:
7874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7875 #    layout: "plot-service-density"
7876 #
7877 #- type: "plot"
7878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7879 #  algorithm: "plot_nf_heatmap"
7880 #  output-file-type: ".html"
7881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7882 #  data: "plot-vpp-nfv-2n-skx-mrr"
7883 #  filter: "'NIC_Intel-XXV710' and
7884 #           'NF_DENSITY' and
7885 #           'DOCKER' and
7886 #           'CHAIN' and
7887 #           'NF_VPPIP4' and
7888 #           'IMIX' and
7889 #           '4T2C' and
7890 #           'MRR'"
7891 #  parameters:
7892 #  - "result"
7893 #  - "name"
7894 #  - "tags"
7895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7896 #  x-axis: "X = CNFs per Service Chain"
7897 #  y-axis: "Y = Number of Service Chains"
7898 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7899 #  layout:
7900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7901 #    layout: "plot-service-density"
7902 #
7903 #- type: "plot"
7904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7905 #  algorithm: "plot_nf_heatmap"
7906 #  output-file-type: ".html"
7907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7908 #  data: "plot-vpp-nfv-2n-skx-mrr"
7909 #  filter: "'NIC_Intel-XXV710' and
7910 #           'NF_DENSITY' and
7911 #           'DOCKER' and
7912 #           'CHAIN' and
7913 #           'NF_VPPIP4' and
7914 #           'IMIX' and
7915 #           '8T4C' and
7916 #           'MRR'"
7917 #  parameters:
7918 #  - "result"
7919 #  - "name"
7920 #  - "tags"
7921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7922 #  x-axis: "X = CNFs per Service Chain"
7923 #  y-axis: "Y = Number of Service Chains"
7924 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7925 #  layout:
7926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7927 #    layout: "plot-service-density"
7928 #
7929 ## Plots - NF Density - CSC - NDR 64b
7930 #- type: "plot"
7931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7932 #  algorithm: "plot_nf_heatmap"
7933 #  output-file-type: ".html"
7934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7935 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7936 #  filter: "'NIC_Intel-XXV710' and
7937 #           'NF_DENSITY' and
7938 #           'DOCKER' and
7939 #           'CHAIN' and
7940 #           'NF_VPPIP4' and
7941 #           '64B' and
7942 #           '2T1C' and
7943 #           'NDRPDR'"
7944 #  parameters:
7945 #  - "throughput"
7946 #  - "name"
7947 #  - "tags"
7948 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7949 #  x-axis: "X = CNFs per Service Chain"
7950 #  y-axis: "Y = Number of Service Chains"
7951 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7952 #  layout:
7953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7954 #    layout: "plot-service-density"
7955 #
7956 #- type: "plot"
7957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7958 #  algorithm: "plot_nf_heatmap"
7959 #  output-file-type: ".html"
7960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7961 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7962 #  filter: "'NIC_Intel-XXV710' and
7963 #           'NF_DENSITY' and
7964 #           'DOCKER' and
7965 #           'CHAIN' and
7966 #           'NF_VPPIP4' and
7967 #           '64B' and
7968 #           '4T2C' and
7969 #           'NDRPDR'"
7970 #  parameters:
7971 #  - "throughput"
7972 #  - "name"
7973 #  - "tags"
7974 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7975 #  x-axis: "X = CNFs per Service Chain"
7976 #  y-axis: "Y = Number of Service Chains"
7977 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7978 #  layout:
7979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7980 #    layout: "plot-service-density"
7981 #
7982 #- type: "plot"
7983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7984 #  algorithm: "plot_nf_heatmap"
7985 #  output-file-type: ".html"
7986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7987 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7988 #  filter: "'NIC_Intel-XXV710' and
7989 #           'NF_DENSITY' and
7990 #           'DOCKER' and
7991 #           'CHAIN' and
7992 #           'NF_VPPIP4' and
7993 #           '64B' and
7994 #           '8T4C' and
7995 #           'NDRPDR'"
7996 #  parameters:
7997 #  - "throughput"
7998 #  - "name"
7999 #  - "tags"
8000 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8001 #  x-axis: "X = CNFs per Service Chain"
8002 #  y-axis: "Y = Number of Service Chains"
8003 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8004 #  layout:
8005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8006 #    layout: "plot-service-density"
8007 #
8008 ## Plots - NF Density - CSC - NDR IMIX
8009 #- type: "plot"
8010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8011 #  algorithm: "plot_nf_heatmap"
8012 #  output-file-type: ".html"
8013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8014 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8015 #  filter: "'NIC_Intel-XXV710' and
8016 #           'NF_DENSITY' and
8017 #           'DOCKER' and
8018 #           'CHAIN' and
8019 #           'NF_VPPIP4' and
8020 #           'IMIX' and
8021 #           '2T1C' and
8022 #           'NDRPDR'"
8023 #  parameters:
8024 #  - "throughput"
8025 #  - "name"
8026 #  - "tags"
8027 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8028 #  x-axis: "X = CNFs per Service Chain"
8029 #  y-axis: "Y = Number of Service Chains"
8030 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8031 #  layout:
8032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8033 #    layout: "plot-service-density"
8034 #
8035 #- type: "plot"
8036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8037 #  algorithm: "plot_nf_heatmap"
8038 #  output-file-type: ".html"
8039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8040 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8041 #  filter: "'NIC_Intel-XXV710' and
8042 #           'NF_DENSITY' and
8043 #           'DOCKER' and
8044 #           'CHAIN' and
8045 #           'NF_VPPIP4' and
8046 #           'IMIX' and
8047 #           '4T2C' and
8048 #           'NDRPDR'"
8049 #  parameters:
8050 #  - "throughput"
8051 #  - "name"
8052 #  - "tags"
8053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8054 #  x-axis: "X = CNFs per Service Chain"
8055 #  y-axis: "Y = Number of Service Chains"
8056 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8057 #  layout:
8058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8059 #    layout: "plot-service-density"
8060 #
8061 #- type: "plot"
8062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8063 #  algorithm: "plot_nf_heatmap"
8064 #  output-file-type: ".html"
8065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8066 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8067 #  filter: "'NIC_Intel-XXV710' and
8068 #           'NF_DENSITY' and
8069 #           'DOCKER' and
8070 #           'CHAIN' and
8071 #           'NF_VPPIP4' and
8072 #           'IMIX' and
8073 #           '8T4C' and
8074 #           'NDRPDR'"
8075 #  parameters:
8076 #  - "throughput"
8077 #  - "name"
8078 #  - "tags"
8079 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8080 #  x-axis: "X = CNFs per Service Chain"
8081 #  y-axis: "Y = Number of Service Chains"
8082 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8083 #  layout:
8084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8085 #    layout: "plot-service-density"
8086 #
8087 ## Plots - NF Density - CSC - PDR 64b
8088 #- type: "plot"
8089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8090 #  algorithm: "plot_nf_heatmap"
8091 #  output-file-type: ".html"
8092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8093 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8094 #  filter: "'NIC_Intel-XXV710' and
8095 #           'NF_DENSITY' and
8096 #           'DOCKER' and
8097 #           'CHAIN' and
8098 #           'NF_VPPIP4' and
8099 #           '64B' and
8100 #           '2T1C' and
8101 #           'NDRPDR'"
8102 #  parameters:
8103 #  - "throughput"
8104 #  - "name"
8105 #  - "tags"
8106 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8107 #  x-axis: "X = CNFs per Service Chain"
8108 #  y-axis: "Y = Number of Service Chains"
8109 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8110 #  layout:
8111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8112 #    layout: "plot-service-density"
8113 #
8114 #- type: "plot"
8115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8116 #  algorithm: "plot_nf_heatmap"
8117 #  output-file-type: ".html"
8118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8119 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8120 #  filter: "'NIC_Intel-XXV710' and
8121 #           'NF_DENSITY' and
8122 #           'DOCKER' and
8123 #           'CHAIN' and
8124 #           'NF_VPPIP4' and
8125 #           '64B' and
8126 #           '4T2C' and
8127 #           'NDRPDR'"
8128 #  parameters:
8129 #  - "throughput"
8130 #  - "name"
8131 #  - "tags"
8132 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8133 #  x-axis: "X = CNFs per Service Chain"
8134 #  y-axis: "Y = Number of Service Chains"
8135 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8136 #  layout:
8137 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8138 #    layout: "plot-service-density"
8139 #
8140 #- type: "plot"
8141 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8142 #  algorithm: "plot_nf_heatmap"
8143 #  output-file-type: ".html"
8144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8145 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8146 #  filter: "'NIC_Intel-XXV710' and
8147 #           'NF_DENSITY' and
8148 #           'DOCKER' and
8149 #           'CHAIN' and
8150 #           'NF_VPPIP4' and
8151 #           '64B' and
8152 #           '8T4C' and
8153 #           'NDRPDR'"
8154 #  parameters:
8155 #  - "throughput"
8156 #  - "name"
8157 #  - "tags"
8158 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8159 #  x-axis: "X = CNFs per Service Chain"
8160 #  y-axis: "Y = Number of Service Chains"
8161 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8162 #  layout:
8163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8164 #    layout: "plot-service-density"
8165 #
8166 ## Plots - NF Density - CSC - PDR IMIX
8167 #- type: "plot"
8168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8169 #  algorithm: "plot_nf_heatmap"
8170 #  output-file-type: ".html"
8171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8173 #  filter: "'NIC_Intel-XXV710' and
8174 #           'NF_DENSITY' and
8175 #           'DOCKER' and
8176 #           'CHAIN' and
8177 #           'NF_VPPIP4' and
8178 #           'IMIX' and
8179 #           '2T1C' and
8180 #           'NDRPDR'"
8181 #  parameters:
8182 #  - "throughput"
8183 #  - "name"
8184 #  - "tags"
8185 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8186 #  x-axis: "X = CNFs per Service Chain"
8187 #  y-axis: "Y = Number of Service Chains"
8188 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8189 #  layout:
8190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8191 #    layout: "plot-service-density"
8192 #
8193 #- type: "plot"
8194 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8195 #  algorithm: "plot_nf_heatmap"
8196 #  output-file-type: ".html"
8197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8198 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8199 #  filter: "'NIC_Intel-XXV710' and
8200 #           'NF_DENSITY' and
8201 #           'DOCKER' and
8202 #           'CHAIN' and
8203 #           'NF_VPPIP4' and
8204 #           'IMIX' and
8205 #           '4T2C' and
8206 #           'NDRPDR'"
8207 #  parameters:
8208 #  - "throughput"
8209 #  - "name"
8210 #  - "tags"
8211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8212 #  x-axis: "X = CNFs per Service Chain"
8213 #  y-axis: "Y = Number of Service Chains"
8214 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8215 #  layout:
8216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8217 #    layout: "plot-service-density"
8218 #
8219 #- type: "plot"
8220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8221 #  algorithm: "plot_nf_heatmap"
8222 #  output-file-type: ".html"
8223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8224 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8225 #  filter: "'NIC_Intel-XXV710' and
8226 #           'NF_DENSITY' and
8227 #           'DOCKER' and
8228 #           'CHAIN' and
8229 #           'NF_VPPIP4' and
8230 #           'IMIX' and
8231 #           '8T4C' and
8232 #           'NDRPDR'"
8233 #  parameters:
8234 #  - "throughput"
8235 #  - "name"
8236 #  - "tags"
8237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8238 #  x-axis: "X = CNFs per Service Chain"
8239 #  y-axis: "Y = Number of Service Chains"
8240 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8241 #  layout:
8242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8243 #    layout: "plot-service-density"
8244 #
8245 ################################################################################
8246 #
8247 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8248 #- type: "plot"
8249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8250 #  algorithm: "plot_nf_heatmap"
8251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8252 #  data: "plot-vpp-nfv-3n-skx-mrr"
8253 #  filter: "'NIC_Intel-XXV710' and
8254 #           'NF_DENSITY' and
8255 #           'DOCKER' and
8256 #           'CHAIN' and
8257 #           'NF_VPPIP4' and
8258 #           'IPSEC' and
8259 #           'TNL_4' and
8260 #           'IMIX' and
8261 #           '2T1C' and
8262 #           'MRR'"
8263 #  parameters:
8264 #  - "result"
8265 #  - "name"
8266 #  - "tags"
8267 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8268 #  x-axis: "X = CNFs per Service Chain"
8269 #  y-axis: "Y = Number of Service Chains"
8270 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8271 #  layout:
8272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8273 #    layout: "plot-service-density"
8274 #
8275 #- type: "plot"
8276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8277 #  algorithm: "plot_nf_heatmap"
8278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8279 #  data: "plot-vpp-nfv-3n-skx-mrr"
8280 #  filter: "'NIC_Intel-XXV710' and
8281 #           'NF_DENSITY' and
8282 #           'DOCKER' and
8283 #           'CHAIN' and
8284 #           'NF_VPPIP4' and
8285 #           'IPSEC' and
8286 #           'TNL_4' and
8287 #           'IMIX' and
8288 #           '4T2C' and
8289 #           'MRR'"
8290 #  parameters:
8291 #  - "result"
8292 #  - "name"
8293 #  - "tags"
8294 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8295 #  x-axis: "X = CNFs per Service Chain"
8296 #  y-axis: "Y = Number of Service Chains"
8297 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8298 #  layout:
8299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8300 #    layout: "plot-service-density"
8301 #
8302 #- type: "plot"
8303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8304 #  algorithm: "plot_nf_heatmap"
8305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8306 #  data: "plot-vpp-nfv-3n-skx-mrr"
8307 #  filter: "'NIC_Intel-XXV710' and
8308 #           'NF_DENSITY' and
8309 #           'DOCKER' and
8310 #           'CHAIN' and
8311 #           'NF_VPPIP4' and
8312 #           'IPSEC' and
8313 #           'TNL_4' and
8314 #           'IMIX' and
8315 #           '8T4C' and
8316 #           'MRR'"
8317 #  parameters:
8318 #  - "result"
8319 #  - "name"
8320 #  - "tags"
8321 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8322 #  x-axis: "X = CNFs per Service Chain"
8323 #  y-axis: "Y = Number of Service Chains"
8324 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8325 #  layout:
8326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8327 #    layout: "plot-service-density"
8328
8329 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8330 - type: "plot"
8331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8332   algorithm: "plot_nf_heatmap"
8333   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8334   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8335   filter: "'NIC_Intel-XXV710' and
8336            'NF_DENSITY' and
8337            'DOCKER' and
8338            'CHAIN' and
8339            'NF_VPPIP4' and
8340            'IPSEC' and
8341            'TNL_4' and
8342            'IMIX' and
8343            '2T1C' and
8344            'NDRPDR'"
8345   parameters:
8346   - "throughput"
8347   - "name"
8348   - "tags"
8349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8350   x-axis: "X = CNFs per Service Chain"
8351   y-axis: "Y = Number of Service Chains"
8352   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8353   layout:
8354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8355     layout: "plot-service-density"
8356
8357 - type: "plot"
8358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8359   algorithm: "plot_nf_heatmap"
8360   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8361   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8362   filter: "'NIC_Intel-XXV710' and
8363            'NF_DENSITY' and
8364            'DOCKER' and
8365            'CHAIN' and
8366            'NF_VPPIP4' and
8367            'IPSEC' and
8368            'TNL_4' and
8369            'IMIX' and
8370            '4T2C' and
8371            'NDRPDR'"
8372   parameters:
8373   - "throughput"
8374   - "name"
8375   - "tags"
8376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8377   x-axis: "X = CNFs per Service Chain"
8378   y-axis: "Y = Number of Service Chains"
8379   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8380   layout:
8381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8382     layout: "plot-service-density"
8383
8384 - type: "plot"
8385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8386   algorithm: "plot_nf_heatmap"
8387   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8388   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8389   filter: "'NIC_Intel-XXV710' and
8390            'NF_DENSITY' and
8391            'DOCKER' and
8392            'CHAIN' and
8393            'NF_VPPIP4' and
8394            'IPSEC' and
8395            'TNL_4' and
8396            'IMIX' and
8397            '8T4C' and
8398            'NDRPDR'"
8399   parameters:
8400   - "throughput"
8401   - "name"
8402   - "tags"
8403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8404   x-axis: "X = CNFs per Service Chain"
8405   y-axis: "Y = Number of Service Chains"
8406   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8407   layout:
8408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8409     layout: "plot-service-density"
8410
8411 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8412 - type: "plot"
8413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8414   algorithm: "plot_nf_heatmap"
8415   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8416   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8417   filter: "'NIC_Intel-XXV710' and
8418            'NF_DENSITY' and
8419            'DOCKER' and
8420            'CHAIN' and
8421            'NF_VPPIP4' and
8422            'IPSEC' and
8423            'TNL_4' and
8424            'IMIX' and
8425            '2T1C' and
8426            'NDRPDR'"
8427   parameters:
8428   - "throughput"
8429   - "name"
8430   - "tags"
8431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8432   x-axis: "X = CNFs per Service Chain"
8433   y-axis: "Y = Number of Service Chains"
8434   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8435   layout:
8436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8437     layout: "plot-service-density"
8438
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8443   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8444   filter: "'NIC_Intel-XXV710' and
8445            'NF_DENSITY' and
8446            'DOCKER' and
8447            'CHAIN' and
8448            'NF_VPPIP4' and
8449            'IPSEC' and
8450            'TNL_4' and
8451            'IMIX' and
8452            '4T2C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8464     layout: "plot-service-density"
8465
8466 - type: "plot"
8467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8468   algorithm: "plot_nf_heatmap"
8469   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8470   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8471   filter: "'NIC_Intel-XXV710' and
8472            'NF_DENSITY' and
8473            'DOCKER' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IPSEC' and
8477            'TNL_4' and
8478            'IMIX' and
8479            '8T4C' and
8480            'NDRPDR'"
8481   parameters:
8482   - "throughput"
8483   - "name"
8484   - "tags"
8485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8486   x-axis: "X = CNFs per Service Chain"
8487   y-axis: "Y = Number of Service Chains"
8488   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8489   layout:
8490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8491     layout: "plot-service-density"
8492
8493 ###############################################################################
8494
8495 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8496 - type: "plot"
8497   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8498   algorithm: "plot_nf_heatmap"
8499   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8500   data: "plot-vpp-nfv-3n-hsw-mrr"
8501   filter: "'NIC_Intel-XL710' and
8502            'NF_DENSITY' and
8503            'DOCKER' and
8504            'CHAIN' and
8505            'NF_VPPIP4' and
8506            'IMIX' and
8507            'TNL_4' and
8508            '1T1C' and
8509            'MRR'"
8510   parameters:
8511   - "result"
8512   - "name"
8513   - "tags"
8514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8515   x-axis: "X = CNFs per Service Chain"
8516   y-axis: "Y = Number of Service Chains"
8517   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8518   layout:
8519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8520     layout: "plot-service-density"
8521
8522 - type: "plot"
8523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8524   algorithm: "plot_nf_heatmap"
8525   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8526   data: "plot-vpp-nfv-3n-hsw-mrr"
8527   filter: "'NIC_Intel-XL710' and
8528            'NF_DENSITY' and
8529            'DOCKER' and
8530            'CHAIN' and
8531            'NF_VPPIP4' and
8532            'IPSEC' and
8533            'TNL_4' and
8534            'IMIX' and
8535            '2T2C' and
8536            'MRR'"
8537   parameters:
8538   - "result"
8539   - "name"
8540   - "tags"
8541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8542   x-axis: "X = CNFs per Service Chain"
8543   y-axis: "Y = Number of Service Chains"
8544   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8545   layout:
8546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8547     layout: "plot-service-density"
8548
8549 - type: "plot"
8550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8551   algorithm: "plot_nf_heatmap"
8552   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8553   data: "plot-vpp-nfv-3n-hsw-mrr"
8554   filter: "'NIC_Intel-XL710' and
8555            'NF_DENSITY' and
8556            'DOCKER' and
8557            'CHAIN' and
8558            'NF_VPPIP4' and
8559            'IPSEC' and
8560            'TNL_4' and
8561            'IMIX' and
8562            '4T4C' and
8563            'MRR'"
8564   parameters:
8565   - "result"
8566   - "name"
8567   - "tags"
8568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8569   x-axis: "X = CNFs per Service Chain"
8570   y-axis: "Y = Number of Service Chains"
8571   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8572   layout:
8573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8574     layout: "plot-service-density"
8575
8576 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8577 - type: "plot"
8578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8579   algorithm: "plot_nf_heatmap"
8580   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8581   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8582   filter: "'NIC_Intel-XL710' and
8583            'NF_DENSITY' and
8584            'DOCKER' and
8585            'CHAIN' and
8586            'NF_VPPIP4' and
8587            'IPSEC' and
8588            'TNL_4' and
8589            'IMIX' and
8590            '1T1C' and
8591            'NDRPDR'"
8592   parameters:
8593   - "throughput"
8594   - "name"
8595   - "tags"
8596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8597   x-axis: "X = CNFs per Service Chain"
8598   y-axis: "Y = Number of Service Chains"
8599   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8600   layout:
8601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8602     layout: "plot-service-density"
8603
8604 - type: "plot"
8605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8606   algorithm: "plot_nf_heatmap"
8607   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8608   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8609   filter: "'NIC_Intel-XL710' and
8610            'NF_DENSITY' and
8611            'DOCKER' and
8612            'CHAIN' and
8613            'NF_VPPIP4' and
8614            'IPSEC' and
8615            'TNL_4' and
8616            'IMIX' and
8617            '2T2C' and
8618            'NDRPDR'"
8619   parameters:
8620   - "throughput"
8621   - "name"
8622   - "tags"
8623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8624   x-axis: "X = CNFs per Service Chain"
8625   y-axis: "Y = Number of Service Chains"
8626   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8627   layout:
8628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8629     layout: "plot-service-density"
8630
8631 - type: "plot"
8632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8633   algorithm: "plot_nf_heatmap"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8635   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8636   filter: "'NIC_Intel-XL710' and
8637            'NF_DENSITY' and
8638            'DOCKER' and
8639            'CHAIN' and
8640            'NF_VPPIP4' and
8641            'IPSEC' and
8642            'TNL_4' and
8643            'IMIX' and
8644            '4T4C' and
8645            'NDRPDR'"
8646   parameters:
8647   - "throughput"
8648   - "name"
8649   - "tags"
8650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8651   x-axis: "X = CNFs per Service Chain"
8652   y-axis: "Y = Number of Service Chains"
8653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8654   layout:
8655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8656     layout: "plot-service-density"
8657
8658 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8659 - type: "plot"
8660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8661   algorithm: "plot_nf_heatmap"
8662   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8663   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8664   filter: "'NIC_Intel-XL710' and
8665            'NF_DENSITY' and
8666            'DOCKER' and
8667            'CHAIN' and
8668            'NF_VPPIP4' and
8669            'IPSEC' and
8670            'TNL_4' and
8671            'IMIX' and
8672            '1T1C' and
8673            'NDRPDR'"
8674   parameters:
8675   - "throughput"
8676   - "name"
8677   - "tags"
8678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8679   x-axis: "X = CNFs per Service Chain"
8680   y-axis: "Y = Number of Service Chains"
8681   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8682   layout:
8683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8684     layout: "plot-service-density"
8685
8686 - type: "plot"
8687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8688   algorithm: "plot_nf_heatmap"
8689   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8690   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8691   filter: "'NIC_Intel-XL710' and
8692            'NF_DENSITY' and
8693            'DOCKER' and
8694            'CHAIN' and
8695            'NF_VPPIP4' and
8696            'IPSEC' and
8697            'TNL_4' and
8698            'IMIX' and
8699            '2T2C' and
8700            'NDRPDR'"
8701   parameters:
8702   - "throughput"
8703   - "name"
8704   - "tags"
8705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8706   x-axis: "X = CNFs per Service Chain"
8707   y-axis: "Y = Number of Service Chains"
8708   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8709   layout:
8710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8711     layout: "plot-service-density"
8712
8713 - type: "plot"
8714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8715   algorithm: "plot_nf_heatmap"
8716   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8717   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8718   filter: "'NIC_Intel-XL710' and
8719            'NF_DENSITY' and
8720            'DOCKER' and
8721            'CHAIN' and
8722            'NF_VPPIP4' and
8723            'IPSEC' and
8724            'TNL_4' and
8725            'IMIX' and
8726            '4T4C' and
8727            'NDRPDR'"
8728   parameters:
8729   - "throughput"
8730   - "name"
8731   - "tags"
8732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8733   x-axis: "X = CNFs per Service Chain"
8734   y-axis: "Y = Number of Service Chains"
8735   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8736   layout:
8737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8738     layout: "plot-service-density"
8739
8740 ###############################################################################
8741
8742 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8743 #- type: "plot"
8744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8745 #  algorithm: "plot_nf_heatmap"
8746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8747 #  data: "plot-vpp-nfv-3n-skx-mrr"
8748 #  filter: "'NIC_Intel-XXV710' and
8749 #           'NF_DENSITY' and
8750 #           'DOCKER' and
8751 #           'CHAIN' and
8752 #           'NF_VPPIP4' and
8753 #           'IPSEC' and
8754 #           'TNL_1000' and
8755 #           'IMIX' and
8756 #           '2T1C' and
8757 #           'MRR'"
8758 #  parameters:
8759 #  - "result"
8760 #  - "name"
8761 #  - "tags"
8762 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8763 #  x-axis: "X = CNFs per Service Chain"
8764 #  y-axis: "Y = Number of Service Chains"
8765 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8766 #  layout:
8767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8768 #    layout: "plot-service-density"
8769 #
8770 #- type: "plot"
8771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8772 #  algorithm: "plot_nf_heatmap"
8773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8774 #  data: "plot-vpp-nfv-3n-skx-mrr"
8775 #  filter: "'NIC_Intel-XXV710' and
8776 #           'NF_DENSITY' and
8777 #           'DOCKER' and
8778 #           'CHAIN' and
8779 #           'NF_VPPIP4' and
8780 #           'IPSEC' and
8781 #           'TNL_1000' and
8782 #           'IMIX' and
8783 #           '4T2C' and
8784 #           'MRR'"
8785 #  parameters:
8786 #  - "result"
8787 #  - "name"
8788 #  - "tags"
8789 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8790 #  x-axis: "X = CNFs per Service Chain"
8791 #  y-axis: "Y = Number of Service Chains"
8792 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8793 #  layout:
8794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8795 #    layout: "plot-service-density"
8796 #
8797 #- type: "plot"
8798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8799 #  algorithm: "plot_nf_heatmap"
8800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8801 #  data: "plot-vpp-nfv-3n-skx-mrr"
8802 #  filter: "'NIC_Intel-XXV710' and
8803 #           'NF_DENSITY' and
8804 #           'DOCKER' and
8805 #           'CHAIN' and
8806 #           'NF_VPPIP4' and
8807 #           'IPSEC' and
8808 #           'TNL_1000' and
8809 #           'IMIX' and
8810 #           '8T4C' and
8811 #           'MRR'"
8812 #  parameters:
8813 #  - "result"
8814 #  - "name"
8815 #  - "tags"
8816 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8817 #  x-axis: "X = CNFs per Service Chain"
8818 #  y-axis: "Y = Number of Service Chains"
8819 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8820 #  layout:
8821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8822 #    layout: "plot-service-density"
8823
8824 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8825 - type: "plot"
8826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8827   algorithm: "plot_nf_heatmap"
8828   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8829   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8830   filter: "'NIC_Intel-XXV710' and
8831            'NF_DENSITY' and
8832            'DOCKER' and
8833            'CHAIN' and
8834            'NF_VPPIP4' and
8835            'IPSEC' and
8836            'TNL_1000' and
8837            'IMIX' and
8838            '2T1C' and
8839            'NDRPDR'"
8840   parameters:
8841   - "throughput"
8842   - "name"
8843   - "tags"
8844   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8845   x-axis: "X = CNFs per Service Chain"
8846   y-axis: "Y = Number of Service Chains"
8847   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8848   layout:
8849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8850     layout: "plot-service-density"
8851
8852 - type: "plot"
8853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8854   algorithm: "plot_nf_heatmap"
8855   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8856   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8857   filter: "'NIC_Intel-XXV710' and
8858            'NF_DENSITY' and
8859            'DOCKER' and
8860            'CHAIN' and
8861            'NF_VPPIP4' and
8862            'IPSEC' and
8863            'TNL_1000' and
8864            'IMIX' and
8865            '4T2C' and
8866            'NDRPDR'"
8867   parameters:
8868   - "throughput"
8869   - "name"
8870   - "tags"
8871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8872   x-axis: "X = CNFs per Service Chain"
8873   y-axis: "Y = Number of Service Chains"
8874   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8875   layout:
8876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8877     layout: "plot-service-density"
8878
8879 - type: "plot"
8880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8881   algorithm: "plot_nf_heatmap"
8882   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8883   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8884   filter: "'NIC_Intel-XXV710' and
8885            'NF_DENSITY' and
8886            'DOCKER' and
8887            'CHAIN' and
8888            'NF_VPPIP4' and
8889            'IPSEC' and
8890            'TNL_1000' and
8891            'IMIX' and
8892            '8T4C' and
8893            'NDRPDR'"
8894   parameters:
8895   - "throughput"
8896   - "name"
8897   - "tags"
8898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8899   x-axis: "X = CNFs per Service Chain"
8900   y-axis: "Y = Number of Service Chains"
8901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8902   layout:
8903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8904     layout: "plot-service-density"
8905
8906 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8907 - type: "plot"
8908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8909   algorithm: "plot_nf_heatmap"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8911   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8912   filter: "'NIC_Intel-XXV710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IPSEC' and
8918            'TNL_1000' and
8919            'IMIX' and
8920            '2T1C' and
8921            'NDRPDR'"
8922   parameters:
8923   - "throughput"
8924   - "name"
8925   - "tags"
8926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8927   x-axis: "X = CNFs per Service Chain"
8928   y-axis: "Y = Number of Service Chains"
8929   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8930   layout:
8931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8932     layout: "plot-service-density"
8933
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939   filter: "'NIC_Intel-XXV710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_1000' and
8946            'IMIX' and
8947            '4T2C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8959     layout: "plot-service-density"
8960
8961 - type: "plot"
8962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8963   algorithm: "plot_nf_heatmap"
8964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8965   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8966   filter: "'NIC_Intel-XXV710' and
8967            'NF_DENSITY' and
8968            'DOCKER' and
8969            'CHAIN' and
8970            'NF_VPPIP4' and
8971            'IPSEC' and
8972            'TNL_1000' and
8973            'IMIX' and
8974            '8T4C' and
8975            'NDRPDR'"
8976   parameters:
8977   - "throughput"
8978   - "name"
8979   - "tags"
8980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8981   x-axis: "X = CNFs per Service Chain"
8982   y-axis: "Y = Number of Service Chains"
8983   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8984   layout:
8985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8986     layout: "plot-service-density"
8987
8988 ###############################################################################
8989
8990 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8991 - type: "plot"
8992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8993   algorithm: "plot_nf_heatmap"
8994   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8995   data: "plot-vpp-nfv-3n-hsw-mrr"
8996   filter: "'NIC_Intel-XL710' and
8997            'NF_DENSITY' and
8998            'DOCKER' and
8999            'CHAIN' and
9000            'NF_VPPIP4' and
9001            'IMIX' and
9002            'TNL_1000' and
9003            '1T1C' and
9004            'MRR'"
9005   parameters:
9006   - "result"
9007   - "name"
9008   - "tags"
9009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9010   x-axis: "X = CNFs per Service Chain"
9011   y-axis: "Y = Number of Service Chains"
9012   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9013   layout:
9014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9015     layout: "plot-service-density"
9016
9017 - type: "plot"
9018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9019   algorithm: "plot_nf_heatmap"
9020   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9021   data: "plot-vpp-nfv-3n-hsw-mrr"
9022   filter: "'NIC_Intel-XL710' and
9023            'NF_DENSITY' and
9024            'DOCKER' and
9025            'CHAIN' and
9026            'NF_VPPIP4' and
9027            'IPSEC' and
9028            'TNL_1000' and
9029            'IMIX' and
9030            '2T2C' and
9031            'MRR'"
9032   parameters:
9033   - "result"
9034   - "name"
9035   - "tags"
9036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9037   x-axis: "X = CNFs per Service Chain"
9038   y-axis: "Y = Number of Service Chains"
9039   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9040   layout:
9041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9042     layout: "plot-service-density"
9043
9044 - type: "plot"
9045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9046   algorithm: "plot_nf_heatmap"
9047   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9048   data: "plot-vpp-nfv-3n-hsw-mrr"
9049   filter: "'NIC_Intel-XL710' and
9050            'NF_DENSITY' and
9051            'DOCKER' and
9052            'CHAIN' and
9053            'NF_VPPIP4' and
9054            'IPSEC' and
9055            'TNL_1000' and
9056            'IMIX' and
9057            '4T4C' and
9058            'MRR'"
9059   parameters:
9060   - "result"
9061   - "name"
9062   - "tags"
9063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9064   x-axis: "X = CNFs per Service Chain"
9065   y-axis: "Y = Number of Service Chains"
9066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9067   layout:
9068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9069     layout: "plot-service-density"
9070
9071 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9072 - type: "plot"
9073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9074   algorithm: "plot_nf_heatmap"
9075   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9076   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9077   filter: "'NIC_Intel-XL710' and
9078            'NF_DENSITY' and
9079            'DOCKER' and
9080            'CHAIN' and
9081            'NF_VPPIP4' and
9082            'IPSEC' and
9083            'TNL_1000' and
9084            'IMIX' and
9085            '1T1C' and
9086            'NDRPDR'"
9087   parameters:
9088   - "throughput"
9089   - "name"
9090   - "tags"
9091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9092   x-axis: "X = CNFs per Service Chain"
9093   y-axis: "Y = Number of Service Chains"
9094   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9095   layout:
9096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9097     layout: "plot-service-density"
9098
9099 - type: "plot"
9100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9101   algorithm: "plot_nf_heatmap"
9102   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9103   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9104   filter: "'NIC_Intel-XL710' and
9105            'NF_DENSITY' and
9106            'DOCKER' and
9107            'CHAIN' and
9108            'NF_VPPIP4' and
9109            'IPSEC' and
9110            'TNL_1000' and
9111            'IMIX' and
9112            '2T2C' and
9113            'NDRPDR'"
9114   parameters:
9115   - "throughput"
9116   - "name"
9117   - "tags"
9118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9119   x-axis: "X = CNFs per Service Chain"
9120   y-axis: "Y = Number of Service Chains"
9121   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9122   layout:
9123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9124     layout: "plot-service-density"
9125
9126 - type: "plot"
9127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9128   algorithm: "plot_nf_heatmap"
9129   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9130   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9131   filter: "'NIC_Intel-XL710' and
9132            'NF_DENSITY' and
9133            'DOCKER' and
9134            'CHAIN' and
9135            'NF_VPPIP4' and
9136            'IPSEC' and
9137            'TNL_1000' and
9138            'IMIX' and
9139            '4T4C' and
9140            'NDRPDR'"
9141   parameters:
9142   - "throughput"
9143   - "name"
9144   - "tags"
9145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9146   x-axis: "X = CNFs per Service Chain"
9147   y-axis: "Y = Number of Service Chains"
9148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9149   layout:
9150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9151     layout: "plot-service-density"
9152
9153 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9154 - type: "plot"
9155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9156   algorithm: "plot_nf_heatmap"
9157   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9158   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9159   filter: "'NIC_Intel-XL710' and
9160            'NF_DENSITY' and
9161            'DOCKER' and
9162            'CHAIN' and
9163            'NF_VPPIP4' and
9164            'IPSEC' and
9165            'TNL_1000' and
9166            'IMIX' and
9167            '1T1C' and
9168            'NDRPDR'"
9169   parameters:
9170   - "throughput"
9171   - "name"
9172   - "tags"
9173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9174   x-axis: "X = CNFs per Service Chain"
9175   y-axis: "Y = Number of Service Chains"
9176   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9177   layout:
9178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9179     layout: "plot-service-density"
9180
9181 - type: "plot"
9182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9183   algorithm: "plot_nf_heatmap"
9184   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9185   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186   filter: "'NIC_Intel-XL710' and
9187            'NF_DENSITY' and
9188            'DOCKER' and
9189            'CHAIN' and
9190            'NF_VPPIP4' and
9191            'IPSEC' and
9192            'TNL_1000' and
9193            'IMIX' and
9194            '2T2C' and
9195            'NDRPDR'"
9196   parameters:
9197   - "throughput"
9198   - "name"
9199   - "tags"
9200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9201   x-axis: "X = CNFs per Service Chain"
9202   y-axis: "Y = Number of Service Chains"
9203   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9204   layout:
9205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9206     layout: "plot-service-density"
9207
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9212   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9213   filter: "'NIC_Intel-XL710' and
9214            'NF_DENSITY' and
9215            'DOCKER' and
9216            'CHAIN' and
9217            'NF_VPPIP4' and
9218            'IPSEC' and
9219            'TNL_1000' and
9220            'IMIX' and
9221            '4T4C' and
9222            'NDRPDR'"
9223   parameters:
9224   - "throughput"
9225   - "name"
9226   - "tags"
9227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9228   x-axis: "X = CNFs per Service Chain"
9229   y-axis: "Y = Number of Service Chains"
9230   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9231   layout:
9232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9233     layout: "plot-service-density"
9234
9235 ###############################################################################
9236
9237 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9238 #- type: "plot"
9239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9240 #  algorithm: "plot_nf_heatmap"
9241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9242 #  data: "plot-vpp-nfv-3n-skx-mrr"
9243 #  filter: "'NIC_Intel-XXV710' and
9244 #           'NF_DENSITY' and
9245 #           'DOCKER' and
9246 #           'CHAIN' and
9247 #           'NF_VPPIP4' and
9248 #           'IPSEC' and
9249 #           'TNL_10000' and
9250 #           'IMIX' and
9251 #           '2T1C' and
9252 #           'MRR'"
9253 #  parameters:
9254 #  - "result"
9255 #  - "name"
9256 #  - "tags"
9257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9258 #  x-axis: "X = CNFs per Service Chain"
9259 #  y-axis: "Y = Number of Service Chains"
9260 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9261 #  layout:
9262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9263 #    layout: "plot-service-density"
9264 #
9265 #- type: "plot"
9266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9267 #  algorithm: "plot_nf_heatmap"
9268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9269 #  data: "plot-vpp-nfv-3n-skx-mrr"
9270 #  filter: "'NIC_Intel-XXV710' and
9271 #           'NF_DENSITY' and
9272 #           'DOCKER' and
9273 #           'CHAIN' and
9274 #           'NF_VPPIP4' and
9275 #           'IPSEC' and
9276 #           'TNL_10000' and
9277 #           'IMIX' and
9278 #           '4T2C' and
9279 #           'MRR'"
9280 #  parameters:
9281 #  - "result"
9282 #  - "name"
9283 #  - "tags"
9284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9285 #  x-axis: "X = CNFs per Service Chain"
9286 #  y-axis: "Y = Number of Service Chains"
9287 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9288 #  layout:
9289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9290 #    layout: "plot-service-density"
9291 #
9292 #- type: "plot"
9293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9294 #  algorithm: "plot_nf_heatmap"
9295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9296 #  data: "plot-vpp-nfv-3n-skx-mrr"
9297 #  filter: "'NIC_Intel-XXV710' and
9298 #           'NF_DENSITY' and
9299 #           'DOCKER' and
9300 #           'CHAIN' and
9301 #           'NF_VPPIP4' and
9302 #           'IPSEC' and
9303 #           'TNL_10000' and
9304 #           'IMIX' and
9305 #           '8T4C' and
9306 #           'MRR'"
9307 #  parameters:
9308 #  - "result"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Chain"
9313 #  y-axis: "Y = Number of Service Chains"
9314 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9317 #    layout: "plot-service-density"
9318
9319 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9320 - type: "plot"
9321   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9322   algorithm: "plot_nf_heatmap"
9323   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9324   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9325   filter: "'NIC_Intel-XXV710' and
9326            'NF_DENSITY' and
9327            'DOCKER' and
9328            'CHAIN' and
9329            'NF_VPPIP4' and
9330            'IPSEC' and
9331            'TNL_10000' and
9332            'IMIX' and
9333            '2T1C' and
9334            'NDRPDR'"
9335   parameters:
9336   - "throughput"
9337   - "name"
9338   - "tags"
9339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9340   x-axis: "X = CNFs per Service Chain"
9341   y-axis: "Y = Number of Service Chains"
9342   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9343   layout:
9344     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9345     layout: "plot-service-density"
9346
9347 - type: "plot"
9348   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9349   algorithm: "plot_nf_heatmap"
9350   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9351   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9352   filter: "'NIC_Intel-XXV710' and
9353            'NF_DENSITY' and
9354            'DOCKER' and
9355            'CHAIN' and
9356            'NF_VPPIP4' and
9357            'IPSEC' and
9358            'TNL_10000' and
9359            'IMIX' and
9360            '4T2C' and
9361            'NDRPDR'"
9362   parameters:
9363   - "throughput"
9364   - "name"
9365   - "tags"
9366   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9367   x-axis: "X = CNFs per Service Chain"
9368   y-axis: "Y = Number of Service Chains"
9369   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9370   layout:
9371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9372     layout: "plot-service-density"
9373
9374 - type: "plot"
9375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9376   algorithm: "plot_nf_heatmap"
9377   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9378   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9379   filter: "'NIC_Intel-XXV710' and
9380            'NF_DENSITY' and
9381            'DOCKER' and
9382            'CHAIN' and
9383            'NF_VPPIP4' and
9384            'IPSEC' and
9385            'TNL_10000' and
9386            'IMIX' and
9387            '8T4C' and
9388            'NDRPDR'"
9389   parameters:
9390   - "throughput"
9391   - "name"
9392   - "tags"
9393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9394   x-axis: "X = CNFs per Service Chain"
9395   y-axis: "Y = Number of Service Chains"
9396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9397   layout:
9398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9399     layout: "plot-service-density"
9400
9401 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9402 - type: "plot"
9403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9404   algorithm: "plot_nf_heatmap"
9405   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9406   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9407   filter: "'NIC_Intel-XXV710' and
9408            'NF_DENSITY' and
9409            'DOCKER' and
9410            'CHAIN' and
9411            'NF_VPPIP4' and
9412            'IPSEC' and
9413            'TNL_10000' and
9414            'IMIX' and
9415            '2T1C' and
9416            'NDRPDR'"
9417   parameters:
9418   - "throughput"
9419   - "name"
9420   - "tags"
9421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9422   x-axis: "X = CNFs per Service Chain"
9423   y-axis: "Y = Number of Service Chains"
9424   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9425   layout:
9426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9427     layout: "plot-service-density"
9428
9429 - type: "plot"
9430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9431   algorithm: "plot_nf_heatmap"
9432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9434   filter: "'NIC_Intel-XXV710' and
9435            'NF_DENSITY' and
9436            'DOCKER' and
9437            'CHAIN' and
9438            'NF_VPPIP4' and
9439            'IPSEC' and
9440            'TNL_10000' and
9441            'IMIX' and
9442            '4T2C' and
9443            'NDRPDR'"
9444   parameters:
9445   - "throughput"
9446   - "name"
9447   - "tags"
9448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9449   x-axis: "X = CNFs per Service Chain"
9450   y-axis: "Y = Number of Service Chains"
9451   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9452   layout:
9453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9454     layout: "plot-service-density"
9455
9456 - type: "plot"
9457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9458   algorithm: "plot_nf_heatmap"
9459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9460   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9461   filter: "'NIC_Intel-XXV710' and
9462            'NF_DENSITY' and
9463            'DOCKER' and
9464            'CHAIN' and
9465            'NF_VPPIP4' and
9466            'IPSEC' and
9467            'TNL_10000' and
9468            'IMIX' and
9469            '8T4C' and
9470            'NDRPDR'"
9471   parameters:
9472   - "throughput"
9473   - "name"
9474   - "tags"
9475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9476   x-axis: "X = CNFs per Service Chain"
9477   y-axis: "Y = Number of Service Chains"
9478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9479   layout:
9480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9481     layout: "plot-service-density"
9482
9483 ###############################################################################
9484
9485 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9486 - type: "plot"
9487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9488   algorithm: "plot_nf_heatmap"
9489   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9490   data: "plot-vpp-nfv-3n-hsw-mrr"
9491   filter: "'NIC_Intel-XL710' and
9492            'NF_DENSITY' and
9493            'DOCKER' and
9494            'CHAIN' and
9495            'NF_VPPIP4' and
9496            'IMIX' and
9497            'TNL_10000' and
9498            '1T1C' and
9499            'MRR'"
9500   parameters:
9501   - "result"
9502   - "name"
9503   - "tags"
9504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9505   x-axis: "X = CNFs per Service Chain"
9506   y-axis: "Y = Number of Service Chains"
9507   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9508   layout:
9509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9510     layout: "plot-service-density"
9511
9512 - type: "plot"
9513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9514   algorithm: "plot_nf_heatmap"
9515   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9516   data: "plot-vpp-nfv-3n-hsw-mrr"
9517   filter: "'NIC_Intel-XL710' and
9518            'NF_DENSITY' and
9519            'DOCKER' and
9520            'CHAIN' and
9521            'NF_VPPIP4' and
9522            'IPSEC' and
9523            'TNL_10000' and
9524            'IMIX' and
9525            '2T2C' and
9526            'MRR'"
9527   parameters:
9528   - "result"
9529   - "name"
9530   - "tags"
9531   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9532   x-axis: "X = CNFs per Service Chain"
9533   y-axis: "Y = Number of Service Chains"
9534   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9535   layout:
9536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9537     layout: "plot-service-density"
9538
9539 - type: "plot"
9540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9541   algorithm: "plot_nf_heatmap"
9542   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9543   data: "plot-vpp-nfv-3n-hsw-mrr"
9544   filter: "'NIC_Intel-XL710' and
9545            'NF_DENSITY' and
9546            'DOCKER' and
9547            'CHAIN' and
9548            'NF_VPPIP4' and
9549            'IPSEC' and
9550            'TNL_10000' and
9551            'IMIX' and
9552            '4T4C' and
9553            'MRR'"
9554   parameters:
9555   - "result"
9556   - "name"
9557   - "tags"
9558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9559   x-axis: "X = CNFs per Service Chain"
9560   y-axis: "Y = Number of Service Chains"
9561   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9562   layout:
9563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9564     layout: "plot-service-density"
9565
9566 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9567 - type: "plot"
9568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9569   algorithm: "plot_nf_heatmap"
9570   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9571   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9572   filter: "'NIC_Intel-XL710' and
9573            'NF_DENSITY' and
9574            'DOCKER' and
9575            'CHAIN' and
9576            'NF_VPPIP4' and
9577            'IPSEC' and
9578            'TNL_10000' and
9579            'IMIX' and
9580            '1T1C' and
9581            'NDRPDR'"
9582   parameters:
9583   - "throughput"
9584   - "name"
9585   - "tags"
9586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9587   x-axis: "X = CNFs per Service Chain"
9588   y-axis: "Y = Number of Service Chains"
9589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9590   layout:
9591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9592     layout: "plot-service-density"
9593
9594 - type: "plot"
9595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9596   algorithm: "plot_nf_heatmap"
9597   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9598   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9599   filter: "'NIC_Intel-XL710' and
9600            'NF_DENSITY' and
9601            'DOCKER' and
9602            'CHAIN' and
9603            'NF_VPPIP4' and
9604            'IPSEC' and
9605            'TNL_10000' and
9606            'IMIX' and
9607            '2T2C' and
9608            'NDRPDR'"
9609   parameters:
9610   - "throughput"
9611   - "name"
9612   - "tags"
9613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9614   x-axis: "X = CNFs per Service Chain"
9615   y-axis: "Y = Number of Service Chains"
9616   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9617   layout:
9618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9619     layout: "plot-service-density"
9620
9621 - type: "plot"
9622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9623   algorithm: "plot_nf_heatmap"
9624   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9625   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9626   filter: "'NIC_Intel-XL710' and
9627            'NF_DENSITY' and
9628            'DOCKER' and
9629            'CHAIN' and
9630            'NF_VPPIP4' and
9631            'IPSEC' and
9632            'TNL_10000' and
9633            'IMIX' and
9634            '4T4C' and
9635            'NDRPDR'"
9636   parameters:
9637   - "throughput"
9638   - "name"
9639   - "tags"
9640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9641   x-axis: "X = CNFs per Service Chain"
9642   y-axis: "Y = Number of Service Chains"
9643   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9644   layout:
9645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9646     layout: "plot-service-density"
9647
9648 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9649 - type: "plot"
9650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9651   algorithm: "plot_nf_heatmap"
9652   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9653   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9654   filter: "'NIC_Intel-XL710' and
9655            'NF_DENSITY' and
9656            'DOCKER' and
9657            'CHAIN' and
9658            'NF_VPPIP4' and
9659            'IPSEC' and
9660            'TNL_10000' and
9661            'IMIX' and
9662            '1T1C' and
9663            'NDRPDR'"
9664   parameters:
9665   - "throughput"
9666   - "name"
9667   - "tags"
9668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9669   x-axis: "X = CNFs per Service Chain"
9670   y-axis: "Y = Number of Service Chains"
9671   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9672   layout:
9673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9674     layout: "plot-service-density"
9675
9676 - type: "plot"
9677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9678   algorithm: "plot_nf_heatmap"
9679   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9680   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9681   filter: "'NIC_Intel-XL710' and
9682            'NF_DENSITY' and
9683            'DOCKER' and
9684            'CHAIN' and
9685            'NF_VPPIP4' and
9686            'IPSEC' and
9687            'TNL_10000' and
9688            'IMIX' and
9689            '2T2C' and
9690            'NDRPDR'"
9691   parameters:
9692   - "throughput"
9693   - "name"
9694   - "tags"
9695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9696   x-axis: "X = CNFs per Service Chain"
9697   y-axis: "Y = Number of Service Chains"
9698   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9699   layout:
9700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9701     layout: "plot-service-density"
9702
9703 - type: "plot"
9704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9705   algorithm: "plot_nf_heatmap"
9706   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9707   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9708   filter: "'NIC_Intel-XL710' and
9709            'NF_DENSITY' and
9710            'DOCKER' and
9711            'CHAIN' and
9712            'NF_VPPIP4' and
9713            'IPSEC' and
9714            'TNL_10000' and
9715            'IMIX' and
9716            '4T4C' and
9717            'NDRPDR'"
9718   parameters:
9719   - "throughput"
9720   - "name"
9721   - "tags"
9722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9723   x-axis: "X = CNFs per Service Chain"
9724   y-axis: "Y = Number of Service Chains"
9725   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9726   layout:
9727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9728     layout: "plot-service-density"
9729
9730 ###############################################################################
9731
9732 # Plots - NF Density - CSP - MRR 64b
9733
9734 #- type: "plot"
9735 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9736 #  algorithm: "plot_nf_heatmap"
9737 #  output-file-type: ".html"
9738 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9739 #  data: "plot-vpp-nfv-2n-skx-mrr"
9740 #  filter: "'NIC_Intel-XXV710' and
9741 #           'NF_DENSITY' and
9742 #           'DOCKER' and
9743 #           'PIPELINE' and
9744 #           'NF_VPPIP4' and
9745 #           '64B' and
9746 #           '2T1C' and
9747 #           'MRR'"
9748 #  parameters:
9749 #  - "result"
9750 #  - "name"
9751 #  - "tags"
9752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9753 #  x-axis: "X = CNFs per Service Pipeline"
9754 #  y-axis: "Y = Number of Service Pipelines"
9755 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9756 #  layout:
9757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9758 #    layout: "plot-service-density"
9759 #
9760 #- type: "plot"
9761 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9762 #  algorithm: "plot_nf_heatmap"
9763 #  output-file-type: ".html"
9764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9765 #  data: "plot-vpp-nfv-2n-skx-mrr"
9766 #  filter: "'NIC_Intel-XXV710' and
9767 #           'NF_DENSITY' and
9768 #           'DOCKER' and
9769 #           'PIPELINE' and
9770 #           'NF_VPPIP4' and
9771 #           '64B' and
9772 #           '4T2C' and
9773 #           'MRR'"
9774 #  parameters:
9775 #  - "result"
9776 #  - "name"
9777 #  - "tags"
9778 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9779 #  x-axis: "X = CNFs per Service Pipeline"
9780 #  y-axis: "Y = Number of Service Pipelines"
9781 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9782 #  layout:
9783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9784 #    layout: "plot-service-density"
9785 #
9786 #- type: "plot"
9787 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9788 #  algorithm: "plot_nf_heatmap"
9789 #  output-file-type: ".html"
9790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9791 #  data: "plot-vpp-nfv-2n-skx-mrr"
9792 #  filter: "'NIC_Intel-XXV710' and
9793 #           'NF_DENSITY' and
9794 #           'DOCKER' and
9795 #           'PIPELINE' and
9796 #           'NF_VPPIP4' and
9797 #           '64B' and
9798 #           '8T4C' and
9799 #           'MRR'"
9800 #  parameters:
9801 #  - "result"
9802 #  - "name"
9803 #  - "tags"
9804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9805 #  x-axis: "X = CNFs per Service Pipeline"
9806 #  y-axis: "Y = Number of Service Pipelines"
9807 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9808 #  layout:
9809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9810 #    layout: "plot-service-density"
9811 #
9812 ## Plots - NF Density - CSP - MRR IMIX
9813 #- type: "plot"
9814 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9815 #  algorithm: "plot_nf_heatmap"
9816 #  output-file-type: ".html"
9817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9818 #  data: "plot-vpp-nfv-2n-skx-mrr"
9819 #  filter: "'NIC_Intel-XXV710' and
9820 #           'NF_DENSITY' and
9821 #           'DOCKER' and
9822 #           'PIPELINE' and
9823 #           'NF_VPPIP4' and
9824 #           'IMIX' and
9825 #           '2T1C' and
9826 #           'MRR'"
9827 #  parameters:
9828 #  - "result"
9829 #  - "name"
9830 #  - "tags"
9831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9832 #  x-axis: "X = CNFs per Service Pipeline"
9833 #  y-axis: "Y = Number of Service Pipelines"
9834 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9835 #  layout:
9836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9837 #    layout: "plot-service-density"
9838 #
9839 #- type: "plot"
9840 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9841 #  algorithm: "plot_nf_heatmap"
9842 #  output-file-type: ".html"
9843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9844 #  data: "plot-vpp-nfv-2n-skx-mrr"
9845 #  filter: "'NIC_Intel-XXV710' and
9846 #           'NF_DENSITY' and
9847 #           'DOCKER' and
9848 #           'PIPELINE' and
9849 #           'NF_VPPIP4' and
9850 #           'IMIX' and
9851 #           '4T2C' and
9852 #           'MRR'"
9853 #  parameters:
9854 #  - "result"
9855 #  - "name"
9856 #  - "tags"
9857 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9858 #  x-axis: "X = CNFs per Service Pipeline"
9859 #  y-axis: "Y = Number of Service Pipelines"
9860 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9861 #  layout:
9862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9863 #    layout: "plot-service-density"
9864 #
9865 #- type: "plot"
9866 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9867 #  algorithm: "plot_nf_heatmap"
9868 #  output-file-type: ".html"
9869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9870 #  data: "plot-vpp-nfv-2n-skx-mrr"
9871 #  filter: "'NIC_Intel-XXV710' and
9872 #           'NF_DENSITY' and
9873 #           'DOCKER' and
9874 #           'PIPELINE' and
9875 #           'NF_VPPIP4' and
9876 #           'IMIX' and
9877 #           '8T4C' and
9878 #           'MRR'"
9879 #  parameters:
9880 #  - "result"
9881 #  - "name"
9882 #  - "tags"
9883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9884 #  x-axis: "X = CNFs per Service Pipeline"
9885 #  y-axis: "Y = Number of Service Pipelines"
9886 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9887 #  layout:
9888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9889 #    layout: "plot-service-density"
9890 #
9891 ## Plots - NF Density - CSP - NDR 64b
9892 #- type: "plot"
9893 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9894 #  algorithm: "plot_nf_heatmap"
9895 #  output-file-type: ".html"
9896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9897 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9898 #  filter: "'NIC_Intel-XXV710' and
9899 #           'NF_DENSITY' and
9900 #           'DOCKER' and
9901 #           'PIPELINE' and
9902 #           'NF_VPPIP4' and
9903 #           '64B' and
9904 #           '2T1C' and
9905 #           'NDRPDR'"
9906 #  parameters:
9907 #  - "throughput"
9908 #  - "name"
9909 #  - "tags"
9910 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9911 #  x-axis: "X = CNFs per Service Pipeline"
9912 #  y-axis: "Y = Number of Service Pipelines"
9913 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9914 #  layout:
9915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9916 #    layout: "plot-service-density"
9917 #
9918 #- type: "plot"
9919 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9920 #  algorithm: "plot_nf_heatmap"
9921 #  output-file-type: ".html"
9922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9923 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9924 #  filter: "'NIC_Intel-XXV710' and
9925 #           'NF_DENSITY' and
9926 #           'DOCKER' and
9927 #           'PIPELINE' and
9928 #           'NF_VPPIP4' and
9929 #           '64B' and
9930 #           '4T2C' and
9931 #           'NDRPDR'"
9932 #  parameters:
9933 #  - "throughput"
9934 #  - "name"
9935 #  - "tags"
9936 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9937 #  x-axis: "X = CNFs per Service Pipeline"
9938 #  y-axis: "Y = Number of Service Pipelines"
9939 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9940 #  layout:
9941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9942 #    layout: "plot-service-density"
9943 #
9944 #- type: "plot"
9945 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9946 #  algorithm: "plot_nf_heatmap"
9947 #  output-file-type: ".html"
9948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9949 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9950 #  filter: "'NIC_Intel-XXV710' and
9951 #           'NF_DENSITY' and
9952 #           'DOCKER' and
9953 #           'PIPELINE' and
9954 #           'NF_VPPIP4' and
9955 #           '64B' and
9956 #           '8T4C' and
9957 #           'NDRPDR'"
9958 #  parameters:
9959 #  - "throughput"
9960 #  - "name"
9961 #  - "tags"
9962 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9963 #  x-axis: "X = CNFs per Service Pipeline"
9964 #  y-axis: "Y = Number of Service Pipelines"
9965 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9966 #  layout:
9967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9968 #    layout: "plot-service-density"
9969 #
9970 ## Plots - NF Density - CSP - NDR IMIX
9971 #- type: "plot"
9972 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9973 #  algorithm: "plot_nf_heatmap"
9974 #  output-file-type: ".html"
9975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9976 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9977 #  filter: "'NIC_Intel-XXV710' and
9978 #           'NF_DENSITY' and
9979 #           'DOCKER' and
9980 #           'PIPELINE' and
9981 #           'NF_VPPIP4' and
9982 #           'IMIX' and
9983 #           '2T1C' and
9984 #           'NDRPDR'"
9985 #  parameters:
9986 #  - "throughput"
9987 #  - "name"
9988 #  - "tags"
9989 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9990 #  x-axis: "X = CNFs per Service Pipeline"
9991 #  y-axis: "Y = Number of Service Pipelines"
9992 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9993 #  layout:
9994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9995 #    layout: "plot-service-density"
9996 #
9997 #- type: "plot"
9998 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9999 #  algorithm: "plot_nf_heatmap"
10000 #  output-file-type: ".html"
10001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10002 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10003 #  filter: "'NIC_Intel-XXV710' and
10004 #           'NF_DENSITY' and
10005 #           'DOCKER' and
10006 #           'PIPELINE' and
10007 #           'NF_VPPIP4' and
10008 #           'IMIX' and
10009 #           '4T2C' and
10010 #           'NDRPDR'"
10011 #  parameters:
10012 #  - "throughput"
10013 #  - "name"
10014 #  - "tags"
10015 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10016 #  x-axis: "X = CNFs per Service Pipeline"
10017 #  y-axis: "Y = Number of Service Pipelines"
10018 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10019 #  layout:
10020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10021 #    layout: "plot-service-density"
10022 #
10023 #- type: "plot"
10024 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10025 #  algorithm: "plot_nf_heatmap"
10026 #  output-file-type: ".html"
10027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10028 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10029 #  filter: "'NIC_Intel-XXV710' and
10030 #           'NF_DENSITY' and
10031 #           'DOCKER' and
10032 #           'PIPELINE' and
10033 #           'NF_VPPIP4' and
10034 #           'IMIX' and
10035 #           '8T4C' and
10036 #           'NDRPDR'"
10037 #  parameters:
10038 #  - "throughput"
10039 #  - "name"
10040 #  - "tags"
10041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10042 #  x-axis: "X = CNFs per Service Pipeline"
10043 #  y-axis: "Y = Number of Service Pipelines"
10044 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10045 #  layout:
10046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10047 #    layout: "plot-service-density"
10048 #
10049 ## Plots - NF Density - CSP - PDR 64b
10050 #- type: "plot"
10051 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10052 #  algorithm: "plot_nf_heatmap"
10053 #  output-file-type: ".html"
10054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10055 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10056 #  filter: "'NIC_Intel-XXV710' and
10057 #           'NF_DENSITY' and
10058 #           'DOCKER' and
10059 #           'PIPELINE' and
10060 #           'NF_VPPIP4' and
10061 #           '64B' and
10062 #           '2T1C' and
10063 #           'NDRPDR'"
10064 #  parameters:
10065 #  - "throughput"
10066 #  - "name"
10067 #  - "tags"
10068 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10069 #  x-axis: "X = CNFs per Service Pipeline"
10070 #  y-axis: "Y = Number of Service Pipelines"
10071 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10072 #  layout:
10073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10074 #    layout: "plot-service-density"
10075 #
10076 #- type: "plot"
10077 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10078 #  algorithm: "plot_nf_heatmap"
10079 #  output-file-type: ".html"
10080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10081 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10082 #  filter: "'NIC_Intel-XXV710' and
10083 #           'NF_DENSITY' and
10084 #           'DOCKER' and
10085 #           'PIPELINE' and
10086 #           'NF_VPPIP4' and
10087 #           '64B' and
10088 #           '4T2C' and
10089 #           'NDRPDR'"
10090 #  parameters:
10091 #  - "throughput"
10092 #  - "name"
10093 #  - "tags"
10094 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10095 #  x-axis: "X = CNFs per Service Pipeline"
10096 #  y-axis: "Y = Number of Service Pipelines"
10097 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10098 #  layout:
10099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10100 #    layout: "plot-service-density"
10101 #
10102 #- type: "plot"
10103 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10104 #  algorithm: "plot_nf_heatmap"
10105 #  output-file-type: ".html"
10106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10107 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10108 #  filter: "'NIC_Intel-XXV710' and
10109 #           'NF_DENSITY' and
10110 #           'DOCKER' and
10111 #           'PIPELINE' and
10112 #           'NF_VPPIP4' and
10113 #           '64B' and
10114 #           '8T4C' and
10115 #           'NDRPDR'"
10116 #  parameters:
10117 #  - "throughput"
10118 #  - "name"
10119 #  - "tags"
10120 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10121 #  x-axis: "X = CNFs per Service Pipeline"
10122 #  y-axis: "Y = Number of Service Pipelines"
10123 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10124 #  layout:
10125 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10126 #    layout: "plot-service-density"
10127 #
10128 ## Plots - NF Density - CSP - PDR IMIX
10129 #- type: "plot"
10130 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10131 #  algorithm: "plot_nf_heatmap"
10132 #  output-file-type: ".html"
10133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10134 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10135 #  filter: "'NIC_Intel-XXV710' and
10136 #           'NF_DENSITY' and
10137 #           'DOCKER' and
10138 #           'PIPELINE' and
10139 #           'NF_VPPIP4' and
10140 #           'IMIX' and
10141 #           '2T1C' and
10142 #           'NDRPDR'"
10143 #  parameters:
10144 #  - "throughput"
10145 #  - "name"
10146 #  - "tags"
10147 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10148 #  x-axis: "X = CNFs per Service Pipeline"
10149 #  y-axis: "Y = Number of Service Pipelines"
10150 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10151 #  layout:
10152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10153 #    layout: "plot-service-density"
10154 #
10155 #- type: "plot"
10156 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10157 #  algorithm: "plot_nf_heatmap"
10158 #  output-file-type: ".html"
10159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10160 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10161 #  filter: "'NIC_Intel-XXV710' and
10162 #           'NF_DENSITY' and
10163 #           'DOCKER' and
10164 #           'PIPELINE' and
10165 #           'NF_VPPIP4' and
10166 #           'IMIX' and
10167 #           '4T2C' and
10168 #           'NDRPDR'"
10169 #  parameters:
10170 #  - "throughput"
10171 #  - "name"
10172 #  - "tags"
10173 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10174 #  x-axis: "X = CNFs per Service Pipeline"
10175 #  y-axis: "Y = Number of Service Pipelines"
10176 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10177 #  layout:
10178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10179 #    layout: "plot-service-density"
10180 #
10181 #- type: "plot"
10182 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10183 #  algorithm: "plot_nf_heatmap"
10184 #  output-file-type: ".html"
10185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10186 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10187 #  filter: "'NIC_Intel-XXV710' and
10188 #           'NF_DENSITY' and
10189 #           'DOCKER' and
10190 #           'PIPELINE' and
10191 #           'NF_VPPIP4' and
10192 #           'IMIX' and
10193 #           '8T4C' and
10194 #           'NDRPDR'"
10195 #  parameters:
10196 #  - "throughput"
10197 #  - "name"
10198 #  - "tags"
10199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10200 #  x-axis: "X = CNFs per Service Pipeline"
10201 #  y-axis: "Y = Number of Service Pipelines"
10202 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10203 #  layout:
10204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10205 #    layout: "plot-service-density"
10206
10207 ###############################################################################
10208 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10209
10210 - type: "plot"
10211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10212   algorithm: "plot_nf_heatmap"
10213   output-file-type: ".html"
10214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10215   data: "plot-vpp-nfv-2n-clx-mrr"
10216   filter: "'NIC_Intel-XXV710' and
10217            'NF_DENSITY' and
10218            'VHOST' and
10219            not 'VXLAN' and
10220            'CHAIN' and
10221            'NF_VPPIP4' and
10222            'IMIX' and
10223            '2T1C' and
10224            'MRR'"
10225   parameters:
10226   - "result"
10227   - "name"
10228   - "tags"
10229   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10230   x-axis: "X = VNFs per Service Chain"
10231   y-axis: "Y = Number of Service Chains"
10232   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10233   layout:
10234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10235     layout: "plot-service-density"
10236
10237 - type: "plot"
10238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10239   algorithm: "plot_nf_heatmap"
10240   output-file-type: ".html"
10241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10242   data: "plot-vpp-nfv-2n-clx-mrr"
10243   filter: "'NIC_Intel-XXV710' and
10244            'NF_DENSITY' and
10245            'VHOST' and
10246            not 'VXLAN' and
10247            'CHAIN' and
10248            'NF_VPPIP4' and
10249            'IMIX' and
10250            '4T2C' and
10251            'MRR'"
10252   parameters:
10253   - "result"
10254   - "name"
10255   - "tags"
10256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10257   x-axis: "X = VNFs per Service Chain"
10258   y-axis: "Y = Number of Service Chains"
10259   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10260   layout:
10261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10262     layout: "plot-service-density"
10263
10264 - type: "plot"
10265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10266   algorithm: "plot_nf_heatmap"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10269   data: "plot-vpp-nfv-2n-clx-mrr"
10270   filter: "'NIC_Intel-XXV710' and
10271            'NF_DENSITY' and
10272            'VHOST' and
10273            not 'VXLAN' and
10274            'CHAIN' and
10275            'NF_VPPIP4' and
10276            'IMIX' and
10277            '8T4C' and
10278            'MRR'"
10279   parameters:
10280   - "result"
10281   - "name"
10282   - "tags"
10283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10284   x-axis: "X = VNFs per Service Chain"
10285   y-axis: "Y = Number of Service Chains"
10286   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10287   layout:
10288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10289     layout: "plot-service-density"
10290
10291 # Plots - NF Density - VSC - NDR IMIX
10292 - type: "plot"
10293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10294   algorithm: "plot_nf_heatmap"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10297   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10298   filter: "'NIC_Intel-XXV710' and
10299            'NF_DENSITY' and
10300            'VHOST' and
10301            not 'VXLAN' and
10302            'CHAIN' and
10303            'NF_VPPIP4' and
10304            'IMIX' and
10305            '2T1C' and
10306            'NDRPDR'"
10307   parameters:
10308   - "throughput"
10309   - "name"
10310   - "tags"
10311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10312   x-axis: "X = VNFs per Service Chain"
10313   y-axis: "Y = Number of Service Chains"
10314   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10315   layout:
10316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10317     layout: "plot-service-density"
10318
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'VHOST' and
10328            not 'VXLAN' and
10329            'CHAIN' and
10330            'NF_VPPIP4' and
10331            'IMIX' and
10332            '4T2C' and
10333            'NDRPDR'"
10334   parameters:
10335   - "throughput"
10336   - "name"
10337   - "tags"
10338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10339   x-axis: "X = VNFs per Service Chain"
10340   y-axis: "Y = Number of Service Chains"
10341   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10342   layout:
10343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10344     layout: "plot-service-density"
10345
10346 - type: "plot"
10347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10348   algorithm: "plot_nf_heatmap"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10351   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10352   filter: "'NIC_Intel-XXV710' and
10353            'NF_DENSITY' and
10354            'VHOST' and
10355            not 'VXLAN' and
10356            'CHAIN' and
10357            'NF_VPPIP4' and
10358            'IMIX' and
10359            '8T4C' and
10360            'NDRPDR'"
10361   parameters:
10362   - "throughput"
10363   - "name"
10364   - "tags"
10365   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10366   x-axis: "X = VNFs per Service Chain"
10367   y-axis: "Y = Number of Service Chains"
10368   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10369   layout:
10370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10371     layout: "plot-service-density"
10372
10373 # Plots - NF Density - VSC - PDR IMIX
10374 - type: "plot"
10375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10376   algorithm: "plot_nf_heatmap"
10377   output-file-type: ".html"
10378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10379   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10380   filter: "'NIC_Intel-XXV710' and
10381            'NF_DENSITY' and
10382            'VHOST' and
10383            not 'VXLAN' and
10384            'CHAIN' and
10385            'NF_VPPIP4' and
10386            'IMIX' and
10387            '2T1C' and
10388            'NDRPDR'"
10389   parameters:
10390   - "throughput"
10391   - "name"
10392   - "tags"
10393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10394   x-axis: "X = VNFs per Service Chain"
10395   y-axis: "Y = Number of Service Chains"
10396   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10397   layout:
10398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10399     layout: "plot-service-density"
10400
10401 - type: "plot"
10402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10403   algorithm: "plot_nf_heatmap"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10407   filter: "'NIC_Intel-XXV710' and
10408            'NF_DENSITY' and
10409            'VHOST' and
10410            not 'VXLAN' and
10411            'CHAIN' and
10412            'NF_VPPIP4' and
10413            'IMIX' and
10414            '4T2C' and
10415            'NDRPDR'"
10416   parameters:
10417   - "throughput"
10418   - "name"
10419   - "tags"
10420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10421   x-axis: "X = VNFs per Service Chain"
10422   y-axis: "Y = Number of Service Chains"
10423   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10424   layout:
10425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10426     layout: "plot-service-density"
10427
10428 - type: "plot"
10429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10430   algorithm: "plot_nf_heatmap"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10433   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10434   filter: "'NIC_Intel-XXV710' and
10435            'NF_DENSITY' and
10436            'VHOST' and
10437            not 'VXLAN' and
10438            'CHAIN' and
10439            'NF_VPPIP4' and
10440            'IMIX' and
10441            '8T4C' and
10442            'NDRPDR'"
10443   parameters:
10444   - "throughput"
10445   - "name"
10446   - "tags"
10447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10448   x-axis: "X = VNFs per Service Chain"
10449   y-axis: "Y = Number of Service Chains"
10450   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10451   layout:
10452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10453     layout: "plot-service-density"
10454
10455 # Plots - NF Density - VSC - MRR IMIX
10456 - type: "plot"
10457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10458   algorithm: "plot_nf_heatmap"
10459   output-file-type: ".html"
10460   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10461   data: "plot-vpp-nfv-2n-clx-mrr"
10462   filter: "'NIC_Intel-XXV710' and
10463            'NF_DENSITY' and
10464            'VHOST' and
10465            'VXLAN' and
10466            'CHAIN' and
10467            'IMIX' and
10468            '2T1C' and
10469            'MRR'"
10470   parameters:
10471   - "result"
10472   - "name"
10473   - "tags"
10474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10475   x-axis: "X = VNFs per Service Chain"
10476   y-axis: "Y = Number of Service Chains"
10477   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10478   layout:
10479     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10480     layout: "plot-service-density"
10481
10482 - type: "plot"
10483   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10484   algorithm: "plot_nf_heatmap"
10485   output-file-type: ".html"
10486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10487   data: "plot-vpp-nfv-2n-clx-mrr"
10488   filter: "'NIC_Intel-XXV710' and
10489            'NF_DENSITY' and
10490            'VHOST' and
10491            'VXLAN' and
10492            'CHAIN' and
10493            'IMIX' and
10494            '4T2C' and
10495            'MRR'"
10496   parameters:
10497   - "result"
10498   - "name"
10499   - "tags"
10500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10501   x-axis: "X = VNFs per Service Chain"
10502   y-axis: "Y = Number of Service Chains"
10503   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10504   layout:
10505     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10506     layout: "plot-service-density"
10507
10508 - type: "plot"
10509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10510   algorithm: "plot_nf_heatmap"
10511   output-file-type: ".html"
10512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10513   data: "plot-vpp-nfv-2n-clx-mrr"
10514   filter: "'NIC_Intel-XXV710' and
10515            'NF_DENSITY' and
10516            'VHOST' and
10517            'VXLAN' and
10518            'CHAIN' and
10519            'IMIX' and
10520            '8T4C' and
10521            'MRR'"
10522   parameters:
10523   - "result"
10524   - "name"
10525   - "tags"
10526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10527   x-axis: "X = VNFs per Service Chain"
10528   y-axis: "Y = Number of Service Chains"
10529   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10530   layout:
10531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10532     layout: "plot-service-density"
10533
10534 # Plots - NF Density - VSC - NDR IMIX
10535 - type: "plot"
10536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10537   algorithm: "plot_nf_heatmap"
10538   output-file-type: ".html"
10539   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10540   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10541   filter: "'NIC_Intel-XXV710' and
10542            'NF_DENSITY' and
10543            'VHOST' and
10544            'VXLAN' and
10545            'CHAIN' a
10546            'IMIX' and
10547            '2T1C' and
10548            'NDRPDR'"
10549   parameters:
10550   - "throughput"
10551   - "name"
10552   - "tags"
10553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10554   x-axis: "X = VNFs per Service Chain"
10555   y-axis: "Y = Number of Service Chains"
10556   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10557   layout:
10558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10559     layout: "plot-service-density"
10560
10561 - type: "plot"
10562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10563   algorithm: "plot_nf_heatmap"
10564   output-file-type: ".html"
10565   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10566   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10567   filter: "'NIC_Intel-XXV710' and
10568            'NF_DENSITY' and
10569            'VHOST' and
10570            'VXLAN' and
10571            'CHAIN' and
10572            'IMIX' and
10573            '4T2C' and
10574            'NDRPDR'"
10575   parameters:
10576   - "throughput"
10577   - "name"
10578   - "tags"
10579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10580   x-axis: "X = VNFs per Service Chain"
10581   y-axis: "Y = Number of Service Chains"
10582   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10583   layout:
10584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10585     layout: "plot-service-density"
10586
10587 - type: "plot"
10588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10589   algorithm: "plot_nf_heatmap"
10590   output-file-type: ".html"
10591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10592   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10593   filter: "'NIC_Intel-XXV710' and
10594            'NF_DENSITY' and
10595            'VHOST' and
10596            'VXLAN' and
10597            'CHAIN' and
10598            'IMIX' and
10599            '8T4C' and
10600            'NDRPDR'"
10601   parameters:
10602   - "throughput"
10603   - "name"
10604   - "tags"
10605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10606   x-axis: "X = VNFs per Service Chain"
10607   y-axis: "Y = Number of Service Chains"
10608   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10609   layout:
10610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10611     layout: "plot-service-density"
10612
10613 # Plots - NF Density - VSC - PDR IMIX
10614 - type: "plot"
10615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10616   algorithm: "plot_nf_heatmap"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10619   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10620   filter: "'NIC_Intel-XXV710' and
10621            'NF_DENSITY' and
10622            'VHOST' and
10623            'VXLAN' and
10624            'CHAIN' and
10625            'IMIX' and
10626            '2T1C' and
10627            'NDRPDR'"
10628   parameters:
10629   - "throughput"
10630   - "name"
10631   - "tags"
10632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10633   x-axis: "X = VNFs per Service Chain"
10634   y-axis: "Y = Number of Service Chains"
10635   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10636   layout:
10637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10638     layout: "plot-service-density"
10639
10640 - type: "plot"
10641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10642   algorithm: "plot_nf_heatmap"
10643   output-file-type: ".html"
10644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10645   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10646   filter: "'NIC_Intel-XXV710' and
10647            'NF_DENSITY' and
10648            'VHOST' and
10649            'VXLAN' and
10650            'CHAIN' and
10651            'IMIX' and
10652            '4T2C' and
10653            'NDRPDR'"
10654   parameters:
10655   - "throughput"
10656   - "name"
10657   - "tags"
10658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10659   x-axis: "X = VNFs per Service Chain"
10660   y-axis: "Y = Number of Service Chains"
10661   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10662   layout:
10663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10664     layout: "plot-service-density"
10665
10666 - type: "plot"
10667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10668   algorithm: "plot_nf_heatmap"
10669   output-file-type: ".html"
10670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10671   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10672   filter: "'NIC_Intel-XXV710' and
10673            'NF_DENSITY' and
10674            'VHOST' and
10675            'VXLAN' and
10676            'CHAIN' and
10677            'IMIX' and
10678            '8T4C' and
10679            'NDRPDR'"
10680   parameters:
10681   - "throughput"
10682   - "name"
10683   - "tags"
10684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10685   x-axis: "X = VNFs per Service Chain"
10686   y-axis: "Y = Number of Service Chains"
10687   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10688   layout:
10689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10690     layout: "plot-service-density"
10691
10692 # Plots - NF Density - CSC - MRR IMIX
10693 - type: "plot"
10694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10695   algorithm: "plot_nf_heatmap"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10698   data: "plot-vpp-nfv-2n-clx-mrr"
10699   filter: "'NIC_Intel-XXV710' and
10700            'NF_DENSITY' and
10701            'DOCKER' and
10702            'CHAIN' and
10703            'NF_VPPIP4' and
10704            'IMIX' and
10705            '2T1C' and
10706            'MRR'"
10707   parameters:
10708   - "result"
10709   - "name"
10710   - "tags"
10711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10712   x-axis: "X = CNFs per Service Chain"
10713   y-axis: "Y = Number of Service Chains"
10714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10715   layout:
10716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10717     layout: "plot-service-density"
10718
10719 - type: "plot"
10720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10721   algorithm: "plot_nf_heatmap"
10722   output-file-type: ".html"
10723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10724   data: "plot-vpp-nfv-2n-clx-mrr"
10725   filter: "'NIC_Intel-XXV710' and
10726            'NF_DENSITY' and
10727            'DOCKER' and
10728            'CHAIN' and
10729            'NF_VPPIP4' and
10730            'IMIX' and
10731            '4T2C' and
10732            'MRR'"
10733   parameters:
10734   - "result"
10735   - "name"
10736   - "tags"
10737   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10738   x-axis: "X = CNFs per Service Chain"
10739   y-axis: "Y = Number of Service Chains"
10740   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10741   layout:
10742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10743     layout: "plot-service-density"
10744
10745 - type: "plot"
10746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10747   algorithm: "plot_nf_heatmap"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10750   data: "plot-vpp-nfv-2n-clx-mrr"
10751   filter: "'NIC_Intel-XXV710' and
10752            'NF_DENSITY' and
10753            'DOCKER' and
10754            'CHAIN' and
10755            'NF_VPPIP4' and
10756            'IMIX' and
10757            '8T4C' and
10758            'MRR'"
10759   parameters:
10760   - "result"
10761   - "name"
10762   - "tags"
10763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10764   x-axis: "X = CNFs per Service Chain"
10765   y-axis: "Y = Number of Service Chains"
10766   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10767   layout:
10768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10769     layout: "plot-service-density"
10770
10771 # Plots - NF Density - CSC - NDR IMIX
10772 - type: "plot"
10773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10774   algorithm: "plot_nf_heatmap"
10775   output-file-type: ".html"
10776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10777   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10778   filter: "'NIC_Intel-XXV710' and
10779            'NF_DENSITY' and
10780            'DOCKER' and
10781            'CHAIN' and
10782            'NF_VPPIP4' and
10783            'IMIX' and
10784            '2T1C' and
10785            'NDRPDR'"
10786   parameters:
10787   - "throughput"
10788   - "name"
10789   - "tags"
10790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10791   x-axis: "X = CNFs per Service Chain"
10792   y-axis: "Y = Number of Service Chains"
10793   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10794   layout:
10795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10796     layout: "plot-service-density"
10797
10798 - type: "plot"
10799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10800   algorithm: "plot_nf_heatmap"
10801   output-file-type: ".html"
10802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10803   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10804   filter: "'NIC_Intel-XXV710' and
10805            'NF_DENSITY' and
10806            'DOCKER' and
10807            'CHAIN' and
10808            'NF_VPPIP4' and
10809            'IMIX' and
10810            '4T2C' and
10811            'NDRPDR'"
10812   parameters:
10813   - "throughput"
10814   - "name"
10815   - "tags"
10816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10817   x-axis: "X = CNFs per Service Chain"
10818   y-axis: "Y = Number of Service Chains"
10819   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10820   layout:
10821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10822     layout: "plot-service-density"
10823
10824 - type: "plot"
10825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10826   algorithm: "plot_nf_heatmap"
10827   output-file-type: ".html"
10828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10829   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10830   filter: "'NIC_Intel-XXV710' and
10831            'NF_DENSITY' and
10832            'DOCKER' and
10833            'CHAIN' and
10834            'NF_VPPIP4' and
10835            'IMIX' and
10836            '8T4C' and
10837            'NDRPDR'"
10838   parameters:
10839   - "throughput"
10840   - "name"
10841   - "tags"
10842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10843   x-axis: "X = CNFs per Service Chain"
10844   y-axis: "Y = Number of Service Chains"
10845   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10846   layout:
10847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10848     layout: "plot-service-density"
10849
10850 # Plots - NF Density - CSC - PDR IMIX
10851 - type: "plot"
10852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10853   algorithm: "plot_nf_heatmap"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10856   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10857   filter: "'NIC_Intel-XXV710' and
10858            'NF_DENSITY' and
10859            'DOCKER' and
10860            'CHAIN' and
10861            'NF_VPPIP4' and
10862            'IMIX' and
10863            '2T1C' and
10864            'NDRPDR'"
10865   parameters:
10866   - "throughput"
10867   - "name"
10868   - "tags"
10869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10870   x-axis: "X = CNFs per Service Chain"
10871   y-axis: "Y = Number of Service Chains"
10872   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10873   layout:
10874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10875     layout: "plot-service-density"
10876
10877 - type: "plot"
10878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10879   algorithm: "plot_nf_heatmap"
10880   output-file-type: ".html"
10881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10882   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10883   filter: "'NIC_Intel-XXV710' and
10884            'NF_DENSITY' and
10885            'DOCKER' and
10886            'CHAIN' and
10887            'NF_VPPIP4' and
10888            'IMIX' and
10889            '4T2C' and
10890            'NDRPDR'"
10891   parameters:
10892   - "throughput"
10893   - "name"
10894   - "tags"
10895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10896   x-axis: "X = CNFs per Service Chain"
10897   y-axis: "Y = Number of Service Chains"
10898   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10899   layout:
10900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10901     layout: "plot-service-density"
10902
10903 - type: "plot"
10904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10905   algorithm: "plot_nf_heatmap"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10908   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10909   filter: "'NIC_Intel-XXV710' and
10910            'NF_DENSITY' and
10911            'DOCKER' and
10912            'CHAIN' and
10913            'NF_VPPIP4' and
10914            'IMIX' and
10915            '8T4C' and
10916            'NDRPDR'"
10917   parameters:
10918   - "throughput"
10919   - "name"
10920   - "tags"
10921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10922   x-axis: "X = CNFs per Service Chain"
10923   y-axis: "Y = Number of Service Chains"
10924   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10925   layout:
10926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10927     layout: "plot-service-density"
10928
10929 # Plots - NF Density - CSP - MRR IMIX
10930 - type: "plot"
10931   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10932   algorithm: "plot_nf_heatmap"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10935   data: "plot-vpp-nfv-2n-clx-mrr"
10936   filter: "'NIC_Intel-XXV710' and
10937            'NF_DENSITY' and
10938            'DOCKER' and
10939            'PIPELINE' and
10940            'NF_VPPIP4' and
10941            'IMIX' and
10942            '2T1C' and
10943            'MRR'"
10944   parameters:
10945   - "result"
10946   - "name"
10947   - "tags"
10948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10949   x-axis: "X = CNFs per Service Pipeline"
10950   y-axis: "Y = Number of Service Pipelines"
10951   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10952   layout:
10953     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10954     layout: "plot-service-density"
10955
10956 - type: "plot"
10957   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10958   algorithm: "plot_nf_heatmap"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10961   data: "plot-vpp-nfv-2n-clx-mrr"
10962   filter: "'NIC_Intel-XXV710' and
10963            'NF_DENSITY' and
10964            'DOCKER' and
10965            'PIPELINE' and
10966            'NF_VPPIP4' and
10967            'IMIX' and
10968            '4T2C' and
10969            'MRR'"
10970   parameters:
10971   - "result"
10972   - "name"
10973   - "tags"
10974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10975   x-axis: "X = CNFs per Service Pipeline"
10976   y-axis: "Y = Number of Service Pipelines"
10977   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10978   layout:
10979     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10980     layout: "plot-service-density"
10981
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10987   data: "plot-vpp-nfv-2n-clx-mrr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'DOCKER' and
10991            'PIPELINE' and
10992            'NF_VPPIP4' and
10993            'IMIX' and
10994            '8T4C' and
10995            'MRR'"
10996   parameters:
10997   - "result"
10998   - "name"
10999   - "tags"
11000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11001   x-axis: "X = CNFs per Service Pipeline"
11002   y-axis: "Y = Number of Service Pipelines"
11003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11004   layout:
11005     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11006     layout: "plot-service-density"
11007
11008 # Plots - NF Density - CSP - NDR IMIX
11009 - type: "plot"
11010   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11011   algorithm: "plot_nf_heatmap"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11015   filter: "'NIC_Intel-XXV710' and
11016            'NF_DENSITY' and
11017            'DOCKER' and
11018            'PIPELINE' and
11019            'NF_VPPIP4' and
11020            'IMIX' and
11021            '2T1C' and
11022            'NDRPDR'"
11023   parameters:
11024   - "throughput"
11025   - "name"
11026   - "tags"
11027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11028   x-axis: "X = CNFs per Service Pipeline"
11029   y-axis: "Y = Number of Service Pipelines"
11030   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11031   layout:
11032     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11033     layout: "plot-service-density"
11034
11035 - type: "plot"
11036   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11037   algorithm: "plot_nf_heatmap"
11038   output-file-type: ".html"
11039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11040   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11041   filter: "'NIC_Intel-XXV710' and
11042            'NF_DENSITY' and
11043            'DOCKER' and
11044            'PIPELINE' and
11045            'NF_VPPIP4' and
11046            'IMIX' and
11047            '4T2C' and
11048            'NDRPDR'"
11049   parameters:
11050   - "throughput"
11051   - "name"
11052   - "tags"
11053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11054   x-axis: "X = CNFs per Service Pipeline"
11055   y-axis: "Y = Number of Service Pipelines"
11056   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11057   layout:
11058     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11059     layout: "plot-service-density"
11060
11061 - type: "plot"
11062   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11063   algorithm: "plot_nf_heatmap"
11064   output-file-type: ".html"
11065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11066   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11067   filter: "'NIC_Intel-XXV710' and
11068            'NF_DENSITY' and
11069            'DOCKER' and
11070            'PIPELINE' and
11071            'NF_VPPIP4' and
11072            'IMIX' and
11073            '8T4C' and
11074            'NDRPDR'"
11075   parameters:
11076   - "throughput"
11077   - "name"
11078   - "tags"
11079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11080   x-axis: "X = CNFs per Service Pipeline"
11081   y-axis: "Y = Number of Service Pipelines"
11082   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11083   layout:
11084     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11085     layout: "plot-service-density"
11086
11087 # Plots - NF Density - CSP - PDR IMIX
11088 - type: "plot"
11089   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11090   algorithm: "plot_nf_heatmap"
11091   output-file-type: ".html"
11092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11093   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11094   filter: "'NIC_Intel-XXV710' and
11095            'NF_DENSITY' and
11096            'DOCKER' and
11097            'PIPELINE' and
11098            'NF_VPPIP4' and
11099            'IMIX' and
11100            '2T1C' and
11101            'NDRPDR'"
11102   parameters:
11103   - "throughput"
11104   - "name"
11105   - "tags"
11106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11107   x-axis: "X = CNFs per Service Pipeline"
11108   y-axis: "Y = Number of Service Pipelines"
11109   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11110   layout:
11111     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11112     layout: "plot-service-density"
11113
11114 - type: "plot"
11115   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11116   algorithm: "plot_nf_heatmap"
11117   output-file-type: ".html"
11118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11119   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11120   filter: "'NIC_Intel-XXV710' and
11121            'NF_DENSITY' and
11122            'DOCKER' and
11123            'PIPELINE' and
11124            'NF_VPPIP4' and
11125            'IMIX' and
11126            '4T2C' and
11127            'NDRPDR'"
11128   parameters:
11129   - "throughput"
11130   - "name"
11131   - "tags"
11132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11133   x-axis: "X = CNFs per Service Pipeline"
11134   y-axis: "Y = Number of Service Pipelines"
11135   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11136   layout:
11137     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11138     layout: "plot-service-density"
11139
11140 - type: "plot"
11141   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11142   algorithm: "plot_nf_heatmap"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11145   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11146   filter: "'NIC_Intel-XXV710' and
11147            'NF_DENSITY' and
11148            'DOCKER' and
11149            'PIPELINE' and
11150            'NF_VPPIP4' and
11151            'IMIX' and
11152            '8T4C' and
11153            'NDRPDR'"
11154   parameters:
11155   - "throughput"
11156   - "name"
11157   - "tags"
11158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11159   x-axis: "X = CNFs per Service Pipeline"
11160   y-axis: "Y = Number of Service Pipelines"
11161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11162   layout:
11163     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11164     layout: "plot-service-density"
11165
11166 ################################################################################
11167
11168 # Packet Throughput
11169
11170 - type: "plot"
11171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11172   algorithm: "plot_perf_box_name"
11173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11175   include:
11176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11180   layout:
11181     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11186   algorithm: "plot_perf_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11189   include:
11190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11193     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11194   layout:
11195     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11196     layout: "plot-throughput"
11197
11198 - type: "plot"
11199   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11200   algorithm: "plot_perf_box_name"
11201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11203   include:
11204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11208   layout:
11209     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11219     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11222   layout:
11223     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11231   include:
11232     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11233     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11234     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11235     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11236     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11237   layout:
11238     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11246   include:
11247     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11248     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11249     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11250     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11251     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11252   layout:
11253     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11254     layout: "plot-throughput"
11255
11256 - type: "plot"
11257   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11258   algorithm: "plot_perf_box_name"
11259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11261   include:
11262     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11263     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11264     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11265     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11266     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11267   layout:
11268     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11269     layout: "plot-throughput"
11270
11271 - type: "plot"
11272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11273   algorithm: "plot_perf_box_name"
11274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11276   include:
11277     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11278     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11279     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11280     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11281     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11282   layout:
11283     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11291   include:
11292     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11293     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11294     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11295     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11296     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11297   layout:
11298     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11299     layout: "plot-throughput"
11300
11301 - type: "plot"
11302   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11303   algorithm: "plot_perf_box_name"
11304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11306   include:
11307     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11309     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11310     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11311     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11312   layout:
11313     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11321   include:
11322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11328   layout:
11329     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11330     layout: "plot-throughput"
11331
11332 - type: "plot"
11333   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11334   algorithm: "plot_perf_box_name"
11335   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11337   include:
11338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11344   layout:
11345     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11346     layout: "plot-throughput"
11347
11348 - type: "plot"
11349   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11350   algorithm: "plot_perf_box_name"
11351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11353   include:
11354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11359   layout:
11360     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11361     layout: "plot-throughput"
11362
11363 - type: "plot"
11364   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11365   algorithm: "plot_perf_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11368   include:
11369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11374   layout:
11375     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11376     layout: "plot-throughput"
11377
11378 - type: "plot"
11379   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11380   algorithm: "plot_perf_box_name"
11381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11383   include:
11384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11387   layout:
11388     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11389     layout: "plot-throughput"
11390
11391 - type: "plot"
11392   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11393   algorithm: "plot_perf_box_name"
11394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11396   include:
11397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11400   layout:
11401     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11402     layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11409   include:
11410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11415   layout:
11416     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11421   algorithm: "plot_perf_box_name"
11422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11424   include:
11425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11430   layout:
11431     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11432     layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11439   include:
11440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11443   layout:
11444     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11452   include:
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11456   layout:
11457     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11458     layout: "plot-throughput"
11459
11460 - type: "plot"
11461   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11462   algorithm: "plot_perf_box_name"
11463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11465   include:
11466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11472   layout:
11473     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11474     layout: "plot-throughput"
11475
11476 - type: "plot"
11477   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11478   algorithm: "plot_perf_box_name"
11479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11481   include:
11482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11488   layout:
11489     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11504   layout:
11505     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11510   algorithm: "plot_perf_box_name"
11511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11513   include:
11514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11520   layout:
11521     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11533   layout:
11534     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11546   layout:
11547     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11559 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11560 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11561   layout:
11562     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11574 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11575 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11576   layout:
11577     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11591   layout:
11592     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11600   include:
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11606   layout:
11607     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11615   include:
11616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11621   layout:
11622     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11636   layout:
11637     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11652   layout:
11653     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11661   include:
11662     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11668   layout:
11669     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11677   include:
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11684   layout:
11685     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11686     layout: "plot-throughput"
11687
11688 - type: "plot"
11689   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11690   algorithm: "plot_perf_box_name"
11691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11693   include:
11694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11700   layout:
11701     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11702     layout: "plot-throughput"
11703
11704 - type: "plot"
11705   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11706   algorithm: "plot_perf_box_name"
11707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11709   include:
11710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11715   layout:
11716     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11723   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11724   include:
11725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11730   layout:
11731     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11738   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11739   include:
11740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11746   layout:
11747     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11754   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11755   include:
11756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11762   layout:
11763     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11770   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11771   include:
11772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11777   layout:
11778     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11779     layout: "plot-throughput"
11780
11781 - type: "plot"
11782   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11783   algorithm: "plot_perf_box_name"
11784   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11785   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11786   include:
11787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11792   layout:
11793     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11800   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11801   include:
11802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11808   layout:
11809     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11816   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11817   include:
11818     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11824   layout:
11825     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11833   include:
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11839   layout:
11840     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11841     layout: "plot-throughput"
11842
11843 - type: "plot"
11844   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11845   algorithm: "plot_perf_box_name"
11846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11848   include:
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11854   layout:
11855     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11863   include:
11864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11870   layout:
11871     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11878   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11879   include:
11880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11886   layout:
11887     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11895   include:
11896     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11898   layout:
11899     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11907   include:
11908     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11910   layout:
11911     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11919   include:
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11924   layout:
11925     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11938   layout:
11939     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11947   include:
11948     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11952   layout:
11953     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11966   layout:
11967     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11975   include:
11976     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11980   layout:
11981     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11994   layout:
11995     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12003   include:
12004     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12008   layout:
12009     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12017   include:
12018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12022   layout:
12023     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12038   layout:
12039     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12054   layout:
12055     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12069   layout:
12070     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12078   include:
12079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12084   layout:
12085     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12093   include:
12094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12099   layout:
12100     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12114   layout:
12115     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12123   include:
12124     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12127   layout:
12128     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12136   include:
12137     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12140   layout:
12141     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12149   include:
12150     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12153   layout:
12154     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12166   layout:
12167     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12181   layout:
12182     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12183     layout: "plot-throughput"
12184
12185 - type: "plot"
12186   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12187   algorithm: "plot_perf_box_name"
12188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12190   include:
12191     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12196   layout:
12197     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12205   include:
12206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12211   layout:
12212     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12220   include:
12221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12226   layout:
12227     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12235   include:
12236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12241   layout:
12242     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12249   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12250   include:
12251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12256   layout:
12257     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12264   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12265   include:
12266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12271   layout:
12272     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12280   include:
12281     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12286   layout:
12287     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12295   include:
12296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12301   layout:
12302     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12310   include:
12311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12316   layout:
12317     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12322   algorithm: "plot_perf_box_name"
12323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12325   include:
12326     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12332   layout:
12333     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12341   include:
12342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12348   layout:
12349     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12357   include:
12358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12362   layout:
12363     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12371   include:
12372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12376   layout:
12377     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12392   layout:
12393     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12401   include:
12402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12408   layout:
12409     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12410     layout: "plot-throughput"
12411
12412 - type: "plot"
12413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12414   algorithm: "plot_perf_box_name"
12415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12417   include:
12418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12424   layout:
12425     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12433   include:
12434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12440   layout:
12441     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12449   include:
12450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12456   layout:
12457     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12462   algorithm: "plot_perf_box_name"
12463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12465   include:
12466     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12472   layout:
12473     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12481   include:
12482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12488   layout:
12489     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12497   include:
12498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12504   layout:
12505     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12506     layout: "plot-throughput"
12507
12508 - type: "plot"
12509   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12510   algorithm: "plot_perf_box_name"
12511   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12512   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12513   include:
12514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12520   layout:
12521     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12529   include:
12530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12536   layout:
12537     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12545   include:
12546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12552   layout:
12553     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12554     layout: "plot-throughput"
12555
12556 - type: "plot"
12557   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12558   algorithm: "plot_perf_box_name"
12559   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12561   include:
12562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12568   layout:
12569     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12570     layout: "plot-throughput"
12571
12572 - type: "plot"
12573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12574   algorithm: "plot_perf_box_name"
12575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12577   include:
12578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12584   layout:
12585     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12593   include:
12594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12600   layout:
12601     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12609   include:
12610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12616   layout:
12617     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12632   layout:
12633     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12634     layout: "plot-throughput"
12635
12636 - type: "plot"
12637   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12638   algorithm: "plot_perf_box_name"
12639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12641   include:
12642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12646   layout:
12647     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12648     layout: "plot-throughput"
12649
12650 - type: "plot"
12651   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12652   algorithm: "plot_perf_box_name"
12653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12655   include:
12656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12660   layout:
12661     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12662     layout: "plot-throughput"
12663
12664 - type: "plot"
12665   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12666   algorithm: "plot_perf_box_name"
12667   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12669   include:
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12674   layout:
12675     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12688   layout:
12689     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12696   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12697   include:
12698     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12704   layout:
12705     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12713   include:
12714     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12720   layout:
12721     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12735   layout:
12736     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12750   layout:
12751     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12759   include:
12760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12765   layout:
12766     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12767     layout: "plot-throughput"
12768
12769 - type: "plot"
12770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12771   algorithm: "plot_perf_box_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12774   include:
12775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12780   layout:
12781     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12789   include:
12790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12794   layout:
12795     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12803   include:
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12808   layout:
12809     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12824   layout:
12825     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12833   include:
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12840   layout:
12841     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12846   algorithm: "plot_perf_box_name"
12847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12849   include:
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12856   layout:
12857     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12865   include:
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12872   layout:
12873     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12874     layout: "plot-throughput"
12875
12876 - type: "plot"
12877   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12878   algorithm: "plot_perf_box_name"
12879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12881   include:
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12888   layout:
12889     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12897   include:
12898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12904   layout:
12905     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12913   include:
12914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12920   layout:
12921     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12929   include:
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12936   layout:
12937     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12938     layout: "plot-throughput"
12939
12940 - type: "plot"
12941   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12942   algorithm: "plot_perf_box_name"
12943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12945   include:
12946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12950   layout:
12951     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12952     layout: "plot-throughput"
12953
12954 - type: "plot"
12955   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12956   algorithm: "plot_perf_box_name"
12957   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12958   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12959   include:
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12964   layout:
12965     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12973   include:
12974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12980   layout:
12981     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12989   include:
12990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12995     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12996   layout:
12997     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13004   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13005   include:
13006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13012   layout:
13013     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13021   include:
13022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13028   layout:
13029     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13030     layout: "plot-throughput"
13031
13032 #- type: "plot"
13033 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13034 #  algorithm: "plot_perf_box_name"
13035 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13036 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13037 #  include:
13038 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13039 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13040 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13041 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13042 #  layout:
13043 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13044 #    layout: "plot-throughput"
13045 #
13046 #- type: "plot"
13047 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13048 #  algorithm: "plot_perf_box_name"
13049 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13050 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13051 #  include:
13052 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13053 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13054 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13055 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13056 #  layout:
13057 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13058 #    layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13064   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13065   include:
13066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13072   layout:
13073     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13080   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13081   include:
13082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13088   layout:
13089     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13090     layout: "plot-throughput"
13091
13092 #- type: "plot"
13093 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13094 #  algorithm: "plot_perf_box_name"
13095 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13096 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13097 #  include:
13098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13102 #  layout:
13103 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13104 #    layout: "plot-throughput"
13105 #
13106 #- type: "plot"
13107 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13108 #  algorithm: "plot_perf_box_name"
13109 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13110 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13111 #  include:
13112 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13113 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13114 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13116 #  layout:
13117 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13118 #    layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13124   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13125   include:
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13132   layout:
13133     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13134     layout: "plot-throughput"
13135
13136 - type: "plot"
13137   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13138   algorithm: "plot_perf_box_name"
13139   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13140   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13141   include:
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13148   layout:
13149     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13150     layout: "plot-throughput"
13151
13152 #- type: "plot"
13153 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13154 #  algorithm: "plot_perf_box_name"
13155 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13156 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13157 #  include:
13158 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13159 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13160 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13161 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13162 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13163 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13164 #  layout:
13165 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13166 #    layout: "plot-throughput"
13167 #
13168 #- type: "plot"
13169 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13170 #  algorithm: "plot_perf_box_name"
13171 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13172 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13173 #  include:
13174 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13175 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13176 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13177 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13178 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13179 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13180 #  layout:
13181 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13182 #    layout: "plot-throughput"
13183
13184 - type: "plot"
13185   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13186   algorithm: "plot_perf_box_name"
13187   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13189   include:
13190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13191     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13194     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13195     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13196   layout:
13197     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13205   include:
13206     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13208     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13209     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13210     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13211     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13212   layout:
13213     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13221   include:
13222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13226     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13227     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13228   layout:
13229     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13237   include:
13238     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13239     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13240     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13241     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13242     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13243     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13244   layout:
13245     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13253   include:
13254     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13255     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13256     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13257     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13258     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13259     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13260   layout:
13261     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13269   include:
13270     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13271     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13272     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13273     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13274     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13275     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13276   layout:
13277     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13278     layout: "plot-throughput"
13279
13280 - type: "plot"
13281   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13282   algorithm: "plot_perf_box_name"
13283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13285   include:
13286     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13287     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13288     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13289     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13290     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13291     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13292   layout:
13293     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13294     layout: "plot-throughput"
13295
13296 - type: "plot"
13297   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13298   algorithm: "plot_perf_box_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13301   include:
13302     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13303     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13304     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13305     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13306     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13307     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13308   layout:
13309     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13310     layout: "plot-throughput"
13311
13312 #- type: "plot"
13313 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13314 #  algorithm: "plot_perf_box_name"
13315 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13316 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13317 #  include:
13318 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13319 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13320 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13321 #  layout:
13322 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13323 #    layout: "plot-throughput"
13324 #
13325 #- type: "plot"
13326 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13327 #  algorithm: "plot_perf_box_name"
13328 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13329 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13330 #  include:
13331 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13332 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13333 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13334 #  layout:
13335 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13336 #    layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13349   layout:
13350     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13358   include:
13359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13364   layout:
13365     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13370   algorithm: "plot_perf_box_name"
13371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13373   include:
13374     - "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"
13375     - "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"
13376     - "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"
13377     - "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"
13378     - "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"
13379   layout:
13380     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13381     layout: "plot-throughput"
13382
13383 - type: "plot"
13384   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13385   algorithm: "plot_perf_box_name"
13386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13388   include:
13389     - "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"
13390     - "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"
13391     - "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"
13392     - "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"
13393     - "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"
13394   layout:
13395     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13409   layout:
13410     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13418   include:
13419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13424   layout:
13425     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13433   include:
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13439   layout:
13440     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13441     layout: "plot-throughput"
13442
13443 - type: "plot"
13444   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13445   algorithm: "plot_perf_box_name"
13446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13448   include:
13449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13454   layout:
13455     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13463   include:
13464     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13465     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13469   layout:
13470     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13478   include:
13479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13484   layout:
13485     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13486     layout: "plot-throughput"
13487
13488 - type: "plot"
13489   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13490   algorithm: "plot_perf_box_name"
13491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13493   include:
13494     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13499   layout:
13500     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13508   include:
13509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13514   layout:
13515     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13528   layout:
13529     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13530     layout: "plot-throughput"
13531
13532 - type: "plot"
13533   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13534   algorithm: "plot_perf_box_name"
13535   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537   include:
13538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13542   layout:
13543     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13544     layout: "plot-throughput"
13545
13546 - type: "plot"
13547   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13548   algorithm: "plot_perf_box_name"
13549   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13551   include:
13552     - "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"
13553     - "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"
13554     - "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"
13555     - "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"
13556   layout:
13557     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13565   include:
13566     - "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"
13567     - "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"
13568     - "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"
13569     - "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"
13570   layout:
13571     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13572     layout: "plot-throughput"
13573
13574 - type: "plot"
13575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13576   algorithm: "plot_perf_box_name"
13577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13579   include:
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13586   layout:
13587     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13595   include:
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13602   layout:
13603     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13604     layout: "plot-throughput"
13605
13606 - type: "plot"
13607   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13608   algorithm: "plot_perf_box_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13611   include:
13612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13618   layout:
13619     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13620     layout: "plot-throughput"
13621
13622 - type: "plot"
13623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13624   algorithm: "plot_perf_box_name"
13625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13627   include:
13628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13634   layout:
13635     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13650   layout:
13651     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13652     layout: "plot-throughput"
13653
13654 - type: "plot"
13655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13656   algorithm: "plot_perf_box_name"
13657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13659   include:
13660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666   layout:
13667     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13668     layout: "plot-throughput"
13669
13670 - type: "plot"
13671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13672   algorithm: "plot_perf_box_name"
13673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13675   include:
13676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13681   layout:
13682     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13683     layout: "plot-throughput"
13684
13685 - type: "plot"
13686   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13687   algorithm: "plot_perf_box_name"
13688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13690   include:
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13696   layout:
13697     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13698     layout: "plot-throughput"
13699
13700 - type: "plot"
13701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13702   algorithm: "plot_perf_box_name"
13703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13708   layout:
13709     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13710     layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13720   layout:
13721     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13722     layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-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.25Ge2P1Xxv710-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.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741   include:
13742     - "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"
13743     - "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"
13744   layout:
13745     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13746     layout: "plot-throughput"
13747
13748 - type: "plot"
13749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13750   algorithm: "plot_perf_box_name"
13751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13753   include:
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13756   layout:
13757     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13758     layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13768   layout:
13769     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13770     layout: "plot-throughput"
13771
13772 - type: "plot"
13773   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13774   algorithm: "plot_perf_box_name"
13775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13777   include:
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792   layout:
13793     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13794     layout: "plot-throughput"
13795
13796 - type: "plot"
13797   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13798   algorithm: "plot_perf_box_name"
13799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13800   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13801   include:
13802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808   layout:
13809     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13810     layout: "plot-throughput"
13811
13812 - type: "plot"
13813   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13814   algorithm: "plot_perf_box_name"
13815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13817   include:
13818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824   layout:
13825     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13826     layout: "plot-throughput"
13827
13828 - type: "plot"
13829   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13830   algorithm: "plot_perf_box_name"
13831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13833   include:
13834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13840   layout:
13841     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13842     layout: "plot-throughput"
13843
13844 - type: "plot"
13845   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13846   algorithm: "plot_perf_box_name"
13847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13848   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13849   include:
13850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13854     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13855     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13856   layout:
13857     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13858     layout: "plot-throughput"
13859
13860 #- type: "plot"
13861 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13862 #  algorithm: "plot_perf_box_name"
13863 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13864 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13865 #  include:
13866 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13867 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13870 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13871 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13872 #  layout:
13873 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13874 #    layout: "plot-throughput"
13875 #
13876 #- type: "plot"
13877 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13878 #  algorithm: "plot_perf_box_name"
13879 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13880 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13881 #  include:
13882 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13883 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13884 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13885 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13886 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13887 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13888 #  layout:
13889 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13890 #    layout: "plot-throughput"
13891
13892 - type: "plot"
13893   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13894   algorithm: "plot_perf_box_name"
13895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13897   include:
13898     - "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"
13899     - "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"
13900     - "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"
13901     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13902     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13903     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13904   layout:
13905     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13906     layout: "plot-throughput"
13907
13908 - type: "plot"
13909   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13910   algorithm: "plot_perf_box_name"
13911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13913   include:
13914     - "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"
13915     - "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"
13916     - "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"
13917     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13918     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13919     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13920   layout:
13921     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13922     layout: "plot-throughput"
13923
13924 ################################################################################
13925
13926 # Packet Speedup
13927
13928 - type: "plot"
13929   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13930   algorithm: "plot_tsa_name"
13931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13933   include:
13934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13938   layout:
13939     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13940     layout: "plot-throughput-speedup-analysis"
13941
13942 - type: "plot"
13943   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13944   algorithm: "plot_tsa_name"
13945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13952   layout:
13953     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13954     layout: "plot-throughput-speedup-analysis"
13955
13956 - type: "plot"
13957   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13958   algorithm: "plot_tsa_name"
13959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13966   layout:
13967     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13968     layout: "plot-throughput-speedup-analysis"
13969
13970 - type: "plot"
13971   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13972   algorithm: "plot_tsa_name"
13973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13975   include:
13976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13980   layout:
13981     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13982     layout: "plot-throughput-speedup-analysis"
13983
13984 - type: "plot"
13985   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13986   algorithm: "plot_tsa_name"
13987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13989   include:
13990     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13991     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13992     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13993     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13995   layout:
13996     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13997     layout: "plot-throughput-speedup-analysis"
13998
13999 - type: "plot"
14000   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14001   algorithm: "plot_tsa_name"
14002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14004   include:
14005     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14006     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14007     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14008     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14010   layout:
14011     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14012     layout: "plot-throughput-speedup-analysis"
14013
14014 - type: "plot"
14015   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14016   algorithm: "plot_tsa_name"
14017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14019   include:
14020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14022     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14024     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14025   layout:
14026     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14027     layout: "plot-throughput-speedup-analysis"
14028
14029 - type: "plot"
14030   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14031   algorithm: "plot_tsa_name"
14032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14034   include:
14035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14037     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14040   layout:
14041     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14042     layout: "plot-throughput-speedup-analysis"
14043
14044 - type: "plot"
14045   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14046   algorithm: "plot_tsa_name"
14047   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14056   layout:
14057     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14058     layout: "plot-throughput-speedup-analysis"
14059
14060 - type: "plot"
14061   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14062   algorithm: "plot_tsa_name"
14063   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14065   include:
14066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14072   layout:
14073     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14087   layout:
14088     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14089     layout: "plot-throughput-speedup-analysis"
14090
14091 - type: "plot"
14092   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14093   algorithm: "plot_tsa_name"
14094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14102   layout:
14103     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14111   include:
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14115   layout:
14116     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14117     layout: "plot-throughput-speedup-analysis"
14118
14119 - type: "plot"
14120   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14121   algorithm: "plot_tsa_name"
14122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14124   include:
14125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14128   layout:
14129     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14130     layout: "plot-throughput-speedup-analysis"
14131
14132 - type: "plot"
14133   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14134   algorithm: "plot_tsa_name"
14135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14143   layout:
14144     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14152   include:
14153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14158   layout:
14159     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14160     layout: "plot-throughput-speedup-analysis"
14161
14162 - type: "plot"
14163   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14164   algorithm: "plot_tsa_name"
14165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14167   include:
14168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14171   layout:
14172     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14184   layout:
14185     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14186     layout: "plot-throughput-speedup-analysis"
14187
14188 - type: "plot"
14189   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14190   algorithm: "plot_tsa_name"
14191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14200   layout:
14201     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14202     layout: "plot-throughput-speedup-analysis"
14203
14204 - type: "plot"
14205   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14206   algorithm: "plot_tsa_name"
14207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14216   layout:
14217     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 - type: "plot"
14221   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14222   algorithm: "plot_tsa_name"
14223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14232   layout:
14233     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 - type: "plot"
14237   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14238   algorithm: "plot_tsa_name"
14239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14241   include:
14242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14248   layout:
14249     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14250     layout: "plot-throughput-speedup-analysis"
14251
14252 - type: "plot"
14253   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14254   algorithm: "plot_tsa_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14257   include:
14258     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14261   layout:
14262     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14270   include:
14271     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14274   layout:
14275     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14287 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14288 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14289   layout:
14290     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14302 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14303 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14304   layout:
14305     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14313   include:
14314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14319   layout:
14320     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14321     layout: "plot-throughput-speedup-analysis"
14322
14323 - type: "plot"
14324   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14325   algorithm: "plot_tsa_name"
14326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14328   include:
14329     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14334   layout:
14335     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14336     layout: "plot-throughput-speedup-analysis"
14337
14338 - type: "plot"
14339   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14340   algorithm: "plot_tsa_name"
14341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14343   include:
14344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14349   layout:
14350     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14358   include:
14359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14363     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14364   layout:
14365     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14366     layout: "plot-throughput-speedup-analysis"
14367
14368 - type: "plot"
14369   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14370   algorithm: "plot_tsa_name"
14371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14373   include:
14374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14380   layout:
14381     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14396   layout:
14397     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14398     layout: "plot-throughput-speedup-analysis"
14399
14400 - type: "plot"
14401   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14402   algorithm: "plot_tsa_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14405   include:
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14412   layout:
14413     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14414     layout: "plot-throughput-speedup-analysis"
14415
14416 - type: "plot"
14417   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14418   algorithm: "plot_tsa_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14421   include:
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14437   include:
14438     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14440   layout:
14441     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14449   include:
14450     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14452   layout:
14453     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14466   layout:
14467     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14480   layout:
14481     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14482     layout: "plot-throughput-speedup-analysis"
14483
14484 - type: "plot"
14485   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14486   algorithm: "plot_tsa_name"
14487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14489   include:
14490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14494   layout:
14495     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14508   layout:
14509     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14510     layout: "plot-throughput-speedup-analysis"
14511
14512 - type: "plot"
14513   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14514   algorithm: "plot_tsa_name"
14515   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14517   include:
14518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14524   layout:
14525     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14526     layout: "plot-throughput-speedup-analysis"
14527
14528 - type: "plot"
14529   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14530   algorithm: "plot_tsa_name"
14531   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14533   include:
14534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14540   layout:
14541     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14555   layout:
14556     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14564   include:
14565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14570   layout:
14571     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14585   layout:
14586     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14600   layout:
14601     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14609   include:
14610     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14613   layout:
14614     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14622   include:
14623     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14626   layout:
14627     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14639   layout:
14640     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14641     layout: "plot-throughput-speedup-analysis"
14642
14643 - type: "plot"
14644   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14645   algorithm: "plot_tsa_name"
14646   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14648   include:
14649     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14652   layout:
14653     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14667   layout:
14668     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14682   layout:
14683     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14691   include:
14692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14697   layout:
14698     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14712   layout:
14713     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14721   include:
14722     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14723     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14724     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14725     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14726     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14727     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14728   layout:
14729     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14737   include:
14738     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14739     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14740     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14741     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14742     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14743     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14744   layout:
14745     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14753   include:
14754     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14755     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14756     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14757     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14758   layout:
14759     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14767   include:
14768     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14769     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14770     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14771     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14772   layout:
14773     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14774     layout: "plot-throughput-speedup-analysis"
14775
14776 - type: "plot"
14777   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14778   algorithm: "plot_tsa_name"
14779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14781   include:
14782     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14783     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14784     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14785     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14786     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14787     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14788   layout:
14789     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14799     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14800     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14801     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14802     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14803     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14804   layout:
14805     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14813   include:
14814     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14817     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14818     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14819     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14820   layout:
14821     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14834     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14835     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14836   layout:
14837     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14838     layout: "plot-throughput-speedup-analysis"
14839
14840 - type: "plot"
14841   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14842   algorithm: "plot_tsa_name"
14843   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14845   include:
14846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14852   layout:
14853     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14861   include:
14862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14868   layout:
14869     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14870     layout: "plot-throughput-speedup-analysis"
14871
14872 - type: "plot"
14873   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14874   algorithm: "plot_tsa_name"
14875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14877   include:
14878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14884   layout:
14885     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14893   include:
14894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14900   layout:
14901     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14916   layout:
14917     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14932   layout:
14933     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14946   layout:
14947     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14960   layout:
14961     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14969   include:
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14974   layout:
14975     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14988   layout:
14989     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14997   include:
14998     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15004   layout:
15005     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15013   include:
15014     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15020   layout:
15021     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15035   layout:
15036     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15044   include:
15045     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15050   layout:
15051     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15059   include:
15060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15065   layout:
15066     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15074   include:
15075     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15080   layout:
15081     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15089   include:
15090     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15094   layout:
15095     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15108   layout:
15109     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15124   layout:
15125     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15140   layout:
15141     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15149   include:
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15156   layout:
15157     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15165   include:
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15172   layout:
15173     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15174     layout: "plot-throughput-speedup-analysis"
15175
15176 - type: "plot"
15177   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15178   algorithm: "plot_tsa_name"
15179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15181   include:
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15188   layout:
15189     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15197   include:
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15204   layout:
15205     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15213   include:
15214     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15215     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15216     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15217     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15218     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15219     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15220   layout:
15221     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15229   include:
15230     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15231     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15232     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15233     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15234     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15235     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15236   layout:
15237     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15245   include:
15246     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15247     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15248     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15249     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15250     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15251     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15252   layout:
15253     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15261   include:
15262     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15263     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15264     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15265     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15266     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15267     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15268   layout:
15269     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15277   include:
15278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15283   layout:
15284     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15292   include:
15293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15298   layout:
15299     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15300     layout: "plot-throughput-speedup-analysis"
15301
15302 - type: "plot"
15303   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15304   algorithm: "plot_tsa_name"
15305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15307   include:
15308     - "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"
15309     - "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"
15310     - "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"
15311     - "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"
15312     - "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"
15313   layout:
15314     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15322   include:
15323     - "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"
15324     - "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"
15325     - "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"
15326     - "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"
15327     - "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"
15328   layout:
15329     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 - type: "plot"
15333   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15334   algorithm: "plot_tsa_name"
15335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15337   include:
15338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15343   layout:
15344     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15345     layout: "plot-throughput-speedup-analysis"
15346
15347 - type: "plot"
15348   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15349   algorithm: "plot_tsa_name"
15350   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15352   include:
15353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15358   layout:
15359     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15367   include:
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15373   layout:
15374     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15388   layout:
15389     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15397   include:
15398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15403   layout:
15404     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15412   include:
15413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15418   layout:
15419     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15427   include:
15428     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15433   layout:
15434     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15435     layout: "plot-throughput-speedup-analysis"
15436
15437 - type: "plot"
15438   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15439   algorithm: "plot_tsa_name"
15440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15442   include:
15443     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15448   layout:
15449     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15457   include:
15458     - "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"
15459     - "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"
15460     - "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"
15461     - "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"
15462   layout:
15463     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15471   include:
15472     - "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"
15473     - "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"
15474     - "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"
15475     - "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"
15476   layout:
15477     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15485   include:
15486     - "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"
15487     - "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"
15488     - "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"
15489     - "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"
15490   layout:
15491     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15492     layout: "plot-throughput-speedup-analysis"
15493
15494 - type: "plot"
15495   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15496   algorithm: "plot_tsa_name"
15497   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15499   include:
15500     - "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"
15501     - "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"
15502     - "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"
15503     - "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"
15504   layout:
15505     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15520   layout:
15521     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15522     layout: "plot-throughput-speedup-analysis"
15523
15524 - type: "plot"
15525   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15526   algorithm: "plot_tsa_name"
15527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15529   include:
15530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15536   layout:
15537     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15545   include:
15546     - "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"
15547     - "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"
15548     - "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"
15549     - "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"
15550     - "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"
15551     - "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"
15552   layout:
15553     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15561   include:
15562     - "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"
15563     - "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"
15564     - "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"
15565     - "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"
15566     - "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"
15567     - "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"
15568   layout:
15569     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15584   layout:
15585     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15586     layout: "plot-throughput-speedup-analysis"
15587
15588 - type: "plot"
15589   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15590   algorithm: "plot_tsa_name"
15591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15593   include:
15594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15600   layout:
15601     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15609   include:
15610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15615   layout:
15616     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15624   include:
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15630   layout:
15631     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15639   include:
15640     - "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"
15641     - "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"
15642   layout:
15643     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "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"
15653     - "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"
15654   layout:
15655     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15656     layout: "plot-throughput-speedup-analysis"
15657
15658 - type: "plot"
15659   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15660   algorithm: "plot_tsa_name"
15661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-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.25Ge2P1Xxv710-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.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15666   layout:
15667     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15675   include:
15676     - "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"
15677     - "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"
15678   layout:
15679     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15687   include:
15688     - "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"
15689     - "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"
15690     - "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"
15691     - "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"
15692     - "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"
15693     - "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"
15694   layout:
15695     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15703   include:
15704     - "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"
15705     - "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"
15706     - "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"
15707     - "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"
15708     - "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"
15709     - "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"
15710   layout:
15711     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15719   include:
15720     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15721     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15722     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15723     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15724     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15725   layout:
15726     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15734   include:
15735     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15736     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15737     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15738     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15739     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15740   layout:
15741     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15749   include:
15750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15755   layout:
15756     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15764   include:
15765     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15770   layout:
15771     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15779   include:
15780     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15786   layout:
15787     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15795   include:
15796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15802   layout:
15803     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15811   include:
15812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15813     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15816   layout:
15817     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15825   include:
15826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15830   layout:
15831     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15832     layout: "plot-throughput-speedup-analysis"
15833
15834 - type: "plot"
15835   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15836   algorithm: "plot_tsa_name"
15837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15839   include:
15840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15845   layout:
15846     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15847     layout: "plot-throughput-speedup-analysis"
15848
15849 - type: "plot"
15850   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15851   algorithm: "plot_tsa_name"
15852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15854   include:
15855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15860   layout:
15861     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 - type: "plot"
15865   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15866   algorithm: "plot_tsa_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15869   include:
15870     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15871     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15872     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15873     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15875     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15876   layout:
15877     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15885   include:
15886     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15887     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15888     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15889     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15890     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15891     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15892   layout:
15893     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15894     layout: "plot-throughput-speedup-analysis"
15895
15896 - type: "plot"
15897   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15898   algorithm: "plot_tsa_name"
15899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15901   include:
15902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15906   layout:
15907     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15908     layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15915   include:
15916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15920   layout:
15921     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15922     layout: "plot-throughput-speedup-analysis"
15923
15924 - type: "plot"
15925   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15926   algorithm: "plot_tsa_name"
15927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15929   include:
15930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15931     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15936   layout:
15937     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15938     layout: "plot-throughput-speedup-analysis"
15939
15940 - type: "plot"
15941   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15942   algorithm: "plot_tsa_name"
15943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15945   include:
15946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15947     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15949     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15952   layout:
15953     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15954     layout: "plot-throughput-speedup-analysis"
15955
15956 - type: "plot"
15957   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15958   algorithm: "plot_tsa_name"
15959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15961   include:
15962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15963     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15967     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15968   layout:
15969     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15970     layout: "plot-throughput-speedup-analysis"
15971
15972 - type: "plot"
15973   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15974   algorithm: "plot_tsa_name"
15975   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15976   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15977   include:
15978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15979     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15980     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15981     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15982     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15983     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15984   layout:
15985     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15993   include:
15994     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15995     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15996     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15997     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15998     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15999     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16000   layout:
16001     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16009   include:
16010     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16011     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16012     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16013     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16014     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16015     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16016   layout:
16017     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16025   include:
16026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16032   layout:
16033     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16034     layout: "plot-throughput-speedup-analysis"
16035
16036 - type: "plot"
16037   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16038   algorithm: "plot_tsa_name"
16039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16041   include:
16042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16048   layout:
16049     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 - type: "plot"
16053   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16054   algorithm: "plot_tsa_name"
16055   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16056   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16057   include:
16058     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064   layout:
16065     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16073   include:
16074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16080   layout:
16081     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 #- type: "plot"
16085 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16086 #  algorithm: "plot_tsa_name"
16087 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16088 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16089 #  include:
16090 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16091 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16092 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16093 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16094 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16095 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16096 #  layout:
16097 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16098 #    layout: "plot-throughput-speedup-analysis"
16099 #
16100 #- type: "plot"
16101 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16102 #  algorithm: "plot_tsa_name"
16103 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16104 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16105 #  include:
16106 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16107 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16108 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16109 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16110 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16111 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16112 #  layout:
16113 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16114 #    layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16121   include:
16122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16127   layout:
16128     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16129     layout: "plot-throughput-speedup-analysis"
16130
16131 - type: "plot"
16132   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16133   algorithm: "plot_tsa_name"
16134   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16135   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16136   include:
16137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16142   layout:
16143     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16144     layout: "plot-throughput-speedup-analysis"
16145
16146 - type: "plot"
16147   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16148   algorithm: "plot_tsa_name"
16149   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16150   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16151   include:
16152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16158   layout:
16159     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16167   include:
16168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16174   layout:
16175     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16176     layout: "plot-throughput-speedup-analysis"
16177
16178 - type: "plot"
16179   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16180   algorithm: "plot_tsa_name"
16181   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16182   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16183   include:
16184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16189   layout:
16190     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16191     layout: "plot-throughput-speedup-analysis"
16192
16193 - type: "plot"
16194   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16195   algorithm: "plot_tsa_name"
16196   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16197   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16198   include:
16199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16204   layout:
16205     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 #- type: "plot"
16209 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16210 #  algorithm: "plot_tsa_name"
16211 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16212 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16213 #  include:
16214 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16215 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16216 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16217 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16218 #  layout:
16219 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16220 #    layout: "plot-throughput-speedup-analysis"
16221 #
16222 #- type: "plot"
16223 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16224 #  algorithm: "plot_tsa_name"
16225 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16226 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16227 #  include:
16228 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16229 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16230 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16231 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16232 #  layout:
16233 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16234 #    layout: "plot-throughput-speedup-analysis"
16235
16236 - type: "plot"
16237   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16238   algorithm: "plot_tsa_name"
16239   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16240   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16241   include:
16242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16244     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16245     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16246     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16247     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16248   layout:
16249     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16257   include:
16258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16260     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16261     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16262     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16263     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16264   layout:
16265     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16266     layout: "plot-throughput-speedup-analysis"
16267
16268 - type: "plot"
16269   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16270   algorithm: "plot_tsa_name"
16271   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16272   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16273   include:
16274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16279   layout:
16280     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16288   include:
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16294   layout:
16295     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16296     layout: "plot-throughput-speedup-analysis"
16297
16298 - type: "plot"
16299   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16300   algorithm: "plot_tsa_name"
16301   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16302   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16303   include:
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16310   layout:
16311     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 - type: "plot"
16315   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16316   algorithm: "plot_tsa_name"
16317   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16318   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16319   include:
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16326   layout:
16327     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16328     layout: "plot-throughput-speedup-analysis"
16329
16330 - type: "plot"
16331   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16332   algorithm: "plot_tsa_name"
16333   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16334   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16335   include:
16336     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16340   layout:
16341     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16349   include:
16350     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16354   layout:
16355     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16363   include:
16364     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16369   layout:
16370     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16378   include:
16379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16384   layout:
16385     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 - type: "plot"
16389   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16390   algorithm: "plot_tsa_name"
16391   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16392   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16393   include:
16394     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16395     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16396     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16397     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16400   layout:
16401     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16402     layout: "plot-throughput-speedup-analysis"
16403
16404 - type: "plot"
16405   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16406   algorithm: "plot_tsa_name"
16407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16409   include:
16410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16416   layout:
16417     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16418     layout: "plot-throughput-speedup-analysis"
16419
16420 #- type: "plot"
16421 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16422 #  algorithm: "plot_tsa_name"
16423 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16424 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16425 #  include:
16426 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16427 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16428 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16429 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16430 #  layout:
16431 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16432 #    layout: "plot-throughput-speedup-analysis"
16433 #
16434 #- type: "plot"
16435 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16436 #  algorithm: "plot_tsa_name"
16437 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16438 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16439 #  include:
16440 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16441 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16442 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16443 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16444 #  layout:
16445 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16446 #    layout: "plot-throughput-speedup-analysis"
16447
16448 - type: "plot"
16449   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16450   algorithm: "plot_tsa_name"
16451   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16452   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16453   include:
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16460   layout:
16461     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16469   include:
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16473     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16476   layout:
16477     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 #- type: "plot"
16481 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16482 #  algorithm: "plot_tsa_name"
16483 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16484 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16485 #  include:
16486 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16487 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16488 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16489 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16490 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16491 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16492 #  layout:
16493 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16494 #    layout: "plot-throughput-speedup-analysis"
16495 #
16496 #- type: "plot"
16497 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16498 #  algorithm: "plot_tsa_name"
16499 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16500 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16501 #  include:
16502 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16503 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16504 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16505 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16506 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16507 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16508 #  layout:
16509 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16510 #    layout: "plot-throughput-speedup-analysis"
16511
16512 #- type: "plot"
16513 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16514 #  algorithm: "plot_tsa_name"
16515 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16516 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16517 #  include:
16518 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16519 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16520 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16521 #  layout:
16522 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16523 #    layout: "plot-throughput-speedup-analysis"
16524 #
16525 #- type: "plot"
16526 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16527 #  algorithm: "plot_tsa_name"
16528 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16529 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16530 #  include:
16531 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16532 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16533 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16534 #  layout:
16535 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16536 #    layout: "plot-throughput-speedup-analysis"
16537
16538 ################################################################################
16539
16540 # Packet Throughput - DPDK
16541
16542 # 2n-skx-xxv710
16543
16544 - type: "plot"
16545   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16546   algorithm: "plot_perf_box_name"
16547   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16548   data: "plot-dpdk-throughput-latency-2n-skx"
16549   include:
16550     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16551     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16552   layout:
16553     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16554     layout: "plot-throughput"
16555
16556 - type: "plot"
16557   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16558   algorithm: "plot_perf_box_name"
16559   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16560   data: "plot-dpdk-throughput-latency-2n-skx"
16561   include:
16562     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16563     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16564   layout:
16565     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16566     layout: "plot-throughput"
16567
16568 - type: "plot"
16569   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16570   algorithm: "plot_perf_box_name"
16571   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16572   data: "plot-dpdk-throughput-latency-2n-skx"
16573   include:
16574     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16575     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16576   layout:
16577     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16578     layout: "plot-throughput"
16579
16580 - type: "plot"
16581   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16582   algorithm: "plot_perf_box_name"
16583   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16584   data: "plot-dpdk-throughput-latency-2n-skx"
16585   include:
16586     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16587     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16588   layout:
16589     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16590     layout: "plot-throughput"
16591
16592 # 2n-skx-x710
16593
16594 - type: "plot"
16595   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16596   algorithm: "plot_perf_box_name"
16597   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16598   data: "plot-dpdk-throughput-latency-2n-skx"
16599   include:
16600     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16601     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16602   layout:
16603     title: "2n-skx-x710-64b-2t1c-base-ndr"
16604     layout: "plot-throughput"
16605
16606 - type: "plot"
16607   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16608   algorithm: "plot_perf_box_name"
16609   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16610   data: "plot-dpdk-throughput-latency-2n-skx"
16611   include:
16612     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16613     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16614   layout:
16615     title: "2n-skx-x710-64b-4t2c-base-ndr"
16616     layout: "plot-throughput"
16617
16618 - type: "plot"
16619   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16620   algorithm: "plot_perf_box_name"
16621   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16622   data: "plot-dpdk-throughput-latency-2n-skx"
16623   include:
16624     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16625     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16626   layout:
16627     title: "2n-skx-x710-64b-2t1c-base-pdr"
16628     layout: "plot-throughput"
16629
16630 - type: "plot"
16631   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16632   algorithm: "plot_perf_box_name"
16633   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16634   data: "plot-dpdk-throughput-latency-2n-skx"
16635   include:
16636     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16637     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16638   layout:
16639     title: "2n-skx-x710-64b-4t2c-base-pdr"
16640     layout: "plot-throughput"
16641
16642 # 3n-skx-xxv710
16643
16644 - type: "plot"
16645   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16646   algorithm: "plot_perf_box_name"
16647   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16648   data: "plot-dpdk-throughput-latency-3n-skx"
16649   include:
16650     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16651     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16652   layout:
16653     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16654     layout: "plot-throughput"
16655
16656 - type: "plot"
16657   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16658   algorithm: "plot_perf_box_name"
16659   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16660   data: "plot-dpdk-throughput-latency-3n-skx"
16661   include:
16662     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16663     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16664   layout:
16665     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16666     layout: "plot-throughput"
16667
16668 - type: "plot"
16669   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16670   algorithm: "plot_perf_box_name"
16671   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16672   data: "plot-dpdk-throughput-latency-3n-skx"
16673   include:
16674     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16675     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16676   layout:
16677     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16678     layout: "plot-throughput"
16679
16680 - type: "plot"
16681   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16682   algorithm: "plot_perf_box_name"
16683   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16684   data: "plot-dpdk-throughput-latency-3n-skx"
16685   include:
16686     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16687     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16688   layout:
16689     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16690     layout: "plot-throughput"
16691
16692 # 3n-skx-x710
16693
16694 - type: "plot"
16695   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16696   algorithm: "plot_perf_box_name"
16697   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16698   data: "plot-dpdk-throughput-latency-3n-skx"
16699   include:
16700     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16701     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16702   layout:
16703     title: "3n-skx-x710-64b-2t1c-base-ndr"
16704     layout: "plot-throughput"
16705
16706 - type: "plot"
16707   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16708   algorithm: "plot_perf_box_name"
16709   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16710   data: "plot-dpdk-throughput-latency-3n-skx"
16711   include:
16712     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16713     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16714   layout:
16715     title: "3n-skx-x710-64b-4t2c-base-ndr"
16716     layout: "plot-throughput"
16717
16718 - type: "plot"
16719   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16720   algorithm: "plot_perf_box_name"
16721   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16722   data: "plot-dpdk-throughput-latency-3n-skx"
16723   include:
16724     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16725     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16726   layout:
16727     title: "3n-skx-x710-64b-2t1c-base-pdr"
16728     layout: "plot-throughput"
16729
16730 - type: "plot"
16731   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16732   algorithm: "plot_perf_box_name"
16733   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16734   data: "plot-dpdk-throughput-latency-3n-skx"
16735   include:
16736     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16737     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16738   layout:
16739     title: "3n-skx-x710-64b-4t2c-base-pdr"
16740     layout: "plot-throughput"
16741
16742 # 3n-hsw-xl710
16743
16744 - type: "plot"
16745   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16746   algorithm: "plot_perf_box_name"
16747   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16748   data: "plot-dpdk-throughput-latency-3n-hsw"
16749   include:
16750     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16751     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16752   layout:
16753     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16754     layout: "plot-throughput"
16755
16756 - type: "plot"
16757   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16758   algorithm: "plot_perf_box_name"
16759   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16760   data: "plot-dpdk-throughput-latency-3n-hsw"
16761   include:
16762     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16763     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16764   layout:
16765     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16766     layout: "plot-throughput"
16767
16768 - type: "plot"
16769   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16770   algorithm: "plot_perf_box_name"
16771   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16772   data: "plot-dpdk-throughput-latency-3n-hsw"
16773   include:
16774     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16775     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16776   layout:
16777     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16778     layout: "plot-throughput"
16779
16780 - type: "plot"
16781   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16782   algorithm: "plot_perf_box_name"
16783   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16784   data: "plot-dpdk-throughput-latency-3n-hsw"
16785   include:
16786     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16787     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16788   layout:
16789     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16790     layout: "plot-throughput"
16791
16792 # 3n-hsw-x710
16793
16794 - type: "plot"
16795   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16796   algorithm: "plot_perf_box_name"
16797   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16798   data: "plot-dpdk-throughput-latency-3n-hsw"
16799   include:
16800     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16801     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16802   layout:
16803     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16804     layout: "plot-throughput"
16805
16806 - type: "plot"
16807   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16808   algorithm: "plot_perf_box_name"
16809   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16810   data: "plot-dpdk-throughput-latency-3n-hsw"
16811   include:
16812     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16813     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16814   layout:
16815     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16816     layout: "plot-throughput"
16817
16818 - type: "plot"
16819   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16820   algorithm: "plot_perf_box_name"
16821   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16822   data: "plot-dpdk-throughput-latency-3n-hsw"
16823   include:
16824     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16825     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16826   layout:
16827     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16828     layout: "plot-throughput"
16829
16830 - type: "plot"
16831   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16832   algorithm: "plot_perf_box_name"
16833   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16834   data: "plot-dpdk-throughput-latency-3n-hsw"
16835   include:
16836     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16837     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16838   layout:
16839     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16840     layout: "plot-throughput"
16841
16842 # 2n-dnv-x553
16843
16844 - type: "plot"
16845   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16846   algorithm: "plot_perf_box_name"
16847   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16848   data: "plot-dpdk-throughput-latency-2n-dnv"
16849   include:
16850     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16851     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16852   layout:
16853     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16854     layout: "plot-throughput"
16855
16856 - type: "plot"
16857   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16858   algorithm: "plot_perf_box_name"
16859   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16860   data: "plot-dpdk-throughput-latency-2n-dnv"
16861   include:
16862     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16863     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16864   layout:
16865     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16866     layout: "plot-throughput"
16867
16868 - type: "plot"
16869   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16870   algorithm: "plot_perf_box_name"
16871   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16872   data: "plot-dpdk-throughput-latency-2n-dnv"
16873   include:
16874     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16875     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16876   layout:
16877     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16878     layout: "plot-throughput"
16879
16880 - type: "plot"
16881   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16882   algorithm: "plot_perf_box_name"
16883   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16884   data: "plot-dpdk-throughput-latency-2n-dnv"
16885   include:
16886     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16887     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16888   layout:
16889     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16890     layout: "plot-throughput"
16891
16892 # 3n-dnv-x553
16893
16894 - type: "plot"
16895   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16896   algorithm: "plot_perf_box_name"
16897   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16898   data: "plot-dpdk-throughput-latency-3n-dnv"
16899   include:
16900     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16901     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16902   layout:
16903     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16904     layout: "plot-throughput"
16905
16906 - type: "plot"
16907   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16908   algorithm: "plot_perf_box_name"
16909   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16910   data: "plot-dpdk-throughput-latency-3n-dnv"
16911   include:
16912     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16913     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16914   layout:
16915     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16916     layout: "plot-throughput"
16917
16918 - type: "plot"
16919   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16920   algorithm: "plot_perf_box_name"
16921   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16922   data: "plot-dpdk-throughput-latency-3n-dnv"
16923   include:
16924     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16925     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16926   layout:
16927     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16928     layout: "plot-throughput"
16929
16930 - type: "plot"
16931   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16932   algorithm: "plot_perf_box_name"
16933   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16934   data: "plot-dpdk-throughput-latency-3n-dnv"
16935   include:
16936     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16937     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16938   layout:
16939     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16940     layout: "plot-throughput"
16941
16942 # 3n-tsh-x520
16943
16944 - type: "plot"
16945   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16946   algorithm: "plot_perf_box_name"
16947   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16948   data: "plot-dpdk-throughput-latency-3n-tsh"
16949   include:
16950     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16951     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16952   layout:
16953     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16954     layout: "plot-throughput"
16955
16956 - type: "plot"
16957   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16958   algorithm: "plot_perf_box_name"
16959   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16960   data: "plot-dpdk-throughput-latency-3n-tsh"
16961   include:
16962     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16963     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16964   layout:
16965     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16966     layout: "plot-throughput"
16967
16968 - type: "plot"
16969   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16970   algorithm: "plot_perf_box_name"
16971   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16972   data: "plot-dpdk-throughput-latency-3n-tsh"
16973   include:
16974     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16975     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16976   layout:
16977     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16978     layout: "plot-throughput"
16979
16980 - type: "plot"
16981   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16982   algorithm: "plot_perf_box_name"
16983   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16984   data: "plot-dpdk-throughput-latency-3n-tsh"
16985   include:
16986     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16987     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16988   layout:
16989     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16990     layout: "plot-throughput"
16991
16992 ################################################################################
16993 ###   2n-clx                                                                 ###
16994 ################################################################################
16995
16996 # Packet Throughput
16997
16998 - type: "plot"
16999   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17000   algorithm: "plot_perf_box_name"
17001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17003   include:
17004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17008   layout:
17009     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17010     layout: "plot-throughput"
17011
17012 - type: "plot"
17013   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17014   algorithm: "plot_perf_box_name"
17015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17017   include:
17018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17019     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17020     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17021     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17022   layout:
17023     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17024     layout: "plot-throughput"
17025
17026 - type: "plot"
17027   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17028   algorithm: "plot_perf_box_name"
17029   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17031   include:
17032     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17033     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17034     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17035     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17036   layout:
17037     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17038     layout: "plot-throughput"
17039
17040 - type: "plot"
17041   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17042   algorithm: "plot_perf_box_name"
17043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17045   include:
17046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17050   layout:
17051     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17052     layout: "plot-throughput"
17053
17054 - type: "plot"
17055   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17056   algorithm: "plot_perf_box_name"
17057   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17059   include:
17060     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17061     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17062     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17063     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17064   layout:
17065     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17066     layout: "plot-throughput"
17067
17068 - type: "plot"
17069   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17070   algorithm: "plot_perf_box_name"
17071   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17073   include:
17074     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17075     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17076     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17077     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17078   layout:
17079     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17080     layout: "plot-throughput"
17081
17082 - type: "plot"
17083   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17087   include:
17088     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17094   layout:
17095     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17096     layout: "plot-throughput"
17097
17098 - type: "plot"
17099   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17100   algorithm: "plot_perf_box_name"
17101   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17103   include:
17104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17109   layout:
17110     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17123   layout:
17124     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17125     layout: "plot-throughput"
17126
17127 - type: "plot"
17128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17129   algorithm: "plot_perf_box_name"
17130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17132   include:
17133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17137   layout:
17138     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17139     layout: "plot-throughput"
17140
17141 - type: "plot"
17142   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17143   algorithm: "plot_perf_box_name"
17144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17146   include:
17147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17150   layout:
17151     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17152     layout: "plot-throughput"
17153
17154 - type: "plot"
17155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17156   algorithm: "plot_perf_box_name"
17157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17159   include:
17160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17163   layout:
17164     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17172   include:
17173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17178   layout:
17179     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17187   include:
17188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17193   layout:
17194     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17195     layout: "plot-throughput"
17196
17197 - type: "plot"
17198   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17199   algorithm: "plot_perf_box_name"
17200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17202   include:
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17206   layout:
17207     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17215   include:
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17235   layout:
17236     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17251   layout:
17252     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17260   include:
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17267   layout:
17268     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17273   algorithm: "plot_perf_box_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17283   layout:
17284     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17292   include:
17293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17295   layout:
17296     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17304   include:
17305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17307   layout:
17308     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17323   layout:
17324     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17339   layout:
17340     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17355   layout:
17356     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17357     layout: "plot-throughput"
17358
17359 - type: "plot"
17360   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17364   include:
17365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17371   layout:
17372     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17373     layout: "plot-throughput"
17374
17375 - type: "plot"
17376   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17377   algorithm: "plot_perf_box_name"
17378   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17380   include:
17381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17383     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17387   layout:
17388     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17396   include:
17397     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17403   layout:
17404     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17418   layout:
17419     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17420     layout: "plot-throughput"
17421
17422 - type: "plot"
17423   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17427   include:
17428     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17429     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17433   layout:
17434     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17445     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17446     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17448   layout:
17449     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17450     layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457   include:
17458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17478   layout:
17479     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17480     layout: "plot-throughput"
17481
17482 - type: "plot"
17483   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17484   algorithm: "plot_perf_box_name"
17485   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17487   include:
17488     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17493   layout:
17494     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17508   layout:
17509     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517   include:
17518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17523   layout:
17524     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17525     layout: "plot-throughput"
17526
17527 - type: "plot"
17528   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17532   include:
17533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17538   layout:
17539     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17540     layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17547   include:
17548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17553   layout:
17554     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17569   layout:
17570     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17585   layout:
17586     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17599   layout:
17600     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17613   layout:
17614     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17629   layout:
17630     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17645   layout:
17646     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17647     layout: "plot-throughput"
17648
17649 - type: "plot"
17650   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17651   algorithm: "plot_perf_box_name"
17652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17654   include:
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17659   layout:
17660     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17661     layout: "plot-throughput"
17662
17663 - type: "plot"
17664   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17665   algorithm: "plot_perf_box_name"
17666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17668   include:
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17673   layout:
17674     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17675     layout: "plot-throughput"
17676
17677 - type: "plot"
17678   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17679   algorithm: "plot_perf_box_name"
17680   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17682   include:
17683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17689   layout:
17690     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17691     layout: "plot-throughput"
17692
17693 - type: "plot"
17694   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17695   algorithm: "plot_perf_box_name"
17696   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17698   include:
17699     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17703     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17704     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17705   layout:
17706     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17707     layout: "plot-throughput"
17708
17709 - type: "plot"
17710   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17711   algorithm: "plot_perf_box_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17719   layout:
17720     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17721     layout: "plot-throughput"
17722
17723 - type: "plot"
17724   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17725   algorithm: "plot_perf_box_name"
17726   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17728   include:
17729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17733   layout:
17734     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17750     layout: "plot-throughput"
17751
17752 - type: "plot"
17753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17754   algorithm: "plot_perf_box_name"
17755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17757   include:
17758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "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"
17774     - "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"
17775     - "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"
17776     - "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"
17777     - "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"
17778   layout:
17779     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17780     layout: "plot-throughput"
17781
17782 - type: "plot"
17783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17784   algorithm: "plot_perf_box_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "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"
17789     - "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"
17790     - "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"
17791     - "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"
17792     - "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"
17793   layout:
17794     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17808   layout:
17809     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17810     layout: "plot-throughput"
17811
17812 - type: "plot"
17813   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17814   algorithm: "plot_perf_box_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17829   algorithm: "plot_perf_box_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17838   layout:
17839     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17840     layout: "plot-throughput"
17841
17842 - type: "plot"
17843   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17844   algorithm: "plot_perf_box_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17855     layout: "plot-throughput"
17856
17857 - type: "plot"
17858   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17859   algorithm: "plot_perf_box_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17867   layout:
17868     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17881   layout:
17882     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "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"
17892     - "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"
17893     - "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"
17894     - "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"
17895   layout:
17896     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "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"
17906     - "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"
17907     - "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"
17908     - "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"
17909   layout:
17910     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "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"
17920     - "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"
17921     - "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"
17922     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17923     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17924     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17925   layout:
17926     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17927     layout: "plot-throughput"
17928
17929 - type: "plot"
17930   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17931   algorithm: "plot_perf_box_name"
17932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17934   include:
17935     - "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"
17936     - "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"
17937     - "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"
17938     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17939     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17940     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17943     layout: "plot-throughput"
17944
17945 ################################################################################
17946
17947 # Packet Speedup
17948
17949 - type: "plot"
17950   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17951   algorithm: "plot_tsa_name"
17952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17954   include:
17955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17959   layout:
17960     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17961     layout: "plot-throughput-speedup-analysis"
17962
17963 - type: "plot"
17964   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17965   algorithm: "plot_tsa_name"
17966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17968   include:
17969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17971     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17972     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17975     layout: "plot-throughput-speedup-analysis"
17976
17977 - type: "plot"
17978   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17979   algorithm: "plot_tsa_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17984     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17985     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17986     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17987   layout:
17988     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17989     layout: "plot-throughput-speedup-analysis"
17990
17991 - type: "plot"
17992   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17993   algorithm: "plot_tsa_name"
17994   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17996   include:
17997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18000     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18003     layout: "plot-throughput-speedup-analysis"
18004
18005 - type: "plot"
18006   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18007   algorithm: "plot_tsa_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18012     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18013     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18014     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18015   layout:
18016     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18017     layout: "plot-throughput-speedup-analysis"
18018
18019 - type: "plot"
18020   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18021   algorithm: "plot_tsa_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18026     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18027     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18028     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18029   layout:
18030     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18031     layout: "plot-throughput-speedup-analysis"
18032
18033 - type: "plot"
18034   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18035   algorithm: "plot_tsa_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18045   layout:
18046     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 - type: "plot"
18050   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18051   algorithm: "plot_tsa_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18061   layout:
18062     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18077     layout: "plot-throughput-speedup-analysis"
18078
18079 - type: "plot"
18080   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18081   algorithm: "plot_tsa_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18089   layout:
18090     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18091     layout: "plot-throughput-speedup-analysis"
18092
18093 - type: "plot"
18094   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18095   algorithm: "plot_tsa_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18102   layout:
18103     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18104     layout: "plot-throughput-speedup-analysis"
18105
18106 - type: "plot"
18107   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18108   algorithm: "plot_tsa_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18115   layout:
18116     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18117     layout: "plot-throughput-speedup-analysis"
18118
18119 - type: "plot"
18120   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18121   algorithm: "plot_tsa_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18130   layout:
18131     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18132     layout: "plot-throughput-speedup-analysis"
18133
18134 - type: "plot"
18135   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18136   algorithm: "plot_tsa_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18145   layout:
18146     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18147     layout: "plot-throughput-speedup-analysis"
18148
18149 - type: "plot"
18150   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18151   algorithm: "plot_tsa_name"
18152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154   include:
18155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18158   layout:
18159     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18187   layout:
18188     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18189     layout: "plot-throughput-speedup-analysis"
18190
18191 - type: "plot"
18192   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18193   algorithm: "plot_tsa_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18205     layout: "plot-throughput-speedup-analysis"
18206
18207 - type: "plot"
18208   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18209   algorithm: "plot_tsa_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18221     layout: "plot-throughput-speedup-analysis"
18222
18223 - type: "plot"
18224   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18225   algorithm: "plot_tsa_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18247   layout:
18248     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18249     layout: "plot-throughput-speedup-analysis"
18250
18251 - type: "plot"
18252   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18253   algorithm: "plot_tsa_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18259   layout:
18260     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18275   layout:
18276     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18277     layout: "plot-throughput-speedup-analysis"
18278
18279 - type: "plot"
18280   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18281   algorithm: "plot_tsa_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18291   layout:
18292     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18307   layout:
18308     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18309     layout: "plot-throughput-speedup-analysis"
18310
18311 - type: "plot"
18312   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18313   algorithm: "plot_tsa_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18323   layout:
18324     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18325     layout: "plot-throughput-speedup-analysis"
18326
18327 - type: "plot"
18328   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18329   algorithm: "plot_tsa_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18339   layout:
18340     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18341     layout: "plot-throughput-speedup-analysis"
18342
18343 - type: "plot"
18344   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18345   algorithm: "plot_tsa_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18355   layout:
18356     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 - type: "plot"
18360   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18361   algorithm: "plot_tsa_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18370   layout:
18371     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18372     layout: "plot-throughput-speedup-analysis"
18373
18374 - type: "plot"
18375   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18376   algorithm: "plot_tsa_name"
18377   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18379   include:
18380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18385   layout:
18386     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18387     layout: "plot-throughput-speedup-analysis"
18388
18389 - type: "plot"
18390   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18391   algorithm: "plot_tsa_name"
18392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18394   include:
18395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18400   layout:
18401     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18402     layout: "plot-throughput-speedup-analysis"
18403
18404 - type: "plot"
18405   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18406   algorithm: "plot_tsa_name"
18407   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18409   include:
18410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18415   layout:
18416     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18417     layout: "plot-throughput-speedup-analysis"
18418
18419 - type: "plot"
18420   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18421   algorithm: "plot_tsa_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18430   layout:
18431     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18432     layout: "plot-throughput-speedup-analysis"
18433
18434 - type: "plot"
18435   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18436   algorithm: "plot_tsa_name"
18437   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18439   include:
18440     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18445   layout:
18446     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18460   layout:
18461     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18462     layout: "plot-throughput-speedup-analysis"
18463
18464 - type: "plot"
18465   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18466   algorithm: "plot_tsa_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18475   layout:
18476     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18477     layout: "plot-throughput-speedup-analysis"
18478
18479 - type: "plot"
18480   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18481   algorithm: "plot_tsa_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18490   layout:
18491     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18492     layout: "plot-throughput-speedup-analysis"
18493
18494 - type: "plot"
18495   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18496   algorithm: "plot_tsa_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18505   layout:
18506     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18507     layout: "plot-throughput-speedup-analysis"
18508
18509 - type: "plot"
18510   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18511   algorithm: "plot_tsa_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18537   layout:
18538     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18539     layout: "plot-throughput-speedup-analysis"
18540
18541 - type: "plot"
18542   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18543   algorithm: "plot_tsa_name"
18544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18546   include:
18547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18551   layout:
18552     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18560   include:
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18567     layout: "plot-throughput-speedup-analysis"
18568
18569 - type: "plot"
18570   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18571   algorithm: "plot_tsa_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18581   layout:
18582     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18583     layout: "plot-throughput-speedup-analysis"
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18597   layout:
18598     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18599     layout: "plot-throughput-speedup-analysis"
18600
18601 - type: "plot"
18602   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18603   algorithm: "plot_tsa_name"
18604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18606   include:
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18611   layout:
18612     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18613     layout: "plot-throughput-speedup-analysis"
18614
18615 - type: "plot"
18616   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18617   algorithm: "plot_tsa_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18625   layout:
18626     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18627     layout: "plot-throughput-speedup-analysis"
18628
18629 - type: "plot"
18630   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18631   algorithm: "plot_tsa_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18641   layout:
18642     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18643     layout: "plot-throughput-speedup-analysis"
18644
18645 - type: "plot"
18646   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18647   algorithm: "plot_tsa_name"
18648   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18650   include:
18651     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18657   layout:
18658     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18659     layout: "plot-throughput-speedup-analysis"
18660
18661 - type: "plot"
18662   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18663   algorithm: "plot_tsa_name"
18664   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18666   include:
18667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18671   layout:
18672     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18673     layout: "plot-throughput-speedup-analysis"
18674
18675 - type: "plot"
18676   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18677   algorithm: "plot_tsa_name"
18678   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18680   include:
18681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18685   layout:
18686     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18700   layout:
18701     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18702     layout: "plot-throughput-speedup-analysis"
18703
18704 - type: "plot"
18705   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18706   algorithm: "plot_tsa_name"
18707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709   include:
18710     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "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"
18726     - "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"
18727     - "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"
18728     - "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"
18729     - "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"
18730   layout:
18731     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18732     layout: "plot-throughput-speedup-analysis"
18733
18734 - type: "plot"
18735   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18736   algorithm: "plot_tsa_name"
18737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18739   include:
18740     - "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"
18741     - "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"
18742     - "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"
18743     - "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"
18744     - "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"
18745   layout:
18746     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18760   layout:
18761     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18762     layout: "plot-throughput-speedup-analysis"
18763
18764 - type: "plot"
18765   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18766   algorithm: "plot_tsa_name"
18767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18769   include:
18770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18775   layout:
18776     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18777     layout: "plot-throughput-speedup-analysis"
18778
18779 - type: "plot"
18780   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18781   algorithm: "plot_tsa_name"
18782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18784   include:
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18790   layout:
18791     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18792     layout: "plot-throughput-speedup-analysis"
18793
18794 - type: "plot"
18795   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18796   algorithm: "plot_tsa_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18805   layout:
18806     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18807     layout: "plot-throughput-speedup-analysis"
18808
18809 - type: "plot"
18810   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18811   algorithm: "plot_tsa_name"
18812   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18814   include:
18815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18819   layout:
18820     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18821     layout: "plot-throughput-speedup-analysis"
18822
18823 - type: "plot"
18824   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18825   algorithm: "plot_tsa_name"
18826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18828   include:
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18833   layout:
18834     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "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"
18844     - "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"
18845     - "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"
18846     - "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"
18847   layout:
18848     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18849     layout: "plot-throughput-speedup-analysis"
18850
18851 - type: "plot"
18852   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18853   algorithm: "plot_tsa_name"
18854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18856   include:
18857     - "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"
18858     - "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"
18859     - "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"
18860     - "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"
18861   layout:
18862     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18863     layout: "plot-throughput-speedup-analysis"
18864
18865 - type: "plot"
18866   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18867   algorithm: "plot_tsa_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "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"
18872     - "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"
18873     - "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"
18874     - "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"
18875     - "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"
18876     - "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"
18877   layout:
18878     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18879     layout: "plot-throughput-speedup-analysis"
18880
18881 - type: "plot"
18882   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18883   algorithm: "plot_tsa_name"
18884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18886   include:
18887     - "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"
18888     - "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"
18889     - "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"
18890     - "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"
18891     - "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"
18892     - "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"
18893   layout:
18894     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 ################################################################################
18898
18899 # Packet Throughput - DPDK
18900
18901 # 2n-clx-xxv710
18902
18903 - type: "plot"
18904   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18905   algorithm: "plot_perf_box_name"
18906   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18907   data: "plot-dpdk-throughput-latency-2n-clx"
18908   include:
18909     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18910     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18911   layout:
18912     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18913     layout: "plot-throughput"
18914
18915 - type: "plot"
18916   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18917   algorithm: "plot_perf_box_name"
18918   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18919   data: "plot-dpdk-throughput-latency-2n-clx"
18920   include:
18921     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18922     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18925     layout: "plot-throughput"
18926
18927 - type: "plot"
18928   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18929   algorithm: "plot_perf_box_name"
18930   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18931   data: "plot-dpdk-throughput-latency-2n-clx"
18932   include:
18933     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18934     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18935   layout:
18936     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18937     layout: "plot-throughput"
18938
18939 - type: "plot"
18940   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18941   algorithm: "plot_perf_box_name"
18942   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18943   data: "plot-dpdk-throughput-latency-2n-clx"
18944   include:
18945     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18946     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18947   layout:
18948     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18949     layout: "plot-throughput"
18950
18951 # 2n-clx-x710
18952
18953 - type: "plot"
18954   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18955   algorithm: "plot_perf_box_name"
18956   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18957   data: "plot-dpdk-throughput-latency-2n-clx"
18958   include:
18959     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18960     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18961   layout:
18962     title: "2n-clx-x710-64b-2t1c-base-ndr"
18963     layout: "plot-throughput"
18964
18965 - type: "plot"
18966   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18967   algorithm: "plot_perf_box_name"
18968   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18969   data: "plot-dpdk-throughput-latency-2n-clx"
18970   include:
18971     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18972     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18973   layout:
18974     title: "2n-clx-x710-64b-4t2c-base-ndr"
18975     layout: "plot-throughput"
18976
18977 - type: "plot"
18978   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18979   algorithm: "plot_perf_box_name"
18980   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18981   data: "plot-dpdk-throughput-latency-2n-clx"
18982   include:
18983     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18984     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18985   layout:
18986     title: "2n-clx-x710-64b-2t1c-base-pdr"
18987     layout: "plot-throughput"
18988
18989 - type: "plot"
18990   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18991   algorithm: "plot_perf_box_name"
18992   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18993   data: "plot-dpdk-throughput-latency-2n-clx"
18994   include:
18995     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18996     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18997   layout:
18998     title: "2n-clx-x710-64b-4t2c-base-pdr"
18999     layout: "plot-throughput"
19000
19001 ################################################################################
19002
19003 - type: "plot"
19004   title: "Latency by percentile: 2n-skx"
19005   algorithm: "plot_hdrh_lat_by_percentile"
19006   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19007   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19008   target-links: "../../_static/vpp"
19009   data: "plot-vpp-hdrh-lat-2n-skx"
19010   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19011   layout:
19012     layout: "plot-hdrh-latency-by-percentile"
19013
19014 - type: "plot"
19015   title: "Latency by percentile: 3n-skx"
19016   algorithm: "plot_hdrh_lat_by_percentile"
19017   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19018   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19019   target-links: "../../_static/vpp"
19020   data: "plot-vpp-hdrh-lat-3n-skx"
19021   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19022   layout:
19023     layout: "plot-hdrh-latency-by-percentile"
19024
19025 - type: "plot"
19026   title: "Latency by percentile: 2n-clx"
19027   algorithm: "plot_hdrh_lat_by_percentile"
19028   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19029   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19030   target-links: "../../_static/vpp"
19031   data: "plot-vpp-hdrh-lat-2n-clx"
19032   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19033   layout:
19034     layout: "plot-hdrh-latency-by-percentile"
19035
19036 - type: "plot"
19037   title: "Latency by percentile: 3n-hsw"
19038   algorithm: "plot_hdrh_lat_by_percentile"
19039   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19040   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19041   target-links: "../../_static/vpp"
19042   data: "plot-vpp-hdrh-lat-3n-hsw"
19043   filter: "'1T1C' and 'NIC_Intel-XL710'"
19044   layout:
19045     layout: "plot-hdrh-latency-by-percentile"
19046
19047 - type: "plot"
19048   title: "Latency by percentile: 3n-tsh"
19049   algorithm: "plot_hdrh_lat_by_percentile"
19050   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19051   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19052   target-links: "../../_static/vpp"
19053   data: "plot-vpp-hdrh-lat-3n-tsh"
19054   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19055   layout:
19056     layout: "plot-hdrh-latency-by-percentile"
19057
19058 - type: "plot"
19059   title: "Latency by percentile: DPDK 2n-skx"
19060   algorithm: "plot_hdrh_lat_by_percentile"
19061   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19062   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19063   target-links: "../../_static/dpdk"
19064   data: "plot-dpdk-hdrh-lat-2n-skx"
19065   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19066   layout:
19067     layout: "plot-hdrh-latency-by-percentile"
19068
19069 - type: "plot"
19070   title: "Latency by percentile: DPDK 3n-skx"
19071   algorithm: "plot_hdrh_lat_by_percentile"
19072   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19073   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19074   target-links: "../../_static/dpdk"
19075   data: "plot-dpdk-hdrh-lat-3n-skx"
19076   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19077   layout:
19078     layout: "plot-hdrh-latency-by-percentile"
19079
19080 - type: "plot"
19081   title: "Latency by percentile: DPDK 2n-clx"
19082   algorithm: "plot_hdrh_lat_by_percentile"
19083   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19084   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19085   target-links: "../../_static/dpdk"
19086   data: "plot-dpdk-hdrh-lat-2n-clx"
19087   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19088   layout:
19089     layout: "plot-hdrh-latency-by-percentile"
19090
19091 - type: "plot"
19092   title: "Latency by percentile: DPDK 3n-hsw"
19093   algorithm: "plot_hdrh_lat_by_percentile"
19094   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19095   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19096   target-links: "../../_static/dpdk"
19097   data: "plot-dpdk-hdrh-lat-3n-hsw"
19098   filter: "'1T1C' and 'NIC_Intel-XL710'"
19099   layout:
19100     layout: "plot-hdrh-latency-by-percentile"
19101
19102 - type: "plot"
19103   title: "Latency by percentile: DPDK 3n-tsh"
19104   algorithm: "plot_hdrh_lat_by_percentile"
19105   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19106   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19107   target-links: "../../_static/dpdk"
19108   data: "plot-dpdk-hdrh-lat-3n-tsh"
19109   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19110   layout:
19111     layout: "plot-hdrh-latency-by-percentile"