5c7811d6f623f94126515b108ab87a62c7cdc5a6
[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,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2"
33     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
34     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
35     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
36     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
37     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
38     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
39     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
40     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
41     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
42     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
43     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
44     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
45     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
46     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
47     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
48     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
49     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
50     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
51     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
52     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
53     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
54     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
55     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
56
57     # Detailed test configurations
58     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
59     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
60     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
61     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
62     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
63     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
64     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
65     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
66     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
67     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
68     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
69     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
70     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
71     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
72     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
73     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
74     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
75     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
76     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
77     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
78
79     # Detailed tests operational data
80     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
81     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
82     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
83     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
84     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
85     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
86     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
87     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
88     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
89     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
90
91     # Latencies:
92     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
93     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
94
95     # .css patch file to fix tables generated by Sphinx
96     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
97     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
98
99   urls:
100     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
101     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
102     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
103     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
104     DIR[NEXUS,DOC]: "report/_static/archive"
105
106   make-dirs:
107   # List the directories which are created while preparing the environment.
108   # All directories MUST be defined in "paths" section.
109   - "DIR[WORKING,DATA]"
110   - "DIR[STATIC,VPP]"
111   - "DIR[STATIC,DPDK]"
112   - "DIR[STATIC,ARCH]"
113   - "DIR[BUILD,LATEX]"
114   - "DIR[WORKING,SRC]"
115   - "DIR[WORKING,SRC,STATIC]"
116
117   remove-dirs:
118   # List the directories which are deleted while cleaning the environment.
119   # All directories MUST be defined in "paths" section.
120   #- "DIR[BUILD,HTML]"
121   - "DIR[WORKING,DATA]"
122
123   build-dirs:
124   # List the directories where the results (build) is stored.
125   # All directories MUST be defined in "paths" section.
126   - "DIR[BUILD,HTML]"
127   - "DIR[BUILD,LATEX]"
128
129 - type: "configuration"
130
131   mapping-file: "mapping_report.yaml"
132
133   limits:
134     nic:
135       x520: 24460000
136       x553: 29761905
137       x710: 35800000
138       xxv710: 35800000
139       xl710: 35800000
140       cx556a: 148809523.81
141
142     link:
143       10ge: 14880952.38
144       25ge: 37202380.95
145       40ge: 59523809.52
146       100ge: 148809523.81
147
148     pci:
149       pci-g3-x8: 74404761.90
150       pci-g3-x16: 148809523.81
151
152   data-sets:
153
154     ###########################################################################
155     # Plots:
156
157     # 3n-hsw
158
159     plot-vpp-throughput-lat-tsa-3n-hsw:
160       csit-vpp-perf-report-iterative-2101-3n-hsw:
161         - 4   # rls2101.rc1 NDRPDR iter env 6
162         - 5   # rls2101.rc1 NDRPDR iter env 6
163         - 6   # rls2101.rc1 NDRPDR iter env 6
164         - 7   # rls2101.rc1 NDRPDR iter env 6
165         - 8   # rls2101.rc1 NDRPDR iter env 6
166         - 9   # rls2101.rc1 NDRPDR iter env 6
167         - 10  # rls2101.rc1 NDRPDR iter env 6
168         - 11  # rls2101.rc1 NDRPDR iter env 6
169         - 12  # rls2101.rc1 NDRPDR iter env 6
170         - 13  # rls2101.rc1 NDRPDR iter env 6
171
172     plot-vpp-hdrh-lat-3n-hsw:
173       csit-vpp-perf-report-iterative-2101-3n-hsw:
174         - 5   # rls2101.rc1 NDRPDR iter env 6
175
176     plot-vpp-hoststack-3n-hsw:
177       # csit-vpp-perf-report-iterative-2101-3n-hsw:
178       csit-vpp-perf-report-iterative-2009-3n-hsw:
179         - 32  # rls2009 Hoststack iter env 5
180         - 33  # rls2009 Hoststack iter env 5
181         - 34  # rls2009 Hoststack iter env 5
182         - 35  # rls2009 Hoststack iter env 5
183         - 36  # rls2009 Hoststack iter env 5
184         - 37  # rls2009 Hoststack iter env 5
185         - 38  # rls2009 Hoststack iter env 5
186         - 39  # rls2009 Hoststack iter env 5
187         - 40  # rls2009 Hoststack iter env 5
188         - 41  # rls2009 Hoststack iter env 5
189
190     plot-dpdk-throughput-latency-3n-hsw:
191       csit-dpdk-perf-report-iterative-2101-3n-hsw:
192         - 11  # rls2101.rc1 NDRPDR iter env 6
193         - 12  # rls2101.rc1 NDRPDR iter env 6
194         - 13  # rls2101.rc1 NDRPDR iter env 6
195         - 14  # rls2101.rc1 NDRPDR iter env 6
196         - 16  # rls2101.rc1 NDRPDR iter env 6
197         - 17  # rls2101.rc1 NDRPDR iter env 6
198         - 18  # rls2101.rc1 NDRPDR iter env 6
199         - 19  # rls2101.rc1 NDRPDR iter env 6
200         - 20  # rls2101.rc1 NDRPDR iter env 6
201         - 21  # rls2101.rc1 NDRPDR iter env 6
202
203     plot-dpdk-hdrh-lat-3n-hsw:
204       csit-dpdk-perf-report-iterative-2101-3n-hsw:
205         - 11  # rls2101.rc1 NDRPDR iter env 6
206
207     # 3n-skx
208
209     plot-vpp-throughput-lat-tsa-3n-skx:
210       csit-vpp-perf-report-iterative-2101-3n-skx:
211         - 5   # rls2101.rc1 NDRPDR iter env 6
212         - 6   # rls2101.rc1 NDRPDR iter env 6
213         - 7   # rls2101.rc1 NDRPDR iter env 6
214         - 8   # rls2101.rc1 NDRPDR iter env 6
215         - 9   # rls2101.rc1 NDRPDR iter env 6
216
217     plot-vpp-hdrh-lat-3n-skx:
218       csit-vpp-perf-report-iterative-2101-3n-skx:
219         - 5   # rls2101.rc1 NDRPDR iter env 6
220
221 #    plot-vpp-nfv-3n-skx-ndrpdr:
222 #      # No data
223 #      csit-vpp-perf-report-iterative-2101-3n-skx:
224
225 #    plot-vpp-nfv-3n-skx-mrr:
226 #      # No data
227 #      csit-vpp-perf-report-iterative-2101-3n-skx:
228
229     plot-dpdk-throughput-latency-3n-skx:
230       csit-dpdk-perf-report-iterative-2101-3n-skx:
231         - 12  # rls2101.rc1 NDRPDR iter env 6
232         - 14  # rls2101.rc1 NDRPDR iter env 6
233         - 15  # rls2101.rc1 NDRPDR iter env 6
234         - 17  # rls2101.rc1 NDRPDR iter env 6
235         - 19  # rls2101.rc1 NDRPDR iter env 6
236         - 20  # rls2101.rc1 NDRPDR iter env 6
237         - 21  # rls2101.rc1 NDRPDR iter env 6
238         - 22  # rls2101.rc1 NDRPDR iter env 6
239
240     plot-dpdk-hdrh-lat-3n-skx:
241       csit-dpdk-perf-report-iterative-2101-3n-skx:
242         - 12  # rls2101.rc1 NDRPDR iter env 6
243
244     # 2n-skx
245
246     plot-vpp-throughput-lat-tsa-2n-skx:
247       csit-vpp-perf-report-iterative-2101-2n-skx:
248         - 5   # rls2101.rc1 NDRPDR iter env 6
249         - 6   # rls2101.rc1 NDRPDR iter env 6
250         - 7   # rls2101.rc1 NDRPDR iter env 6
251         - 8   # rls2101.rc1 NDRPDR iter env 6
252         - 10  # rls2101.rc1 NDRPDR iter env 6
253         - 11  # rls2101.rc1 NDRPDR iter env 6
254         - 12  # rls2101.rc1 NDRPDR iter env 6
255         - 13  # rls2101.rc1 NDRPDR iter env 6
256
257     plot-vpp-hdrh-lat-2n-skx:
258       csit-vpp-perf-report-iterative-2101-2n-skx:
259         - 6   # rls2101.rc1 NDRPDR iter env 6
260
261     plot-vpp-soak-2n-skx:
262       # csit-vpp-perf-report-iterative-2101-2n-skx:
263       csit-vpp-perf-report-iterative-2009-2n-skx:
264         - 33  # rls2009 soak env 5
265         - 34  # rls2009 soak env 5
266
267     plot-vpp-nfv-2n-skx-ndrpdr:
268       # csit-vpp-perf-report-iterative-2101-2n-skx:
269       csit-vpp-perf-report-iterative-2009-2n-skx:
270         - 38  # rls2009 nf-density iter env 5
271         - 41  # rls2009 nf-density iter env 5
272         - 45  # rls2009 nf-density iter env 5
273         - 47  # rls2009 nf-density iter env 5
274         - 49  # rls2009 nf-density iter env 5
275         - 63  # rls2009 nf-density iter env 5
276         - 65  # rls2009 nf-density iter env 5
277         - 66  # rls2009 nf-density iter env 5
278         - 71  # rls2009 nf-density iter env 5
279         - 72  # rls2009 nf-density iter env 5
280
281     plot-vpp-nfv-2n-skx-mrr:
282       # csit-vpp-perf-report-iterative-2101-2n-skx
283       csit-vpp-perf-report-iterative-2009-2n-skx:
284         - 50  # rls2009 MRR nf-density iter env 5
285
286     plot-vpp-nfv-reconf-2n-skx:
287       # csit-vpp-perf-report-iterative-2101-2n-skx
288       csit-vpp-perf-report-iterative-2009-2n-skx:
289         - 27  # rls2009 reconf env 5
290         - 28  # rls2009 reconf env 5
291         - 29  # rls2009 reconf env 5
292         - 30  # rls2009 reconf env 5
293         - 31  # rls2009 reconf env 5
294         - 32  # rls2009 reconf env 5
295         - 61  # rls2009 reconf env 5
296         - 62  # rls2009 reconf env 5
297         - 68  # rls2009 reconf env 5
298         - 70  # rls2009 reconf env 5
299
300     plot-dpdk-throughput-latency-2n-skx:
301       csit-dpdk-perf-report-iterative-2101-2n-skx:
302         - 11  # rls2101.rc1 NDRPDR iter env 6
303         - 12  # rls2101.rc1 NDRPDR iter env 6
304         - 13  # rls2101.rc1 NDRPDR iter env 6
305         - 14  # rls2101.rc1 NDRPDR iter env 6
306         - 15  # rls2101.rc1 NDRPDR iter env 6
307         - 17  # rls2101.rc1 NDRPDR iter env 6
308         - 18  # rls2101.rc1 NDRPDR iter env 6
309         - 19  # rls2101.rc1 NDRPDR iter env 6
310         - 20  # rls2101.rc1 NDRPDR iter env 6
311         - 21  # rls2101.rc1 NDRPDR iter env 6
312
313     plot-dpdk-hdrh-lat-2n-skx:
314       csit-dpdk-perf-report-iterative-2101-2n-skx:
315         - 11  # rls2101.rc1 NDRPDR iter env 6
316
317     # 2n-zn2
318
319     plot-vpp-throughput-lat-tsa-2n-zn2:
320       csit-vpp-perf-report-iterative-2101-2n-zn2:
321         - 4   # rls2101.rc1 NDRPDR iter env 6
322         - 5   # rls2101.rc1 NDRPDR iter env 6
323         - 6   # rls2101.rc1 NDRPDR iter env 6
324         - 7   # rls2101.rc1 NDRPDR iter env 6
325
326     plot-vpp-hdrh-lat-2n-zn2:
327       csit-vpp-perf-report-iterative-2101-2n-zn2:
328         - 4   # rls2101.rc1 NDRPDR iter env 6
329
330     plot-dpdk-throughput-latency-2n-zn2:
331       csit-dpdk-perf-report-iterative-2101-2n-zn2:
332         - 11  # rls2101.rc1 NDRPDR iter env 6
333         - 12  # rls2101.rc1 NDRPDR iter env 6
334         - 13  # rls2101.rc1 NDRPDR iter env 6
335         - 14  # rls2101.rc1 NDRPDR iter env 6
336         - 16  # rls2101.rc1 NDRPDR iter env 6
337         - 17  # rls2101.rc1 NDRPDR iter env 6
338         - 18  # rls2101.rc1 NDRPDR iter env 6
339         - 19  # rls2101.rc1 NDRPDR iter env 6
340         - 20  # rls2101.rc1 NDRPDR iter env 6
341         - 21  # rls2101.rc1 NDRPDR iter env 6
342
343     plot-dpdk-hdrh-lat-2n-zn2:
344       csit-dpdk-perf-report-iterative-2101-2n-zn2:
345         - 11  # rls2101.rc1 NDRPDR iter env 6
346
347     # 2n-clx
348
349     plot-vpp-throughput-lat-tsa-2n-clx:
350       csit-vpp-perf-report-iterative-2101-2n-clx:
351         - 4   # rls2101.rc1 NDRPDR iter env 6
352         - 5   # rls2101.rc1 NDRPDR iter env 6
353         - 6   # rls2101.rc1 NDRPDR iter env 6
354         - 7   # rls2101.rc1 NDRPDR iter env 6
355         - 8   # rls2101.rc1 NDRPDR iter env 6
356         - 9   # rls2101.rc1 NDRPDR iter env 6
357         - 10  # rls2101.rc1 NDRPDR iter env 6
358         - 11  # rls2101.rc1 NDRPDR iter env 6
359         - 12  # rls2101.rc1 NDRPDR iter env 6
360         - 13  # rls2101.rc1 NDRPDR iter env 6
361
362     plot-vpp-hdrh-lat-2n-clx:
363       csit-vpp-perf-report-iterative-2101-2n-clx:
364         - 6   # rls2101.rc1 NDRPDR iter env 6
365
366     plot-vpp-nfv-2n-clx-ndrpdr:
367       # csit-vpp-perf-report-iterative-2101-2n-clx:
368       csit-vpp-perf-report-iterative-2009-2n-clx:
369         - 37  # rls2009 nf-density iter env 5
370         - 43  # rls2009 nf-density iter env 5
371         - 69  # rls2009 nf-density iter env 5
372         - 70  # rls2009 nf-density iter env 5
373         - 71  # rls2009 nf-density iter env 5
374         - 72  # rls2009 nf-density iter env 5
375         - 73  # rls2009 nf-density iter env 5
376         - 74  # rls2009 nf-density iter env 5
377         - 75  # rls2009 nf-density iter env 5
378         - 76  # rls2009 nf-density iter env 5
379
380     plot-vpp-nfv-2n-clx-mrr:
381       # csit-vpp-perf-report-iterative-2101-2n-clx:
382       csit-vpp-perf-report-iterative-2009-2n-clx:
383         - 45  # rls2009 MRR nf-density iter env 5
384
385     plot-vpp-nfv-reconf-2n-clx:
386       # csit-vpp-perf-report-iterative-2101-2n-clx:
387       csit-vpp-perf-report-iterative-2009-2n-clx:
388         - 25  # rls2009 reconf env 5
389         - 27  # rls2009 reconf env 5
390         - 28  # rls2009 reconf env 5
391         - 29  # rls2009 reconf env 5
392         - 30  # rls2009 reconf env 5
393         - 30  # rls2009 reconf env 5
394         - 32  # rls2009 reconf env 5
395         - 48  # rls2009 reconf env 5
396         - 53  # rls2009 reconf env 5
397         - 68  # rls2009 reconf env 5
398
399     plot-vpp-soak-2n-clx:
400       # csit-vpp-perf-report-iterative-2101-2n-clx:
401       csit-vpp-perf-report-iterative-2009-2n-clx:
402         - 33  # rls2009 soak env 5
403         - 34  # rls2009 soak env 5
404
405     plot-dpdk-throughput-latency-2n-clx:
406       csit-dpdk-perf-report-iterative-2101-2n-clx:
407         - 12  # rls2101.rc1 NDRPDR iter env 6
408         - 13  # rls2101.rc1 NDRPDR iter env 6
409         - 14  # rls2101.rc1 NDRPDR iter env 6
410         - 18  # rls2101.rc1 NDRPDR iter env 6
411         - 22  # rls2101.rc1 NDRPDR iter env 6
412
413     plot-dpdk-hdrh-lat-2n-clx:
414       csit-dpdk-perf-report-iterative-2101-2n-clx:
415         - 12  # rls2101.rc1 NDRPDR iter env 6
416
417     # 3n-tsh
418
419     plot-vpp-throughput-lat-tsa-3n-tsh:
420       csit-vpp-perf-report-iterative-2101-3n-tsh:
421         - 3   # rls2101.rc1 NDRPDR iter env 6
422         - 5   # rls2101.rc1 NDRPDR iter env 6
423
424     plot-vpp-hdrh-lat-3n-tsh:
425       csit-vpp-perf-report-iterative-2101-3n-tsh:
426         - 3   # rls2101.rc1 NDRPDR iter env 6
427
428     plot-dpdk-throughput-latency-3n-tsh:
429       csit-dpdk-perf-report-iterative-2101-3n-tsh:
430         - 11  # rls2101.rc1 NDRPDR iter env 6
431         - 12  # rls2101.rc1 NDRPDR iter env 6
432         - 13  # rls2101.rc1 NDRPDR iter env 6
433         - 14  # rls2101.rc1 NDRPDR iter env 6
434         - 16  # rls2101.rc1 NDRPDR iter env 6
435         - 17  # rls2101.rc1 NDRPDR iter env 6
436         - 18  # rls2101.rc1 NDRPDR iter env 6
437         - 19  # rls2101.rc1 NDRPDR iter env 6
438         - 20  # rls2101.rc1 NDRPDR iter env 6
439         - 21  # rls2101.rc1 NDRPDR iter env 6
440
441     plot-dpdk-hdrh-lat-3n-tsh:
442       csit-dpdk-perf-report-iterative-2101-3n-tsh:
443         - 21  # rls2101.rc1 NDRPDR iter env 6
444
445     # 3n-dnv
446
447     plot-vpp-throughput-lat-tsa-3n-dnv:
448       csit-vpp-perf-report-iterative-2101-3n-dnv:
449         - 3   # rls2101.rc1 NDRPDR iter env 6
450         - 4   # rls2101.rc1 NDRPDR iter env 6
451         - 5   # rls2101.rc1 NDRPDR iter env 6
452         - 6   # rls2101.rc1 NDRPDR iter env 6
453         - 7   # rls2101.rc1 NDRPDR iter env 6
454         - 8   # rls2101.rc1 NDRPDR iter env 6
455         - 9   # rls2101.rc1 NDRPDR iter env 6
456         - 10  # rls2101.rc1 NDRPDR iter env 6
457         - 11  # rls2101.rc1 NDRPDR iter env 6
458         - 12  # rls2101.rc1 NDRPDR iter env 6
459
460 #    plot-dpdk-throughput-latency-3n-dnv:
461 #      # No data
462 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
463
464     # 2n-dnv
465
466     plot-vpp-throughput-lat-tsa-2n-dnv:
467       csit-vpp-perf-report-iterative-2101-2n-dnv:
468         - 3   # rls2101.rc1 NDRPDR iter env 6
469         - 4   # rls2101.rc1 NDRPDR iter env 6
470         - 5   # rls2101.rc1 NDRPDR iter env 6
471         - 6   # rls2101.rc1 NDRPDR iter env 6
472         - 7   # rls2101.rc1 NDRPDR iter env 6
473         - 8   # rls2101.rc1 NDRPDR iter env 6
474         - 9   # rls2101.rc1 NDRPDR iter env 6
475         - 10  # rls2101.rc1 NDRPDR iter env 6
476         - 11  # rls2101.rc1 NDRPDR iter env 6
477         - 12  # rls2101.rc1 NDRPDR iter env 6
478
479 #    plot-dpdk-throughput-latency-2n-dnv:
480 #      # No data
481 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
482
483     ###########################################################################
484     # Simple tables (only one data set):
485
486     # NIC Comparisons
487
488     vpp-nic-comparison-3n-skx:
489       csit-vpp-perf-report-iterative-2101-3n-skx:
490         - 5   # rls2101.rc1 NDRPDR iter env 6
491         - 6   # rls2101.rc1 NDRPDR iter env 6
492         - 7   # rls2101.rc1 NDRPDR iter env 6
493         - 8   # rls2101.rc1 NDRPDR iter env 6
494         - 9   # rls2101.rc1 NDRPDR iter env 6
495
496     vpp-nic-comparison-2n-skx:
497       csit-vpp-perf-report-iterative-2101-2n-skx:
498         - 5   # rls2101.rc1 NDRPDR iter env 6
499         - 6   # rls2101.rc1 NDRPDR iter env 6
500         - 7   # rls2101.rc1 NDRPDR iter env 6
501         - 8   # rls2101.rc1 NDRPDR iter env 6
502         - 10  # rls2101.rc1 NDRPDR iter env 6
503         - 11  # rls2101.rc1 NDRPDR iter env 6
504         - 12  # rls2101.rc1 NDRPDR iter env 6
505         - 13  # rls2101.rc1 NDRPDR iter env 6
506
507     vpp-nic-comparison-3n-skx-mrr:
508       csit-vpp-perf-report-iterative-2101-3n-skx:
509         - 4   # rls2101.rc1 MRR iter env 6
510
511     vpp-nic-comparison-2n-skx-mrr:
512       csit-vpp-perf-report-iterative-2101-2n-skx:
513         - 3   # rls2101.rc1 MRR iter env 6
514
515     # Results
516
517     vpp-perf-results-3n-hsw:
518       # csit-vpp-perf-report-coverage-2101-3n-hsw:
519       csit-vpp-perf-report-iterative-2101-3n-hsw:
520         - 13  # rls2101.rc1 NDRPDR iter env 6
521
522     vpp-perf-results-3n-skx:
523       # csit-vpp-perf-report-coverage-2101-3n-skx:
524       csit-vpp-perf-report-iterative-2101-3n-skx:
525         - 5   # rls2101.rc1 NDRPDR iter env 6
526
527     vpp-perf-results-2n-skx:
528       # csit-vpp-perf-report-coverage-2101-2n-skx:
529       csit-vpp-perf-report-iterative-2101-2n-skx:
530         - 6   # rls2101.rc1 NDRPDR iter env 6
531
532     vpp-perf-results-2n-zn2:
533       csit-vpp-perf-report-iterative-2101-2n-zn2:
534         - 4   # rls2101.rc1 NDRPDR iter env 6
535
536     vpp-perf-results-2n-clx:
537       # csit-vpp-perf-report-coverage-2101-2n-clx:
538       csit-vpp-perf-report-iterative-2101-2n-clx:
539         - 6   # rls2101.rc1 NDRPDR iter env 6
540
541     vpp-perf-results-3n-tsh:
542       csit-vpp-perf-report-iterative-2101-3n-tsh:
543         - 3   # rls2101.rc1 NDRPDR iter env 6
544
545     vpp-perf-results-3n-dnv:
546       # csit-vpp-perf-report-coverage-2101-3n-dnv:
547       csit-vpp-perf-report-iterative-2101-3n-dnv:
548         - 4   # rls2101.rc1 NDRPDR iter env 6
549
550     vpp-perf-results-2n-dnv:
551       # csit-vpp-perf-report-coverage-2101-2n-dnv:
552       csit-vpp-perf-report-iterative-2101-2n-dnv:
553         - 3   # rls2101.rc1 NDRPDR iter env 6
554
555     vpp-mrr-results-3n-hsw:
556       csit-vpp-perf-report-iterative-2101-3n-hsw:
557         - 3   # rls2101.rc1 MRR iter env 6
558
559     vpp-mrr-results-3n-skx:
560       csit-vpp-perf-report-iterative-2101-3n-skx:
561         - 4   # rls2101.rc1 MRR iter env 6
562
563     vpp-mrr-results-2n-skx:
564       csit-vpp-perf-report-iterative-2101-2n-skx:
565         - 3   # rls2101.rc1 MRR iter env 6
566
567     vpp-mrr-results-2n-zn2:
568       csit-vpp-perf-report-iterative-2101-2n-zn2:
569         - 3   # rls2101.rc1 MRR iter env 6
570
571     vpp-mrr-results-2n-clx:
572       csit-vpp-perf-report-iterative-2101-2n-clx:
573         - 3   # rls2101.rc1 MRR iter env 6
574
575     vpp-mrr-results-3n-tsh:
576       csit-vpp-perf-report-iterative-2101-3n-tsh:
577         - 2   # rls2101.rc1 MRR iter env 6
578
579     vpp-mrr-results-3n-dnv:
580       csit-vpp-perf-report-iterative-2101-3n-dnv:
581         - 2   # rls2101.rc1 MRR iter env 6
582
583     vpp-mrr-results-2n-dnv:
584       csit-vpp-perf-report-iterative-2101-2n-dnv:
585         - 2   # rls2101.rc1 MRR iter env 6
586
587     vpp-device-results-ubuntu:
588       csit-vpp-device-2101-ubuntu1804-1n-skx:
589         - 66  # rls2101.rc1 VPP DEV env6
590
591     dpdk-perf-results-3n-hsw:
592       csit-dpdk-perf-report-iterative-2101-3n-hsw:
593         - 11  # rls2101.rc1 NDRPDR iter env 6
594
595     dpdk-perf-results-3n-skx:
596       csit-dpdk-perf-report-iterative-2101-3n-skx:
597         - 12  # rls2101.rc1 NDRPDR iter env 6
598
599     dpdk-perf-results-2n-skx:
600       csit-dpdk-perf-report-iterative-2101-2n-skx:
601         - 11  # rls2101.rc1 NDRPDR iter env 6
602
603     dpdk-perf-results-2n-zn2:
604       csit-dpdk-perf-report-iterative-2101-2n-zn2:
605         - 11  # rls2101.rc1 NDRPDR iter env 6
606
607     dpdk-perf-results-2n-clx:
608       csit-dpdk-perf-report-iterative-2101-2n-clx:
609         - 12  # rls2101.rc1 NDRPDR iter env 6
610
611 #    dpdk-perf-results-2n-dnv:
612 #      # No data
613 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
614
615 #    dpdk-perf-results-3n-dnv:
616 #      # No data
617 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
618
619     dpdk-perf-results-3n-tsh:
620       csit-dpdk-perf-report-iterative-2101-3n-tsh:
621         - 21  # rls2101.rc1 NDRPDR iter env 6
622
623 ###########################################################################
624     # Tables (more than one data set)
625
626     # Performance changes
627
628     vpp-performance-changes-3n-hsw-h1:
629       csit-vpp-perf-report-iterative-2009-3n-hsw:
630         - 9   # rls2005 NDRPDR iter env 5
631         - 10  # rls2005 NDRPDR iter env 5
632         - 11  # rls2005 NDRPDR iter env 5
633         - 12  # rls2005 NDRPDR iter env 5
634         - 13  # rls2005 NDRPDR iter env 5
635         - 14  # rls2005 NDRPDR iter env 5
636         - 15  # rls2005 NDRPDR iter env 5
637         - 16  # rls2005 NDRPDR iter env 5
638         - 17  # rls2005 NDRPDR iter env 5
639         - 19  # rls2005 NDRPDR iter env 5
640     vpp-performance-changes-3n-hsw-ref-env-old:
641       csit-vpp-perf-report-iterative-2009-3n-hsw:
642         - 21  # rls2009 NDRPDR iter env 5
643         - 22  # rls2009 NDRPDR iter env 5
644         - 24  # rls2009 NDRPDR iter env 5
645         - 25  # rls2009 NDRPDR iter env 5
646         - 26  # rls2009 NDRPDR iter env 5
647         - 27  # rls2009 NDRPDR iter env 5
648         - 28  # rls2009 NDRPDR iter env 5
649         - 29  # rls2009 NDRPDR iter env 5
650         - 30  # rls2009 NDRPDR iter env 5
651         - 31  # rls2009 NDRPDR iter env 5
652     vpp-performance-changes-3n-hsw-ref-env-new:
653       csit-vpp-perf-report-iterative-2101-3n-hsw:
654         - 19  # rls2009 NDRPDR iter env 6
655     vpp-performance-changes-3n-hsw-cmp:
656       csit-vpp-perf-report-iterative-2101-3n-hsw:
657         - 4   # rls2101.rc1 NDRPDR iter env 6
658         - 5   # rls2101.rc1 NDRPDR iter env 6
659         - 6   # rls2101.rc1 NDRPDR iter env 6
660         - 7   # rls2101.rc1 NDRPDR iter env 6
661         - 8   # rls2101.rc1 NDRPDR iter env 6
662         - 9   # rls2101.rc1 NDRPDR iter env 6
663         - 10  # rls2101.rc1 NDRPDR iter env 6
664         - 11  # rls2101.rc1 NDRPDR iter env 6
665         - 12  # rls2101.rc1 NDRPDR iter env 6
666         - 13  # rls2101.rc1 NDRPDR iter env 6
667
668     vpp-performance-changes-3n-skx-h1:
669       csit-vpp-perf-report-iterative-2009-3n-skx:
670         - 13  # rls2005 NDRPDR iter env 5
671         - 18  # rls2005 NDRPDR iter env 5
672         - 19  # rls2005 NDRPDR iter env 5
673         - 41  # rls2005 NDRPDR iter env 5
674         - 43  # rls2005 NDRPDR iter env 5
675         - 44  # rls2005 NDRPDR iter env 5
676         - 45  # rls2005 NDRPDR iter env 5
677         - 46  # rls2005 NDRPDR iter env 5
678         - 48  # rls2005 NDRPDR iter env 5
679         - 49  # rls2005 NDRPDR iter env 5
680     vpp-performance-changes-3n-skx-ref-env-old:
681       csit-vpp-perf-report-iterative-2009-3n-skx:
682         - 26  # rls2009 NDRPDR iter env 5
683         - 27  # rls2009 NDRPDR iter env 5
684         - 28  # rls2009 NDRPDR iter env 5
685         - 29  # rls2009 NDRPDR iter env 5
686         - 35  # rls2009 NDRPDR iter env 5
687         - 36  # rls2009 NDRPDR iter env 5
688         - 37  # rls2009 NDRPDR iter env 5
689         - 38  # rls2009 NDRPDR iter env 5
690         - 39  # rls2009 NDRPDR iter env 5
691         - 40  # rls2009 NDRPDR iter env 5
692     vpp-performance-changes-3n-skx-ref-env-new:
693       # TODO: Re-test in new env
694       csit-vpp-perf-report-iterative-2009-3n-skx:
695         - 26  # rls2009 NDRPDR iter env 5
696         - 27  # rls2009 NDRPDR iter env 5
697         - 28  # rls2009 NDRPDR iter env 5
698         - 29  # rls2009 NDRPDR iter env 5
699         - 35  # rls2009 NDRPDR iter env 5
700         - 36  # rls2009 NDRPDR iter env 5
701         - 37  # rls2009 NDRPDR iter env 5
702         - 38  # rls2009 NDRPDR iter env 5
703         - 39  # rls2009 NDRPDR iter env 5
704         - 40  # rls2009 NDRPDR iter env 5
705     vpp-performance-changes-3n-skx-cmp:
706       csit-vpp-perf-report-iterative-2101-3n-skx:
707         - 5   # rls2101.rc1 NDRPDR iter env 6
708         - 6   # rls2101.rc1 NDRPDR iter env 6
709         - 7   # rls2101.rc1 NDRPDR iter env 6
710         - 8   # rls2101.rc1 NDRPDR iter env 6
711         - 9   # rls2101.rc1 NDRPDR iter env 6
712
713     vpp-performance-changes-2n-skx-h1:
714       csit-vpp-perf-report-iterative-2009-2n-skx:
715         - 13  # rls2005 NDRPDR iter env 5
716         - 16  # rls2005 NDRPDR iter env 5
717         - 17  # rls2005 NDRPDR iter env 5
718         - 18  # rls2005 NDRPDR iter env 5
719         - 19  # rls2005 NDRPDR iter env 5
720         - 21  # rls2005 NDRPDR iter env 5
721         - 22  # rls2005 NDRPDR iter env 5
722         - 23  # rls2005 NDRPDR iter env 5
723         - 24  # rls2005 NDRPDR iter env 5
724         - 25  # rls2005 NDRPDR iter env 5
725     vpp-performance-changes-2n-skx-ref-env-old:
726       csit-vpp-perf-report-iterative-2009-2n-skx:
727         - 35  # rls2009 NDRPDR iter env 5
728         - 36  # rls2009 NDRPDR iter env 5
729         - 37  # rls2009 NDRPDR iter env 5
730         - 39  # rls2009 NDRPDR iter env 5
731         - 40  # rls2009 NDRPDR iter env 5
732         - 42  # rls2009 NDRPDR iter env 5
733         - 43  # rls2009 NDRPDR iter env 5
734         - 44  # rls2009 NDRPDR iter env 5
735         - 46  # rls2009 NDRPDR iter env 5
736         - 48  # rls2009 NDRPDR iter env 5
737         - 110 # rls2009 NDRPDR iter NAT44 env 5
738         - 111 # rls2009 NDRPDR iter NAT44 env 5
739         - 112 # rls2009 NDRPDR iter NAT44 env 5
740         - 113 # rls2009 NDRPDR iter NAT44 env 5
741         - 114 # rls2009 NDRPDR iter NAT44 env 5
742         - 115 # rls2009 NDRPDR iter NAT44 env 5
743         - 116 # rls2009 NDRPDR iter NAT44 env 5
744         - 118 # rls2009 NDRPDR iter NAT44 env 5
745         - 119 # rls2009 NDRPDR iter NAT44 env 5
746         - 121 # rls2009 NDRPDR iter NAT44 env 5
747     vpp-performance-changes-2n-skx-ref-env-new:
748       # TODO: Re-test in new env
749       csit-vpp-perf-report-iterative-2009-2n-skx:
750         - 35  # rls2009 NDRPDR iter env 5
751         - 36  # rls2009 NDRPDR iter env 5
752         - 37  # rls2009 NDRPDR iter env 5
753         - 39  # rls2009 NDRPDR iter env 5
754         - 40  # rls2009 NDRPDR iter env 5
755         - 42  # rls2009 NDRPDR iter env 5
756         - 43  # rls2009 NDRPDR iter env 5
757         - 44  # rls2009 NDRPDR iter env 5
758         - 46  # rls2009 NDRPDR iter env 5
759         - 48  # rls2009 NDRPDR iter env 5
760         - 110 # rls2009 NDRPDR iter NAT44 env 5
761         - 111 # rls2009 NDRPDR iter NAT44 env 5
762         - 112 # rls2009 NDRPDR iter NAT44 env 5
763         - 113 # rls2009 NDRPDR iter NAT44 env 5
764         - 114 # rls2009 NDRPDR iter NAT44 env 5
765         - 115 # rls2009 NDRPDR iter NAT44 env 5
766         - 116 # rls2009 NDRPDR iter NAT44 env 5
767         - 118 # rls2009 NDRPDR iter NAT44 env 5
768         - 119 # rls2009 NDRPDR iter NAT44 env 5
769         - 121 # rls2009 NDRPDR iter NAT44 env 5
770     vpp-performance-changes-2n-skx-cmp:
771       csit-vpp-perf-report-iterative-2101-2n-skx:
772         - 5   # rls2101.rc1 NDRPDR iter env 6
773         - 6   # rls2101.rc1 NDRPDR iter env 6
774         - 7   # rls2101.rc1 NDRPDR iter env 6
775         - 8   # rls2101.rc1 NDRPDR iter env 6
776         - 10  # rls2101.rc1 NDRPDR iter env 6
777         - 11  # rls2101.rc1 NDRPDR iter env 6
778         - 12  # rls2101.rc1 NDRPDR iter env 6
779         - 13  # rls2101.rc1 NDRPDR iter env 6
780
781     vpp-performance-changes-2n-clx-h1:
782       csit-vpp-perf-report-iterative-2009-2n-clx:
783         - 13  # rls2005 NDRPDR iter env 5
784         - 15  # rls2005 NDRPDR iter env 5
785         - 17  # rls2005 NDRPDR iter env 5
786         - 18  # rls2005 NDRPDR iter env 5
787         - 19  # rls2005 NDRPDR iter env 5
788         - 20  # rls2005 NDRPDR iter env 5
789         - 21  # rls2005 NDRPDR iter env 5
790         - 22  # rls2005 NDRPDR iter env 5
791         - 23  # rls2005 NDRPDR iter env 5
792         - 24  # rls2005 NDRPDR iter env 5
793     vpp-performance-changes-2n-clx-ref-env-old:
794       csit-vpp-perf-report-iterative-2009-2n-clx:
795         - 36  # rls2009 NDRPDR iter env 5
796         - 39  # rls2009 NDRPDR iter env 5
797         - 40  # rls2009 NDRPDR iter env 5
798         - 65  # rls2009 NDRPDR iter env 5
799         - 66  # rls2009 NDRPDR iter env 5
800         - 79  # rls2009 NDRPDR iter env 5
801         - 82  # rls2009 NDRPDR iter env 5
802         - 88  # rls2009 NDRPDR iter env 5
803         - 89  # rls2009 NDRPDR iter env 5
804         - 90  # rls2009 NDRPDR iter env 5
805         - 114 # rls2009 NDRPDR iter NAT44 env 5
806         - 115 # rls2009 NDRPDR iter NAT44 env 5
807         - 116 # rls2009 NDRPDR iter NAT44 env 5
808         - 117 # rls2009 NDRPDR iter NAT44 env 5
809         - 118 # rls2009 NDRPDR iter NAT44 env 5
810         - 119 # rls2009 NDRPDR iter NAT44 env 5
811         - 121 # rls2009 NDRPDR iter NAT44 env 5
812         - 122 # rls2009 NDRPDR iter NAT44 env 5
813         - 123 # rls2009 NDRPDR iter NAT44 env 5
814         - 126 # rls2009 NDRPDR iter NAT44 env 5
815     vpp-performance-changes-2n-clx-ref-env-new:
816       # TODO: Re-test in new env
817       csit-vpp-perf-report-iterative-2009-2n-clx:
818         - 36  # rls2009 NDRPDR iter env 5
819         - 39  # rls2009 NDRPDR iter env 5
820         - 40  # rls2009 NDRPDR iter env 5
821         - 65  # rls2009 NDRPDR iter env 5
822         - 66  # rls2009 NDRPDR iter env 5
823         - 79  # rls2009 NDRPDR iter env 5
824         - 82  # rls2009 NDRPDR iter env 5
825         - 88  # rls2009 NDRPDR iter env 5
826         - 89  # rls2009 NDRPDR iter env 5
827         - 90  # rls2009 NDRPDR iter env 5
828         - 114 # rls2009 NDRPDR iter NAT44 env 5
829         - 115 # rls2009 NDRPDR iter NAT44 env 5
830         - 116 # rls2009 NDRPDR iter NAT44 env 5
831         - 117 # rls2009 NDRPDR iter NAT44 env 5
832         - 118 # rls2009 NDRPDR iter NAT44 env 5
833         - 119 # rls2009 NDRPDR iter NAT44 env 5
834         - 121 # rls2009 NDRPDR iter NAT44 env 5
835         - 122 # rls2009 NDRPDR iter NAT44 env 5
836         - 123 # rls2009 NDRPDR iter NAT44 env 5
837         - 126 # rls2009 NDRPDR iter NAT44 env 5
838     vpp-performance-changes-2n-clx-cmp:
839       csit-vpp-perf-report-iterative-2101-2n-clx:
840         - 4   # rls2101.rc1 NDRPDR iter env 6
841         - 5   # rls2101.rc1 NDRPDR iter env 6
842         - 6   # rls2101.rc1 NDRPDR iter env 6
843         - 7   # rls2101.rc1 NDRPDR iter env 6
844         - 8   # rls2101.rc1 NDRPDR iter env 6
845         - 9   # rls2101.rc1 NDRPDR iter env 6
846         - 10  # rls2101.rc1 NDRPDR iter env 6
847         - 11  # rls2101.rc1 NDRPDR iter env 6
848         - 12  # rls2101.rc1 NDRPDR iter env 6
849         - 13  # rls2101.rc1 NDRPDR iter env 6
850
851     vpp-performance-changes-2n-zn2-ref-env-old:
852       csit-vpp-perf-report-iterative-2009-2n-zn2:
853         - 17  # rls2009 NDRPDR iter env 5
854         - 18  # rls2009 NDRPDR iter env 5
855         - 31  # rls2009 NDRPDR iter env 5
856         - 33  # rls2009 NDRPDR iter env 5
857         - 34  # rls2009 NDRPDR iter env 5
858     vpp-performance-changes-2n-zn2-ref-env-new:
859       csit-vpp-perf-report-iterative-2101-2n-zn2:
860         - 9   # rls2009 NDRPDR iter env 6
861     vpp-performance-changes-2n-zn2-cmp:
862       csit-vpp-perf-report-iterative-2101-2n-zn2:
863         - 4   # rls2101.rc1 NDRPDR iter env 6
864         - 5   # rls2101.rc1 NDRPDR iter env 6
865         - 6   # rls2101.rc1 NDRPDR iter env 6
866         - 7   # rls2101.rc1 NDRPDR iter env 6
867
868     vpp-performance-changes-2n-dnv-h1:
869       csit-vpp-perf-report-iterative-2009-2n-dnv:
870         - 16  # rls2005 NDRPDR iter env 5
871         - 17  # rls2005 NDRPDR iter env 5
872         - 18  # rls2005 NDRPDR iter env 5
873         - 19  # rls2005 NDRPDR iter env 5
874         - 21  # rls2005 NDRPDR iter env 5
875         - 24  # rls2005 NDRPDR iter env 5
876         - 27  # rls2005 NDRPDR iter env 5
877         - 28  # rls2005 NDRPDR iter env 5
878         - 29  # rls2005 NDRPDR iter env 5
879         - 30  # rls2005 NDRPDR iter env 5
880     vpp-performance-changes-2n-dnv-ref-env-old:
881       csit-vpp-perf-report-iterative-2009-2n-dnv:
882         - 3   # rls2009 NDRPDR iter env 5
883         - 5   # rls2009 NDRPDR iter env 5
884         - 6   # rls2009 NDRPDR iter env 5
885         - 7   # rls2009 NDRPDR iter env 5
886         - 9   # rls2009 NDRPDR iter env 5
887         - 10  # rls2009 NDRPDR iter env 5
888         - 11  # rls2009 NDRPDR iter env 5
889         - 12  # rls2009 NDRPDR iter env 5
890         - 14  # rls2009 NDRPDR iter env 5
891         - 15  # rls2009 NDRPDR iter env 5
892     vpp-performance-changes-2n-dnv-ref-env-new:
893       # TODO: Re-test in new env
894       csit-vpp-perf-report-iterative-2009-2n-dnv:
895         - 3   # rls2009 NDRPDR iter env 5
896         - 5   # rls2009 NDRPDR iter env 5
897         - 6   # rls2009 NDRPDR iter env 5
898         - 7   # rls2009 NDRPDR iter env 5
899         - 9   # rls2009 NDRPDR iter env 5
900         - 10  # rls2009 NDRPDR iter env 5
901         - 11  # rls2009 NDRPDR iter env 5
902         - 12  # rls2009 NDRPDR iter env 5
903         - 14  # rls2009 NDRPDR iter env 5
904         - 15  # rls2009 NDRPDR iter env 5
905     vpp-performance-changes-2n-dnv-cmp:
906       csit-vpp-perf-report-iterative-2101-2n-dnv:
907         - 3   # rls2101.rc1 NDRPDR iter env 6
908         - 4   # rls2101.rc1 NDRPDR iter env 6
909         - 5   # rls2101.rc1 NDRPDR iter env 6
910         - 6   # rls2101.rc1 NDRPDR iter env 6
911         - 7   # rls2101.rc1 NDRPDR iter env 6
912         - 8   # rls2101.rc1 NDRPDR iter env 6
913         - 9   # rls2101.rc1 NDRPDR iter env 6
914         - 10  # rls2101.rc1 NDRPDR iter env 6
915         - 11  # rls2101.rc1 NDRPDR iter env 6
916         - 12  # rls2101.rc1 NDRPDR iter env 6
917
918     vpp-performance-changes-3n-dnv-h1:
919       csit-vpp-perf-report-iterative-2009-3n-dnv:
920         - 16  # rls2005 NDRPDR iter env 5
921         - 23  # rls2005 NDRPDR iter env 5
922         - 25  # rls2005 NDRPDR iter env 5
923         - 26  # rls2005 NDRPDR iter env 5
924         - 27  # rls2005 NDRPDR iter env 5
925         - 28  # rls2005 NDRPDR iter env 5
926         - 29  # rls2005 NDRPDR iter env 5
927         - 30  # rls2005 NDRPDR iter env 5
928         - 31  # rls2005 NDRPDR iter env 5
929         - 32  # rls2005 NDRPDR iter env 5
930     vpp-performance-changes-3n-dnv-ref-env-old:
931       csit-vpp-perf-report-iterative-2009-3n-dnv:
932         - 3   # rls2009 NDRPDR iter env 5
933         - 6   # rls2009 NDRPDR iter env 5
934         - 7   # rls2009 NDRPDR iter env 5
935         - 8   # rls2009 NDRPDR iter env 5
936         - 10  # rls2009 NDRPDR iter env 5
937         - 11  # rls2009 NDRPDR iter env 5
938         - 12  # rls2009 NDRPDR iter env 5
939         - 14  # rls2009 NDRPDR iter env 5
940         - 15  # rls2009 NDRPDR iter env 5
941         - 24  # rls2009 NDRPDR iter env 5
942     vpp-performance-changes-3n-dnv-ref-env-new:
943       # TODO: Re-test in new env
944       csit-vpp-perf-report-iterative-2009-3n-dnv:
945         - 3   # rls2009 NDRPDR iter env 5
946         - 6   # rls2009 NDRPDR iter env 5
947         - 7   # rls2009 NDRPDR iter env 5
948         - 8   # rls2009 NDRPDR iter env 5
949         - 10  # rls2009 NDRPDR iter env 5
950         - 11  # rls2009 NDRPDR iter env 5
951         - 12  # rls2009 NDRPDR iter env 5
952         - 14  # rls2009 NDRPDR iter env 5
953         - 15  # rls2009 NDRPDR iter env 5
954         - 24  # rls2009 NDRPDR iter env 5
955     vpp-performance-changes-3n-dnv-cmp:
956       csit-vpp-perf-report-iterative-2101-3n-dnv:
957         - 3   # rls2101.rc1 NDRPDR iter env 6
958         - 4   # rls2101.rc1 NDRPDR iter env 6
959         - 5   # rls2101.rc1 NDRPDR iter env 6
960         - 6   # rls2101.rc1 NDRPDR iter env 6
961         - 7   # rls2101.rc1 NDRPDR iter env 6
962         - 8   # rls2101.rc1 NDRPDR iter env 6
963         - 9   # rls2101.rc1 NDRPDR iter env 6
964         - 10  # rls2101.rc1 NDRPDR iter env 6
965         - 11  # rls2101.rc1 NDRPDR iter env 6
966         - 12  # rls2101.rc1 NDRPDR iter env 6
967
968     vpp-performance-changes-3n-tsh-h1:
969       csit-vpp-perf-report-iterative-2009-3n-tsh:
970         - 8   # rls2005 NDRPDR iter env 5
971         - 11  # rls2005 NDRPDR iter env 5
972         - 12  # rls2005 NDRPDR iter env 5
973         - 24  # rls2005 NDRPDR iter env 5
974         - 27  # rls2005 NDRPDR iter env 5
975         - 29  # rls2005 NDRPDR iter env 5
976         - 31  # rls2005 NDRPDR iter env 5
977         - 39  # rls2005 NDRPDR iter env 5
978         - 40  # rls2005 NDRPDR iter env 5
979         - 42  # rls2005 NDRPDR iter env 5
980     vpp-performance-changes-3n-tsh-ref-env-old:
981       csit-vpp-perf-report-iterative-2009-3n-tsh:
982         - 14  # rls2009 NDRPDR iter env 5
983         - 20  # rls2009 NDRPDR iter env 5
984         - 21  # rls2009 NDRPDR iter env 5
985         - 22  # rls2009 NDRPDR iter env 5
986         - 23  # rls2009 NDRPDR iter env 5
987         - 28  # rls2009 NDRPDR iter env 5
988         - 30  # rls2009 NDRPDR iter env 5
989         - 33  # rls2009 NDRPDR iter env 5
990         - 38  # rls2009 NDRPDR iter env 5
991         - 41  # rls2009 NDRPDR iter env 5
992     vpp-performance-changes-3n-tsh-ref-env-new:
993       # TODO: Re-test in new env
994       csit-vpp-perf-report-iterative-2009-3n-tsh:
995         - 14  # rls2009 NDRPDR iter env 5
996         - 20  # rls2009 NDRPDR iter env 5
997         - 21  # rls2009 NDRPDR iter env 5
998         - 22  # rls2009 NDRPDR iter env 5
999         - 23  # rls2009 NDRPDR iter env 5
1000         - 28  # rls2009 NDRPDR iter env 5
1001         - 30  # rls2009 NDRPDR iter env 5
1002         - 33  # rls2009 NDRPDR iter env 5
1003         - 38  # rls2009 NDRPDR iter env 5
1004         - 41  # rls2009 NDRPDR iter env 5
1005     vpp-performance-changes-3n-tsh-cmp:
1006       csit-vpp-perf-report-iterative-2101-3n-tsh:
1007         - 3   # rls2101.rc1 NDRPDR iter env 6
1008         - 5   # rls2101.rc1 NDRPDR iter env 6
1009
1010     vpp-soak-vs-ndr-2n-skx-ref:
1011       # csit-vpp-perf-report-iterative-2101-2n-skx:
1012       csit-vpp-perf-report-iterative-2009-2n-skx:
1013         - 35  # rls2009 NDRPDR iter env 5
1014         - 36  # rls2009 NDRPDR iter env 5
1015         - 37  # rls2009 NDRPDR iter env 5
1016         - 39  # rls2009 NDRPDR iter env 5
1017         - 40  # rls2009 NDRPDR iter env 5
1018         - 42  # rls2009 NDRPDR iter env 5
1019         - 43  # rls2009 NDRPDR iter env 5
1020         - 44  # rls2009 NDRPDR iter env 5
1021         - 46  # rls2009 NDRPDR iter env 5
1022         - 48  # rls2009 NDRPDR iter env 5
1023     vpp-soak-vs-ndr-2n-skx-cmp:
1024       # csit-vpp-perf-report-iterative-2101-2n-skx:
1025       csit-vpp-perf-report-iterative-2009-2n-skx:
1026         - 33  # rls2009 soak env 5
1027         - 34  # rls2009 soak env 5
1028     vpp-soak-vs-ndr-2n-skx:
1029       # csit-vpp-perf-report-iterative-2101-2n-skx:
1030       csit-vpp-perf-report-iterative-2009-2n-skx:
1031         - 35  # rls2009 NDRPDR iter env 5
1032         - 36  # rls2009 NDRPDR iter env 5
1033         - 37  # rls2009 NDRPDR iter env 5
1034         - 39  # rls2009 NDRPDR iter env 5
1035         - 40  # rls2009 NDRPDR iter env 5
1036         - 42  # rls2009 NDRPDR iter env 5
1037         - 43  # rls2009 NDRPDR iter env 5
1038         - 44  # rls2009 NDRPDR iter env 5
1039         - 46  # rls2009 NDRPDR iter env 5
1040         - 48  # rls2009 NDRPDR iter env 5
1041         - 33  # rls2009 soak env 5
1042         - 34  # rls2009 soak env 5
1043
1044     vpp-soak-vs-ndr-2n-clx-ref:
1045       # csit-vpp-perf-report-iterative-2101-2n-clx:
1046       csit-vpp-perf-report-iterative-2009-2n-clx:
1047         - 36  # rls2009 NDRPDR iter env 5
1048         - 39  # rls2009 NDRPDR iter env 5
1049         - 40  # rls2009 NDRPDR iter env 5
1050         - 65  # rls2009 NDRPDR iter env 5
1051         - 66  # rls2009 NDRPDR iter env 5
1052         - 79  # rls2009 NDRPDR iter env 5
1053         - 82  # rls2009 NDRPDR iter env 5
1054         - 88  # rls2009 NDRPDR iter env 5
1055         - 89  # rls2009 NDRPDR iter env 5
1056         - 90  # rls2009 NDRPDR iter env 5
1057     vpp-soak-vs-ndr-2n-clx-cmp:
1058       # csit-vpp-perf-report-iterative-2101-2n-clx:
1059       csit-vpp-perf-report-iterative-2009-2n-clx:
1060         - 33  # rls2009 soak env 5
1061         - 34  # rls2009 soak env 5
1062     vpp-soak-vs-ndr-2n-clx:
1063       # csit-vpp-perf-report-iterative-2101-2n-clx:
1064       csit-vpp-perf-report-iterative-2009-2n-clx:
1065         - 36  # rls2009 NDRPDR iter env 5
1066         - 39  # rls2009 NDRPDR iter env 5
1067         - 40  # rls2009 NDRPDR iter env 5
1068         - 65  # rls2009 NDRPDR iter env 5
1069         - 66  # rls2009 NDRPDR iter env 5
1070         - 79  # rls2009 NDRPDR iter env 5
1071         - 82  # rls2009 NDRPDR iter env 5
1072         - 88  # rls2009 NDRPDR iter env 5
1073         - 89  # rls2009 NDRPDR iter env 5
1074         - 90  # rls2009 NDRPDR iter env 5
1075         - 33  # rls2009 soak env 5
1076         - 34  # rls2009 soak env 5
1077
1078     vpp-performance-changes-3n-hsw-mrr-h1:
1079       csit-vpp-perf-report-iterative-2009-3n-hsw:
1080         - 18  # rls2005 MRR iter env 5
1081     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1082       csit-vpp-perf-report-iterative-2009-3n-hsw:
1083         - 23  # rls2009 MRR iter env 5
1084     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1085       csit-vpp-perf-report-iterative-2101-3n-hsw:
1086         - 17  # rls2009 MRR iter env 6
1087     vpp-performance-changes-3n-hsw-mrr-cmp:
1088       csit-vpp-perf-report-iterative-2101-3n-hsw:
1089         - 3   # rls2101.rc1 MRR iter env 6
1090
1091     vpp-performance-changes-3n-skx-mrr-h1:
1092       csit-vpp-perf-report-iterative-2009-3n-skx:
1093         - 17  # rls2005 MRR iter env 5
1094     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1095       csit-vpp-perf-report-iterative-2009-3n-skx:
1096         - 24  # rls2009 MRR iter env 5
1097     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1098       csit-vpp-perf-report-iterative-2101-3n-skx:
1099         - 12  # rls2009 MRR iter env 6
1100     vpp-performance-changes-3n-skx-mrr-cmp:
1101       csit-vpp-perf-report-iterative-2101-3n-skx:
1102         - 4   # rls2101.rc1 MRR iter env 6
1103
1104     vpp-performance-changes-2n-skx-mrr-h1:
1105       csit-vpp-perf-report-iterative-2009-2n-skx:
1106         - 20  # rls2005 MRR iter env 5
1107     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1108       csit-vpp-perf-report-iterative-2009-2n-skx:
1109         - 120 # rls2009 MRR iter env 5
1110     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1111       # TODO: Re-test in new env
1112       csit-vpp-perf-report-iterative-2009-2n-skx:
1113         - 120 # rls2009 MRR iter env 5
1114     vpp-performance-changes-2n-skx-mrr-cmp:
1115       csit-vpp-perf-report-iterative-2101-2n-skx:
1116         - 3   # rls2101.rc1 MRR iter env 6
1117
1118     vpp-performance-changes-2n-clx-mrr-h1:
1119       csit-vpp-perf-report-iterative-2009-2n-clx:
1120         - 77  # rls2005 MRR iter env 5
1121     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1122       csit-vpp-perf-report-iterative-2009-2n-clx:
1123         - 125 # rls2009 MRR iter env 5
1124     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1125       # TODO: Re-test in new env
1126       csit-vpp-perf-report-iterative-2009-2n-clx:
1127         - 125 # rls2009 MRR iter env 55
1128     vpp-performance-changes-2n-clx-mrr-cmp:
1129       csit-vpp-perf-report-iterative-2101-2n-clx:
1130         - 3   # rls2101.rc1 MRR iter env 6
1131
1132     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1133       csit-vpp-perf-report-iterative-2009-2n-zn2:
1134         - 15  # rls2009 MRR iter env 5
1135     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1136       csit-vpp-perf-report-iterative-2101-2n-zn2:
1137         - 8   # rls2009 MRR iter env6
1138     vpp-performance-changes-2n-zn2-mrr-cmp:
1139       csit-vpp-perf-report-iterative-2101-2n-zn2:
1140         - 3   # rls2101.rc1 MRR iter env 6
1141
1142     vpp-performance-changes-2n-dnv-mrr-h1:
1143       csit-vpp-perf-report-iterative-2009-2n-dnv:
1144         - 23  # rls2005 MRR iter env 5
1145     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1146       csit-vpp-perf-report-iterative-2009-2n-dnv:
1147         - 13  # rls2009 MRR iter env 5
1148     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1149       # TODO: Re-test in new env
1150       csit-vpp-perf-report-iterative-2009-2n-dnv:
1151         - 13  # rls2009 MRR iter env 5
1152     vpp-performance-changes-2n-dnv-mrr-cmp:
1153       csit-vpp-perf-report-iterative-2101-2n-dnv:
1154         - 2   # rls2101.rc1 MRR iter env 6
1155
1156     vpp-performance-changes-3n-dnv-mrr-h1:
1157       csit-vpp-perf-report-iterative-2009-3n-dnv:
1158         - 19  # rls2005 MRR iter env 5
1159     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1160       csit-vpp-perf-report-iterative-2009-3n-dnv:
1161         - 22  # rls2009 MRR iter env 5
1162     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1163       # TODO: Re-test in new env
1164       csit-vpp-perf-report-iterative-2009-3n-dnv:
1165         - 22  # rls2009 MRR iter env 5
1166     vpp-performance-changes-3n-dnv-mrr-cmp:
1167       csit-vpp-perf-report-iterative-2101-3n-dnv:
1168         - 2   # rls2101.rc1 MRR iter env 6
1169
1170     vpp-performance-changes-3n-tsh-mrr-h1:
1171       csit-vpp-perf-report-iterative-2009-3n-tsh:
1172         - 13  # rls2005 MRR iter env 5
1173     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1174       csit-vpp-perf-report-iterative-2009-3n-tsh:
1175         - 15  # rls2009 MRR iter env 5
1176     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1177       # TODO: Re-test in new env
1178       csit-vpp-perf-report-iterative-2009-3n-tsh:
1179         - 15  # rls2009 MRR iter env 5
1180     vpp-performance-changes-3n-tsh-mrr-cmp:
1181       csit-vpp-perf-report-iterative-2101-3n-tsh:
1182         - 2   # rls2101.rc1 MRR iter env 6
1183
1184     dpdk-performance-changes-3n-hsw-h1:
1185       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1186         - 25  # NDRPDR iter
1187         - 26  # NDRPDR iter
1188         - 27  # NDRPDR iter
1189         - 28  # NDRPDR iter
1190         - 29  # NDRPDR iter
1191         - 30  # NDRPDR iter
1192         - 31  # NDRPDR iter
1193         - 32  # NDRPDR iter
1194         - 33  # NDRPDR iter
1195         - 34  # NDRPDR iter
1196     dpdk-performance-changes-3n-hsw-ref:
1197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1198         - 6   # NDRPDR iter env5
1199         - 7   # NDRPDR iter env5
1200         - 8   # NDRPDR iter env5
1201         - 9   # NDRPDR iter env5
1202         - 10  # NDRPDR iter env5
1203         - 11  # NDRPDR iter env5
1204         - 12  # NDRPDR iter env5
1205         - 13  # NDRPDR iter env5
1206         - 14  # NDRPDR iter env5
1207         - 15  # NDRPDR iter env5
1208     dpdk-performance-changes-3n-hsw-cmp:
1209       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1210         - 11  # rls2101.rc1 NDRPDR iter env 6
1211         - 12  # rls2101.rc1 NDRPDR iter env 6
1212         - 13  # rls2101.rc1 NDRPDR iter env 6
1213         - 14  # rls2101.rc1 NDRPDR iter env 6
1214         - 16  # rls2101.rc1 NDRPDR iter env 6
1215         - 17  # rls2101.rc1 NDRPDR iter env 6
1216         - 18  # rls2101.rc1 NDRPDR iter env 6
1217         - 19  # rls2101.rc1 NDRPDR iter env 6
1218         - 20  # rls2101.rc1 NDRPDR iter env 6
1219         - 21  # rls2101.rc1 NDRPDR iter env 6
1220
1221     dpdk-performance-changes-3n-skx-h1:
1222       csit-dpdk-perf-report-iterative-2005-3n-skx:
1223         - 28  # NDRPDR iter
1224         - 29  # NDRPDR iter
1225         - 30  # NDRPDR iter
1226         - 31  # NDRPDR iter
1227         - 32  # NDRPDR iter
1228         - 33  # NDRPDR iter
1229         - 34  # NDRPDR iter
1230         - 35  # NDRPDR iter
1231         - 36  # NDRPDR iter
1232         - 37  # NDRPDR iter
1233     dpdk-performance-changes-3n-skx-ref:
1234       csit-dpdk-perf-report-iterative-2009-3n-skx:
1235         - 4   # NDRPDR sel env5
1236         - 5   # NDRPDR sel env5
1237         - 6   # NDRPDR sel env5
1238         - 7   # NDRPDR sel env5
1239         - 8   # NDRPDR sel env5
1240         - 9   # NDRPDR sel env5
1241         - 14  # NDRPDR sel env5
1242         - 11  # NDRPDR sel env5
1243         - 12  # NDRPDR sel env5
1244         - 13  # NDRPDR sel env5
1245     dpdk-performance-changes-3n-skx-cmp:
1246       csit-dpdk-perf-report-iterative-2101-3n-skx:
1247         - 12  # rls2101.rc1 NDRPDR iter env 6
1248         - 14  # rls2101.rc1 NDRPDR iter env 6
1249         - 15  # rls2101.rc1 NDRPDR iter env 6
1250         - 17  # rls2101.rc1 NDRPDR iter env 6
1251         - 19  # rls2101.rc1 NDRPDR iter env 6
1252         - 20  # rls2101.rc1 NDRPDR iter env 6
1253         - 21  # rls2101.rc1 NDRPDR iter env 6
1254         - 22  # rls2101.rc1 NDRPDR iter env 6
1255
1256     dpdk-performance-changes-2n-skx-h1:
1257       csit-dpdk-perf-report-iterative-2005-2n-skx:
1258         - 20  # NDRPDR iter
1259         - 21  # NDRPDR iter
1260         - 22  # NDRPDR iter
1261         - 23  # NDRPDR iter
1262         - 24  # NDRPDR iter
1263         - 25  # NDRPDR iter
1264         - 26  # NDRPDR iter
1265         - 27  # NDRPDR iter
1266         - 28  # NDRPDR iter
1267         - 29  # NDRPDR iter
1268     dpdk-performance-changes-2n-skx-ref:
1269       csit-dpdk-perf-report-iterative-2009-2n-skx:
1270         - 4   # NDRPDR iter env5
1271         - 5   # NDRPDR iter env5
1272         - 6   # NDRPDR iter env5
1273         - 7   # NDRPDR iter env5
1274         - 8   # NDRPDR iter env5
1275         - 9   # NDRPDR iter env5
1276         - 10  # NDRPDR iter env5
1277         - 11  # NDRPDR iter env5
1278         - 12  # NDRPDR iter env5
1279         - 13  # NDRPDR iter env5
1280     dpdk-performance-changes-2n-skx-cmp:
1281       csit-dpdk-perf-report-iterative-2101-2n-skx:
1282         - 11  # rls2101.rc1 NDRPDR iter env 6
1283         - 12  # rls2101.rc1 NDRPDR iter env 6
1284         - 13  # rls2101.rc1 NDRPDR iter env 6
1285         - 14  # rls2101.rc1 NDRPDR iter env 6
1286         - 15  # rls2101.rc1 NDRPDR iter env 6
1287         - 17  # rls2101.rc1 NDRPDR iter env 6
1288         - 18  # rls2101.rc1 NDRPDR iter env 6
1289         - 19  # rls2101.rc1 NDRPDR iter env 6
1290         - 20  # rls2101.rc1 NDRPDR iter env 6
1291         - 21  # rls2101.rc1 NDRPDR iter env 6
1292
1293     dpdk-performance-changes-2n-clx-h1:
1294       csit-dpdk-perf-report-iterative-2005-2n-clx:
1295         - 20  # NDRPDR iter
1296         - 21  # NDRPDR iter
1297         - 22  # NDRPDR iter
1298         - 23  # NDRPDR iter
1299         - 24  # NDRPDR iter
1300         - 25  # NDRPDR iter
1301         - 26  # NDRPDR iter
1302         - 27  # NDRPDR iter
1303         - 28  # NDRPDR iter
1304         - 29  # NDRPDR iter
1305     dpdk-performance-changes-2n-clx-ref:
1306       csit-dpdk-perf-report-iterative-2009-2n-clx:
1307         - 4   # NDRPDR iter env5
1308         - 5   # NDRPDR iter env5
1309         - 6   # NDRPDR iter env5
1310         - 7   # NDRPDR iter env5
1311         - 8   # NDRPDR iter env5
1312         - 9   # NDRPDR iter env5
1313         - 10  # NDRPDR iter env5
1314         - 11  # NDRPDR iter env5
1315         - 12  # NDRPDR iter env5
1316         - 13  # NDRPDR iter env5
1317     dpdk-performance-changes-2n-clx-cmp:
1318       csit-dpdk-perf-report-iterative-2101-2n-clx:
1319         - 12  # rls2101.rc1 NDRPDR iter env 6
1320         - 13  # rls2101.rc1 NDRPDR iter env 6
1321         - 14  # rls2101.rc1 NDRPDR iter env 6
1322         - 18  # rls2101.rc1 NDRPDR iter env 6
1323         - 22  # rls2101.rc1 NDRPDR iter env 6
1324
1325     dpdk-performance-changes-2n-zn2-ref:
1326       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1327         - 16  # NDRPDR iter env5
1328         - 21  # NDRPDR iter env5
1329         - 22  # NDRPDR iter env5
1330         - 23  # NDRPDR iter env5
1331         - 24  # NDRPDR iter env5
1332         - 25  # NDRPDR iter env5
1333         - 29  # NDRPDR iter env5
1334     dpdk-performance-changes-2n-zn2-cmp:
1335       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1336         - 11  # rls2101.rc1 NDRPDR iter env 6
1337         - 12  # rls2101.rc1 NDRPDR iter env 6
1338         - 13  # rls2101.rc1 NDRPDR iter env 6
1339         - 14  # rls2101.rc1 NDRPDR iter env 6
1340         - 16  # rls2101.rc1 NDRPDR iter env 6
1341         - 17  # rls2101.rc1 NDRPDR iter env 6
1342         - 18  # rls2101.rc1 NDRPDR iter env 6
1343         - 19  # rls2101.rc1 NDRPDR iter env 6
1344         - 20  # rls2101.rc1 NDRPDR iter env 6
1345         - 21  # rls2101.rc1 NDRPDR iter env 6
1346
1347 #    dpdk-performance-changes-2n-dnv-h1:
1348 #      csit-dpdk-perf-verify-2101-2n-dnv:
1349 #        - 9   # NDRPDR sel
1350 #        - 10  # NDRPDR sel
1351 #        - 11  # NDRPDR sel
1352 #        - 12  # NDRPDR sel
1353 #        - 13  # NDRPDR sel
1354 #        - 14  # NDRPDR sel
1355 #        - 15  # NDRPDR sel
1356 #        - 16  # NDRPDR sel
1357 #        - 17  # NDRPDR sel
1358 #        - 18  # NDRPDR sel
1359 #    dpdk-performance-changes-2n-dnv-ref:
1360 #      # No data
1361 #    dpdk-performance-changes-2n-dnv-cmp:
1362 #      # No data
1363 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1364
1365 #    dpdk-performance-changes-3n-dnv-h1:
1366 #      csit-dpdk-perf-verify-2101-3n-dnv:
1367 #        - 12  # NDRPDR sel
1368 #        - 13  # NDRPDR sel
1369 #        - 14  # NDRPDR sel
1370 #        - 15  # NDRPDR sel
1371 #        - 16  # NDRPDR sel
1372 #        - 17  # NDRPDR sel
1373 #        - 18  # NDRPDR sel
1374 #        - 19  # NDRPDR sel
1375 #        - 20  # NDRPDR sel
1376 #        - 22  # NDRPDR sel
1377 #    dpdk-performance-changes-3n-dnv-ref:
1378 #      # No data
1379 #    dpdk-performance-changes-3n-dnv-cmp:
1380 #      # No data
1381 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1382
1383     dpdk-performance-changes-3n-tsh-h1:
1384       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1385         - 5   # NDRPDR sel
1386     dpdk-performance-changes-3n-tsh-ref:
1387       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1388         - 1   # NDRPDR iter env5
1389         - 2   # NDRPDR iter env5
1390         - 3   # NDRPDR iter env5
1391         - 4   # NDRPDR iter env5
1392         - 5   # NDRPDR iter env5
1393         - 6   # NDRPDR iter env5
1394         - 7   # NDRPDR iter env5
1395         - 9   # NDRPDR iter env5
1396         - 10  # NDRPDR iter env5
1397         - 11  # NDRPDR iter env5
1398     dpdk-performance-changes-3n-tsh-cmp:
1399       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1400         - 11  # rls2101.rc1 NDRPDR iter env 6
1401         - 12  # rls2101.rc1 NDRPDR iter env 6
1402         - 13  # rls2101.rc1 NDRPDR iter env 6
1403         - 14  # rls2101.rc1 NDRPDR iter env 6
1404         - 16  # rls2101.rc1 NDRPDR iter env 6
1405         - 17  # rls2101.rc1 NDRPDR iter env 6
1406         - 18  # rls2101.rc1 NDRPDR iter env 6
1407         - 19  # rls2101.rc1 NDRPDR iter env 6
1408         - 20  # rls2101.rc1 NDRPDR iter env 6
1409         - 21  # rls2101.rc1 NDRPDR iter env 6
1410
1411     # Compare testbeds
1412
1413     vpp-compare-testbeds-ref:
1414       csit-vpp-perf-report-iterative-2101-3n-hsw:
1415         - 4   # rls2101.rc1 NDRPDR iter env 6
1416         - 5   # rls2101.rc1 NDRPDR iter env 6
1417         - 6   # rls2101.rc1 NDRPDR iter env 6
1418         - 7   # rls2101.rc1 NDRPDR iter env 6
1419         - 8   # rls2101.rc1 NDRPDR iter env 6
1420         - 9   # rls2101.rc1 NDRPDR iter env 6
1421         - 10  # rls2101.rc1 NDRPDR iter env 6
1422         - 11  # rls2101.rc1 NDRPDR iter env 6
1423         - 12  # rls2101.rc1 NDRPDR iter env 6
1424         - 13  # rls2101.rc1 NDRPDR iter env 6
1425     vpp-compare-testbeds-cmp:
1426       csit-vpp-perf-report-iterative-2101-3n-skx:
1427         - 5   # rls2101.rc1 NDRPDR iter env 6
1428         - 6   # rls2101.rc1 NDRPDR iter env 6
1429         - 7   # rls2101.rc1 NDRPDR iter env 6
1430         - 8   # rls2101.rc1 NDRPDR iter env 6
1431         - 9   # rls2101.rc1 NDRPDR iter env 6
1432
1433     vpp-compare-testbeds-skx-clx-ref:
1434       csit-vpp-perf-report-iterative-2101-2n-skx:
1435         - 5   # rls2101.rc1 NDRPDR iter env 6
1436         - 6   # rls2101.rc1 NDRPDR iter env 6
1437         - 7   # rls2101.rc1 NDRPDR iter env 6
1438         - 8   # rls2101.rc1 NDRPDR iter env 6
1439         - 10  # rls2101.rc1 NDRPDR iter env 6
1440         - 11  # rls2101.rc1 NDRPDR iter env 6
1441         - 12  # rls2101.rc1 NDRPDR iter env 6
1442         - 13  # rls2101.rc1 NDRPDR iter env 6
1443     vpp-compare-testbeds-skx-clx-cmp:
1444       csit-vpp-perf-report-iterative-2101-2n-clx:
1445         - 4   # rls2101.rc1 NDRPDR iter env 6
1446         - 5   # rls2101.rc1 NDRPDR iter env 6
1447         - 6   # rls2101.rc1 NDRPDR iter env 6
1448         - 7   # rls2101.rc1 NDRPDR iter env 6
1449         - 8   # rls2101.rc1 NDRPDR iter env 6
1450         - 9   # rls2101.rc1 NDRPDR iter env 6
1451         - 10  # rls2101.rc1 NDRPDR iter env 6
1452         - 11  # rls2101.rc1 NDRPDR iter env 6
1453         - 12  # rls2101.rc1 NDRPDR iter env 6
1454         - 13  # rls2101.rc1 NDRPDR iter env 6
1455
1456     vpp-compare-testbeds-hsw-clx-ref:
1457       csit-vpp-perf-report-iterative-2101-3n-hsw:
1458         - 4   # rls2101.rc1 NDRPDR iter env 6
1459         - 5   # rls2101.rc1 NDRPDR iter env 6
1460         - 6   # rls2101.rc1 NDRPDR iter env 6
1461         - 7   # rls2101.rc1 NDRPDR iter env 6
1462         - 8   # rls2101.rc1 NDRPDR iter env 6
1463         - 9   # rls2101.rc1 NDRPDR iter env 6
1464         - 10  # rls2101.rc1 NDRPDR iter env 6
1465         - 11  # rls2101.rc1 NDRPDR iter env 6
1466         - 12  # rls2101.rc1 NDRPDR iter env 6
1467         - 13  # rls2101.rc1 NDRPDR iter env 6
1468     vpp-compare-testbeds-hsw-clx-cmp:
1469       csit-vpp-perf-report-iterative-2101-2n-clx:
1470         - 4   # rls2101.rc1 NDRPDR iter env 6
1471         - 5   # rls2101.rc1 NDRPDR iter env 6
1472         - 6   # rls2101.rc1 NDRPDR iter env 6
1473         - 7   # rls2101.rc1 NDRPDR iter env 6
1474         - 8   # rls2101.rc1 NDRPDR iter env 6
1475         - 9   # rls2101.rc1 NDRPDR iter env 6
1476         - 10  # rls2101.rc1 NDRPDR iter env 6
1477         - 11  # rls2101.rc1 NDRPDR iter env 6
1478         - 12  # rls2101.rc1 NDRPDR iter env 6
1479         - 13  # rls2101.rc1 NDRPDR iter env 6
1480
1481     vpp-compare-testbeds-mrr-ref:
1482       csit-vpp-perf-report-iterative-2101-3n-hsw:
1483         - 3   # rls2101.rc1 MRR iter env 6
1484     vpp-compare-testbeds-mrr-cmp:
1485       csit-vpp-perf-report-iterative-2101-3n-skx:
1486         - 4   # rls2101.rc1 MRR iter env 6
1487
1488     vpp-compare-testbeds-mrr-skx-clx-ref:
1489       csit-vpp-perf-report-iterative-2101-2n-skx:
1490         - 3   # rls2101.rc1 MRR iter env 6
1491     vpp-compare-testbeds-mrr-skx-clx-cmp:
1492       csit-vpp-perf-report-iterative-2101-2n-clx:
1493         - 3   # rls2101.rc1 MRR iter env 6
1494
1495     vpp-compare-testbeds-mrr-hsw-clx-ref:
1496       csit-vpp-perf-report-iterative-2101-3n-hsw:
1497         - 3   # rls2101.rc1 MRR iter env 6
1498     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1499       csit-vpp-perf-report-iterative-2101-2n-clx:
1500         - 3   # rls2101.rc1 MRR iter env 6
1501
1502     dpdk-compare-testbeds-ref:
1503       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1504         - 11  # rls2101.rc1 NDRPDR iter env 6
1505         - 12  # rls2101.rc1 NDRPDR iter env 6
1506         - 13  # rls2101.rc1 NDRPDR iter env 6
1507         - 14  # rls2101.rc1 NDRPDR iter env 6
1508         - 16  # rls2101.rc1 NDRPDR iter env 6
1509         - 17  # rls2101.rc1 NDRPDR iter env 6
1510         - 18  # rls2101.rc1 NDRPDR iter env 6
1511         - 19  # rls2101.rc1 NDRPDR iter env 6
1512         - 20  # rls2101.rc1 NDRPDR iter env 6
1513         - 21  # rls2101.rc1 NDRPDR iter env 6
1514     dpdk-compare-testbeds-cmp:
1515       csit-dpdk-perf-report-iterative-2101-3n-skx:
1516         - 12  # rls2101.rc1 NDRPDR iter env 6
1517         - 14  # rls2101.rc1 NDRPDR iter env 6
1518         - 15  # rls2101.rc1 NDRPDR iter env 6
1519         - 17  # rls2101.rc1 NDRPDR iter env 6
1520         - 19  # rls2101.rc1 NDRPDR iter env 6
1521         - 20  # rls2101.rc1 NDRPDR iter env 6
1522         - 21  # rls2101.rc1 NDRPDR iter env 6
1523         - 22  # rls2101.rc1 NDRPDR iter env 6
1524
1525     dpdk-compare-testbeds-skx-clx-ref:
1526       csit-dpdk-perf-report-iterative-2101-2n-skx:
1527         - 11  # rls2101.rc1 NDRPDR iter env 6
1528         - 12  # rls2101.rc1 NDRPDR iter env 6
1529         - 13  # rls2101.rc1 NDRPDR iter env 6
1530         - 14  # rls2101.rc1 NDRPDR iter env 6
1531         - 15  # rls2101.rc1 NDRPDR iter env 6
1532         - 17  # rls2101.rc1 NDRPDR iter env 6
1533         - 18  # rls2101.rc1 NDRPDR iter env 6
1534         - 19  # rls2101.rc1 NDRPDR iter env 6
1535         - 20  # rls2101.rc1 NDRPDR iter env 6
1536         - 21  # rls2101.rc1 NDRPDR iter env 6
1537     dpdk-compare-testbeds-skx-clx-cmp:
1538       csit-dpdk-perf-report-iterative-2101-2n-clx:
1539         - 12  # rls2101.rc1 NDRPDR iter env 6
1540         - 13  # rls2101.rc1 NDRPDR iter env 6
1541         - 14  # rls2101.rc1 NDRPDR iter env 6
1542         - 18  # rls2101.rc1 NDRPDR iter env 6
1543         - 22  # rls2101.rc1 NDRPDR iter env 6
1544
1545     # Compare topologies
1546
1547     vpp-compare-topologies-ref:
1548       csit-vpp-perf-report-iterative-2101-3n-skx:
1549         - 5   # rls2101.rc1 NDRPDR iter env 6
1550         - 6   # rls2101.rc1 NDRPDR iter env 6
1551         - 7   # rls2101.rc1 NDRPDR iter env 6
1552         - 8   # rls2101.rc1 NDRPDR iter env 6
1553         - 9   # rls2101.rc1 NDRPDR iter env 6
1554     vpp-compare-topologies-cmp:
1555       csit-vpp-perf-report-iterative-2101-2n-skx:
1556         - 5   # rls2101.rc1 NDRPDR iter env 6
1557         - 6   # rls2101.rc1 NDRPDR iter env 6
1558         - 7   # rls2101.rc1 NDRPDR iter env 6
1559         - 8   # rls2101.rc1 NDRPDR iter env 6
1560         - 10  # rls2101.rc1 NDRPDR iter env 6
1561         - 11  # rls2101.rc1 NDRPDR iter env 6
1562         - 12  # rls2101.rc1 NDRPDR iter env 6
1563         - 13  # rls2101.rc1 NDRPDR iter env 6
1564
1565     vpp-compare-topologies-mrr-ref:
1566       csit-vpp-perf-report-iterative-2101-3n-skx:
1567         - 4   # rls2101.rc1 MRR iter env 6
1568     vpp-compare-topologies-mrr-cmp:
1569       csit-vpp-perf-report-iterative-2101-2n-skx:
1570         - 3   # rls2101.rc1 MRR iter env 6
1571
1572     dpdk-compare-topologies-ref:
1573       csit-dpdk-perf-report-iterative-2101-3n-skx:
1574         - 12  # rls2101.rc1 NDRPDR iter env 6
1575         - 14  # rls2101.rc1 NDRPDR iter env 6
1576         - 15  # rls2101.rc1 NDRPDR iter env 6
1577         - 17  # rls2101.rc1 NDRPDR iter env 6
1578         - 19  # rls2101.rc1 NDRPDR iter env 6
1579         - 20  # rls2101.rc1 NDRPDR iter env 6
1580         - 21  # rls2101.rc1 NDRPDR iter env 6
1581         - 22  # rls2101.rc1 NDRPDR iter env 6
1582     dpdk-compare-topologies-cmp:
1583       csit-dpdk-perf-report-iterative-2101-2n-skx:
1584         - 11  # rls2101.rc1 NDRPDR iter env 6
1585         - 12  # rls2101.rc1 NDRPDR iter env 6
1586         - 13  # rls2101.rc1 NDRPDR iter env 6
1587         - 14  # rls2101.rc1 NDRPDR iter env 6
1588         - 15  # rls2101.rc1 NDRPDR iter env 6
1589         - 17  # rls2101.rc1 NDRPDR iter env 6
1590         - 18  # rls2101.rc1 NDRPDR iter env 6
1591         - 19  # rls2101.rc1 NDRPDR iter env 6
1592         - 20  # rls2101.rc1 NDRPDR iter env 6
1593         - 21  # rls2101.rc1 NDRPDR iter env 6
1594
1595   plot-layouts:
1596
1597     plot-soak-throughput:
1598       titlefont:
1599         size: 16
1600       xaxis:
1601         title: "<b>Test Cases [Index]</b>"
1602         titlefont:
1603           size: 14
1604         autorange: True
1605         fixedrange: False
1606         gridcolor: "rgb(230, 230, 230)"
1607         linecolor: "rgb(220, 220, 220)"
1608         linewidth: 1
1609         showgrid: True
1610         showline: True
1611         showticklabels: True
1612         tickcolor: "rgb(220, 220, 220)"
1613         tickmode: "linear"
1614         tickfont:
1615           size: 14
1616         zeroline: False
1617       yaxis:
1618         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1619         titlefont:
1620           size: 14
1621         gridcolor: "rgb(230, 230, 230)"
1622         hoverformat: ".4r"
1623         tickformat: ".3r"
1624         linecolor: "rgb(220, 220, 220)"
1625         linewidth: 1
1626         showgrid: True
1627         showline: True
1628         showticklabels: True
1629         tickcolor: "rgb(220, 220, 220)"
1630         tickfont:
1631           size: 14
1632         zeroline: False
1633         range: [0,50]
1634       autosize: False
1635       margin:
1636         t: 50
1637         b: 0
1638         l: 80
1639         r: 20
1640       showlegend: True
1641       legend:
1642         orientation: "h"
1643         font:
1644           size: 14
1645       width: 700
1646       height: 900
1647       paper_bgcolor: "#fff"
1648       plot_bgcolor: "#fff"
1649       hoverlabel:
1650         namelength: -1
1651
1652     plot-service-density:
1653       titlefont:
1654         size: 16
1655       xaxis:
1656         side: "top"
1657         autorange: True
1658         fixedrange: False
1659         showgrid: False
1660         showline: False
1661         showticklabels: False
1662         ticks: ""
1663         ticklen: 0
1664         tickwidth: 0
1665         zeroline: False
1666       yaxis:
1667         autorange: "reversed"
1668         showgrid: False
1669         showline: False
1670         showticklabels: False
1671         ticks: ""
1672         ticklen: 0
1673         tickwidth: 0
1674         zeroline: False
1675       showlegend: False
1676       paper_bgcolor: "#fff"
1677       plot_bgcolor: "#fff"
1678       width: 700
1679       height: 700
1680       hoverlabel:
1681         namelength: -1
1682
1683     plot-hoststack:
1684       titlefont:
1685         size: 16
1686       xaxis:
1687         title: "<b>Test Cases [Index]</b>"
1688         titlefont:
1689           size: 14
1690         autorange: True
1691         fixedrange: False
1692         gridcolor: "rgb(230, 230, 230)"
1693         linecolor: "rgb(220, 220, 220)"
1694         linewidth: 1
1695         showgrid: True
1696         showline: True
1697         showticklabels: True
1698         tickcolor: "rgb(220, 220, 220)"
1699         tickmode: "linear"
1700         tickfont:
1701           size: 14
1702         zeroline: False
1703       yaxis:
1704         title: "<b>Bandwidth [Gbps]</b>"
1705         titlefont:
1706           size: 14
1707         gridcolor: "rgb(230, 230, 230)"
1708         hoverformat: ".4s"
1709         linecolor: "rgb(220, 220, 220)"
1710         linewidth: 1
1711         rangemode: "tozero"
1712         showgrid: True
1713         showline: True
1714         showticklabels: True
1715         tickcolor: "rgb(230, 230, 230)"
1716         tickformat: ".3s"
1717         tickfont:
1718           size: 14
1719         zeroline: False
1720       autosize: False
1721       margin:
1722         t: 50
1723         b: 20
1724         l: 80
1725         r: 20
1726       showlegend: True
1727       legend:
1728         orientation: "h"
1729         font:
1730           size: 14
1731       width: 700
1732       height: 800
1733       paper_bgcolor: "#fff"
1734       plot_bgcolor: "#fff"
1735       hoverlabel:
1736         namelength: -1
1737
1738     plot-throughput:
1739       titlefont:
1740         size: 16
1741       xaxis:
1742         title: "<b>Test Cases [Index]</b>"
1743         titlefont:
1744           size: 14
1745         autorange: True
1746         fixedrange: False
1747         gridcolor: "rgb(230, 230, 230)"
1748         linecolor: "rgb(220, 220, 220)"
1749         linewidth: 1
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(220, 220, 220)"
1754         tickmode: "linear"
1755         tickfont:
1756           size: 14
1757         zeroline: False
1758       yaxis:
1759         title: "<b>Packet Throughput [Mpps]</b>"
1760         titlefont:
1761           size: 14
1762         gridcolor: "rgb(230, 230, 230)"
1763         hoverformat: ".4r"
1764         tickformat: ".3r"
1765         linecolor: "rgb(220, 220, 220)"
1766         linewidth: 1
1767         showgrid: True
1768         showline: True
1769         showticklabels: True
1770         tickcolor: "rgb(220, 220, 220)"
1771         tickfont:
1772           size: 14
1773         zeroline: False
1774         range: [0,50]
1775       autosize: False
1776       margin:
1777         t: 50
1778         b: 0
1779         l: 80
1780         r: 20
1781       showlegend: True
1782       legend:
1783         orientation: "h"
1784         font:
1785           size: 14
1786       width: 700
1787       height: 900
1788       paper_bgcolor: "#fff"
1789       plot_bgcolor: "#fff"
1790       hoverlabel:
1791         namelength: -1
1792
1793     plot-throughput-gbps:
1794       titlefont:
1795         size: 16
1796       xaxis:
1797         title: "<b>Test Cases [Index]</b>"
1798         titlefont:
1799           size: 14
1800         autorange: True
1801         fixedrange: False
1802         gridcolor: "rgb(230, 230, 230)"
1803         linecolor: "rgb(220, 220, 220)"
1804         linewidth: 1
1805         showgrid: True
1806         showline: True
1807         showticklabels: True
1808         tickcolor: "rgb(220, 220, 220)"
1809         tickmode: "linear"
1810         tickfont:
1811           size: 14
1812         zeroline: False
1813       yaxis:
1814         title: "<b>Packet Throughput [Gbps]</b>"
1815         titlefont:
1816           size: 14
1817         gridcolor: "rgb(230, 230, 230)"
1818         hoverformat: ".4r"
1819         tickformat: ".3r"
1820         linecolor: "rgb(220, 220, 220)"
1821         linewidth: 1
1822         showgrid: True
1823         showline: True
1824         showticklabels: True
1825         tickcolor: "rgb(220, 220, 220)"
1826         tickfont:
1827           size: 14
1828         zeroline: False
1829         range: [0,10]
1830       autosize: False
1831       margin:
1832         t: 50
1833         b: 0
1834         l: 80
1835         r: 20
1836       showlegend: True
1837       legend:
1838         orientation: "h"
1839         font:
1840           size: 14
1841       width: 700
1842       height: 900
1843       paper_bgcolor: "#fff"
1844       plot_bgcolor: "#fff"
1845       hoverlabel:
1846         namelength: -1
1847
1848     plot-cps:
1849       titlefont:
1850         size: 16
1851       xaxis:
1852         title: "<b>Test Cases [Index]</b>"
1853         titlefont:
1854           size: 14
1855         autorange: True
1856         fixedrange: False
1857         gridcolor: "rgb(230, 230, 230)"
1858         linecolor: "rgb(220, 220, 220)"
1859         linewidth: 1
1860         showgrid: True
1861         showline: True
1862         showticklabels: True
1863         tickcolor: "rgb(220, 220, 220)"
1864         tickmode: "linear"
1865         tickfont:
1866           size: 14
1867         zeroline: False
1868       yaxis:
1869         title: "<b>Connection Rate [Mcps]</b>"
1870         titlefont:
1871           size: 14
1872         gridcolor: "rgb(230, 230, 230)"
1873         hoverformat: ".4r"
1874         tickformat: ".3s"
1875         linecolor: "rgb(220, 220, 220)"
1876         linewidth: 1
1877         showgrid: True
1878         showline: True
1879         showticklabels: True
1880         tickcolor: "rgb(220, 220, 220)"
1881         tickfont:
1882           size: 14
1883         zeroline: False
1884         range: [0,10]
1885       autosize: False
1886       margin:
1887         t: 50
1888         b: 0
1889         l: 80
1890         r: 20
1891       showlegend: True
1892       legend:
1893         orientation: "h"
1894         font:
1895           size: 14
1896       width: 700
1897       height: 900
1898       paper_bgcolor: "#fff"
1899       plot_bgcolor: "#fff"
1900       hoverlabel:
1901         namelength: -1
1902
1903     plot-throughput-speedup-analysis:
1904       titlefont:
1905         size: 16
1906       xaxis:
1907         title: "<b>Number of Cores [Qty]</b>"
1908         titlefont:
1909           size: 14
1910         autorange: True
1911         fixedrange: False
1912         gridcolor: "rgb(230, 230, 230)"
1913         linecolor: "rgb(220, 220, 220)"
1914         linewidth: 1
1915         showgrid: True
1916         showline: True
1917         showticklabels: True
1918         tickcolor: "rgb(238, 238, 238)"
1919         tickmode: "linear"
1920         tickfont:
1921           size: 14
1922         zeroline: False
1923       yaxis:
1924         title: "<b>Packet Throughput [Mpps]</b>"
1925         titlefont:
1926           size: 14
1927         type: "linear"
1928         gridcolor: "rgb(230, 230, 230)"
1929         hoverformat: ".4s"
1930         linecolor: "rgb(220, 220, 220)"
1931         linewidth: 1
1932         showgrid: True
1933         showline: True
1934         showticklabels: True
1935         tickcolor: "rgb(220, 220, 220)"
1936         tickformat: ".4s"
1937         tickfont:
1938           size: 14
1939         zeroline: True
1940         rangemode: "tozero"
1941         range: [0,100]
1942       legend:
1943         orientation: "h"
1944         font:
1945           size: 14
1946         xanchor: "left"
1947         yanchor: "top"
1948         x: 0
1949         y: -0.2
1950         bgcolor: "rgba(255, 255, 255, 0)"
1951         bordercolor: "rgba(255, 255, 255, 0)"
1952         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1953       autosize: False
1954       margin:
1955           't': 50
1956           'b': 150
1957           'l': 85
1958           'r': 10
1959       showlegend: True
1960       width: 700
1961       height: 700
1962       paper_bgcolor: "#fff"
1963       plot_bgcolor: "#fff"
1964       hoverlabel:
1965         namelength: -1
1966       annotations: [
1967         {
1968           text: "_ _          __          ...",
1969           align: "left",
1970           showarrow: False,
1971           xref: "paper",
1972           yref: "paper",
1973           xanchor: "left",
1974           yanchor: "top",
1975           x: 0,
1976           y: -0.14,
1977           font: {
1978             family: "Consolas, Courier New",
1979             size: 13
1980           },
1981         },
1982         {
1983           text: "    Perfect     Measured     Limit",
1984           align: "left",
1985           showarrow: False,
1986           xref: "paper",
1987           yref: "paper",
1988           xanchor: "left",
1989           yanchor: "top",
1990           x: 0,
1991           y: -0.15,
1992           font: {
1993             family: "Consolas, Courier New",
1994             size: 13
1995           },
1996         },
1997       ]
1998
1999     plot-throughput-speedup-analysis-gbps:
2000       titlefont:
2001         size: 16
2002       xaxis:
2003         title: "<b>Number of Cores [Qty]</b>"
2004         titlefont:
2005           size: 14
2006         autorange: True
2007         fixedrange: False
2008         gridcolor: "rgb(230, 230, 230)"
2009         linecolor: "rgb(220, 220, 220)"
2010         linewidth: 1
2011         showgrid: True
2012         showline: True
2013         showticklabels: True
2014         tickcolor: "rgb(238, 238, 238)"
2015         tickmode: "linear"
2016         tickfont:
2017           size: 14
2018         zeroline: False
2019       yaxis:
2020         title: "<b>Packet Throughput [Gbps]</b>"
2021         titlefont:
2022           size: 14
2023         type: "linear"
2024         gridcolor: "rgb(230, 230, 230)"
2025         hoverformat: ".4s"
2026         linecolor: "rgb(220, 220, 220)"
2027         linewidth: 1
2028         showgrid: True
2029         showline: True
2030         showticklabels: True
2031         tickcolor: "rgb(220, 220, 220)"
2032         tickformat: ".4s"
2033         tickfont:
2034           size: 14
2035         zeroline: True
2036         rangemode: "tozero"
2037         range: [0,100]
2038       legend:
2039         orientation: "h"
2040         font:
2041           size: 14
2042         xanchor: "left"
2043         yanchor: "top"
2044         x: 0
2045         y: -0.2
2046         bgcolor: "rgba(255, 255, 255, 0)"
2047         bordercolor: "rgba(255, 255, 255, 0)"
2048         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2049       autosize: False
2050       margin:
2051           't': 50
2052           'b': 150
2053           'l': 85
2054           'r': 10
2055       showlegend: True
2056       width: 700
2057       height: 700
2058       paper_bgcolor: "#fff"
2059       plot_bgcolor: "#fff"
2060       hoverlabel:
2061         namelength: -1
2062       annotations: [
2063         {
2064           text: "_ _          __",
2065           align: "left",
2066           showarrow: False,
2067           xref: "paper",
2068           yref: "paper",
2069           xanchor: "left",
2070           yanchor: "top",
2071           x: 0,
2072           y: -0.13,
2073           font: {
2074             family: "Consolas, Courier New",
2075             size: 13
2076           },
2077         },
2078         {
2079           text: "    Perfect     Measured",
2080           align: "left",
2081           showarrow: False,
2082           xref: "paper",
2083           yref: "paper",
2084           xanchor: "left",
2085           yanchor: "top",
2086           x: 0,
2087           y: -0.15,
2088           font: {
2089             family: "Consolas, Courier New",
2090             size: 13
2091           },
2092         },
2093       ]
2094
2095     plot-throughput-speedup-analysis-cps:
2096       titlefont:
2097         size: 16
2098       xaxis:
2099         title: "<b>Number of Cores [Qty]</b>"
2100         titlefont:
2101           size: 14
2102         autorange: True
2103         fixedrange: False
2104         gridcolor: "rgb(230, 230, 230)"
2105         linecolor: "rgb(220, 220, 220)"
2106         linewidth: 1
2107         showgrid: True
2108         showline: True
2109         showticklabels: True
2110         tickcolor: "rgb(238, 238, 238)"
2111         tickmode: "linear"
2112         tickfont:
2113           size: 14
2114         zeroline: False
2115       yaxis:
2116         title: "<b>Connection Rate [Mcps]</b>"
2117         titlefont:
2118           size: 14
2119         type: "linear"
2120         gridcolor: "rgb(230, 230, 230)"
2121         hoverformat: ".4s"
2122         linecolor: "rgb(220, 220, 220)"
2123         linewidth: 1
2124         showgrid: True
2125         showline: True
2126         showticklabels: True
2127         tickcolor: "rgb(220, 220, 220)"
2128         tickformat: ".4s"
2129         tickfont:
2130           size: 14
2131         zeroline: True
2132         rangemode: "tozero"
2133         range: [0,100]
2134       legend:
2135         orientation: "h"
2136         font:
2137           size: 14
2138         xanchor: "left"
2139         yanchor: "top"
2140         x: 0
2141         y: -0.2
2142         bgcolor: "rgba(255, 255, 255, 0)"
2143         bordercolor: "rgba(255, 255, 255, 0)"
2144         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2145       autosize: False
2146       margin:
2147           't': 50
2148           'b': 150
2149           'l': 85
2150           'r': 10
2151       showlegend: True
2152       width: 700
2153       height: 700
2154       paper_bgcolor: "#fff"
2155       plot_bgcolor: "#fff"
2156       hoverlabel:
2157         namelength: -1
2158       annotations: [
2159         {
2160           text: "_ _          __",
2161           align: "left",
2162           showarrow: False,
2163           xref: "paper",
2164           yref: "paper",
2165           xanchor: "left",
2166           yanchor: "top",
2167           x: 0,
2168           y: -0.13,
2169           font: {
2170             family: "Consolas, Courier New",
2171             size: 13
2172           },
2173         },
2174         {
2175           text: "    Perfect     Measured",
2176           align: "left",
2177           showarrow: False,
2178           xref: "paper",
2179           yref: "paper",
2180           xanchor: "left",
2181           yanchor: "top",
2182           x: 0,
2183           y: -0.15,
2184           font: {
2185             family: "Consolas, Courier New",
2186             size: 13
2187           },
2188         },
2189       ]
2190
2191     plot-latency:
2192       titlefont:
2193         size: 16
2194       xaxis:
2195         title: "<b>Direction</b>"
2196         titlefont:
2197           size: 14
2198         autorange: True
2199         fixedrange: False
2200         gridcolor: "rgb(230, 230, 230)"
2201         linecolor: "rgb(220, 220, 220)"
2202         linewidth: 1
2203         showgrid: True
2204         showline: True
2205         showticklabels: False
2206         tickcolor: "rgb(220, 220, 220)"
2207         tickmode: "linear"
2208         tickfont:
2209           size: 14
2210         zeroline: False
2211       yaxis:
2212         title: "<b>Packet Latency [uSec]</b>"
2213         titlefont:
2214           size: 14
2215         type: "linear"
2216         gridcolor: "rgb(230, 230, 230)"
2217         hoverformat: ".4s"
2218         linecolor: "rgb(220, 220, 220)"
2219         linewidth: 1
2220         showgrid: True
2221         showline: True
2222         showticklabels: True
2223         tickcolor: "rgb(220, 220, 220)"
2224         tickformat: ".4s"
2225         tickfont:
2226           size: 14
2227         zeroline: True
2228         rangemode: "tozero"
2229       legend:
2230         orientation: "h"
2231         font:
2232           size: 14
2233         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2234       autosize: False
2235       margin:
2236           't': 50
2237           'b': 150
2238           'l': 80
2239           'r': 10
2240       showlegend: True
2241       width: 700
2242       height: 700
2243       paper_bgcolor: "#fff"
2244       plot_bgcolor: "#fff"
2245       hoverlabel:
2246         namelength: -1
2247
2248     plot-hdrh-latency:
2249       title:
2250         text: ""
2251         xanchor: "center"
2252         x: 0.5
2253         font:
2254           size: 16
2255       width: 700
2256       plot_bgcolor: "white"
2257       annotations:
2258         - font:
2259             size: 14
2260           showarrow: False
2261           text: "<b>Packet Latency [uSec]</b>"
2262           x: 1
2263           xanchor: "right"
2264           xref: "paper"
2265           y: -0.045
2266           yanchor: "top"
2267           yref: "paper"
2268         - font:
2269             size: 14
2270           showarrow: False
2271           text: "<b>Probability [%]</b>"
2272           textangle: 270
2273           x: -0.06
2274           xanchor: "center"
2275           xref: "paper"
2276           y: 0.5
2277           yanchor: "middle"
2278           yref: "paper"
2279         - font:
2280             size: 14
2281           showarrow: False
2282           text: "<b>Direction: E-W</b>"
2283           x: 0.24
2284           xanchor: "center"
2285           xref: "paper"
2286           y: 1.05
2287           yanchor: "bottom"
2288           yref: "paper"
2289         - font:
2290             size: 14
2291           showarrow: False
2292           text: "<b>Direction: W-E</b>"
2293           x: 0.74
2294           xanchor: "center"
2295           xref: "paper"
2296           y: 1.05
2297           yanchor: "bottom"
2298           yref: "paper"
2299
2300     plot-hdrh-latency-percentile-x-log:
2301       title:
2302         text: "<b>Latency by Percentile Distribution</b>"
2303         xanchor: "center"
2304         x: 0.5
2305         font:
2306           size: 18
2307       showlegend: True
2308       legend:
2309         traceorder: "normal"
2310         orientation: "h"
2311         font:
2312           size: 16
2313         xanchor: "left"
2314         yanchor: "top"
2315         x: 0
2316         y: -0.2
2317         bgcolor: "rgba(255, 255, 255, 0)"
2318         bordercolor: "rgba(255, 255, 255, 0)"
2319       xaxis:
2320         type: "log"
2321         title: "<b>Percentile [%]</b>"
2322         titlefont:
2323           size: 14
2324         autorange: False
2325         fixedrange: False
2326         gridcolor: "rgb(230, 230, 230)"
2327         linecolor: "rgb(220, 220, 220)"
2328         linewidth: 1
2329         showgrid: True
2330         showline: True
2331         showticklabels: True
2332         tickcolor: "rgb(220, 220, 220)"
2333         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2334         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2335         tickfont:
2336           size: 14
2337       yaxis:
2338         title: "<b>One-Way Latency per Direction [uSec]</b>"
2339         titlefont:
2340           size: 14
2341         gridcolor: "rgb(230, 230, 230)"
2342         linecolor: "rgb(220, 220, 220)"
2343         linewidth: 1
2344         showgrid: True
2345         showline: True
2346         showticklabels: True
2347         tickcolor: "rgb(220, 220, 220)"
2348         tickfont:
2349           size: 14
2350       autosize: False
2351       width: 700
2352       height: 700
2353       paper_bgcolor: "white"
2354       plot_bgcolor: "white"
2355
2356     plot-hdrh-latency-by-percentile:
2357       title:
2358         text: "<b>Latency by Percentile Distribution</b>"
2359         xanchor: "center"
2360         x: 0.5
2361         font:
2362           size: 18
2363       showlegend: True
2364       legend:
2365         traceorder: "normal"
2366         orientation: "h"
2367         font:
2368           size: 16
2369         xanchor: "left"
2370         yanchor: "top"
2371         x: 0
2372         y: -0.2
2373         bgcolor: "rgba(255, 255, 255, 0)"
2374         bordercolor: "rgba(255, 255, 255, 0)"
2375       xaxis:
2376         type: "linear"
2377         title: "<b>Percentile [%]</b>"
2378         titlefont:
2379           size: 14
2380         autorange: False
2381         fixedrange: False
2382         range: [0, 100]
2383         gridcolor: "rgb(230, 230, 230)"
2384         linecolor: "rgb(220, 220, 220)"
2385         linewidth: 1
2386         showgrid: True
2387         showline: True
2388         showticklabels: True
2389         tickcolor: "rgb(220, 220, 220)"
2390         tickvals: [0, 25, 50, 75, 100]
2391         ticktext: [0, 25, 50, 75, 100]
2392         tickfont:
2393           size: 14
2394       yaxis:
2395         title: "<b>One-Way Latency per Direction [uSec]</b>"
2396         titlefont:
2397           size: 14
2398         gridcolor: "rgb(230, 230, 230)"
2399         linecolor: "rgb(220, 220, 220)"
2400         linewidth: 1
2401         showgrid: True
2402         showline: True
2403         showticklabels: True
2404         tickcolor: "rgb(220, 220, 220)"
2405         tickfont:
2406           size: 14
2407       width: 700
2408       height: 700
2409       paper_bgcolor: "white"
2410       plot_bgcolor: "white"
2411
2412 - type: "static"
2413   src-path: "{DIR[RST]}"
2414   dst-path: "{DIR[WORKING,SRC]}"
2415
2416 - type: "input"
2417   general:
2418     file-name: "output_info.xml.gz"
2419     file-format: ".gz"
2420     arch-file-format:
2421       - ".gz"
2422       - ".zip"
2423     download-path: "{job}/{build}/archives/{filename}"
2424     extract: "output.xml"
2425
2426     zip-file-name: "robot-plugin.zip"
2427     zip-file-format: ".zip"
2428     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2429     zip-extract: "robot-plugin/output.xml"
2430
2431   builds:
2432
2433     csit-vpp-perf-report-iterative-2009-3n-hsw:
2434       - 18  # rls2005 MRR iter env 5
2435       - 9   # rls2005 NDRPDR iter env 5
2436       - 10  # rls2005 NDRPDR iter env 5
2437       - 11  # rls2005 NDRPDR iter env 5
2438       - 12  # rls2005 NDRPDR iter env 5
2439       - 13  # rls2005 NDRPDR iter env 5
2440       - 14  # rls2005 NDRPDR iter env 5
2441       - 15  # rls2005 NDRPDR iter env 5
2442       - 16  # rls2005 NDRPDR iter env 5
2443       - 17  # rls2005 NDRPDR iter env 5
2444       - 19  # rls2005 NDRPDR iter env 5
2445       - 23  # rls2009 MRR iter env 5
2446       - 21  # rls2009 NDRPDR iter env 5
2447       - 22  # rls2009 NDRPDR iter env 5
2448       - 24  # rls2009 NDRPDR iter env 5
2449       - 25  # rls2009 NDRPDR iter env 5
2450       - 26  # rls2009 NDRPDR iter env 5
2451       - 27  # rls2009 NDRPDR iter env 5
2452       - 28  # rls2009 NDRPDR iter env 5
2453       - 29  # rls2009 NDRPDR iter env 5
2454       - 30  # rls2009 NDRPDR iter env 5
2455       - 31  # rls2009 NDRPDR iter env 5
2456       - 32  # rls2009 Hoststack iter env 5
2457       - 33  # rls2009 Hoststack iter env 5
2458       - 34  # rls2009 Hoststack iter env 5
2459       - 35  # rls2009 Hoststack iter env 5
2460       - 36  # rls2009 Hoststack iter env 5
2461       - 37  # rls2009 Hoststack iter env 5
2462       - 38  # rls2009 Hoststack iter env 5
2463       - 39  # rls2009 Hoststack iter env 5
2464       - 40  # rls2009 Hoststack iter env 5
2465       - 41  # rls2009 Hoststack iter env 5
2466     csit-vpp-perf-report-iterative-2101-3n-hsw:
2467       - 3   # rls2101.rc1 MRR iter env 6
2468       - 4   # rls2101.rc1 NDRPDR iter env 6
2469       - 5   # rls2101.rc1 NDRPDR iter env 6
2470       - 6   # rls2101.rc1 NDRPDR iter env 6
2471       - 7   # rls2101.rc1 NDRPDR iter env 6
2472       - 8   # rls2101.rc1 NDRPDR iter env 6
2473       - 9   # rls2101.rc1 NDRPDR iter env 6
2474       - 10  # rls2101.rc1 NDRPDR iter env 6
2475       - 11  # rls2101.rc1 NDRPDR iter env 6
2476       - 12  # rls2101.rc1 NDRPDR iter env 6
2477       - 13  # rls2101.rc1 NDRPDR iter env 6
2478       - 17  # rls2009 MRR iter env 6
2479       - 19  # rls2009 NDRPDR iter env 6
2480     # csit-vpp-perf-report-coverage-2101-3n-hsw:
2481
2482
2483     csit-vpp-perf-report-iterative-2009-3n-skx:
2484       - 17  # rls2005 MRR iter env 5
2485       - 13  # rls2005 NDRPDR iter env 5
2486       - 18  # rls2005 NDRPDR iter env 5
2487       - 19  # rls2005 NDRPDR iter env 5
2488       - 41  # rls2005 NDRPDR iter env 5
2489       - 43  # rls2005 NDRPDR iter env 5
2490       - 44  # rls2005 NDRPDR iter env 5
2491       - 45  # rls2005 NDRPDR iter env 5
2492       - 46  # rls2005 NDRPDR iter env 5
2493       - 48  # rls2005 NDRPDR iter env 5
2494       - 49  # rls2005 NDRPDR iter env 5
2495       - 24  # rls2009 MRR iter env 5
2496       - 26  # rls2009 NDRPDR iter env 5
2497       - 27  # rls2009 NDRPDR iter env 5
2498       - 28  # rls2009 NDRPDR iter env 5
2499       - 29  # rls2009 NDRPDR iter env 5
2500       - 35  # rls2009 NDRPDR iter env 5
2501       - 36  # rls2009 NDRPDR iter env 5
2502       - 37  # rls2009 NDRPDR iter env 5
2503       - 38  # rls2009 NDRPDR iter env 5
2504       - 39  # rls2009 NDRPDR iter env 5
2505       - 40  # rls2009 NDRPDR iter env 5
2506     csit-vpp-perf-report-iterative-2101-3n-skx:
2507       - 4   # rls2101.rc1 MRR iter env 6
2508       - 5   # rls2101.rc1 NDRPDR iter env 6
2509       - 6   # rls2101.rc1 NDRPDR iter env 6
2510       - 7   # rls2101.rc1 NDRPDR iter env 6
2511       - 8   # rls2101.rc1 NDRPDR iter env 6
2512       - 9   # rls2101.rc1 NDRPDR iter env 6
2513       - 12  # rls2009 MRR iter env 6
2514     # csit-vpp-perf-report-coverage-2101-3n-skx:
2515
2516
2517     csit-vpp-perf-report-iterative-2009-2n-skx:
2518       - 20  # rls2005 MRR iter env 5
2519       - 13  # rls2005 NDRPDR iter env 5
2520       - 16  # rls2005 NDRPDR iter env 5
2521       - 17  # rls2005 NDRPDR iter env 5
2522       - 18  # rls2005 NDRPDR iter env 5
2523       - 19  # rls2005 NDRPDR iter env 5
2524       - 21  # rls2005 NDRPDR iter env 5
2525       - 22  # rls2005 NDRPDR iter env 5
2526       - 23  # rls2005 NDRPDR iter env 5
2527       - 24  # rls2005 NDRPDR iter env 5
2528       - 25  # rls2005 NDRPDR iter env 5
2529       - 120 # rls2009 MRR iter env 5
2530       - 35  # rls2009 NDRPDR iter env 5
2531       - 36  # rls2009 NDRPDR iter env 5
2532       - 37  # rls2009 NDRPDR iter env 5
2533       - 39  # rls2009 NDRPDR iter env 5
2534       - 40  # rls2009 NDRPDR iter env 5
2535       - 42  # rls2009 NDRPDR iter env 5
2536       - 43  # rls2009 NDRPDR iter env 5
2537       - 44  # rls2009 NDRPDR iter env 5
2538       - 46  # rls2009 NDRPDR iter env 5
2539       - 48  # rls2009 NDRPDR iter env 5
2540       - 110 # rls2009 NDRPDR iter NAT44 env 5
2541       - 111 # rls2009 NDRPDR iter NAT44 env 5
2542       - 112 # rls2009 NDRPDR iter NAT44 env 5
2543       - 113 # rls2009 NDRPDR iter NAT44 env 5
2544       - 114 # rls2009 NDRPDR iter NAT44 env 5
2545       - 115 # rls2009 NDRPDR iter NAT44 env 5
2546       - 116 # rls2009 NDRPDR iter NAT44 env 5
2547       - 118 # rls2009 NDRPDR iter NAT44 env 5
2548       - 119 # rls2009 NDRPDR iter NAT44 env 5
2549       - 121 # rls2009 NDRPDR iter NAT44 env 5
2550       - 38  # rls2009 nf-density iter env 5
2551       - 41  # rls2009 nf-density iter env 5
2552       - 45  # rls2009 nf-density iter env 5
2553       - 47  # rls2009 nf-density iter env 5
2554       - 49  # rls2009 nf-density iter env 5
2555       - 63  # rls2009 nf-density iter env 5
2556       - 65  # rls2009 nf-density iter env 5
2557       - 66  # rls2009 nf-density iter env 5
2558       - 71  # rls2009 nf-density iter env 5
2559       - 72  # rls2009 nf-density iter env 5
2560       - 50  # rls2009 MRR nf-density iter env 5
2561       - 27  # rls2009 reconf env 5
2562       - 28  # rls2009 reconf env 5
2563       - 29  # rls2009 reconf env 5
2564       - 30  # rls2009 reconf env 5
2565       - 31  # rls2009 reconf env 5
2566       - 32  # rls2009 reconf env 5
2567       - 61  # rls2009 reconf env 5
2568       - 62  # rls2009 reconf env 5
2569       - 68  # rls2009 reconf env 5
2570       - 70  # rls2009 reconf env 5
2571       - 33  # rls2009 soak env 5
2572       - 34  # rls2009 soak env 5
2573     csit-vpp-perf-report-iterative-2101-2n-skx:
2574       - 3   # rls2101.rc1 MRR iter env 6
2575       - 5   # rls2101.rc1 NDRPDR iter env 6
2576       - 6   # rls2101.rc1 NDRPDR iter env 6
2577       - 7   # rls2101.rc1 NDRPDR iter env 6
2578       - 8   # rls2101.rc1 NDRPDR iter env 6
2579       - 10  # rls2101.rc1 NDRPDR iter env 6
2580       - 11  # rls2101.rc1 NDRPDR iter env 6
2581       - 12  # rls2101.rc1 NDRPDR iter env 6
2582       - 13  # rls2101.rc1 NDRPDR iter env 6
2583     # csit-vpp-perf-report-coverage-2101-2n-skx:
2584
2585
2586     csit-vpp-perf-report-iterative-2009-2n-clx:
2587       - 77  # rls2005 MRR iter env 5
2588       - 13  # rls2005 NDRPDR iter env 5
2589       - 15  # rls2005 NDRPDR iter env 5
2590       - 17  # rls2005 NDRPDR iter env 5
2591       - 18  # rls2005 NDRPDR iter env 5
2592       - 19  # rls2005 NDRPDR iter env 5
2593       - 20  # rls2005 NDRPDR iter env 5
2594       - 21  # rls2005 NDRPDR iter env 5
2595       - 22  # rls2005 NDRPDR iter env 5
2596       - 23  # rls2005 NDRPDR iter env 5
2597       - 24  # rls2005 NDRPDR iter env 5
2598       - 125 # rls2009 MRR iter env 5
2599       - 36  # rls2009 NDRPDR iter env 5
2600       - 39  # rls2009 NDRPDR iter env 5
2601       - 40  # rls2009 NDRPDR iter env 5
2602       - 65  # rls2009 NDRPDR iter env 5
2603       - 66  # rls2009 NDRPDR iter env 5
2604       - 79  # rls2009 NDRPDR iter env 5
2605       - 82  # rls2009 NDRPDR iter env 5
2606       - 88  # rls2009 NDRPDR iter env 5
2607       - 89  # rls2009 NDRPDR iter env 5
2608       - 90  # rls2009 NDRPDR iter env 5
2609       - 114 # rls2009 NDRPDR iter NAT44 env 5
2610       - 115 # rls2009 NDRPDR iter NAT44 env 5
2611       - 116 # rls2009 NDRPDR iter NAT44 env 5
2612       - 117 # rls2009 NDRPDR iter NAT44 env 5
2613       - 118 # rls2009 NDRPDR iter NAT44 env 5
2614       - 119 # rls2009 NDRPDR iter NAT44 env 5
2615       - 121 # rls2009 NDRPDR iter NAT44 env 5
2616       - 122 # rls2009 NDRPDR iter NAT44 env 5
2617       - 123 # rls2009 NDRPDR iter NAT44 env 5
2618       - 126 # rls2009 NDRPDR iter NAT44 env 5
2619       - 37  # rls2009 nf-density iter env 5
2620       - 43  # rls2009 nf-density iter env 5
2621       - 69  # rls2009 nf-density iter env 5
2622       - 70  # rls2009 nf-density iter env 5
2623       - 71  # rls2009 nf-density iter env 5
2624       - 72  # rls2009 nf-density iter env 5
2625       - 73  # rls2009 nf-density iter env 5
2626       - 74  # rls2009 nf-density iter env 5
2627       - 75  # rls2009 nf-density iter env 5
2628       - 76  # rls2009 nf-density iter env 5
2629       - 45  # rls2009 MRR nf-density iter env 5
2630       - 25  # rls2009 reconf env 5
2631       - 27  # rls2009 reconf env 5
2632       - 28  # rls2009 reconf env 5
2633       - 29  # rls2009 reconf env 5
2634       - 30  # rls2009 reconf env 5
2635       - 30  # rls2009 reconf env 5
2636       - 32  # rls2009 reconf env 5
2637       - 48  # rls2009 reconf env 5
2638       - 53  # rls2009 reconf env 5
2639       - 68  # rls2009 reconf env 5
2640       - 33  # rls2009 soak env 5
2641       - 34  # rls2009 soak env 5
2642     csit-vpp-perf-report-iterative-2101-2n-clx:
2643       - 3   # rls2101.rc1 MRR iter env 6
2644       - 4   # rls2101.rc1 NDRPDR iter env 6
2645       - 5   # rls2101.rc1 NDRPDR iter env 6
2646       - 6   # rls2101.rc1 NDRPDR iter env 6
2647       - 7   # rls2101.rc1 NDRPDR iter env 6
2648       - 8   # rls2101.rc1 NDRPDR iter env 6
2649       - 9   # rls2101.rc1 NDRPDR iter env 6
2650       - 10  # rls2101.rc1 NDRPDR iter env 6
2651       - 11  # rls2101.rc1 NDRPDR iter env 6
2652       - 12  # rls2101.rc1 NDRPDR iter env 6
2653       - 13  # rls2101.rc1 NDRPDR iter env 6
2654     # csit-vpp-perf-report-coverage-2101-2n-clx:
2655
2656
2657     csit-vpp-perf-report-iterative-2009-2n-zn2:
2658       - 15  # rls2009 MRR iter env 5
2659       - 17  # rls2009 NDRPDR iter env 5
2660       - 18  # rls2009 NDRPDR iter env 5
2661       - 31  # rls2009 NDRPDR iter env 5
2662       - 33  # rls2009 NDRPDR iter env 5
2663       - 34  # rls2009 NDRPDR iter env 5
2664     csit-vpp-perf-report-iterative-2101-2n-zn2:
2665       - 3   # rls2101.rc1 MRR iter env 6
2666       - 4   # rls2101.rc1 NDRPDR iter env 6
2667       - 5   # rls2101.rc1 NDRPDR iter env 6
2668       - 6   # rls2101.rc1 NDRPDR iter env 6
2669       - 7   # rls2101.rc1 NDRPDR iter env 6
2670       - 8   # rls2009 MRR iter env6
2671       - 9   # rls2009 NDRPDR iter env 6
2672
2673     csit-vpp-perf-report-iterative-2009-3n-tsh:
2674       - 8   # rls2005 NDRPDR iter env 5
2675       - 11  # rls2005 NDRPDR iter env 5
2676       - 12  # rls2005 NDRPDR iter env 5
2677       - 24  # rls2005 NDRPDR iter env 5
2678       - 27  # rls2005 NDRPDR iter env 5
2679       - 29  # rls2005 NDRPDR iter env 5
2680       - 31  # rls2005 NDRPDR iter env 5
2681       - 39  # rls2005 NDRPDR iter env 5
2682       - 40  # rls2005 NDRPDR iter env 5
2683       - 42  # rls2005 NDRPDR iter env 5
2684       - 13  # rls2005 MRR iter env 5
2685       - 14  # rls2009 NDRPDR iter env 5
2686       - 20  # rls2009 NDRPDR iter env 5
2687       - 21  # rls2009 NDRPDR iter env 5
2688       - 22  # rls2009 NDRPDR iter env 5
2689       - 23  # rls2009 NDRPDR iter env 5
2690       - 28  # rls2009 NDRPDR iter env 5
2691       - 30  # rls2009 NDRPDR iter env 5
2692       - 33  # rls2009 NDRPDR iter env 5
2693       - 38  # rls2009 NDRPDR iter env 5
2694       - 41  # rls2009 NDRPDR iter env 5
2695       - 15  # rls2009 MRR iter env 5
2696     csit-vpp-perf-report-iterative-2101-3n-tsh:
2697       - 2   # rls2101.rc1 MRR iter env 6
2698       - 3   # rls2101.rc1 NDRPDR iter env 6
2699       - 5   # rls2101.rc1 NDRPDR iter env 6
2700
2701     csit-vpp-perf-report-iterative-2009-3n-dnv:
2702       - 16  # rls2005 NDRPDR iter env 5
2703       - 23  # rls2005 NDRPDR iter env 5
2704       - 25  # rls2005 NDRPDR iter env 5
2705       - 26  # rls2005 NDRPDR iter env 5
2706       - 27  # rls2005 NDRPDR iter env 5
2707       - 28  # rls2005 NDRPDR iter env 5
2708       - 29  # rls2005 NDRPDR iter env 5
2709       - 30  # rls2005 NDRPDR iter env 5
2710       - 31  # rls2005 NDRPDR iter env 5
2711       - 32  # rls2005 NDRPDR iter env 5
2712       - 19  # rls2005 MRR iter env 5
2713       - 3   # rls2009 NDRPDR iter env 5
2714       - 6   # rls2009 NDRPDR iter env 5
2715       - 7   # rls2009 NDRPDR iter env 5
2716       - 8   # rls2009 NDRPDR iter env 5
2717       - 10  # rls2009 NDRPDR iter env 5
2718       - 11  # rls2009 NDRPDR iter env 5
2719       - 12  # rls2009 NDRPDR iter env 5
2720       - 14  # rls2009 NDRPDR iter env 5
2721       - 15  # rls2009 NDRPDR iter env 5
2722       - 24  # rls2009 NDRPDR iter env 5
2723       - 22  # rls2009 MRR iter env 5
2724     csit-vpp-perf-report-iterative-2101-3n-dnv:
2725       - 2   # rls2101.rc1 MRR iter env 6
2726       - 3   # rls2101.rc1 NDRPDR iter env 6
2727       - 4   # rls2101.rc1 NDRPDR iter env 6
2728       - 5   # rls2101.rc1 NDRPDR iter env 6
2729       - 6   # rls2101.rc1 NDRPDR iter env 6
2730       - 7   # rls2101.rc1 NDRPDR iter env 6
2731       - 8   # rls2101.rc1 NDRPDR iter env 6
2732       - 9   # rls2101.rc1 NDRPDR iter env 6
2733       - 10  # rls2101.rc1 NDRPDR iter env 6
2734       - 11  # rls2101.rc1 NDRPDR iter env 6
2735       - 12  # rls2101.rc1 NDRPDR iter env 6
2736     # csit-vpp-perf-report-coverage-2101-3n-dnv:
2737
2738
2739     csit-vpp-perf-report-iterative-2009-2n-dnv:
2740       - 16  # rls2005 NDRPDR iter env 5
2741       - 17  # rls2005 NDRPDR iter env 5
2742       - 18  # rls2005 NDRPDR iter env 5
2743       - 19  # rls2005 NDRPDR iter env 5
2744       - 21  # rls2005 NDRPDR iter env 5
2745       - 24  # rls2005 NDRPDR iter env 5
2746       - 27  # rls2005 NDRPDR iter env 5
2747       - 28  # rls2005 NDRPDR iter env 5
2748       - 29  # rls2005 NDRPDR iter env 5
2749       - 30  # rls2005 NDRPDR iter env 5
2750       - 23  # rls2005 MRR iter env 5
2751       - 3   # rls2009 NDRPDR iter env 5
2752       - 5   # rls2009 NDRPDR iter env 5
2753       - 6   # rls2009 NDRPDR iter env 5
2754       - 7   # rls2009 NDRPDR iter env 5
2755       - 9   # rls2009 NDRPDR iter env 5
2756       - 10  # rls2009 NDRPDR iter env 5
2757       - 11  # rls2009 NDRPDR iter env 5
2758       - 12  # rls2009 NDRPDR iter env 5
2759       - 14  # rls2009 NDRPDR iter env 5
2760       - 15  # rls2009 NDRPDR iter env 5
2761       - 13  # rls2009 MRR iter env 5
2762     csit-vpp-perf-report-iterative-2101-2n-dnv:
2763       - 2   # rls2101.rc1 MRR iter env 6
2764       - 3   # rls2101.rc1 NDRPDR iter env 6
2765       - 4   # rls2101.rc1 NDRPDR iter env 6
2766       - 5   # rls2101.rc1 NDRPDR iter env 6
2767       - 6   # rls2101.rc1 NDRPDR iter env 6
2768       - 7   # rls2101.rc1 NDRPDR iter env 6
2769       - 8   # rls2101.rc1 NDRPDR iter env 6
2770       - 9   # rls2101.rc1 NDRPDR iter env 6
2771       - 10  # rls2101.rc1 NDRPDR iter env 6
2772       - 11  # rls2101.rc1 NDRPDR iter env 6
2773       - 12  # rls2101.rc1 NDRPDR iter env 6
2774     # csit-vpp-perf-report-coverage-2101-2n-dnv:
2775
2776
2777     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2778       - 25  # NDRPDR iter
2779       - 26  # NDRPDR iter
2780       - 27  # NDRPDR iter
2781       - 28  # NDRPDR iter
2782       - 29  # NDRPDR iter
2783       - 30  # NDRPDR iter
2784       - 31  # NDRPDR iter
2785       - 32  # NDRPDR iter
2786       - 33  # NDRPDR iter
2787       - 34  # NDRPDR iter
2788     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2789       - 6   # NDRPDR iter env5
2790       - 7   # NDRPDR iter env5
2791       - 8   # NDRPDR iter env5
2792       - 9   # NDRPDR iter env5
2793       - 10  # NDRPDR iter env5
2794       - 11  # NDRPDR iter env5
2795       - 12  # NDRPDR iter env5
2796       - 13  # NDRPDR iter env5
2797       - 14  # NDRPDR iter env5
2798       - 15  # NDRPDR iter env5
2799     csit-dpdk-perf-report-iterative-2101-3n-hsw:
2800       - 11  # rls2101.rc1 NDRPDR iter env 6
2801       - 12  # rls2101.rc1 NDRPDR iter env 6
2802       - 13  # rls2101.rc1 NDRPDR iter env 6
2803       - 14  # rls2101.rc1 NDRPDR iter env 6
2804       - 16  # rls2101.rc1 NDRPDR iter env 6
2805       - 17  # rls2101.rc1 NDRPDR iter env 6
2806       - 18  # rls2101.rc1 NDRPDR iter env 6
2807       - 19  # rls2101.rc1 NDRPDR iter env 6
2808       - 20  # rls2101.rc1 NDRPDR iter env 6
2809       - 21  # rls2101.rc1 NDRPDR iter env 6
2810
2811     csit-dpdk-perf-report-iterative-2005-3n-skx:
2812       - 28  # NDRPDR iter
2813       - 29  # NDRPDR iter
2814       - 30  # NDRPDR iter
2815       - 31  # NDRPDR iter
2816       - 32  # NDRPDR iter
2817       - 33  # NDRPDR iter
2818       - 34  # NDRPDR iter
2819       - 35  # NDRPDR iter
2820       - 36  # NDRPDR iter
2821       - 37  # NDRPDR iter
2822     csit-dpdk-perf-report-iterative-2009-3n-skx:
2823       - 4   # NDRPDR sel env5
2824       - 5   # NDRPDR sel env5
2825       - 6   # NDRPDR sel env5
2826       - 7   # NDRPDR sel env5
2827       - 8   # NDRPDR sel env5
2828       - 9   # NDRPDR sel env5
2829       - 14  # NDRPDR sel env5
2830       - 11  # NDRPDR sel env5
2831       - 12  # NDRPDR sel env5
2832       - 13  # NDRPDR sel env5
2833     csit-dpdk-perf-report-iterative-2101-3n-skx:
2834       - 12  # rls2101.rc1 NDRPDR iter env 6
2835       - 14  # rls2101.rc1 NDRPDR iter env 6
2836       - 15  # rls2101.rc1 NDRPDR iter env 6
2837       - 17  # rls2101.rc1 NDRPDR iter env 6
2838       - 19  # rls2101.rc1 NDRPDR iter env 6
2839       - 20  # rls2101.rc1 NDRPDR iter env 6
2840       - 21  # rls2101.rc1 NDRPDR iter env 6
2841       - 22  # rls2101.rc1 NDRPDR iter env 6
2842
2843     csit-dpdk-perf-report-iterative-2005-2n-skx:
2844       - 20  # NDRPDR iter
2845       - 21  # NDRPDR iter
2846       - 22  # NDRPDR iter
2847       - 23  # NDRPDR iter
2848       - 24  # NDRPDR iter
2849       - 25  # NDRPDR iter
2850       - 26  # NDRPDR iter
2851       - 27  # NDRPDR iter
2852       - 28  # NDRPDR iter
2853       - 29  # NDRPDR iter
2854     csit-dpdk-perf-report-iterative-2009-2n-skx:
2855       - 4   # NDRPDR iter env5
2856       - 5   # NDRPDR iter env5
2857       - 6   # NDRPDR iter env5
2858       - 7   # NDRPDR iter env5
2859       - 8   # NDRPDR iter env5
2860       - 9   # NDRPDR iter env5
2861       - 10  # NDRPDR iter env5
2862       - 11  # NDRPDR iter env5
2863       - 12  # NDRPDR iter env5
2864       - 13  # NDRPDR iter env5
2865     csit-dpdk-perf-report-iterative-2101-2n-skx:
2866       - 11  # rls2101.rc1 NDRPDR iter env 6
2867       - 12  # rls2101.rc1 NDRPDR iter env 6
2868       - 13  # rls2101.rc1 NDRPDR iter env 6
2869       - 14  # rls2101.rc1 NDRPDR iter env 6
2870       - 15  # rls2101.rc1 NDRPDR iter env 6
2871       - 17  # rls2101.rc1 NDRPDR iter env 6
2872       - 18  # rls2101.rc1 NDRPDR iter env 6
2873       - 19  # rls2101.rc1 NDRPDR iter env 6
2874       - 20  # rls2101.rc1 NDRPDR iter env 6
2875       - 21  # rls2101.rc1 NDRPDR iter env 6
2876
2877     csit-dpdk-perf-report-iterative-2005-2n-clx:
2878       - 20  # NDRPDR iter
2879       - 21  # NDRPDR iter
2880       - 22  # NDRPDR iter
2881       - 23  # NDRPDR iter
2882       - 24  # NDRPDR iter
2883       - 25  # NDRPDR iter
2884       - 26  # NDRPDR iter
2885       - 27  # NDRPDR iter
2886       - 28  # NDRPDR iter
2887       - 29  # NDRPDR iter
2888     csit-dpdk-perf-report-iterative-2009-2n-clx:
2889       - 4   # NDRPDR iter env5
2890       - 5   # NDRPDR iter env5
2891       - 6   # NDRPDR iter env5
2892       - 7   # NDRPDR iter env5
2893       - 8   # NDRPDR iter env5
2894       - 9   # NDRPDR iter env5
2895       - 10  # NDRPDR iter env5
2896       - 11  # NDRPDR iter env5
2897       - 12  # NDRPDR iter env5
2898       - 13  # NDRPDR iter env5
2899     csit-dpdk-perf-report-iterative-2101-2n-clx:
2900       - 12  # rls2101.rc1 NDRPDR iter env 6
2901       - 13  # rls2101.rc1 NDRPDR iter env 6
2902       - 14  # rls2101.rc1 NDRPDR iter env 6
2903       - 15  # rls2101.rc1 NDRPDR iter env 6
2904       - 17  # rls2101.rc1 NDRPDR iter env 6
2905       - 18  # rls2101.rc1 NDRPDR iter env 6
2906       - 19  # rls2101.rc1 NDRPDR iter env 6
2907       - 20  # rls2101.rc1 NDRPDR iter env 6
2908       - 21  # rls2101.rc1 NDRPDR iter env 6
2909       - 22  # rls2101.rc1 NDRPDR iter env 6
2910
2911     csit-dpdk-perf-report-iterative-2009-2n-zn2:
2912       - 16  # NDRPDR iter env5
2913       - 21  # NDRPDR iter env5
2914       - 22  # NDRPDR iter env5
2915       - 23  # NDRPDR iter env5
2916       - 24  # NDRPDR iter env5
2917       - 25  # NDRPDR iter env5
2918       - 29  # NDRPDR iter env5
2919     csit-dpdk-perf-report-iterative-2101-2n-zn2:
2920       - 11  # rls2101.rc1 NDRPDR iter env 6
2921       - 12  # rls2101.rc1 NDRPDR iter env 6
2922       - 13  # rls2101.rc1 NDRPDR iter env 6
2923       - 14  # rls2101.rc1 NDRPDR iter env 6
2924       - 16  # rls2101.rc1 NDRPDR iter env 6
2925       - 17  # rls2101.rc1 NDRPDR iter env 6
2926       - 18  # rls2101.rc1 NDRPDR iter env 6
2927       - 19  # rls2101.rc1 NDRPDR iter env 6
2928       - 20  # rls2101.rc1 NDRPDR iter env 6
2929       - 21  # rls2101.rc1 NDRPDR iter env 6
2930
2931 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2932 #      # No data
2933 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2934 #      # No data
2935
2936 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2937 #      # No data
2938 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2939 #      # No data
2940
2941     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2942       - 5   # NDRPDR sel
2943     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2944       - 1   # NDRPDR iter env5
2945       - 2   # NDRPDR iter env5
2946       - 3   # NDRPDR iter env5
2947       - 4   # NDRPDR iter env5
2948       - 5   # NDRPDR iter env5
2949       - 6   # NDRPDR iter env5
2950       - 7   # NDRPDR iter env5
2951       - 9   # NDRPDR iter env5
2952       - 10  # NDRPDR iter env5
2953       - 11  # NDRPDR iter env5
2954     csit-dpdk-perf-report-iterative-2101-3n-tsh:
2955       - 11  # rls2101.rc1 NDRPDR iter env 6
2956       - 12  # rls2101.rc1 NDRPDR iter env 6
2957       - 13  # rls2101.rc1 NDRPDR iter env 6
2958       - 14  # rls2101.rc1 NDRPDR iter env 6
2959       - 16  # rls2101.rc1 NDRPDR iter env 6
2960       - 17  # rls2101.rc1 NDRPDR iter env 6
2961       - 18  # rls2101.rc1 NDRPDR iter env 6
2962       - 19  # rls2101.rc1 NDRPDR iter env 6
2963       - 20  # rls2101.rc1 NDRPDR iter env 6
2964       - 21  # rls2101.rc1 NDRPDR iter env 6
2965
2966     csit-vpp-device-2101-ubuntu1804-1n-skx:
2967       - 66  # VPP DEV 2101.rc1 env6
2968
2969 - type: "output"
2970   output: "report"
2971   format:
2972     html:
2973     - full
2974 #     pdf:
2975 #     - minimal
2976
2977 ################################################################################
2978 ###                               T A B L E S                                ###
2979 ################################################################################
2980
2981 # VPP Soak vs NDR - 2n-skx
2982 - type: "table"
2983   title: "VPP Soak vs NDR 2n-skx"
2984   algorithm: "table_soak_vs_ndr"
2985   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2986   reference:
2987     title: "NDR"
2988     data: "vpp-soak-vs-ndr-2n-skx-ref"
2989   compare:
2990     title: "Soak"
2991     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2992   data: "vpp-soak-vs-ndr-2n-skx"
2993   include-tests: "NDR"
2994   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2995   parameters:
2996     - "throughput"
2997     - "name"
2998     - "parent"
2999
3000 # VPP Soak vs NDR - 2n-clx
3001 - type: "table"
3002   title: "VPP Soak vs NDR 2n-clx"
3003   algorithm: "table_soak_vs_ndr"
3004   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3005   reference:
3006     title: "NDR"
3007     data: "vpp-soak-vs-ndr-2n-clx-ref"
3008   compare:
3009     title: "Soak"
3010     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3011   data: "vpp-soak-vs-ndr-2n-clx"
3012   include-tests: "NDR"
3013   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3014   parameters:
3015     - "throughput"
3016     - "name"
3017     - "parent"
3018
3019 ################################################################################
3020
3021 # VPP Compare NICs 3n-skx 2t1c ndr
3022 - type: "table"
3023   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3024   algorithm: "table_comparison"
3025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3027   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3028   columns:
3029     - title: "x710"
3030       data-set: "vpp-nic-comparison-3n-skx"
3031       tag: "NIC_Intel-X710"
3032     - title: "xxv710"
3033       data-set: "vpp-nic-comparison-3n-skx"
3034       tag: "NIC_Intel-XXV710"
3035   comparisons:
3036     - title: "Diff"
3037       reference: 1
3038       compare: 2
3039   legend:
3040     - ""
3041     - "x710, xxv710 - NICs tested."
3042     - "Diff - difference between x710 and xxv710 NIC."
3043
3044 # VPP Compare NICs 3n-skx 4t2c ndr
3045 - type: "table"
3046   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3047   algorithm: "table_comparison"
3048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3050   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3051   columns:
3052     - title: "x710"
3053       data-set: "vpp-nic-comparison-3n-skx"
3054       tag: "NIC_Intel-X710"
3055     - title: "xxv710"
3056       data-set: "vpp-nic-comparison-3n-skx"
3057       tag: "NIC_Intel-XXV710"
3058   comparisons:
3059     - title: "Diff"
3060       reference: 1
3061       compare: 2
3062   legend:
3063     - ""
3064     - "x710, xxv710 - NICs tested."
3065     - "Diff - difference between x710 and xxv710 NIC."
3066
3067 # VPP Compare NICs 3n-skx 2t1c pdr
3068 - type: "table"
3069   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3070   algorithm: "table_comparison"
3071   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3073   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3074   columns:
3075     - title: "x710"
3076       data-set: "vpp-nic-comparison-3n-skx"
3077       tag: "NIC_Intel-X710"
3078     - title: "xxv710"
3079       data-set: "vpp-nic-comparison-3n-skx"
3080       tag: "NIC_Intel-XXV710"
3081   comparisons:
3082     - title: "Diff"
3083       reference: 1
3084       compare: 2
3085   legend:
3086     - ""
3087     - "x710, xxv710 - NICs tested."
3088     - "Diff - difference between x710 and xxv710 NIC."
3089
3090 # VPP Compare NICs 3n-skx 4t2c pdr
3091 - type: "table"
3092   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3093   algorithm: "table_comparison"
3094   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3096   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3097   columns:
3098     - title: "x710"
3099       data-set: "vpp-nic-comparison-3n-skx"
3100       tag: "NIC_Intel-X710"
3101     - title: "xxv710"
3102       data-set: "vpp-nic-comparison-3n-skx"
3103       tag: "NIC_Intel-XXV710"
3104   comparisons:
3105     - title: "Diff"
3106       reference: 1
3107       compare: 2
3108   legend:
3109     - ""
3110     - "x710, xxv710 - NICs tested."
3111     - "Diff - difference between x710 and xxv710 NIC."
3112
3113 # VPP Compare NICs 3n-skx 2t1c mrr
3114 - type: "table"
3115   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3116   algorithm: "table_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3119   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3120   columns:
3121     - title: "x710"
3122       data-set: "vpp-nic-comparison-3n-skx-mrr"
3123       tag: "NIC_Intel-X710"
3124     - title: "xxv710"
3125       data-set: "vpp-nic-comparison-3n-skx-mrr"
3126       tag: "NIC_Intel-XXV710"
3127   comparisons:
3128     - title: "Diff"
3129       reference: 1
3130       compare: 2
3131   legend:
3132     - ""
3133     - "x710, xxv710 - NICs tested."
3134     - "Diff - difference between x710 and xxv710 NIC."
3135
3136 # VPP Compare NICs 3n-skx 4t2c mrr
3137 - type: "table"
3138   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3139   algorithm: "table_comparison"
3140   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3142   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3143   columns:
3144     - title: "x710"
3145       data-set: "vpp-nic-comparison-3n-skx-mrr"
3146       tag: "NIC_Intel-X710"
3147     - title: "xxv710"
3148       data-set: "vpp-nic-comparison-3n-skx-mrr"
3149       tag: "NIC_Intel-XXV710"
3150   comparisons:
3151     - title: "Diff"
3152       reference: 1
3153       compare: 2
3154   legend:
3155     - ""
3156     - "x710, xxv710 - NICs tested."
3157     - "Diff - difference between x710 and xxv710 NIC."
3158
3159 # VPP Compare NICs 3n-skx 8t4c mrr
3160 - type: "table"
3161   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3162   algorithm: "table_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3165   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3166   columns:
3167     - title: "x710"
3168       data-set: "vpp-nic-comparison-3n-skx-mrr"
3169       tag: "NIC_Intel-X710"
3170     - title: "xxv710"
3171       data-set: "vpp-nic-comparison-3n-skx-mrr"
3172       tag: "NIC_Intel-XXV710"
3173   comparisons:
3174     - title: "Diff"
3175       reference: 1
3176       compare: 2
3177   legend:
3178     - ""
3179     - "x710, xxv710 - NICs tested."
3180     - "Diff - difference between x710 and xxv710 NIC."
3181
3182 # VPP Compare NICs 2n-skx 2t1c ndr
3183 - type: "table"
3184   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3185   algorithm: "table_comparison"
3186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3188   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3189   columns:
3190     - title: "x710"
3191       data-set: "vpp-nic-comparison-2n-skx"
3192       tag: "NIC_Intel-X710"
3193     - title: "xxv710"
3194       data-set: "vpp-nic-comparison-2n-skx"
3195       tag: "NIC_Intel-XXV710"
3196   comparisons:
3197     - title: "Diff"
3198       reference: 1
3199       compare: 2
3200   legend:
3201     - ""
3202     - "x710, xxv710 - NICs tested."
3203     - "Diff - difference between x710 and xxv710 NIC."
3204
3205 # VPP Compare NICs 2n-skx 4t2c ndr
3206 - type: "table"
3207   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3208   algorithm: "table_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3211   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3212   columns:
3213     - title: "x710"
3214       data-set: "vpp-nic-comparison-2n-skx"
3215       tag: "NIC_Intel-X710"
3216     - title: "xxv710"
3217       data-set: "vpp-nic-comparison-2n-skx"
3218       tag: "NIC_Intel-XXV710"
3219   comparisons:
3220     - title: "Diff"
3221       reference: 1
3222       compare: 2
3223   legend:
3224     - ""
3225     - "x710, xxv710 - NICs tested."
3226     - "Diff - difference between x710 and xxv710 NIC."
3227
3228 # VPP Compare NICs 2n-skx 2t1c pdr
3229 - type: "table"
3230   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3231   algorithm: "table_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3234   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3235   columns:
3236     - title: "x710"
3237       data-set: "vpp-nic-comparison-2n-skx"
3238       tag: "NIC_Intel-X710"
3239     - title: "xxv710"
3240       data-set: "vpp-nic-comparison-2n-skx"
3241       tag: "NIC_Intel-XXV710"
3242   comparisons:
3243     - title: "Diff"
3244       reference: 1
3245       compare: 2
3246   legend:
3247     - ""
3248     - "x710, xxv710 - NICs tested."
3249     - "Diff - difference between x710 and xxv710 NIC."
3250
3251 # VPP Compare NICs 2n-skx 4t2c pdr
3252 - type: "table"
3253   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3254   algorithm: "table_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3256   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3257   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3258   columns:
3259     - title: "x710"
3260       data-set: "vpp-nic-comparison-2n-skx"
3261       tag: "NIC_Intel-X710"
3262     - title: "xxv710"
3263       data-set: "vpp-nic-comparison-2n-skx"
3264       tag: "NIC_Intel-XXV710"
3265   comparisons:
3266     - title: "Diff"
3267       reference: 1
3268       compare: 2
3269   legend:
3270     - ""
3271     - "x710, xxv710 - NICs tested."
3272     - "Diff - difference between x710 and xxv710 NIC."
3273
3274 # VPP Compare NICs 2n-skx 2t1c mrr
3275 - type: "table"
3276   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3277   algorithm: "table_comparison"
3278   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3280   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3281   columns:
3282     - title: "x710"
3283       data-set: "vpp-nic-comparison-2n-skx-mrr"
3284       tag: "NIC_Intel-X710"
3285     - title: "xxv710"
3286       data-set: "vpp-nic-comparison-2n-skx-mrr"
3287       tag: "NIC_Intel-XXV710"
3288   comparisons:
3289     - title: "Diff"
3290       reference: 1
3291       compare: 2
3292   legend:
3293     - ""
3294     - "x710, xxv710 - NICs tested."
3295     - "Diff - difference between x710 and xxv710 NIC."
3296
3297 # VPP Compare NICs 2n-skx 4t2c mrr
3298 - type: "table"
3299   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3300   algorithm: "table_comparison"
3301   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3303   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3304   columns:
3305     - title: "x710"
3306       data-set: "vpp-nic-comparison-2n-skx-mrr"
3307       tag: "NIC_Intel-X710"
3308     - title: "xxv710"
3309       data-set: "vpp-nic-comparison-2n-skx-mrr"
3310       tag: "NIC_Intel-XXV710"
3311   comparisons:
3312     - title: "Diff"
3313       reference: 1
3314       compare: 2
3315   legend:
3316     - ""
3317     - "x710, xxv710 - NICs tested."
3318     - "Diff - difference between x710 and xxv710 NIC."
3319
3320 # VPP Compare NICs 2n-skx 8t4c mrr
3321 - type: "table"
3322   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3323   algorithm: "table_comparison"
3324   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3325   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3326   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3327   columns:
3328     - title: "x710"
3329       data-set: "vpp-nic-comparison-2n-skx-mrr"
3330       tag: "NIC_Intel-X710"
3331     - title: "xxv710"
3332       data-set: "vpp-nic-comparison-2n-skx-mrr"
3333       tag: "NIC_Intel-XXV710"
3334   comparisons:
3335     - title: "Diff"
3336       reference: 1
3337       compare: 2
3338   legend:
3339     - ""
3340     - "x710, xxv710 - NICs tested."
3341     - "Diff - difference between x710 and xxv710 NIC."
3342
3343 ################################################################################
3344 # VPP
3345
3346 # VPP Performance Changes 3n-hsw 1t1c pdr
3347 - type: "table"
3348   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3349   algorithm: "table_comparison"
3350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3352   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3353   columns:
3354     - title: "2005.0-5"
3355       data-set: "vpp-performance-changes-3n-hsw-h1"
3356     - title: "2009.0-5"
3357       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3358     - title: "2009.0-6"
3359       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3360     - title: "2101.0-6"
3361       data-set: "vpp-performance-changes-3n-hsw-cmp"
3362   comparisons:
3363     - title: "2009.0-6 vs 2009.0-5"
3364       reference: 2
3365       compare: 3
3366 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3367     - title: "2101.0-6 vs 2009.0-6"
3368       reference: 3
3369       compare: 4
3370 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3371   legend:
3372     - ''
3373     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3374     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3375     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3376     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3377     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3378
3379 # VPP Performance Changes 3n-hsw 2t2c pdr
3380 - type: "table"
3381   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3382   algorithm: "table_comparison"
3383   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3385   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3386   columns:
3387     - title: "2005.0-5"
3388       data-set: "vpp-performance-changes-3n-hsw-h1"
3389     - title: "2009.0-5"
3390       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3391     - title: "2009.0-6"
3392       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3393     - title: "2101.0-6"
3394       data-set: "vpp-performance-changes-3n-hsw-cmp"
3395   comparisons:
3396     - title: "2009.0-6 vs 2009.0-5"
3397       reference: 2
3398       compare: 3
3399 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3400     - title: "2101.0-6 vs 2009.0-6"
3401       reference: 3
3402       compare: 4
3403 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3404   legend:
3405     - ''
3406     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3407     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3408     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3409     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3410     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3411
3412 # VPP Performance Changes 3n-hsw 1t1c ndr
3413 - type: "table"
3414   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3415   algorithm: "table_comparison"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3419   columns:
3420     - title: "2005.0-5"
3421       data-set: "vpp-performance-changes-3n-hsw-h1"
3422     - title: "2009.0-5"
3423       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3424     - title: "2009.0-6"
3425       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3426     - title: "2101.0-6"
3427       data-set: "vpp-performance-changes-3n-hsw-cmp"
3428   comparisons:
3429     - title: "2009.0-6 vs 2009.0-5"
3430       reference: 2
3431       compare: 3
3432 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3433     - title: "2101.0-6 vs 2009.0-6"
3434       reference: 3
3435       compare: 4
3436 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3437   legend:
3438     - ''
3439     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3440     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3441     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3442     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3443     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3444
3445 # VPP Performance Changes 3n-hsw 2t2c ndr
3446 - type: "table"
3447   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3448   algorithm: "table_comparison"
3449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3451   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3452   columns:
3453     - title: "2005.0-5"
3454       data-set: "vpp-performance-changes-3n-hsw-h1"
3455     - title: "2009.0-5"
3456       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3457     - title: "2009.0-6"
3458       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3459     - title: "2101.0-6"
3460       data-set: "vpp-performance-changes-3n-hsw-cmp"
3461   comparisons:
3462     - title: "2009.0-6 vs 2009.0-5"
3463       reference: 2
3464       compare: 3
3465 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3466     - title: "2101.0-6 vs 2009.0-6"
3467       reference: 3
3468       compare: 4
3469 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3470   legend:
3471     - ''
3472     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3473     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3474     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3475     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3476     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3477
3478 # VPP Performance Changes 3n-skx 2t1c pdr
3479 - type: "table"
3480   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3481   algorithm: "table_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3485   columns:
3486     - title: "2005.0-5"
3487       data-set: "vpp-performance-changes-3n-skx-h1"
3488     - title: "2009.0-5"
3489       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3490     - title: "2009.0-6"
3491       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3492     - title: "2101.0-6"
3493       data-set: "vpp-performance-changes-3n-skx-cmp"
3494   comparisons:
3495     - title: "2009.0-6 vs 2009.0-5"
3496       reference: 2
3497       compare: 3
3498 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3499     - title: "2101.0-6 vs 2009.0-6"
3500       reference: 3
3501       compare: 4
3502 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3503   legend:
3504     - ''
3505     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3506     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3507     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3508     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3509     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3510
3511 # VPP Performance Changes 3n-skx 4t2c pdr
3512 - type: "table"
3513   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3514   algorithm: "table_comparison"
3515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3516   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3517   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3518   columns:
3519     - title: "2005.0-5"
3520       data-set: "vpp-performance-changes-3n-skx-h1"
3521     - title: "2009.0-5"
3522       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3523     - title: "2009.0-6"
3524       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3525     - title: "2101.0-6"
3526       data-set: "vpp-performance-changes-3n-skx-cmp"
3527   comparisons:
3528     - title: "2009.0-6 vs 2009.0-5"
3529       reference: 2
3530       compare: 3
3531 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3532     - title: "2101.0-6 vs 2009.0-6"
3533       reference: 3
3534       compare: 4
3535 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3536   legend:
3537     - ''
3538     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3539     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3540     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3541     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3542     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3543
3544 # VPP Performance Changes 3n-skx 2t1c ndr
3545 - type: "table"
3546   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3547   algorithm: "table_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3551   columns:
3552     - title: "2005.0-5"
3553       data-set: "vpp-performance-changes-3n-skx-h1"
3554     - title: "2009.0-5"
3555       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3556     - title: "2009.0-6"
3557       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3558     - title: "2101.0-6"
3559       data-set: "vpp-performance-changes-3n-skx-cmp"
3560   comparisons:
3561     - title: "2009.0-6 vs 2009.0-5"
3562       reference: 2
3563       compare: 3
3564 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3565     - title: "2101.0-6 vs 2009.0-6"
3566       reference: 3
3567       compare: 4
3568 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3569   legend:
3570     - ''
3571     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3572     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3573     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3574     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3575     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3576
3577 # VPP Performance Changes 3n-skx 4t2c ndr
3578 - type: "table"
3579   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3580   algorithm: "table_comparison"
3581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3582   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3583   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3584   columns:
3585     - title: "2005.0-5"
3586       data-set: "vpp-performance-changes-3n-skx-h1"
3587     - title: "2009.0-5"
3588       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3589     - title: "2009.0-6"
3590       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3591     - title: "2101.0-6"
3592       data-set: "vpp-performance-changes-3n-skx-cmp"
3593   comparisons:
3594     - title: "2009.0-6 vs 2009.0-5"
3595       reference: 2
3596       compare: 3
3597 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3598     - title: "2101.0-6 vs 2009.0-6"
3599       reference: 3
3600       compare: 4
3601 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3602   legend:
3603     - ''
3604     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3605     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3606     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3607     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3608     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3609
3610 # VPP Performance Changes 2n-skx 2t1c pdr
3611 - type: "table"
3612   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3613   algorithm: "table_comparison"
3614   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3617   columns:
3618     - title: "2005.0-5"
3619       data-set: "vpp-performance-changes-2n-skx-h1"
3620     - title: "2009.0-5"
3621       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3622     - title: "2009.0-6"
3623       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3624     - title: "2101.0-6"
3625       data-set: "vpp-performance-changes-2n-skx-cmp"
3626   comparisons:
3627     - title: "2009.0-6 vs 2009.0-5"
3628       reference: 2
3629       compare: 3
3630 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3631     - title: "2101.0-6 vs 2009.0-6"
3632       reference: 3
3633       compare: 4
3634 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3635   legend:
3636     - ''
3637     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3638     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3639     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3640     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3641     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3642
3643 # VPP Performance Changes 2n-skx 4t2c pdr
3644 - type: "table"
3645   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3646   algorithm: "table_comparison"
3647   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3650   columns:
3651     - title: "2005.0-5"
3652       data-set: "vpp-performance-changes-2n-skx-h1"
3653     - title: "2009.0-5"
3654       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3655     - title: "2009.0-6"
3656       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3657     - title: "2101.0-6"
3658       data-set: "vpp-performance-changes-2n-skx-cmp"
3659   comparisons:
3660     - title: "2009.0-6 vs 2009.0-5"
3661       reference: 2
3662       compare: 3
3663 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3664     - title: "2101.0-6 vs 2009.0-6"
3665       reference: 3
3666       compare: 4
3667 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3668   legend:
3669     - ''
3670     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3671     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3672     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3673     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3674     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3675
3676 # VPP Performance Changes 2n-skx 2t1c ndr
3677 - type: "table"
3678   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3679   algorithm: "table_comparison"
3680   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3683   columns:
3684     - title: "2005.0-5"
3685       data-set: "vpp-performance-changes-2n-skx-h1"
3686     - title: "2009.0-5"
3687       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3688     - title: "2009.0-6"
3689       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3690     - title: "2101.0-6"
3691       data-set: "vpp-performance-changes-2n-skx-cmp"
3692   comparisons:
3693     - title: "2009.0-6 vs 2009.0-5"
3694       reference: 2
3695       compare: 3
3696 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3697     - title: "2101.0-6 vs 2009.0-6"
3698       reference: 3
3699       compare: 4
3700 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3701   legend:
3702     - ''
3703     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3704     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3705     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3706     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3707     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3708
3709 # VPP Performance Changes 2n-skx 4t2c ndr
3710 - type: "table"
3711   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3712   algorithm: "table_comparison"
3713   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3715   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3716   columns:
3717     - title: "2005.0-5"
3718       data-set: "vpp-performance-changes-2n-skx-h1"
3719     - title: "2009.0-5"
3720       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3721     - title: "2009.0-6"
3722       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3723     - title: "2101.0-6"
3724       data-set: "vpp-performance-changes-2n-skx-cmp"
3725   comparisons:
3726     - title: "2009.0-6 vs 2009.0-5"
3727       reference: 2
3728       compare: 3
3729 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3730     - title: "2101.0-6 vs 2009.0-6"
3731       reference: 3
3732       compare: 4
3733 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3734   legend:
3735     - ''
3736     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3737     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3738     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3739     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3740     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3741
3742 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3743 - type: "table"
3744   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3745   algorithm: "table_comparison"
3746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3749   columns:
3750     - title: "2005.0-5"
3751       data-set: "vpp-performance-changes-2n-clx-h1"
3752     - title: "2009.0-5"
3753       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3754     - title: "2009.0-6"
3755       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3756     - title: "2101.0-6"
3757       data-set: "vpp-performance-changes-2n-clx-cmp"
3758   comparisons:
3759     - title: "2009.0-6 vs 2009.0-5"
3760       reference: 2
3761       compare: 3
3762 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3763     - title: "2101.0-6 vs 2009.0-6"
3764       reference: 3
3765       compare: 4
3766 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3767   legend:
3768     - ''
3769     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3770     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3771     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3772     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3773     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3774
3775 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3776 - type: "table"
3777   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3778   algorithm: "table_comparison"
3779   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3782   columns:
3783     - title: "2005.0-5"
3784       data-set: "vpp-performance-changes-2n-clx-h1"
3785     - title: "2009.0-5"
3786       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3787     - title: "2009.0-6"
3788       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3789     - title: "2101.0-6"
3790       data-set: "vpp-performance-changes-2n-clx-cmp"
3791   comparisons:
3792     - title: "2009.0-6 vs 2009.0-5"
3793       reference: 2
3794       compare: 3
3795 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3796     - title: "2101.0-6 vs 2009.0-6"
3797       reference: 3
3798       compare: 4
3799 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3800   legend:
3801     - ''
3802     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3803     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3804     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3805     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3806     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3807
3808 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3809 - type: "table"
3810   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3815   columns:
3816     - title: "2005.0-5"
3817       data-set: "vpp-performance-changes-2n-clx-h1"
3818     - title: "2009.0-5"
3819       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3820     - title: "2009.0-6"
3821       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3822     - title: "2101.0-6"
3823       data-set: "vpp-performance-changes-2n-clx-cmp"
3824   comparisons:
3825     - title: "2009.0-6 vs 2009.0-5"
3826       reference: 2
3827       compare: 3
3828 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3829     - title: "2101.0-6 vs 2009.0-6"
3830       reference: 3
3831       compare: 4
3832 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3833   legend:
3834     - ''
3835     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3836     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3837     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3838     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3839     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3840
3841 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3842 - type: "table"
3843   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3844   algorithm: "table_comparison"
3845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3847   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3848   columns:
3849     - title: "2005.0-5"
3850       data-set: "vpp-performance-changes-2n-clx-h1"
3851     - title: "2009.0-5"
3852       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3853     - title: "2009.0-6"
3854       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3855     - title: "2101.0-6"
3856       data-set: "vpp-performance-changes-2n-clx-cmp"
3857   comparisons:
3858     - title: "2009.0-6 vs 2009.0-5"
3859       reference: 2
3860       compare: 3
3861 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3862     - title: "2101.0-6 vs 2009.0-6"
3863       reference: 3
3864       compare: 4
3865 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3866   legend:
3867     - ''
3868     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3869     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3870     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3871     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3872     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3873
3874 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
3875 - type: "table"
3876   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
3877   algorithm: "table_comparison"
3878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
3879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3880   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3881   columns:
3882 #     - title: "2005.0-5"
3883 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3884     - title: "2009.0-5"
3885       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3886     - title: "2009.0-6"
3887       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3888     - title: "2101.0-6"
3889       data-set: "vpp-performance-changes-2n-zn2-cmp"
3890   comparisons:
3891     - title: "2009.0-6 vs 2009.0-5"
3892       reference: 1  # 2
3893       compare: 2  # 3
3894 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
3895     - title: "2101.0-6 vs 2009.0-6"
3896       reference: 2  # 3
3897       compare: 3  # 4
3898 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
3899   legend:
3900     - ''
3901     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
3902     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3903     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3904     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3905     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3906
3907 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
3908 - type: "table"
3909   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
3910   algorithm: "table_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
3912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3914   columns:
3915 #     - title: "2005.0-5"
3916 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3917     - title: "2009.0-5"
3918       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3919     - title: "2009.0-6"
3920       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3921     - title: "2101.0-6"
3922       data-set: "vpp-performance-changes-2n-zn2-cmp"
3923   comparisons:
3924     - title: "2009.0-6 vs 2009.0-5"
3925       reference: 1  # 2
3926       compare: 2  # 3
3927 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
3928     - title: "2101.0-6 vs 2009.0-6"
3929       reference: 2  # 3
3930       compare: 3  # 4
3931 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
3932   legend:
3933     - ''
3934     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
3935     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3936     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3937     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3938     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3939
3940 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
3941 - type: "table"
3942   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
3943   algorithm: "table_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
3945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3947   columns:
3948 #     - title: "2005.0-5"
3949 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3950     - title: "2009.0-5"
3951       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3952     - title: "2009.0-6"
3953       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3954     - title: "2101.0-6"
3955       data-set: "vpp-performance-changes-2n-zn2-cmp"
3956   comparisons:
3957     - title: "2009.0-6 vs 2009.0-5"
3958       reference: 1  # 2
3959       compare: 2  # 3
3960 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
3961     - title: "2101.0-6 vs 2009.0-6"
3962       reference: 2  # 3
3963       compare: 3  # 4
3964 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
3965   legend:
3966     - ''
3967     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
3968     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3969     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3970     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3971     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3972
3973 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
3974 - type: "table"
3975   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
3976   algorithm: "table_comparison"
3977   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
3978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3979   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3980   columns:
3981 #     - title: "2005.0-5"
3982 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3983     - title: "2009.0-5"
3984       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3985     - title: "2009.0-6"
3986       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3987     - title: "2101.0-6"
3988       data-set: "vpp-performance-changes-2n-zn2-cmp"
3989   comparisons:
3990     - title: "2009.0-6 vs 2009.0-5"
3991       reference: 1  # 2
3992       compare: 2  # 3
3993 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
3994     - title: "2101.0-6 vs 2009.0-6"
3995       reference: 2  # 3
3996       compare: 3  # 4
3997 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
3998   legend:
3999     - ''
4000     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4001     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4002     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4003     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4004     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4005
4006 # VPP Performance Changes 2n-dnv 1t1c pdr
4007 - type: "table"
4008   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4009   algorithm: "table_comparison"
4010   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4012   filter: "'1T1C'"
4013   columns:
4014     - title: "2005.0-5"
4015       data-set: "vpp-performance-changes-2n-dnv-h1"
4016     - title: "2009.0-5"
4017       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4018     - title: "2009.0-6"
4019       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4020     - title: "2101.0-6"
4021       data-set: "vpp-performance-changes-2n-dnv-cmp"
4022   comparisons:
4023     - title: "2009.0-6 vs 2009.0-5"
4024       reference: 2
4025       compare: 3
4026     - title: "2101.0-6 vs 2009.0-6"
4027       reference: 3
4028       compare: 4
4029   legend:
4030     - ''
4031     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4032     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4033     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4034     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4035     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4036
4037 # VPP Performance Changes 2n-dnv 2t2c pdr
4038 - type: "table"
4039   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4040   algorithm: "table_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4043   filter: "'2T2C'"
4044   columns:
4045     - title: "2005.0-5"
4046       data-set: "vpp-performance-changes-2n-dnv-h1"
4047     - title: "2009.0-5"
4048       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4049     - title: "2009.0-6"
4050       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4051     - title: "2101.0-6"
4052       data-set: "vpp-performance-changes-2n-dnv-cmp"
4053   comparisons:
4054     - title: "2009.0-6 vs 2009.0-5"
4055       reference: 2
4056       compare: 3
4057     - title: "2101.0-6 vs 2009.0-6"
4058       reference: 3
4059       compare: 4
4060   legend:
4061     - ''
4062     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4063     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4064     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4065     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4066     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4067
4068 # VPP Performance Changes 2n-dnv 1t1c ndr
4069 - type: "table"
4070   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4071   algorithm: "table_comparison"
4072   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4074   filter: "'1T1C'"
4075   columns:
4076     - title: "2005.0-5"
4077       data-set: "vpp-performance-changes-2n-dnv-h1"
4078     - title: "2009.0-5"
4079       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4080     - title: "2009.0-6"
4081       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4082     - title: "2101.0-6"
4083       data-set: "vpp-performance-changes-2n-dnv-cmp"
4084   comparisons:
4085     - title: "2009.0-6 vs 2009.0-5"
4086       reference: 2
4087       compare: 3
4088     - title: "2101.0-6 vs 2009.0-6"
4089       reference: 3
4090       compare: 4
4091   legend:
4092     - ''
4093     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4094     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4095     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4096     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4097     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4098
4099 # VPP Performance Changes 2n-dnv 2t2c ndr
4100 - type: "table"
4101   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4102   algorithm: "table_comparison"
4103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4105   filter: "'2T2C'"
4106   columns:
4107     - title: "2005.0-5"
4108       data-set: "vpp-performance-changes-2n-dnv-h1"
4109     - title: "2009.0-5"
4110       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4111     - title: "2009.0-6"
4112       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4113     - title: "2101.0-6"
4114       data-set: "vpp-performance-changes-2n-dnv-cmp"
4115   comparisons:
4116     - title: "2009.0-6 vs 2009.0-5"
4117       reference: 2
4118       compare: 3
4119     - title: "2101.0-6 vs 2009.0-6"
4120       reference: 3
4121       compare: 4
4122   legend:
4123     - ''
4124     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4125     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4126     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4127     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4128     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4129
4130 # VPP Performance Changes 3n-dnv 1t1c pdr
4131 - type: "table"
4132   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4133   algorithm: "table_comparison"
4134   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4136   filter: "'1T1C'"
4137   columns:
4138     - title: "2005.0-5"
4139       data-set: "vpp-performance-changes-3n-dnv-h1"
4140     - title: "2009.0-5"
4141       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4142     - title: "2009.0-6"
4143       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4144     - title: "2101.0-6"
4145       data-set: "vpp-performance-changes-3n-dnv-cmp"
4146   comparisons:
4147     - title: "2009.0-6 vs 2009.0-5"
4148       reference: 2
4149       compare: 3
4150     - title: "2101.0-6 vs 2009.0-6"
4151       reference: 3
4152       compare: 4
4153   legend:
4154     - ''
4155     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4156     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4157     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4158     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4159     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4160
4161 # VPP Performance Changes 3n-dnv 2t2c pdr
4162 - type: "table"
4163   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4164   algorithm: "table_comparison"
4165   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4167   filter: "'2T2C'"
4168   columns:
4169     - title: "2005.0-5"
4170       data-set: "vpp-performance-changes-3n-dnv-h1"
4171     - title: "2009.0-5"
4172       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4173     - title: "2009.0-6"
4174       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4175     - title: "2101.0-6"
4176       data-set: "vpp-performance-changes-3n-dnv-cmp"
4177   comparisons:
4178     - title: "2009.0-6 vs 2009.0-5"
4179       reference: 2
4180       compare: 3
4181     - title: "2101.0-6 vs 2009.0-6"
4182       reference: 3
4183       compare: 4
4184   legend:
4185     - ''
4186     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4187     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4188     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4189     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4190     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4191
4192 # VPP Performance Changes 3n-dnv 1t1c ndr
4193 - type: "table"
4194   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4195   algorithm: "table_comparison"
4196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4198   filter: "'1T1C'"
4199   columns:
4200     - title: "2005.0-5"
4201       data-set: "vpp-performance-changes-3n-dnv-h1"
4202     - title: "2009.0-5"
4203       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4204     - title: "2009.0-6"
4205       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4206     - title: "2101.0-6"
4207       data-set: "vpp-performance-changes-3n-dnv-cmp"
4208   comparisons:
4209     - title: "2009.0-6 vs 2009.0-5"
4210       reference: 2
4211       compare: 3
4212     - title: "2101.0-6 vs 2009.0-6"
4213       reference: 3
4214       compare: 4
4215   legend:
4216     - ''
4217     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4218     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4219     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4220     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4221     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4222
4223 # VPP Performance Changes 3n-dnv 2t2c ndr
4224 - type: "table"
4225   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4226   algorithm: "table_comparison"
4227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4229   filter: "'2T2C'"
4230   columns:
4231     - title: "2005.0-5"
4232       data-set: "vpp-performance-changes-3n-dnv-h1"
4233     - title: "2009.0-5"
4234       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4235     - title: "2009.0-6"
4236       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4237     - title: "2101.0-6"
4238       data-set: "vpp-performance-changes-3n-dnv-cmp"
4239   comparisons:
4240     - title: "2009.0-6 vs 2009.0-5"
4241       reference: 2
4242       compare: 3
4243     - title: "2101.0-6 vs 2009.0-6"
4244       reference: 3
4245       compare: 4
4246   legend:
4247     - ''
4248     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4249     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4250     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4251     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4252     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4253
4254 # VPP Performance Changes 3n-tsh 1t1c pdr
4255 - type: "table"
4256   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4257   algorithm: "table_comparison"
4258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4260   filter: "'1T1C'"
4261   columns:
4262     - title: "2005.0-5"
4263       data-set: "vpp-performance-changes-3n-tsh-h1"
4264     - title: "2009.0-5"
4265       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4266     - title: "2009.0-6"
4267       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4268     - title: "2101.0-6"
4269       data-set: "vpp-performance-changes-3n-tsh-cmp"
4270   comparisons:
4271     - title: "2009.0-6 vs 2009.0-5"
4272       reference: 2
4273       compare: 3
4274 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4275     - title: "2101.0-6 vs 2009.0-6"
4276       reference: 3
4277       compare: 4
4278 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4279   legend:
4280     - ''
4281     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4282     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4283     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4284     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4285     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4286
4287 # VPP Performance Changes 3n-tsh 2t2c pdr
4288 - type: "table"
4289   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4290   algorithm: "table_comparison"
4291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4293   filter: "'2T2C'"
4294   columns:
4295     - title: "2005.0-5"
4296       data-set: "vpp-performance-changes-3n-tsh-h1"
4297     - title: "2009.0-5"
4298       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4299     - title: "2009.0-6"
4300       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4301     - title: "2101.0-6"
4302       data-set: "vpp-performance-changes-3n-tsh-cmp"
4303   comparisons:
4304     - title: "2009.0-6 vs 2009.0-5"
4305       reference: 2
4306       compare: 3
4307 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4308     - title: "2101.0-6 vs 2009.0-6"
4309       reference: 3
4310       compare: 4
4311 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4312   legend:
4313     - ''
4314     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4315     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4316     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4317     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4318     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4319
4320 # VPP Performance Changes 3n-tsh 1t1c ndr
4321 - type: "table"
4322   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4323   algorithm: "table_comparison"
4324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4326   filter: "'1T1C'"
4327   columns:
4328     - title: "2005.0-5"
4329       data-set: "vpp-performance-changes-3n-tsh-h1"
4330     - title: "2009.0-5"
4331       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4332     - title: "2009.0-6"
4333       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4334     - title: "2101.0-6"
4335       data-set: "vpp-performance-changes-3n-tsh-cmp"
4336   comparisons:
4337     - title: "2009.0-6 vs 2009.0-5"
4338       reference: 2
4339       compare: 3
4340 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4341     - title: "2101.0-6 vs 2009.0-6"
4342       reference: 3
4343       compare: 4
4344 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4345   legend:
4346     - ''
4347     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4348     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4349     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4350     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4351     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4352
4353 # VPP Performance Changes 3n-tsh 2t2c ndr
4354 - type: "table"
4355   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4356   algorithm: "table_comparison"
4357   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4359   filter: "'2T2C'"
4360   columns:
4361     - title: "2005.0-5"
4362       data-set: "vpp-performance-changes-3n-tsh-h1"
4363     - title: "2009.0-5"
4364       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4365     - title: "2009.0-6"
4366       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4367     - title: "2101.0-6"
4368       data-set: "vpp-performance-changes-3n-tsh-cmp"
4369   comparisons:
4370     - title: "2009.0-6 vs 2009.0-5"
4371       reference: 2
4372       compare: 3
4373 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4374     - title: "2101.0-6 vs 2009.0-6"
4375       reference: 3
4376       compare: 4
4377 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4378   legend:
4379     - ''
4380     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4381     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4382     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4383     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4384     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4385
4386 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4387 - type: "table"
4388   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4389   algorithm: "table_comparison"
4390   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4392   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4393   columns:
4394     - title: "3n-hsw xl710"
4395       data-set: "vpp-compare-testbeds-ref"
4396       tag: "NIC_Intel-XL710"
4397     - title: "3n-skx xxv710"
4398       data-set: "vpp-compare-testbeds-cmp"
4399       tag: "NIC_Intel-XXV710"
4400   comparisons:
4401     - title: "Diff"
4402       reference: 1
4403       compare: 2
4404   legend:
4405     - ""
4406     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4407     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4408
4409 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4410 - type: "table"
4411   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4412   algorithm: "table_comparison"
4413   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4415   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4416   columns:
4417     - title: "3n-hsw xl710"
4418       data-set: "vpp-compare-testbeds-ref"
4419       tag: "NIC_Intel-XL710"
4420     - title: "3n-skx xxv710"
4421       data-set: "vpp-compare-testbeds-cmp"
4422       tag: "NIC_Intel-XXV710"
4423   comparisons:
4424     - title: "Diff"
4425       reference: 1
4426       compare: 2
4427   legend:
4428     - ""
4429     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4430     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4431
4432 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4433 - type: "table"
4434   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4435   algorithm: "table_comparison"
4436   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4437   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4438   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4439   columns:
4440     - title: "3n-hsw xl710"
4441       data-set: "vpp-compare-testbeds-ref"
4442       tag: "NIC_Intel-XL710"
4443     - title: "3n-skx xxv710"
4444       data-set: "vpp-compare-testbeds-cmp"
4445       tag: "NIC_Intel-XXV710"
4446   comparisons:
4447     - title: "Diff"
4448       reference: 1
4449       compare: 2
4450   legend:
4451     - ""
4452     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4453     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4454
4455 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4456 - type: "table"
4457   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4458   algorithm: "table_comparison"
4459   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4461   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4462   columns:
4463     - title: "3n-hsw xl710"
4464       data-set: "vpp-compare-testbeds-ref"
4465       tag: "NIC_Intel-XL710"
4466     - title: "3n-skx xxv710"
4467       data-set: "vpp-compare-testbeds-cmp"
4468       tag: "NIC_Intel-XXV710"
4469   comparisons:
4470     - title: "Diff"
4471       reference: 1
4472       compare: 2
4473   legend:
4474     - ""
4475     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4476     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4477
4478 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4479 - type: "table"
4480   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4481   algorithm: "table_comparison"
4482   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4484   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4485   columns:
4486     - title: "2n-skx"
4487       data-set: "vpp-compare-testbeds-skx-clx-ref"
4488     - title: "2n-clx"
4489       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4490   comparisons:
4491     - title: "Diff"
4492       reference: 1
4493       compare: 2
4494   legend:
4495     - ""
4496     - "2n-skx, 2n-clx - testbeds and NICs tested."
4497     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4498
4499 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4500 - type: "table"
4501   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4505   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4506   columns:
4507     - title: "2n-skx"
4508       data-set: "vpp-compare-testbeds-skx-clx-ref"
4509     - title: "2n-clx"
4510       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4511   comparisons:
4512     - title: "Diff"
4513       reference: 1
4514       compare: 2
4515   legend:
4516     - ""
4517     - "2n-skx, 2n-clx - testbeds and NICs tested."
4518     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4519
4520 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4521 - type: "table"
4522   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4523   algorithm: "table_comparison"
4524   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4526   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4527   columns:
4528     - title: "2n-skx"
4529       data-set: "vpp-compare-testbeds-skx-clx-ref"
4530     - title: "2n-clx"
4531       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4532   comparisons:
4533     - title: "Diff"
4534       reference: 1
4535       compare: 2
4536   legend:
4537     - ""
4538     - "2n-skx, 2n-clx - testbeds and NICs tested."
4539     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4540
4541 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4542 - type: "table"
4543   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4544   algorithm: "table_comparison"
4545   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4547   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4548   columns:
4549     - title: "2n-skx"
4550       data-set: "vpp-compare-testbeds-skx-clx-ref"
4551     - title: "2n-clx"
4552       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4553   comparisons:
4554     - title: "Diff"
4555       reference: 1
4556       compare: 2
4557   legend:
4558     - ""
4559     - "2n-skx, 2n-clx - testbeds and NICs tested."
4560     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4561
4562 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4563 - type: "table"
4564   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4565   algorithm: "table_comparison"
4566   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4568   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4569   columns:
4570     - title: "3n-hsw xl710"
4571       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4572       tag: "NIC_Intel-XL710"
4573     - title: "2n-clx xxv710"
4574       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4575       tag: "NIC_Intel-XXV710"
4576   comparisons:
4577     - title: "Diff"
4578       reference: 1
4579       compare: 2
4580   legend:
4581     - ""
4582     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4583     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4584
4585 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4586 - type: "table"
4587   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4588   algorithm: "table_comparison"
4589   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4591   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4592   columns:
4593     - title: "3n-hsw xl710"
4594       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4595       tag: "NIC_Intel-XL710"
4596     - title: "2n-clx xxv710"
4597       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4598       tag: "NIC_Intel-XXV710"
4599   comparisons:
4600     - title: "Diff"
4601       reference: 1
4602       compare: 2
4603   legend:
4604     - ""
4605     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4606     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4607
4608 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4609 - type: "table"
4610   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4611   algorithm: "table_comparison"
4612   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4614   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4615   columns:
4616     - title: "3n-hsw xl710"
4617       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4618       tag: "NIC_Intel-XL710"
4619     - title: "2n-clx xxv710"
4620       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4621       tag: "NIC_Intel-XXV710"
4622   comparisons:
4623     - title: "Diff"
4624       reference: 1
4625       compare: 2
4626   legend:
4627     - ""
4628     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4629     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4630
4631 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4632 - type: "table"
4633   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4634   algorithm: "table_comparison"
4635   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4637   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4638   columns:
4639     - title: "3n-hsw xl710"
4640       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4641       tag: "NIC_Intel-XL710"
4642     - title: "2n-clx xxv710"
4643       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4644       tag: "NIC_Intel-XXV710"
4645   comparisons:
4646     - title: "Diff"
4647       reference: 1
4648       compare: 2
4649   legend:
4650     - ""
4651     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4652     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4653
4654 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4655 - type: "table"
4656   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4657   algorithm: "table_comparison"
4658   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4660   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4661   columns:
4662     - title: "3n-skx"
4663       data-set: "vpp-compare-topologies-ref"
4664     - title: "2n-skx"
4665       data-set: "vpp-compare-topologies-cmp"
4666   comparisons:
4667     - title: "Diff"
4668       reference: 1
4669       compare: 2
4670   legend:
4671     - ""
4672     - "3n-skx, 2n-skx - topologies tested."
4673     - "Diff - difference between 3n-skx and 2n-skx topologies."
4674
4675 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4676 - type: "table"
4677   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4680   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4681   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4682   columns:
4683     - title: "3n-skx"
4684       data-set: "vpp-compare-topologies-ref"
4685     - title: "2n-skx"
4686       data-set: "vpp-compare-topologies-cmp"
4687   comparisons:
4688     - title: "Diff"
4689       reference: 1
4690       compare: 2
4691   legend:
4692     - ""
4693     - "3n-skx, 2n-skx - topologies tested."
4694     - "Diff - difference between 3n-skx and 2n-skx topologies."
4695
4696 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4697 - type: "table"
4698   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4702   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4703   columns:
4704     - title: "3n-skx"
4705       data-set: "vpp-compare-topologies-ref"
4706     - title: "2n-skx"
4707       data-set: "vpp-compare-topologies-cmp"
4708   comparisons:
4709     - title: "Diff"
4710       reference: 1
4711       compare: 2
4712   legend:
4713     - ""
4714     - "3n-skx, 2n-skx - topologies tested."
4715     - "Diff - difference between 3n-skx and 2n-skx topologies."
4716
4717 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4718 - type: "table"
4719   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4720   algorithm: "table_comparison"
4721   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4723   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4724   columns:
4725     - title: "3n-skx"
4726       data-set: "vpp-compare-topologies-ref"
4727     - title: "2n-skx"
4728       data-set: "vpp-compare-topologies-cmp"
4729   comparisons:
4730     - title: "Diff"
4731       reference: 1
4732       compare: 2
4733   legend:
4734     - ""
4735     - "3n-skx, 2n-skx - topologies tested."
4736     - "Diff - difference between 3n-skx and 2n-skx topologies."
4737
4738 # VPP Performance Changes 3n-hsw 1t1c mrr
4739 - type: "table"
4740   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4741   algorithm: "table_comparison"
4742   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4744   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4745   columns:
4746     - title: "2005.0-5"
4747       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4748     - title: "2009.0-5"
4749       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4750     - title: "2009.0-6"
4751       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4752     - title: "2101.0-6"
4753       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4754   comparisons:
4755     - title: "2009.0-6 vs 2009.0-5"
4756       reference: 2
4757       compare: 3
4758 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4759     - title: "2101.0-6 vs 2009.0-6"
4760       reference: 3
4761       compare: 4
4762 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4763   legend:
4764     - ''
4765     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4766     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4767     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4768     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4769     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4770
4771 # VPP Performance Changes 3n-hsw 2t2c mrr
4772 - type: "table"
4773   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4774   algorithm: "table_comparison"
4775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4778   columns:
4779     - title: "2005.0-5"
4780       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4781     - title: "2009.0-5"
4782       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4783     - title: "2009.0-6"
4784       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4785     - title: "2101.0-6"
4786       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4787   comparisons:
4788     - title: "2009.0-6 vs 2009.0-5"
4789       reference: 2
4790       compare: 3
4791 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4792     - title: "2101.0-6 vs 2009.0-6"
4793       reference: 3
4794       compare: 4
4795 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4796   legend:
4797     - ''
4798     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4799     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4800     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4801     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4802     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4803
4804 # VPP Performance Changes 3n-hsw 4t4c mrr
4805 - type: "table"
4806   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4807   algorithm: "table_comparison"
4808   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4811   columns:
4812     - title: "2005.0-5"
4813       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4814     - title: "2009.0-5"
4815       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4816     - title: "2009.0-6"
4817       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4818     - title: "2101.0-6"
4819       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4820   comparisons:
4821     - title: "2009.0-6 vs 2009.0-5"
4822       reference: 2
4823       compare: 3
4824 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4825     - title: "2101.0-6 vs 2009.0-6"
4826       reference: 3
4827       compare: 4
4828 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4829   legend:
4830     - ''
4831     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4832     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4833     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4834     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4835     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4836
4837 # VPP Performance Changes 3n-skx 2t1c mrr
4838 - type: "table"
4839   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4840   algorithm: "table_comparison"
4841   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4843   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4844   columns:
4845     - title: "2005.0-5"
4846       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4847     - title: "2009.0-5"
4848       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4849     - title: "2009.0-6"
4850       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4851     - title: "2101.0-6"
4852       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4853   comparisons:
4854     - title: "2009.0-6 vs 2009.0-5"
4855       reference: 2
4856       compare: 3
4857 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
4858     - title: "2101.0-6 vs 2009.0-6"
4859       reference: 3
4860       compare: 4
4861 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
4862   legend:
4863     - ''
4864     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4865     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4866     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4867     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4868     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4869
4870 # VPP Performance Changes 3n-skx 4t2c mrr
4871 - type: "table"
4872   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4873   algorithm: "table_comparison"
4874   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4876   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4877   columns:
4878     - title: "2005.0-5"
4879       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4880     - title: "2009.0-5"
4881       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4882     - title: "2009.0-6"
4883       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4884     - title: "2101.0-6"
4885       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4886   comparisons:
4887     - title: "2009.0-6 vs 2009.0-5"
4888       reference: 2
4889       compare: 3
4890 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
4891     - title: "2101.0-6 vs 2009.0-6"
4892       reference: 3
4893       compare: 4
4894 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
4895   legend:
4896     - ''
4897     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4898     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4899     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4900     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4901     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4902
4903 # VPP Performance Changes 3n-skx 8t4c mrr
4904 - type: "table"
4905   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4906   algorithm: "table_comparison"
4907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4909   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4910   columns:
4911     - title: "2005.0-5"
4912       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4913     - title: "2009.0-5"
4914       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4915     - title: "2009.0-6"
4916       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4917     - title: "2101.0-6"
4918       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4919   comparisons:
4920     - title: "2009.0-6 vs 2009.0-5"
4921       reference: 2
4922       compare: 3
4923 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
4924     - title: "2101.0-6 vs 2009.0-6"
4925       reference: 3
4926       compare: 4
4927 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
4928   legend:
4929     - ''
4930     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4931     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4932     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4933     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4934     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4935
4936 # VPP Performance Changes 2n-skx 2t1c mrr
4937 - type: "table"
4938   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4939   algorithm: "table_comparison"
4940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4942   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4943   columns:
4944     - title: "2005.0-5"
4945       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4946     - title: "2009.0-5"
4947       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
4948     - title: "2009.0-6"
4949       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
4950     - title: "2101.0-6"
4951       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4952   comparisons:
4953     - title: "2009.0-6 vs 2009.0-5"
4954       reference: 2
4955       compare: 3
4956 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4957     - title: "2101.0-6 vs 2009.0-6"
4958       reference: 3
4959       compare: 4
4960 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4961   legend:
4962     - ''
4963     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4964     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4965     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4966     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4967     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4968
4969 # VPP Performance Changes 2n-skx 4t2c mrr
4970 - type: "table"
4971   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4972   algorithm: "table_comparison"
4973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4975   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4976   columns:
4977     - title: "2005.0-5"
4978       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4979     - title: "2009.0-5"
4980       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
4981     - title: "2009.0-6"
4982       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
4983     - title: "2101.0-6"
4984       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4985   comparisons:
4986     - title: "2009.0-6 vs 2009.0-5"
4987       reference: 2
4988       compare: 3
4989 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4990     - title: "2101.0-6 vs 2009.0-6"
4991       reference: 3
4992       compare: 4
4993 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4994   legend:
4995     - ''
4996     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4997     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4998     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4999     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5000     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5001
5002 # VPP Performance Changes 2n-skx 8t4c mrr
5003 - type: "table"
5004   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5005   algorithm: "table_comparison"
5006   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5008   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5009   columns:
5010     - title: "2005.0-5"
5011       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5012     - title: "2009.0-5"
5013       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5014     - title: "2009.0-6"
5015       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5016     - title: "2101.0-6"
5017       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5018   comparisons:
5019     - title: "2009.0-6 vs 2009.0-5"
5020       reference: 2
5021       compare: 3
5022 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5023     - title: "2101.0-6 vs 2009.0-6"
5024       reference: 3
5025       compare: 4
5026 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5027   legend:
5028     - ''
5029     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5030     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5031     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5032     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5033     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5034
5035 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5036 - type: "table"
5037   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5038   algorithm: "table_comparison"
5039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5041   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5042   columns:
5043     - title: "2005.0-5"
5044       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5045     - title: "2009.0-5"
5046       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5047     - title: "2009.0-6"
5048       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5049     - title: "2101.0-6"
5050       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5051   comparisons:
5052     - title: "2009.0-6 vs 2009.0-5"
5053       reference: 2
5054       compare: 3
5055 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5056     - title: "2101.0-6 vs 2009.0-6"
5057       reference: 3
5058       compare: 4
5059 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5060   legend:
5061     - ''
5062     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5063     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5064     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5065     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5066     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5067
5068 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5069 - type: "table"
5070   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5071   algorithm: "table_comparison"
5072   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5074   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5075   columns:
5076     - title: "2005.0-5"
5077       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5078     - title: "2009.0-5"
5079       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5080     - title: "2009.0-6"
5081       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5082     - title: "2101.0-6"
5083       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5084   comparisons:
5085     - title: "2009.0-6 vs 2009.0-5"
5086       reference: 2
5087       compare: 3
5088 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5089     - title: "2101.0-6 vs 2009.0-6"
5090       reference: 3
5091       compare: 4
5092 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5093   legend:
5094     - ''
5095     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5096     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5097     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5098     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5099     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5100
5101 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5102 - type: "table"
5103   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5104   algorithm: "table_comparison"
5105   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5107   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5108   columns:
5109     - title: "2005.0-5"
5110       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5111     - title: "2009.0-5"
5112       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5113     - title: "2009.0-6"
5114       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5115     - title: "2101.0-6"
5116       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5117   comparisons:
5118     - title: "2009.0-6 vs 2009.0-5"
5119       reference: 2
5120       compare: 3
5121 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5122     - title: "2101.0-6 vs 2009.0-6"
5123       reference: 3
5124       compare: 4
5125 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5126   legend:
5127     - ''
5128     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5129     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5130     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5131     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5132     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5133
5134 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
5135 - type: "table"
5136   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
5137   algorithm: "table_comparison"
5138   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
5139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5140   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
5141   columns:
5142 #     - title: "2005.0-5"
5143 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5144     - title: "2009.0-5"
5145       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5146     - title: "2009.0-6"
5147       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5148     - title: "2101.0-6"
5149       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5150   comparisons:
5151     - title: "2009.0-6 vs 2009.0-5"
5152       reference: 1  # 2
5153       compare: 2  # 3
5154 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
5155     - title: "2101.0-6 vs 2009.0-6"
5156       reference: 2  # 3
5157       compare: 3  # 4
5158 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
5159   legend:
5160     - ''
5161     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5162     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5163     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5164     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5165     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5166
5167 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
5168 - type: "table"
5169   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
5170   algorithm: "table_comparison"
5171   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
5172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5173   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
5174   columns:
5175 #     - title: "2005.0-5"
5176 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5177     - title: "2009.0-5"
5178       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5179     - title: "2009.0-6"
5180       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5181     - title: "2101.0-6"
5182       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5183   comparisons:
5184     - title: "2009.0-6 vs 2009.0-5"
5185       reference: 1  # 2
5186       compare: 2  # 3
5187 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
5188     - title: "2101.0-6 vs 2009.0-6"
5189       reference: 2  # 3
5190       compare: 3  # 4
5191 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
5192   legend:
5193     - ''
5194     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5195     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5196     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5197     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5198     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5199
5200 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
5201 - type: "table"
5202   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
5203   algorithm: "table_comparison"
5204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
5205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5206   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
5207   columns:
5208 #     - title: "2005.0-5"
5209 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5210     - title: "2009.0-5"
5211       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5212     - title: "2009.0-6"
5213       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5214     - title: "2101.0-6"
5215       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5216   comparisons:
5217     - title: "2009.0-6 vs 2009.0-5"
5218       reference: 1  # 2
5219       compare: 2  # 3
5220 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
5221     - title: "2101.0-6 vs 2009.0-6"
5222       reference: 2  # 3
5223       compare: 3  # 4
5224 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
5225   legend:
5226     - ''
5227     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5228     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5229     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5230     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5231     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245 # VPP Performance Changes 2n-dnv 1t1c mrr
5246 - type: "table"
5247   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5248   algorithm: "table_comparison"
5249   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5251   filter: "'1T1C'"
5252   columns:
5253     - title: "2005.0-5"
5254       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5255     - title: "2009.0-5"
5256       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5257     - title: "2009.0-6"
5258       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5259     - title: "2101.0-6"
5260       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5261   comparisons:
5262     - title: "2009.0-6 vs 2009.0-5"
5263       reference: 2
5264       compare: 3
5265     - title: "2101.0-6 vs 2009.0-6"
5266       reference: 3
5267       compare: 4
5268   legend:
5269     - ''
5270     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5271     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5272     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5273     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5274     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5275
5276 # VPP Performance Changes 2n-dnv 2t2c mrr
5277 - type: "table"
5278   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5279   algorithm: "table_comparison"
5280   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5282   filter: "'2T2C'"
5283   columns:
5284     - title: "2005.0-5"
5285       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5286     - title: "2009.0-5"
5287       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5288     - title: "2009.0-6"
5289       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5290     - title: "2101.0-6"
5291       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5292   comparisons:
5293     - title: "2009.0-6 vs 2009.0-5"
5294       reference: 2
5295       compare: 3
5296     - title: "2101.0-6 vs 2009.0-6"
5297       reference: 3
5298       compare: 4
5299   legend:
5300     - ''
5301     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5302     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5303     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5304     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5305     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5306
5307 # VPP Performance Changes 2n-dnv 4t4c mrr
5308 - type: "table"
5309   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5310   algorithm: "table_comparison"
5311   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5313   filter: "'4T4C'"
5314   columns:
5315     - title: "2005.0-5"
5316       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5317     - title: "2009.0-5"
5318       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5319     - title: "2009.0-6"
5320       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5321     - title: "2101.0-6"
5322       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5323   comparisons:
5324     - title: "2009.0-6 vs 2009.0-5"
5325       reference: 2
5326       compare: 3
5327     - title: "2101.0-6 vs 2009.0-6"
5328       reference: 3
5329       compare: 4
5330   legend:
5331     - ''
5332     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5333     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5334     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5335     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5336     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5337
5338 # VPP Performance Changes 3n-dnv 1t1c mrr
5339 - type: "table"
5340   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5341   algorithm: "table_comparison"
5342   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5344   filter: "'1T1C'"
5345   columns:
5346     - title: "2005.0-5"
5347       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5348     - title: "2009.0-5"
5349       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5350     - title: "2009.0-6"
5351       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5352     - title: "2101.0-6"
5353       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5354   comparisons:
5355     - title: "2009.0-6 vs 2009.0-5"
5356       reference: 2
5357       compare: 3
5358     - title: "2101.0-6 vs 2009.0-6"
5359       reference: 3
5360       compare: 4
5361   legend:
5362     - ''
5363     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5364     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5366     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5367     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5368
5369 # VPP Performance Changes 3n-dnv 2t2c mrr
5370 - type: "table"
5371   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5372   algorithm: "table_comparison"
5373   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5375   filter: "'2T2C'"
5376   columns:
5377     - title: "2005.0-5"
5378       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5379     - title: "2009.0-5"
5380       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5381     - title: "2009.0-6"
5382       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5383     - title: "2101.0-6"
5384       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5385   comparisons:
5386     - title: "2009.0-6 vs 2009.0-5"
5387       reference: 2
5388       compare: 3
5389     - title: "2101.0-6 vs 2009.0-6"
5390       reference: 3
5391       compare: 4
5392   legend:
5393     - ''
5394     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5395     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5396     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5397     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5398     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5399
5400 # VPP Performance Changes 3n-dnv 4t4c mrr
5401 - type: "table"
5402   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5403   algorithm: "table_comparison"
5404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5406   filter: "'4T4C'"
5407   columns:
5408     - title: "2005.0-5"
5409       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5410     - title: "2009.0-5"
5411       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5412     - title: "2009.0-6"
5413       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5414     - title: "2101.0-6"
5415       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5416   comparisons:
5417     - title: "2009.0-6 vs 2009.0-5"
5418       reference: 2
5419       compare: 3
5420     - title: "2101.0-6 vs 2009.0-6"
5421       reference: 3
5422       compare: 4
5423   legend:
5424     - ''
5425     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5426     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5427     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5428     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5429     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5430
5431 # VPP Performance Changes 3n-tsh 1t1c mrr
5432 - type: "table"
5433   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5434   algorithm: "table_comparison"
5435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5437   filter: "'1T1C'"
5438   columns:
5439     - title: "2005.0-5"
5440       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5441     - title: "2009.0-5"
5442       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5443     - title: "2009.0-6"
5444       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5445     - title: "2101.0-6"
5446       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5447   comparisons:
5448     - title: "2009.0-6 vs 2009.0-5"
5449       reference: 2
5450       compare: 3
5451     - title: "2101.0-6 vs 2009.0-6"
5452       reference: 3
5453       compare: 4
5454   legend:
5455     - ''
5456     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5457     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5458     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5459     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5460     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5461
5462 # VPP Performance Changes 3n-tsh 2t2c mrr
5463 - type: "table"
5464   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5465   algorithm: "table_comparison"
5466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5468   filter: "'2T2C'"
5469   columns:
5470     - title: "2005.0-5"
5471       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5472     - title: "2009.0-5"
5473       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5474     - title: "2009.0-6"
5475       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5476     - title: "2101.0-6"
5477       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5478   comparisons:
5479     - title: "2009.0-6 vs 2009.0-5"
5480       reference: 2
5481       compare: 3
5482     - title: "2101.0-6 vs 2009.0-6"
5483       reference: 3
5484       compare: 4
5485   legend:
5486     - ''
5487     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5488     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5489     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5490     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5491     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5492
5493 # VPP Performance Changes 3n-tsh 4t4c mrr
5494 - type: "table"
5495   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5496   algorithm: "table_comparison"
5497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5499   filter: "'4T4C'"
5500   columns:
5501     - title: "2005.0-5"
5502       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5503     - title: "2009.0-5"
5504       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5505     - title: "2009.0-6"
5506       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5507     - title: "2101.0-6"
5508       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5509   comparisons:
5510     - title: "2009.0-6 vs 2009.0-5"
5511       reference: 2
5512       compare: 3
5513     - title: "2101.0-6 vs 2009.0-6"
5514       reference: 3
5515       compare: 4
5516   legend:
5517     - ''
5518     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5519     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5521     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5522     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5523
5524 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5525 - type: "table"
5526   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5527   algorithm: "table_comparison"
5528   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5530   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5531   columns:
5532     - title: "3n-hsw xl710"
5533       data-set: "vpp-compare-testbeds-mrr-ref"
5534       tag: "NIC_Intel-XL710"
5535     - title: "3n-skx xxv710"
5536       data-set: "vpp-compare-testbeds-mrr-cmp"
5537       tag: "NIC_Intel-XXV710"
5538   comparisons:
5539     - title: "Diff"
5540       reference: 1
5541       compare: 2
5542   legend:
5543     - ""
5544     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5545     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5546
5547 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5548 - type: "table"
5549   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5550   algorithm: "table_comparison"
5551   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5553   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5554   columns:
5555     - title: "3n-hsw xl710"
5556       data-set: "vpp-compare-testbeds-mrr-ref"
5557       tag: "NIC_Intel-XL710"
5558     - title: "3n-skx xxv710"
5559       data-set: "vpp-compare-testbeds-mrr-cmp"
5560       tag: "NIC_Intel-XXV710"
5561   comparisons:
5562     - title: "Diff"
5563       reference: 1
5564       compare: 2
5565   legend:
5566     - ""
5567     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5568     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5569
5570 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5571 - type: "table"
5572   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5573   algorithm: "table_comparison"
5574   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5576   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5577   columns:
5578     - title: "3n-hsw xl710"
5579       data-set: "vpp-compare-testbeds-mrr-ref"
5580       tag: "NIC_Intel-XL710"
5581     - title: "3n-skx xxv710"
5582       data-set: "vpp-compare-testbeds-mrr-cmp"
5583       tag: "NIC_Intel-XXV710"
5584   comparisons:
5585     - title: "Diff"
5586       reference: 1
5587       compare: 2
5588   legend:
5589     - ""
5590     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5591     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5592
5593 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5594 - type: "table"
5595   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5596   algorithm: "table_comparison"
5597   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5599   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5600   columns:
5601     - title: "2n-skx"
5602       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5603     - title: "2n-clx"
5604       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5605   comparisons:
5606     - title: "Diff"
5607       reference: 1
5608       compare: 2
5609   legend:
5610     - ""
5611     - "2n-skx, 2n-clx - testbeds and NICs tested."
5612     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5613
5614 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5615 - type: "table"
5616   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5617   algorithm: "table_comparison"
5618   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5620   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5621   columns:
5622     - title: "2n-skx"
5623       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5624     - title: "2n-clx"
5625       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5626   comparisons:
5627     - title: "Diff"
5628       reference: 1
5629       compare: 2
5630   legend:
5631     - ""
5632     - "2n-skx, 2n-clx - testbeds and NICs tested."
5633     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5634
5635 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5636 - type: "table"
5637   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5638   algorithm: "table_comparison"
5639   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5641   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5642   columns:
5643     - title: "2n-skx"
5644       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5645     - title: "2n-clx"
5646       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5647   comparisons:
5648     - title: "Diff"
5649       reference: 1
5650       compare: 2
5651   legend:
5652     - ""
5653     - "2n-skx, 2n-clx - testbeds and NICs tested."
5654     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5655
5656 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5657 - type: "table"
5658   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5659   algorithm: "table_comparison"
5660   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5662   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5663   columns:
5664     - title: "3n-skx"
5665       data-set: "vpp-compare-topologies-mrr-ref"
5666     - title: "2n-skx"
5667       data-set: "vpp-compare-topologies-mrr-cmp"
5668   comparisons:
5669     - title: "Diff"
5670       reference: 1
5671       compare: 2
5672   legend:
5673     - ""
5674     - "3n-skx, 2n-skx - topologies tested."
5675     - "Diff - difference between 3n-skx and 2n-skx topologies."
5676
5677 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5678 - type: "table"
5679   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5680   algorithm: "table_comparison"
5681   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5683   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5684   columns:
5685     - title: "3n-skx"
5686       data-set: "vpp-compare-topologies-mrr-ref"
5687     - title: "2n-skx"
5688       data-set: "vpp-compare-topologies-mrr-cmp"
5689   comparisons:
5690     - title: "Diff"
5691       reference: 1
5692       compare: 2
5693   legend:
5694     - ""
5695     - "3n-skx, 2n-skx - topologies tested."
5696     - "Diff - difference between 3n-skx and 2n-skx topologies."
5697
5698 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5699 - type: "table"
5700   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5701   algorithm: "table_comparison"
5702   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5704   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5705   columns:
5706     - title: "3n-skx"
5707       data-set: "vpp-compare-topologies-mrr-ref"
5708     - title: "2n-skx"
5709       data-set: "vpp-compare-topologies-mrr-cmp"
5710   comparisons:
5711     - title: "Diff"
5712       reference: 1
5713       compare: 2
5714   legend:
5715     - ""
5716     - "3n-skx, 2n-skx - topologies tested."
5717     - "Diff - difference between 3n-skx and 2n-skx topologies."
5718
5719 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5720 - type: "table"
5721   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5722   algorithm: "table_comparison"
5723   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5725   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5726   columns:
5727     - title: "3n-hsw xl710"
5728       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5729       tag: "NIC_Intel-XL710"
5730     - title: "2n-clx xxv710"
5731       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5732       tag: "NIC_Intel-XXV710"
5733   comparisons:
5734     - title: "Diff"
5735       reference: 1
5736       compare: 2
5737   legend:
5738     - ""
5739     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5740     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5741
5742 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5743 - type: "table"
5744   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5745   algorithm: "table_comparison"
5746   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5748   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5749   columns:
5750     - title: "3n-hsw xl710"
5751       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5752       tag: "NIC_Intel-XL710"
5753     - title: "2n-clx xxv710"
5754       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5755       tag: "NIC_Intel-XXV710"
5756   comparisons:
5757     - title: "Diff"
5758       reference: 1
5759       compare: 2
5760   legend:
5761     - ""
5762     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5763     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5764
5765 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5766 - type: "table"
5767   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5768   algorithm: "table_comparison"
5769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5771   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5772   columns:
5773     - title: "3n-hsw xl710"
5774       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5775       tag: "NIC_Intel-XL710"
5776     - title: "2n-clx xxv710"
5777       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5778       tag: "NIC_Intel-XXV710"
5779   comparisons:
5780     - title: "Diff"
5781       reference: 1
5782       compare: 2
5783   legend:
5784     - ""
5785     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5786     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5787
5788 # Detailed Test Results - VPP Performance Results 3n-hsw
5789 - type: "table"
5790   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5791   algorithm: "table_merged_details"
5792   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5793   columns:
5794     - title: " |prein| Test Name |preout| "
5795       data: "data name"
5796     - 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| "
5797       data: "data msg"
5798   data: "vpp-perf-results-3n-hsw"
5799   filter: "all"
5800   parameters:
5801   - "name"
5802   - "parent"
5803   - "msg"
5804
5805 # Detailed Test Results - VPP Performance Results 3n-skx
5806 - type: "table"
5807   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5808   algorithm: "table_merged_details"
5809   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5810   columns:
5811     - title: " |prein| Test Name |preout| "
5812       data: "data name"
5813     - 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| "
5814       data: "data msg"
5815   data: "vpp-perf-results-3n-skx"
5816   filter: "all"
5817   remove-ndr: False
5818   parameters:
5819   - "name"
5820   - "parent"
5821   - "msg"
5822
5823 # Detailed Test Results - VPP Performance Results 2n-skx
5824 - type: "table"
5825   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5826   algorithm: "table_merged_details"
5827   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5828   columns:
5829     - title: " |prein| Test Name |preout| "
5830       data: "data name"
5831     - 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| "
5832       data: "data msg"
5833   data: "vpp-perf-results-2n-skx"
5834   filter: "all"
5835   remove-ndr: False
5836   parameters:
5837   - "name"
5838   - "parent"
5839   - "msg"
5840
5841 # Detailed Test Results - VPP Performance Results 2n-zn2
5842 - type: "table"
5843   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
5844   algorithm: "table_merged_details"
5845   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
5846   columns:
5847     - title: " |prein| Test Name |preout| "
5848       data: "data name"
5849     - 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| "
5850       data: "data msg"
5851   data: "vpp-perf-results-2n-zn2"
5852   filter: "all"
5853   remove-ndr: False
5854   parameters:
5855   - "name"
5856   - "parent"
5857   - "msg"
5858
5859 # Detailed Test Results - VPP Performance Results 2n-clx
5860 - type: "table"
5861   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5862   algorithm: "table_merged_details"
5863   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5864   columns:
5865     - title: " |prein| Test Name |preout| "
5866       data: "data name"
5867     - 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| "
5868       data: "data msg"
5869   data: "vpp-perf-results-2n-clx"
5870   filter: "all"
5871   parameters:
5872   - "name"
5873   - "parent"
5874   - "msg"
5875
5876 # Detailed Test Results - VPP Performance Results 3n-tsh
5877 - type: "table"
5878   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5879   algorithm: "table_merged_details"
5880   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5881   columns:
5882     - title: " |prein| Test Name |preout| "
5883       data: "data name"
5884     - 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| "
5885       data: "data msg"
5886   data: "vpp-perf-results-3n-tsh"
5887   filter: "all"
5888   parameters:
5889   - "name"
5890   - "parent"
5891   - "msg"
5892
5893 # Detailed Test Results - VPP Performance Results 3n-dnv
5894 - type: "table"
5895   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5896   algorithm: "table_merged_details"
5897   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5898   columns:
5899     - title: " |prein| Test Name |preout| "
5900       data: "data name"
5901     - 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| "
5902       data: "data msg"
5903   data: "vpp-perf-results-3n-dnv"
5904   filter: "all"
5905   parameters:
5906   - "name"
5907   - "parent"
5908   - "msg"
5909
5910 # Detailed Test Results - VPP Performance Results 2n-dnv
5911 - type: "table"
5912   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5913   algorithm: "table_merged_details"
5914   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5915   columns:
5916     - title: " |prein| Test Name |preout| "
5917       data: "data name"
5918     - 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| "
5919       data: "data msg"
5920   data: "vpp-perf-results-2n-dnv"
5921   filter: "all"
5922   parameters:
5923   - "name"
5924   - "parent"
5925   - "msg"
5926
5927 # Test configuration - VPP Performance Test Configs 3n-hsw
5928 - type: "table"
5929   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5930   algorithm: "table_merged_details"
5931   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5932   columns:
5933     - title: " |prein| Test Name |preout| "
5934       data: "data name"
5935     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5936       data: "data conf-history"
5937   data: "vpp-perf-results-3n-hsw"
5938   filter: "all"
5939   parameters:
5940   - "parent"
5941   - "name"
5942   - "conf-history"
5943
5944 # Test configuration - VPP Performance Test Configs 3n-skx
5945 - type: "table"
5946   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5947   algorithm: "table_merged_details"
5948   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5949   columns:
5950     - title: " |prein| Test Name |preout| "
5951       data: "data name"
5952     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5953       data: "data conf-history"
5954   data: "vpp-perf-results-3n-skx"
5955   filter: "all"
5956   parameters:
5957   - "parent"
5958   - "name"
5959   - "conf-history"
5960
5961 # Test configuration - VPP Performance Test Configs 2n-skx
5962 - type: "table"
5963   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5964   algorithm: "table_merged_details"
5965   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5966   columns:
5967     - title: " |prein| Test Name |preout| "
5968       data: "data name"
5969     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5970       data: "data conf-history"
5971   data: "vpp-perf-results-2n-skx"
5972   filter: "all"
5973   parameters:
5974   - "parent"
5975   - "name"
5976   - "conf-history"
5977
5978 # Test configuration - VPP Performance Test Configs 2n-zn2
5979 - type: "table"
5980   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
5981   algorithm: "table_merged_details"
5982   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
5983   columns:
5984     - title: " |prein| Test Name |preout| "
5985       data: "data name"
5986     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5987       data: "data conf-history"
5988   data: "vpp-perf-results-2n-zn2"
5989   filter: "all"
5990   parameters:
5991   - "parent"
5992   - "name"
5993   - "conf-history"
5994
5995 # Test configuration - VPP Performance Test Configs 2n-clx
5996 - type: "table"
5997   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5998   algorithm: "table_merged_details"
5999   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6000   columns:
6001     - title: " |prein| Test Name |preout| "
6002       data: "data name"
6003     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6004       data: "data conf-history"
6005   data: "vpp-perf-results-2n-clx"
6006   filter: "all"
6007   parameters:
6008   - "parent"
6009   - "name"
6010   - "conf-history"
6011
6012 # Test configuration - VPP Performance Test Configs 3n-tsh
6013 - type: "table"
6014   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6015   algorithm: "table_merged_details"
6016   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6017   columns:
6018     - title: " |prein| Test Name |preout| "
6019       data: "data name"
6020     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6021       data: "data conf-history"
6022   data: "vpp-perf-results-3n-tsh"
6023   filter: "all"
6024   parameters:
6025   - "parent"
6026   - "name"
6027   - "conf-history"
6028
6029 # Test configuration - VPP Performance Test Configs 3n-dnv
6030 - type: "table"
6031   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6032   algorithm: "table_merged_details"
6033   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6034   columns:
6035     - title: " |prein| Test Name |preout| "
6036       data: "data name"
6037     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6038       data: "data conf-history"
6039   data: "vpp-perf-results-3n-dnv"
6040   filter: "all"
6041   parameters:
6042   - "parent"
6043   - "name"
6044   - "conf-history"
6045
6046 # Test configuration - VPP Performance Test Configs 2n-dnv
6047 - type: "table"
6048   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6049   algorithm: "table_merged_details"
6050   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6051   columns:
6052     - title: " |prein| Test Name |preout| "
6053       data: "data name"
6054     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6055       data: "data conf-history"
6056   data: "vpp-perf-results-2n-dnv"
6057   filter: "all"
6058   parameters:
6059   - "parent"
6060   - "name"
6061   - "conf-history"
6062
6063 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6064 - type: "table"
6065   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6066   algorithm: "table_oper_data_html"
6067   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6068   data: "vpp-perf-results-3n-hsw"
6069   filter: "all"
6070
6071 # Test Operational Data - VPP Performance Operational Data 3n-skx
6072 - type: "table"
6073   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6074   algorithm: "table_oper_data_html"
6075   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6076   data: "vpp-perf-results-3n-skx"
6077   filter: "all"
6078
6079 # Test Operational Data - VPP Performance Operational Data 2n-skx
6080 - type: "table"
6081   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6082   algorithm: "table_oper_data_html"
6083   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6084   data: "vpp-perf-results-2n-skx"
6085   filter: "all"
6086
6087 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6088 - type: "table"
6089   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6090   algorithm: "table_oper_data_html"
6091   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6092   data: "vpp-perf-results-2n-zn2"
6093   filter: "all"
6094
6095 # Test Operational Data - VPP Performance Operational Data 2n-clx
6096 - type: "table"
6097   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6098   algorithm: "table_oper_data_html"
6099   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6100   data: "vpp-perf-results-2n-clx"
6101   filter: "all"
6102
6103 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6104 - type: "table"
6105   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6106   algorithm: "table_oper_data_html"
6107   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6108   data: "vpp-perf-results-3n-tsh"
6109   filter: "all"
6110
6111 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6112 - type: "table"
6113   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6114   algorithm: "table_oper_data_html"
6115   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6116   data: "vpp-perf-results-3n-dnv"
6117   filter: "all"
6118
6119 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6120 - type: "table"
6121   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6122   algorithm: "table_oper_data_html"
6123   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6124   data: "vpp-perf-results-2n-dnv"
6125   filter: "all"
6126
6127 # Detailed Test Results - VPP MRR Results 3n-hsw
6128 - type: "table"
6129   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6130   algorithm: "table_merged_details"
6131   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6132   columns:
6133     - title: " |prein| Test Name |preout| "
6134       data: "data name"
6135     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6136       data: "data msg"
6137   data: "vpp-mrr-results-3n-hsw"
6138   filter: "all"
6139   parameters:
6140   - "name"
6141   - "parent"
6142   - "msg"
6143
6144 # Detailed Test Results - VPP MRR Results 3n-skx
6145 - type: "table"
6146   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6147   algorithm: "table_merged_details"
6148   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6149   columns:
6150     - title: " |prein| Test Name |preout| "
6151       data: "data name"
6152     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6153       data: "data msg"
6154   data: "vpp-mrr-results-3n-skx"
6155   filter: "all"
6156   parameters:
6157   - "name"
6158   - "parent"
6159   - "msg"
6160
6161 # Detailed Test Results - VPP MRR Results 2n-skx
6162 - type: "table"
6163   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6164   algorithm: "table_merged_details"
6165   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6166   columns:
6167     - title: " |prein| Test Name |preout| "
6168       data: "data name"
6169     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6170       data: "data msg"
6171   data: "vpp-mrr-results-2n-skx"
6172   filter: "all"
6173   parameters:
6174   - "name"
6175   - "parent"
6176   - "msg"
6177
6178 # Detailed Test Results - VPP MRR Results 2n-zn2
6179 - type: "table"
6180   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6181   algorithm: "table_merged_details"
6182   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6183   columns:
6184     - title: " |prein| Test Name |preout| "
6185       data: "data name"
6186     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6187       data: "data msg"
6188   data: "vpp-mrr-results-2n-zn2"
6189   filter: "all"
6190   parameters:
6191   - "name"
6192   - "parent"
6193   - "msg"
6194
6195 # Detailed Test Results - VPP MRR Results 2n-clx
6196 - type: "table"
6197   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6198   algorithm: "table_merged_details"
6199   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6200   columns:
6201     - title: " |prein| Test Name |preout| "
6202       data: "data name"
6203     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6204       data: "data msg"
6205   data: "vpp-mrr-results-2n-clx"
6206   filter: "all"
6207   parameters:
6208   - "name"
6209   - "parent"
6210   - "msg"
6211
6212 # Detailed Test Results - VPP MRR Results 3n-tsh
6213 - type: "table"
6214   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6215   algorithm: "table_merged_details"
6216   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6217   columns:
6218     - title: " |prein| Test Name |preout| "
6219       data: "data name"
6220     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6221       data: "data msg"
6222   data: "vpp-mrr-results-3n-tsh"
6223   filter: "all"
6224   parameters:
6225   - "name"
6226   - "parent"
6227   - "msg"
6228
6229 # Detailed Test Results - VPP MRR Results 3n-dnv
6230 - type: "table"
6231   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6232   algorithm: "table_merged_details"
6233   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6234   columns:
6235     - title: " |prein| Test Name |preout| "
6236       data: "data name"
6237     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6238       data: "data msg"
6239   data: "vpp-mrr-results-3n-dnv"
6240   filter: "all"
6241   parameters:
6242   - "name"
6243   - "parent"
6244   - "msg"
6245
6246 # Detailed Test Results - VPP MRR Results 2n-dnv
6247 - type: "table"
6248   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6249   algorithm: "table_merged_details"
6250   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6251   columns:
6252     - title: " |prein| Test Name |preout| "
6253       data: "data name"
6254     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6255       data: "data msg"
6256   data: "vpp-mrr-results-2n-dnv"
6257   filter: "all"
6258   parameters:
6259   - "name"
6260   - "parent"
6261   - "msg"
6262
6263 # Test configuration - VPP MRR Test Configs 3n-hsw
6264 - type: "table"
6265   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6266   algorithm: "table_merged_details"
6267   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6268   columns:
6269     - title: " |prein| Test Name |preout| "
6270       data: "data name"
6271     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6272       data: "data conf-history"
6273   data: "vpp-mrr-results-3n-hsw"
6274   filter: "all"
6275   parameters:
6276   - "parent"
6277   - "name"
6278   - "conf-history"
6279
6280 # Test configuration - VPP MRR Test Configs 3n-skx
6281 - type: "table"
6282   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6283   algorithm: "table_merged_details"
6284   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6285   columns:
6286     - title: " |prein| Test Name |preout| "
6287       data: "data name"
6288     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6289       data: "data conf-history"
6290   data: "vpp-mrr-results-3n-skx"
6291   filter: "all"
6292   parameters:
6293   - "parent"
6294   - "name"
6295   - "conf-history"
6296
6297 # Test configuration - VPP MRR Test Configs 2n-skx
6298 - type: "table"
6299   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6300   algorithm: "table_merged_details"
6301   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6302   columns:
6303     - title: " |prein| Test Name |preout| "
6304       data: "data name"
6305     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6306       data: "data conf-history"
6307   data: "vpp-mrr-results-2n-skx"
6308   filter: "all"
6309   parameters:
6310   - "parent"
6311   - "name"
6312   - "conf-history"
6313
6314 # Test configuration - VPP MRR Test Configs 2n-zn2
6315 - type: "table"
6316   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6317   algorithm: "table_merged_details"
6318   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6319   columns:
6320     - title: " |prein| Test Name |preout| "
6321       data: "data name"
6322     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6323       data: "data conf-history"
6324   data: "vpp-mrr-results-2n-zn2"
6325   filter: "all"
6326   parameters:
6327   - "parent"
6328   - "name"
6329   - "conf-history"
6330
6331 # Test configuration - VPP MRR Test Configs 2n-clx
6332 - type: "table"
6333   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6334   algorithm: "table_merged_details"
6335   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6336   columns:
6337     - title: " |prein| Test Name |preout| "
6338       data: "data name"
6339     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6340       data: "data conf-history"
6341   data: "vpp-mrr-results-2n-clx"
6342   filter: "all"
6343   parameters:
6344   - "parent"
6345   - "name"
6346   - "conf-history"
6347
6348 # Test configuration - VPP MRR Test Configs 3n-tsh
6349 - type: "table"
6350   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6351   algorithm: "table_merged_details"
6352   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6353   columns:
6354     - title: " |prein| Test Name |preout| "
6355       data: "data name"
6356     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6357       data: "data conf-history"
6358   data: "vpp-mrr-results-3n-tsh"
6359   filter: "all"
6360   parameters:
6361   - "parent"
6362   - "name"
6363   - "conf-history"
6364
6365 # Test configuration - VPP MRR Test Configs 3n-dnv
6366 - type: "table"
6367   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6368   algorithm: "table_merged_details"
6369   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6370   columns:
6371     - title: " |prein| Test Name |preout| "
6372       data: "data name"
6373     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6374       data: "data conf-history"
6375   data: "vpp-mrr-results-3n-dnv"
6376   filter: "all"
6377   parameters:
6378   - "parent"
6379   - "name"
6380   - "conf-history"
6381
6382 # Test configuration - VPP MRR Test Configs 2n-dnv
6383 - type: "table"
6384   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6385   algorithm: "table_merged_details"
6386   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6387   columns:
6388     - title: " |prein| Test Name |preout| "
6389       data: "data name"
6390     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6391       data: "data conf-history"
6392   data: "vpp-mrr-results-2n-dnv"
6393   filter: "all"
6394   parameters:
6395   - "parent"
6396   - "name"
6397   - "conf-history"
6398
6399 # Detailed Test Results - VPP Device Results - Ubuntu
6400 - type: "table"
6401   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6402   algorithm: "table_merged_details"
6403   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6404   columns:
6405     - title: " |prein| Test Name |preout| "
6406       data: "data name"
6407     - title: " |prein| Status |preout| "
6408       data: "data status"
6409   data: "vpp-device-results-ubuntu"
6410   filter: "all"
6411   parameters:
6412   - "name"
6413   - "parent"
6414   - "doc"
6415   - "status"
6416
6417 # Test configuration - VPP Device Test Configs - Ubuntu
6418 - type: "table"
6419   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6420   algorithm: "table_merged_details"
6421   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6422   columns:
6423     - title: " |prein| Test Name |preout| "
6424       data: "data name"
6425     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6426       data: "data conf-history"
6427   data: "vpp-device-results-ubuntu"
6428   filter: "all"
6429   parameters:
6430   - "parent"
6431   - "name"
6432   - "conf-history"
6433
6434 ################################################################################
6435
6436 # DPDK Performance Changes 3n-hsw 1t1c pdr
6437 - type: "table"
6438   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6439   algorithm: "table_comparison"
6440   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6442   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6443   columns:
6444     - title: "2005"
6445       data-set: "dpdk-performance-changes-3n-hsw-h1"
6446     - title: "2009"
6447       data-set: "dpdk-performance-changes-3n-hsw-ref"
6448     - title: "2101"
6449       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6450   comparisons:
6451     - title: "Diff"
6452       reference: 2
6453       compare: 3
6454   legend:
6455     - ""
6456     - "2005, 2009, 2101 - DPDK versions tested."
6457     - "Diff - difference between 2009 and 2101 DPDK version."
6458
6459 # DPDK Performance Changes 3n-hsw 2t2c pdr
6460 - type: "table"
6461   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6462   algorithm: "table_comparison"
6463   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6465   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6466   columns:
6467     - title: "2005"
6468       data-set: "dpdk-performance-changes-3n-hsw-h1"
6469     - title: "2009"
6470       data-set: "dpdk-performance-changes-3n-hsw-ref"
6471     - title: "2101"
6472       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6473   comparisons:
6474     - title: "Diff"
6475       reference: 2
6476       compare: 3
6477   legend:
6478     - ""
6479     - "2005, 2009, 2101 - DPDK versions tested."
6480     - "Diff - difference between 2009 and 2101 DPDK version."
6481
6482 # DPDK Performance Changes 3n-hsw 1t1c pdr
6483 - type: "table"
6484   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6485   algorithm: "table_comparison"
6486   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6488   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6489   columns:
6490     - title: "2005"
6491       data-set: "dpdk-performance-changes-3n-hsw-h1"
6492     - title: "2009"
6493       data-set: "dpdk-performance-changes-3n-hsw-ref"
6494     - title: "2101"
6495       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6496   comparisons:
6497     - title: "Diff"
6498       reference: 2
6499       compare: 3
6500   legend:
6501     - ""
6502     - "2005, 2009, 2101 - DPDK versions tested."
6503     - "Diff - difference between 2009 and 2101 DPDK version."
6504
6505 # DPDK Performance Changes 3n-hsw 2t2c ndr
6506 - type: "table"
6507   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6508   algorithm: "table_comparison"
6509   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6511   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6512   columns:
6513     - title: "2005"
6514       data-set: "dpdk-performance-changes-3n-hsw-h1"
6515     - title: "2009"
6516       data-set: "dpdk-performance-changes-3n-hsw-ref"
6517     - title: "2101"
6518       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6519   comparisons:
6520     - title: "Diff"
6521       reference: 2
6522       compare: 3
6523   legend:
6524     - ""
6525     - "2005, 2009, 2101 - DPDK versions tested."
6526     - "Diff - difference between 2009 and 2101 DPDK version."
6527
6528 # DPDK Performance Changes 3n-skx 2t1c pdr
6529 - type: "table"
6530   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6531   algorithm: "table_comparison"
6532   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6534   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6535   columns:
6536     - title: "2005"
6537       data-set: "dpdk-performance-changes-3n-skx-h1"
6538     - title: "2009"
6539       data-set: "dpdk-performance-changes-3n-skx-ref"
6540     - title: "2101"
6541       data-set: "dpdk-performance-changes-3n-skx-cmp"
6542   comparisons:
6543     - title: "Diff"
6544       reference: 2
6545       compare: 3
6546   legend:
6547     - ""
6548     - "2005, 2009, 2101 - DPDK versions tested."
6549     - "Diff - difference between 2009 and 2101 DPDK version."
6550
6551 # DPDK Performance Changes 3n-skx 4t2c pdr
6552 - type: "table"
6553   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6554   algorithm: "table_comparison"
6555   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6557   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6558   columns:
6559     - title: "2005"
6560       data-set: "dpdk-performance-changes-3n-skx-h1"
6561     - title: "2009"
6562       data-set: "dpdk-performance-changes-3n-skx-ref"
6563     - title: "2101"
6564       data-set: "dpdk-performance-changes-3n-skx-cmp"
6565   comparisons:
6566     - title: "Diff"
6567       reference: 2
6568       compare: 3
6569   legend:
6570     - ""
6571     - "2005, 2009, 2101 - DPDK versions tested."
6572     - "Diff - difference between 2009 and 2101 DPDK version."
6573
6574 # DPDK Performance Changes 3n-skx 2t1c ndr
6575 - type: "table"
6576   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6577   algorithm: "table_comparison"
6578   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6579   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6580   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6581   columns:
6582     - title: "2005"
6583       data-set: "dpdk-performance-changes-3n-skx-h1"
6584     - title: "2009"
6585       data-set: "dpdk-performance-changes-3n-skx-ref"
6586     - title: "2101"
6587       data-set: "dpdk-performance-changes-3n-skx-cmp"
6588   comparisons:
6589     - title: "Diff"
6590       reference: 2
6591       compare: 3
6592   legend:
6593     - ""
6594     - "2005, 2009, 2101 - DPDK versions tested."
6595     - "Diff - difference between 2009 and 2101 DPDK version."
6596
6597 # DPDK Performance Changes 3n-skx 4t2c ndr
6598 - type: "table"
6599   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6600   algorithm: "table_comparison"
6601   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6602   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6603   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6604   columns:
6605     - title: "2005"
6606       data-set: "dpdk-performance-changes-3n-skx-h1"
6607     - title: "2009"
6608       data-set: "dpdk-performance-changes-3n-skx-ref"
6609     - title: "2101"
6610       data-set: "dpdk-performance-changes-3n-skx-cmp"
6611   comparisons:
6612     - title: "Diff"
6613       reference: 2
6614       compare: 3
6615   legend:
6616     - ""
6617     - "2005, 2009, 2101 - DPDK versions tested."
6618     - "Diff - difference between 2009 and 2101 DPDK version."
6619
6620 # DPDK Performance Changes 2n-skx 2t1c pdr
6621 - type: "table"
6622   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6623   algorithm: "table_comparison"
6624   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6626   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6627   columns:
6628     - title: "2005"
6629       data-set: "dpdk-performance-changes-2n-skx-h1"
6630     - title: "2009"
6631       data-set: "dpdk-performance-changes-2n-skx-ref"
6632     - title: "2101"
6633       data-set: "dpdk-performance-changes-2n-skx-cmp"
6634   comparisons:
6635     - title: "Diff"
6636       reference: 2
6637       compare: 3
6638   legend:
6639     - ""
6640     - "2005, 2009, 2101 - DPDK versions tested."
6641     - "Diff - difference between 2009 and 2101 DPDK version."
6642
6643 # DPDK Performance Changes 2n-skx 4t2c pdr
6644 - type: "table"
6645   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6646   algorithm: "table_comparison"
6647   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6649   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6650   columns:
6651     - title: "2005"
6652       data-set: "dpdk-performance-changes-2n-skx-h1"
6653     - title: "2009"
6654       data-set: "dpdk-performance-changes-2n-skx-ref"
6655     - title: "2101"
6656       data-set: "dpdk-performance-changes-2n-skx-cmp"
6657   comparisons:
6658     - title: "Diff"
6659       reference: 2
6660       compare: 3
6661   legend:
6662     - ""
6663     - "2005, 2009, 2101 - DPDK versions tested."
6664     - "Diff - difference between 2009 and 2101 DPDK version."
6665
6666 # DPDK Performance Changes 2n-skx 2t1c ndr
6667 - type: "table"
6668   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6669   algorithm: "table_comparison"
6670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6672   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6673   columns:
6674     - title: "2005"
6675       data-set: "dpdk-performance-changes-2n-skx-h1"
6676     - title: "2009"
6677       data-set: "dpdk-performance-changes-2n-skx-ref"
6678     - title: "2101"
6679       data-set: "dpdk-performance-changes-2n-skx-cmp"
6680   comparisons:
6681     - title: "Diff"
6682       reference: 2
6683       compare: 3
6684   legend:
6685     - ""
6686     - "2005, 2009, 2101 - DPDK versions tested."
6687     - "Diff - difference between 2009 and 2101 DPDK version."
6688
6689 # DPDK Performance Changes 2n-skx 4t2c ndr
6690 - type: "table"
6691   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6692   algorithm: "table_comparison"
6693   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6695   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6696   columns:
6697     - title: "2005"
6698       data-set: "dpdk-performance-changes-2n-skx-h1"
6699     - title: "2009"
6700       data-set: "dpdk-performance-changes-2n-skx-ref"
6701     - title: "2101"
6702       data-set: "dpdk-performance-changes-2n-skx-cmp"
6703   comparisons:
6704     - title: "Diff"
6705       reference: 2
6706       compare: 3
6707   legend:
6708     - ""
6709     - "2005, 2009, 2101 - DPDK versions tested."
6710     - "Diff - difference between 2009 and 2101 DPDK version."
6711
6712 # DPDK Performance Changes 2n-clx 2t1c pdr
6713 - type: "table"
6714   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6715   algorithm: "table_comparison"
6716   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6718   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6719   columns:
6720     - title: "2005"
6721       data-set: "dpdk-performance-changes-2n-clx-h1"
6722     - title: "2009"
6723       data-set: "dpdk-performance-changes-2n-clx-ref"
6724     - title: "2101"
6725       data-set: "dpdk-performance-changes-2n-clx-cmp"
6726   comparisons:
6727     - title: "Diff"
6728       reference: 2
6729       compare: 3
6730   legend:
6731     - ""
6732     - "2005, 2009, 2101 - DPDK versions tested."
6733     - "Diff - difference between 2009 and 2101 DPDK version."
6734
6735 # DPDK Performance Changes 2n-clx 4t2c pdr
6736 - type: "table"
6737   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6738   algorithm: "table_comparison"
6739   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6741   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6742   columns:
6743     - title: "2005"
6744       data-set: "dpdk-performance-changes-2n-clx-h1"
6745     - title: "2009"
6746       data-set: "dpdk-performance-changes-2n-clx-ref"
6747     - title: "2101"
6748       data-set: "dpdk-performance-changes-2n-clx-cmp"
6749   comparisons:
6750     - title: "Diff"
6751       reference: 2
6752       compare: 3
6753   legend:
6754     - ""
6755     - "2005, 2009, 2101 - DPDK versions tested."
6756     - "Diff - difference between 2009 and 2101 DPDK version."
6757
6758 # DPDK Performance Changes 2n-clx 2t1c ndr
6759 - type: "table"
6760   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6761   algorithm: "table_comparison"
6762   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6764   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6765   columns:
6766     - title: "2005"
6767       data-set: "dpdk-performance-changes-2n-clx-h1"
6768     - title: "2009"
6769       data-set: "dpdk-performance-changes-2n-clx-ref"
6770     - title: "2101"
6771       data-set: "dpdk-performance-changes-2n-clx-cmp"
6772   comparisons:
6773     - title: "Diff"
6774       reference: 2
6775       compare: 3
6776   legend:
6777     - ""
6778     - "2005, 2009, 2101 - DPDK versions tested."
6779     - "Diff - difference between 2009 and 2101 DPDK version."
6780
6781 # DPDK Performance Changes 2n-clx 4t2c ndr
6782 - type: "table"
6783   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6784   algorithm: "table_comparison"
6785   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6787   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6788   columns:
6789     - title: "2005"
6790       data-set: "dpdk-performance-changes-2n-clx-h1"
6791     - title: "2009"
6792       data-set: "dpdk-performance-changes-2n-clx-ref"
6793     - title: "2101"
6794       data-set: "dpdk-performance-changes-2n-clx-cmp"
6795   comparisons:
6796     - title: "Diff"
6797       reference: 2
6798       compare: 3
6799   legend:
6800     - ""
6801     - "2005, 2009, 2101 - DPDK versions tested."
6802     - "Diff - difference between 2009 and 2101 DPDK version."
6803
6804 # DPDK Performance Changes 2n-zn2 2t1c pdr
6805 - type: "table"
6806   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
6807   algorithm: "table_comparison"
6808   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
6809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6810   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6811   columns:
6812 #     - title: "2005"
6813 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6814     - title: "2009"
6815       data-set: "dpdk-performance-changes-2n-zn2-ref"
6816     - title: "2101"
6817       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6818   comparisons:
6819     - title: "Diff"
6820       reference: 1  # 2
6821       compare: 2  # 3
6822   legend:
6823     - ""
6824     - "2009, 2101 - DPDK versions tested."
6825     - "Diff - difference between 2009 and 2101 DPDK version."
6826
6827 # DPDK Performance Changes 2n-zn2 4t2c pdr
6828 - type: "table"
6829   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
6830   algorithm: "table_comparison"
6831   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
6832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6833   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6834   columns:
6835 #     - title: "2005"
6836 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6837     - title: "2009"
6838       data-set: "dpdk-performance-changes-2n-zn2-ref"
6839     - title: "2101"
6840       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6841   comparisons:
6842     - title: "Diff"
6843       reference: 1  # 2
6844       compare: 2  # 3
6845   legend:
6846     - ""
6847     - "2009, 2101 - DPDK versions tested."
6848     - "Diff - difference between 2009 and 2101 DPDK version."
6849
6850 # DPDK Performance Changes 2n-zn2 2t1c ndr
6851 - type: "table"
6852   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
6853   algorithm: "table_comparison"
6854   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
6855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6856   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6857   columns:
6858 #     - title: "2005"
6859 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6860     - title: "2009"
6861       data-set: "dpdk-performance-changes-2n-zn2-ref"
6862     - title: "2101"
6863       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6864   comparisons:
6865     - title: "Diff"
6866       reference: 1  # 2
6867       compare: 2  # 3
6868   legend:
6869     - ""
6870     - "2009, 2101 - DPDK versions tested."
6871     - "Diff - difference between 2009 and 2101 DPDK version."
6872
6873 # DPDK Performance Changes 2n-zn2 4t2c ndr
6874 - type: "table"
6875   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
6876   algorithm: "table_comparison"
6877   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
6878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6879   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6880   columns:
6881 #     - title: "2005"
6882 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6883     - title: "2009"
6884       data-set: "dpdk-performance-changes-2n-zn2-ref"
6885     - title: "2101"
6886       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6887   comparisons:
6888     - title: "Diff"
6889       reference: 1  # 2
6890       compare: 2  # 3
6891   legend:
6892     - ""
6893     - "2009, 2101 - DPDK versions tested."
6894     - "Diff - difference between 2009 and 2101 DPDK version."
6895
6896 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6897 #- type: "table"
6898 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6899 #  algorithm: "table_comparison"
6900 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6901 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6902 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6903 #  columns:
6904 #    - title: "2001"
6905 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6906 #    - title: "2005"
6907 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6908 #    - title: "2009"
6909 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6910 #  comparisons:
6911 #    - title: "Diff"
6912 #      reference: 2
6913 #      compare: 3
6914 #  legend:
6915 #    - ""
6916 #    - "2001, 2005, 2009 - DPDK versions tested."
6917 #    - "Diff - difference between 2005 and 2009 DPDK version."
6918 #
6919 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6920 #- type: "table"
6921 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6922 #  algorithm: "table_comparison"
6923 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6924 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6925 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6926 #  columns:
6927 #    - title: "2001"
6928 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6929 #    - title: "2005"
6930 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6931 #    - title: "2009"
6932 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6933 #  comparisons:
6934 #    - title: "Diff"
6935 #      reference: 2
6936 #      compare: 3
6937 #  legend:
6938 #    - ""
6939 #    - "2001, 2005, 2009 - DPDK versions tested."
6940 #    - "Diff - difference between 2005 and 2009 DPDK version."
6941 #
6942 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6943 #- type: "table"
6944 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6945 #  algorithm: "table_comparison"
6946 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6947 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6948 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6949 #  columns:
6950 #    - title: "2001"
6951 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6952 #    - title: "2005"
6953 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6954 #    - title: "2009"
6955 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6956 #  comparisons:
6957 #    - title: "Diff"
6958 #      reference: 2
6959 #      compare: 3
6960 #  legend:
6961 #    - ""
6962 #    - "2001, 2005, 2009 - DPDK versions tested."
6963 #    - "Diff - difference between 2005 and 2009 DPDK version."
6964 #
6965 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6966 #- type: "table"
6967 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6968 #  algorithm: "table_comparison"
6969 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6970 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6971 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6972 #  columns:
6973 #    - title: "2001"
6974 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6975 #    - title: "2005"
6976 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6977 #    - title: "2009"
6978 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6979 #  comparisons:
6980 #    - title: "Diff"
6981 #      reference: 2
6982 #      compare: 3
6983 #  legend:
6984 #    - ""
6985 #    - "2001, 2005, 2009 - DPDK versions tested."
6986 #    - "Diff - difference between 2005 and 2009 DPDK version."
6987 #
6988 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6989 #- type: "table"
6990 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6991 #  algorithm: "table_comparison"
6992 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6993 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6994 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6995 #  columns:
6996 #    - title: "2001"
6997 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6998 #    - title: "2005"
6999 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7000 #    - title: "2009"
7001 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7002 #  comparisons:
7003 #    - title: "Diff"
7004 #      reference: 2
7005 #      compare: 3
7006 #  legend:
7007 #    - ""
7008 #    - "2001, 2005, 2009 - DPDK versions tested."
7009 #    - "Diff - difference between 2005 and 2009 DPDK version."
7010 #
7011 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7012 #- type: "table"
7013 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7014 #  algorithm: "table_comparison"
7015 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7016 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7017 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7018 #  columns:
7019 #    - title: "2001"
7020 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7021 #    - title: "2005"
7022 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7023 #    - title: "2009"
7024 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7025 #  comparisons:
7026 #    - title: "Diff"
7027 #      reference: 2
7028 #      compare: 3
7029 #  legend:
7030 #    - ""
7031 #    - "2001, 2005, 2009 - DPDK versions tested."
7032 #    - "Diff - difference between 2005 and 2009 DPDK version."
7033 #
7034 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7035 #- type: "table"
7036 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7037 #  algorithm: "table_comparison"
7038 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7040 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7041 #  columns:
7042 #    - title: "2001"
7043 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7044 #    - title: "2005"
7045 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7046 #    - title: "2009"
7047 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7048 #  comparisons:
7049 #    - title: "Diff"
7050 #      reference: 2
7051 #      compare: 3
7052 #  legend:
7053 #    - ""
7054 #    - "2001, 2005, 2009 - DPDK versions tested."
7055 #    - "Diff - difference between 2005 and 2009 DPDK version."
7056 #
7057 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7058 #- type: "table"
7059 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7060 #  algorithm: "table_comparison"
7061 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7062 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7063 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7064 #  columns:
7065 #    - title: "2001"
7066 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7067 #    - title: "2005"
7068 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7069 #    - title: "2009"
7070 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7071 #  comparisons:
7072 #    - title: "Diff"
7073 #      reference: 2
7074 #      compare: 3
7075 #  legend:
7076 #    - ""
7077 #    - "2001, 2005, 2009 - DPDK versions tested."
7078 #    - "Diff - difference between 2005 and 2009 DPDK version."
7079
7080 # DPDK Performance Changes 3n-tsh 1t1c pdr
7081 - type: "table"
7082   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7083   algorithm: "table_comparison"
7084   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7086   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7087   columns:
7088     - title: "2005"
7089       data-set: "dpdk-performance-changes-3n-tsh-h1"
7090     - title: "2009"
7091       data-set: "dpdk-performance-changes-3n-tsh-ref"
7092     - title: "2101"
7093       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7094   comparisons:
7095     - title: "Diff"
7096       reference: 2
7097       compare: 3
7098   legend:
7099     - ""
7100     - "2005, 2009, 2101 - DPDK versions tested."
7101     - "Diff - difference between 2009 and 2101 DPDK version."
7102
7103 # DPDK Performance Changes 3n-tsh 2t2c pdr
7104 - type: "table"
7105   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7106   algorithm: "table_comparison"
7107   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7109   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7110   columns:
7111     - title: "2005"
7112       data-set: "dpdk-performance-changes-3n-tsh-h1"
7113     - title: "2009"
7114       data-set: "dpdk-performance-changes-3n-tsh-ref"
7115     - title: "2101"
7116       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7117   comparisons:
7118     - title: "Diff"
7119       reference: 2
7120       compare: 3
7121   legend:
7122     - ""
7123     - "2005, 2009, 2101 - DPDK versions tested."
7124     - "Diff - difference between 2009 and 2101 DPDK version."
7125
7126 # DPDK Performance Changes 3n-tsh 1t1c ndr
7127 - type: "table"
7128   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7129   algorithm: "table_comparison"
7130   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7132   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7133   columns:
7134     - title: "2005"
7135       data-set: "dpdk-performance-changes-3n-tsh-h1"
7136     - title: "2009"
7137       data-set: "dpdk-performance-changes-3n-tsh-ref"
7138     - title: "2101"
7139       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7140   comparisons:
7141     - title: "Diff"
7142       reference: 2
7143       compare: 3
7144   legend:
7145     - ""
7146     - "2005, 2009, 2101 - DPDK versions tested."
7147     - "Diff - difference between 2009 and 2101 DPDK version."
7148
7149 # DPDK Performance Changes 3n-tsh 2t2c ndr
7150 - type: "table"
7151   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7152   algorithm: "table_comparison"
7153   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7155   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7156   columns:
7157     - title: "2005"
7158       data-set: "dpdk-performance-changes-3n-tsh-h1"
7159     - title: "2009"
7160       data-set: "dpdk-performance-changes-3n-tsh-ref"
7161     - title: "2101"
7162       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7163   comparisons:
7164     - title: "Diff"
7165       reference: 2
7166       compare: 3
7167   legend:
7168     - ""
7169     - "2005, 2009, 2101 - DPDK versions tested."
7170     - "Diff - difference between 2009 and 2101 DPDK version."
7171
7172 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7173 - type: "table"
7174   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7175   algorithm: "table_comparison"
7176   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7178   filter: "'NIC_Intel-X710'"
7179   columns:
7180     - title: "3n-hsw x710"
7181       data-set: "dpdk-compare-testbeds-ref"
7182     - title: "3n-skx x710"
7183       data-set: "dpdk-compare-testbeds-cmp"
7184   comparisons:
7185     - title: "Diff"
7186       reference: 1
7187       compare: 2
7188   legend:
7189     - ""
7190     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7191     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7192
7193 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7194 - type: "table"
7195   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7196   algorithm: "table_comparison"
7197   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7199   filter: "'NIC_Intel-X710'"
7200   columns:
7201     - title: "3n-hsw x710"
7202       data-set: "dpdk-compare-testbeds-ref"
7203     - title: "3n-skx x710"
7204       data-set: "dpdk-compare-testbeds-cmp"
7205   comparisons:
7206     - title: "Diff"
7207       reference: 1
7208       compare: 2
7209   legend:
7210     - ""
7211     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7212     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7213
7214 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7215 - type: "table"
7216   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7217   algorithm: "table_comparison"
7218   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7220   filter: "'NIC_Intel-XXV710'"
7221   columns:
7222     - title: "2n-skx"
7223       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7224     - title: "2n-clx"
7225       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7226   comparisons:
7227     - title: "Diff"
7228       reference: 1
7229       compare: 2
7230   legend:
7231     - ""
7232     - "2n-skx, 2n-clx - testbeds and NICs tested."
7233     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7234
7235 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7236 - type: "table"
7237   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7238   algorithm: "table_comparison"
7239   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7241   filter: "'NIC_Intel-XXV710'"
7242   columns:
7243     - title: "2n-skx"
7244       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7245     - title: "2n-clx"
7246       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7247   comparisons:
7248     - title: "Diff"
7249       reference: 1
7250       compare: 2
7251   legend:
7252     - ""
7253     - "2n-skx, 2n-clx - testbeds and NICs tested."
7254     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7255
7256 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7257 - type: "table"
7258   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7259   algorithm: "table_comparison"
7260   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7262   filter: "'NIC_Intel-XXV710'"
7263   columns:
7264     - title: "3n-skx"
7265       data-set: "dpdk-compare-topologies-ref"
7266     - title: "2n-skx"
7267       data-set: "dpdk-compare-topologies-cmp"
7268   comparisons:
7269     - title: "Diff"
7270       reference: 1
7271       compare: 2
7272   legend:
7273     - ""
7274     - "3n-skx, 2n-skx - topologies tested."
7275     - "Diff - difference between 3n-skx and 2n-skx topologies."
7276
7277 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7278 - type: "table"
7279   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7280   algorithm: "table_comparison"
7281   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7283   filter: "'NIC_Intel-XXV710'"
7284   columns:
7285     - title: "3n-skx"
7286       data-set: "dpdk-compare-topologies-ref"
7287     - title: "2n-skx"
7288       data-set: "dpdk-compare-topologies-cmp"
7289   comparisons:
7290     - title: "Diff"
7291       reference: 1
7292       compare: 2
7293   legend:
7294     - ""
7295     - "3n-skx, 2n-skx - topologies tested."
7296     - "Diff - difference between 3n-skx and 2n-skx topologies."
7297
7298 # Detailed Test Results - DPDK Performance Results 3n-hsw
7299 - type: "table"
7300   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7301   algorithm: "table_merged_details"
7302   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7303   columns:
7304     - title: " |prein| Test Name |preout| "
7305       data: "data name"
7306     - 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| "
7307       data: "data msg"
7308   data: "dpdk-perf-results-3n-hsw"
7309   filter: "all"
7310   parameters:
7311   - "name"
7312   - "parent"
7313   - "msg"
7314
7315 # Detailed Test Results - DPDK Performance Results 3n-skx
7316 - type: "table"
7317   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7318   algorithm: "table_merged_details"
7319   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7320   columns:
7321     - title: " |prein| Test Name |preout| "
7322       data: "data name"
7323     - 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| "
7324       data: "data msg"
7325   data: "dpdk-perf-results-3n-skx"
7326   filter: "all"
7327   remove-ndr: False
7328   parameters:
7329   - "name"
7330   - "parent"
7331   - "msg"
7332
7333 # Detailed Test Results - DPDK Performance Results 2n-skx
7334 - type: "table"
7335   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7336   algorithm: "table_merged_details"
7337   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7338   columns:
7339     - title: " |prein| Test Name |preout| "
7340       data: "data name"
7341     - 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| "
7342       data: "data msg"
7343   data: "dpdk-perf-results-2n-skx"
7344   filter: "all"
7345   remove-ndr: False
7346   parameters:
7347   - "name"
7348   - "parent"
7349   - "msg"
7350
7351 # Detailed Test Results - DPDK Performance Results 2n-zn2
7352 - type: "table"
7353   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7354   algorithm: "table_merged_details"
7355   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7356   columns:
7357     - title: " |prein| Test Name |preout| "
7358       data: "data name"
7359     - 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| "
7360       data: "data msg"
7361   data: "dpdk-perf-results-2n-zn2"
7362   filter: "all"
7363   remove-ndr: False
7364   parameters:
7365   - "name"
7366   - "parent"
7367   - "msg"
7368
7369 # Detailed Test Results - DPDK Performance Results 2n-clx
7370 - type: "table"
7371   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7372   algorithm: "table_merged_details"
7373   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7374   columns:
7375     - title: " |prein| Test Name |preout| "
7376       data: "data name"
7377     - 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| "
7378       data: "data msg"
7379   data: "dpdk-perf-results-2n-clx"
7380   filter: "all"
7381   parameters:
7382   - "name"
7383   - "parent"
7384   - "msg"
7385
7386 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7387 #- type: "table"
7388 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7389 #  algorithm: "table_merged_details"
7390 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7391 #  columns:
7392 #    - title: " |prein| Test Name |preout| "
7393 #      data: "data name"
7394 #    - 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| "
7395 #      data: "data msg"
7396 #  data: "dpdk-perf-results-2n-dnv"
7397 #  filter: "all"
7398 #  parameters:
7399 #  - "name"
7400 #  - "parent"
7401 #  - "msg"
7402 #
7403 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7404 #- type: "table"
7405 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7406 #  algorithm: "table_merged_details"
7407 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7408 #  columns:
7409 #    - title: " |prein| Test Name |preout| "
7410 #      data: "data name"
7411 #    - 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| "
7412 #      data: "data msg"
7413 #  data: "dpdk-perf-results-3n-dnv"
7414 #  filter: "all"
7415 #  parameters:
7416 #  - "name"
7417 #  - "parent"
7418 #  - "msg"
7419
7420 # Detailed Test Results - DPDK Performance Results 3n-tsh
7421 - type: "table"
7422   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7423   algorithm: "table_merged_details"
7424   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7425   columns:
7426     - title: " |prein| Test Name |preout| "
7427       data: "data name"
7428     - 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| "
7429       data: "data msg"
7430   data: "dpdk-perf-results-3n-tsh"
7431   filter: "all"
7432   parameters:
7433   - "name"
7434   - "parent"
7435   - "msg"
7436
7437 ################################################################################
7438 ###                                F I L E S                                 ###
7439 ################################################################################
7440
7441 # VPP Performance Results
7442 - type: "file"
7443   title: "VPP Performance Results"
7444   algorithm: "file_details_split"
7445   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7446   dir-tables:
7447     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7448     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7449     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7450     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7451     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7452     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7453     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7454     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7455   data:
7456     - "vpp-perf-results-2n-skx"
7457     - "vpp-perf-results-3n-skx"
7458     - "vpp-perf-results-2n-clx"
7459     - "vpp-perf-results-2n-zn2"
7460     - "vpp-perf-results-3n-hsw"
7461     - "vpp-perf-results-3n-tsh"
7462     - "vpp-perf-results-2n-dnv"
7463     - "vpp-perf-results-3n-dnv"
7464   filter: "all"
7465   data-start-level: 4
7466   order-chapters:
7467     level-1:
7468       - "l2"
7469       - "ip4"
7470       - "ip6"
7471       - "srv6"
7472       - "ip4_tunnels"
7473       - "ip6_tunnels"
7474       - "vm_vhost"
7475       - "container_memif"
7476       - "crypto"
7477       - "vts"
7478       - "lb"
7479       - "nfv_density"
7480       - "hoststack"
7481     level-2:
7482       - "2n-skx"
7483       - "3n-skx"
7484       - "2n-clx"
7485       - "2n-zn2"
7486       - "3n-hsw"
7487       - "3n-tsh"
7488       - "2n-dnv"
7489       - "3n-dnv"
7490     level-3:
7491       - "xl710"
7492       - "x520"
7493       - "xxv710"
7494       - "x710"
7495       - "x553"
7496       - "cx556a"
7497       - "vic1227"
7498       - "vic1385"
7499
7500 # VPP Performance Configuration
7501 - type: "file"
7502   title: "VPP Performance Configuration"
7503   algorithm: "file_details_split"
7504   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7505   dir-tables:
7506     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7507     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7508     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7509     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7510     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7511     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7512     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7513     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7514   data:
7515     - "vpp-perf-results-2n-skx"
7516     - "vpp-perf-results-3n-skx"
7517     - "vpp-perf-results-2n-clx"
7518     - "vpp-perf-results-2n-zn2"
7519     - "vpp-perf-results-3n-hsw"
7520     - "vpp-perf-results-3n-tsh"
7521     - "vpp-perf-results-2n-dnv"
7522     - "vpp-perf-results-3n-dnv"
7523   filter: "all"
7524   data-start-level: 4
7525   order-chapters:
7526     level-1:
7527       - "l2"
7528       - "ip4"
7529       - "ip6"
7530       - "srv6"
7531       - "ip4_tunnels"
7532       - "ip6_tunnels"
7533       - "vm_vhost"
7534       - "container_memif"
7535       - "crypto"
7536       - "vts"
7537       - "lb"
7538       - "nfv_density"
7539       - "hoststack"
7540     level-2:
7541       - "2n-skx"
7542       - "3n-skx"
7543       - "2n-clx"
7544       - "2n-zn2"
7545       - "3n-hsw"
7546       - "3n-tsh"
7547       - "2n-dnv"
7548       - "3n-dnv"
7549     level-3:
7550       - "xl710"
7551       - "x520"
7552       - "xxv710"
7553       - "x710"
7554       - "x553"
7555       - "cx556a"
7556       - "vic1227"
7557       - "vic1385"
7558
7559 # VPP Performance Operational
7560 - type: "file"
7561   title: "VPP Performance Operational"
7562   algorithm: "file_details_split_html"
7563   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7564   dir-tables:
7565     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7566     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7567     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7568     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7569     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7570     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7571     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7572     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7573   data:
7574     - "vpp-perf-results-2n-skx"
7575     - "vpp-perf-results-3n-skx"
7576     - "vpp-perf-results-2n-clx"
7577     - "vpp-perf-results-2n-zn2"
7578     - "vpp-perf-results-3n-hsw"
7579     - "vpp-perf-results-3n-tsh"
7580     - "vpp-perf-results-2n-dnv"
7581     - "vpp-perf-results-3n-dnv"
7582   filter: "all"
7583   data-start-level: 4
7584   order-chapters:
7585     level-1:
7586       - "l2"
7587       - "ip4"
7588       - "ip6"
7589       - "srv6"
7590       - "ip4_tunnels"
7591       - "ip6_tunnels"
7592       - "vm_vhost"
7593       - "container_memif"
7594       - "crypto"
7595       - "vts"
7596       - "lb"
7597       - "nfv_density"
7598       - "hoststack"
7599     level-2:
7600       - "2n-skx"
7601       - "3n-skx"
7602       - "2n-clx"
7603       - "2n-zn2"
7604       - "3n-hsw"
7605       - "3n-tsh"
7606       - "2n-dnv"
7607       - "3n-dnv"
7608     level-3:
7609       - "xl710"
7610       - "x520"
7611       - "xxv710"
7612       - "x710"
7613       - "x553"
7614       - "cx556a"
7615       - "vic1227"
7616       - "vic1385"
7617
7618 # VPP MRR Results
7619 - type: "file"
7620   title: "VPP MRR Results"
7621   algorithm: "file_details_split"
7622   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7623   dir-tables:
7624     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7625     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7626     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7627     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7628     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7629     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7630     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7631     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7632   data:
7633     - "vpp-mrr-results-2n-skx"
7634     - "vpp-mrr-results-3n-skx"
7635     - "vpp-mrr-results-2n-clx"
7636     - "vpp-mrr-results-2n-zn2"
7637     - "vpp-mrr-results-3n-hsw"
7638     - "vpp-mrr-results-3n-tsh"
7639     - "vpp-mrr-results-2n-dnv"
7640     - "vpp-mrr-results-3n-dnv"
7641   filter: "all"
7642   data-start-level: 4
7643   order-chapters:
7644     level-1:
7645       - "l2"
7646       - "ip4"
7647       - "ip6"
7648       - "srv6"
7649       - "ip4_tunnels"
7650       - "ip6_tunnels"
7651       - "vm_vhost"
7652       - "container_memif"
7653       - "crypto"
7654       - "vts"
7655       - "lb"
7656       - "nfv_density"
7657       - "hoststack"
7658     level-2:
7659       - "2n-skx"
7660       - "3n-skx"
7661       - "2n-clx"
7662       - "2n-zn2"
7663       - "3n-hsw"
7664       - "3n-tsh"
7665       - "2n-dnv"
7666       - "3n-dnv"
7667     level-3:
7668       - "xl710"
7669       - "x520"
7670       - "xxv710"
7671       - "x710"
7672       - "x553"
7673       - "cx556a"
7674       - "vic1227"
7675       - "vic1385"
7676
7677 # VPP MRR Configuration
7678 - type: "file"
7679   title: "VPP MRR Configuration"
7680   algorithm: "file_details_split"
7681   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7682   dir-tables:
7683     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7684     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7685     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7686     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7687     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7688     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7689     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7690     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7691   data:
7692     - "vpp-mrr-results-2n-skx"
7693     - "vpp-mrr-results-3n-skx"
7694     - "vpp-mrr-results-2n-clx"
7695     - "vpp-mrr-results-2n-zn2"
7696     - "vpp-mrr-results-3n-hsw"
7697     - "vpp-mrr-results-3n-tsh"
7698     - "vpp-mrr-results-2n-dnv"
7699     - "vpp-mrr-results-3n-dnv"
7700   filter: "all"
7701   data-start-level: 4
7702   order-chapters:
7703     level-1:
7704       - "l2"
7705       - "ip4"
7706       - "ip6"
7707       - "srv6"
7708       - "ip4_tunnels"
7709       - "ip6_tunnels"
7710       - "vm_vhost"
7711       - "container_memif"
7712       - "crypto"
7713       - "vts"
7714       - "lb"
7715       - "nfv_density"
7716       - "hoststack"
7717     level-2:
7718       - "2n-skx"
7719       - "3n-skx"
7720       - "2n-clx"
7721       - "2n-zn2"
7722       - "3n-hsw"
7723       - "3n-tsh"
7724       - "2n-dnv"
7725       - "3n-dnv"
7726     level-3:
7727       - "xl710"
7728       - "x520"
7729       - "xxv710"
7730       - "x710"
7731       - "x553"
7732       - "cx556a"
7733       - "vic1227"
7734       - "vic1385"
7735
7736 # VPP Device Results - Ubuntu
7737 - type: "file"
7738   title: "VPP Device Results - Ubuntu"
7739   algorithm: "file_test_results"
7740   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7741   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7742   data: "vpp-device-results-ubuntu"
7743   filter: "all"
7744   data-start-level: 4
7745
7746 # VPP Device Configuration - Ubuntu
7747 - type: "file"
7748   title: "VPP Device Configuration - Ubuntu"
7749   algorithm: "file_test_results"
7750   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7751   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7752   data: "vpp-device-results-ubuntu"
7753   filter: "all"
7754   data-start-level: 4
7755
7756 # DPDK Performance Results 3n-hsw
7757 - type: "file"
7758   title: "DPDK Performance Results 3n-hsw"
7759   algorithm: "file_test_results"
7760   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7761   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7762   data: "dpdk-perf-results-3n-hsw"
7763   filter: "all"
7764   data-start-level: 4
7765
7766 # DPDK Performance Results 3n-skx
7767 - type: "file"
7768   title: "DPDK Performance Results 3n-skx"
7769   algorithm: "file_test_results"
7770   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7771   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7772   data: "dpdk-perf-results-3n-skx"
7773   filter: "all"
7774   data-start-level: 4
7775
7776 # DPDK Performance Results 2n-skx
7777 - type: "file"
7778   title: "DPDK Performance Results 2n-skx"
7779   algorithm: "file_test_results"
7780   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7781   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7782   data: "dpdk-perf-results-2n-skx"
7783   filter: "all"
7784   data-start-level: 4
7785
7786 # DPDK Performance Results 2n-zn2
7787 - type: "file"
7788   title: "DPDK Performance Results 2n-zn2"
7789   algorithm: "file_test_results"
7790   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7791   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7792   data: "dpdk-perf-results-2n-zn2"
7793   filter: "all"
7794   data-start-level: 4
7795
7796 # DPDK Performance Results 2n-clx
7797 - type: "file"
7798   title: "DPDK Performance Results 2n-clx"
7799   algorithm: "file_test_results"
7800   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7801   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7802   data: "dpdk-perf-results-2n-clx"
7803   filter: "all"
7804   data-start-level: 4
7805
7806 ## DPDK Performance Results 2n-dnv
7807 #- type: "file"
7808 #  title: "DPDK Performance Results 2n-dnv"
7809 #  algorithm: "file_test_results"
7810 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7811 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7812 #  data: "dpdk-perf-results-2n-dnv"
7813 #  filter: "all"
7814 #  data-start-level: 4
7815 #
7816 ## DPDK Performance Results 3n-dnv
7817 #- type: "file"
7818 #  title: "DPDK Performance Results 3n-dnv"
7819 #  algorithm: "file_test_results"
7820 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7821 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7822 #  data: "dpdk-perf-results-3n-dnv"
7823 #  filter: "all"
7824 #  data-start-level: 4
7825
7826 # DPDK Performance Results 3n-tsh
7827 - type: "file"
7828   title: "DPDK Performance Results 3n-tsh"
7829   algorithm: "file_test_results"
7830   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7831   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7832   data: "dpdk-perf-results-3n-tsh"
7833   filter: "all"
7834   data-start-level: 4
7835
7836 ################################################################################
7837 ###                                P L O T S                                 ###
7838 ################################################################################
7839
7840 # Hoststack tests 3n-hsw
7841
7842 - type: "plot"
7843   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7844   algorithm: "plot_perf_box_name"
7845   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7846   data: "plot-vpp-hoststack-3n-hsw"
7847   include:
7848     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7849     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7850   layout:
7851     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7852     layout: "plot-hoststack"
7853
7854 - type: "plot"
7855   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7856   algorithm: "plot_perf_box_name"
7857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7858   data: "plot-vpp-hoststack-3n-hsw"
7859   include:
7860     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7861     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7862   layout:
7863     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7864     layout: "plot-hoststack"
7865
7866 - type: "plot"
7867   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7868   algorithm: "plot_perf_box_name"
7869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7870   data: "plot-vpp-hoststack-3n-hsw"
7871   include:
7872     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7873     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7874     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7875     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7876   layout:
7877     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7878     layout: "plot-hoststack"
7879
7880 ################################################################################
7881
7882 # Soak Test (PLRsearch), boxes - 2n-clx
7883 - type: "plot"
7884   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7885   algorithm: "plot_perf_box_name"
7886   output-file-type: ".html"
7887   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7888   data: "plot-vpp-soak-2n-clx"
7889   include:
7890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7896   layout:
7897     title: "30 Minutes Soak Test (PLRsearch)"
7898     layout: "plot-soak-throughput"
7899
7900 # Soak Test (PLRsearch), boxes - 2n-clx
7901 - type: "plot"
7902   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7903   algorithm: "plot_perf_box_name"
7904   output-file-type: ".html"
7905   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7906   data: "plot-vpp-soak-2n-clx"
7907   include:
7908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7913     - "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"
7914   layout:
7915     title: "30 Minutes Soak Test (PLRsearch)"
7916     layout: "plot-soak-throughput"
7917
7918 # Soak Test (PLRsearch), boxes - 2n-skx
7919 - type: "plot"
7920   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7921   algorithm: "plot_perf_box_name"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7924   data: "plot-vpp-soak-2n-skx"
7925   include:
7926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7932   layout:
7933     title: "30 Minutes Soak Test (PLRsearch)"
7934     layout: "plot-soak-throughput"
7935
7936 # Soak Test (PLRsearch), boxes - 2n-skx
7937 - type: "plot"
7938   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7939   algorithm: "plot_perf_box_name"
7940   output-file-type: ".html"
7941   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7942   data: "plot-vpp-soak-2n-skx"
7943   include:
7944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7949     - "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"
7950   layout:
7951     title: "30 Minutes Soak Test (PLRsearch)"
7952     layout: "plot-soak-throughput"
7953
7954 ###############################################################################
7955
7956 # Reconf tests 2n-skx
7957
7958 - type: "plot"
7959   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7960   algorithm: "plot_nf_reconf_box_name"
7961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7962   data: "plot-vpp-nfv-reconf-2n-skx"
7963   include:
7964     - "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"
7965     - "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"
7966     - "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"
7967     - "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"
7968     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7969     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7970   layout:
7971     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7972     layout: "plot-throughput"
7973
7974 - type: "plot"
7975   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7976   algorithm: "plot_nf_reconf_box_name"
7977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7978   data: "plot-vpp-nfv-reconf-2n-skx"
7979   include:
7980     - "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"
7981     - "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"
7982     - "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"
7983     - "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"
7984     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7985     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7986   layout:
7987     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7988     layout: "plot-throughput"
7989
7990 - type: "plot"
7991   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7992   algorithm: "plot_nf_reconf_box_name"
7993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7994   data: "plot-vpp-nfv-reconf-2n-skx"
7995   include:
7996     - "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"
7997     - "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"
7998     - "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"
7999     - "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"
8000     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
8001     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
8002   layout:
8003     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8004     layout: "plot-throughput"
8005
8006 ###############################################################################
8007
8008 # Reconf tests 2n-clx
8009
8010 - type: "plot"
8011   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8012   algorithm: "plot_nf_reconf_box_name"
8013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8014   data: "plot-vpp-nfv-reconf-2n-clx"
8015   include:
8016     - "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"
8017     - "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"
8018     - "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"
8019     - "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"
8020   layout:
8021     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8022     layout: "plot-throughput"
8023
8024 - type: "plot"
8025   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8026   algorithm: "plot_nf_reconf_box_name"
8027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8028   data: "plot-vpp-nfv-reconf-2n-clx"
8029   include:
8030     - "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"
8031     - "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"
8032     - "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"
8033     - "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"
8034   layout:
8035     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8036     layout: "plot-throughput"
8037
8038 - type: "plot"
8039   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8040   algorithm: "plot_nf_reconf_box_name"
8041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8042   data: "plot-vpp-nfv-reconf-2n-clx"
8043   include:
8044     - "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"
8045     - "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"
8046     - "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"
8047     - "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"
8048   layout:
8049     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8050     layout: "plot-throughput"
8051
8052 ###############################################################################
8053
8054 # Plots - NF Density - VSC - MRR IMIX
8055 - type: "plot"
8056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8057   algorithm: "plot_nf_heatmap"
8058   output-file-type: ".html"
8059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8060   data: "plot-vpp-nfv-2n-skx-mrr"
8061   filter: "'NIC_Intel-XXV710' and
8062            'NF_DENSITY' and
8063            'VHOST' and
8064            not 'VXLAN' and
8065            'CHAIN' and
8066            'NF_VPPIP4' and
8067            'IMIX' and
8068            '2T1C' and
8069            'MRR'"
8070   parameters:
8071   - "result"
8072   - "name"
8073   - "tags"
8074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8075   x-axis: "X = VNFs per Service Chain"
8076   y-axis: "Y = Number of Service Chains"
8077   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8078   layout:
8079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8080     layout: "plot-service-density"
8081
8082 - type: "plot"
8083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8084   algorithm: "plot_nf_heatmap"
8085   output-file-type: ".html"
8086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8087   data: "plot-vpp-nfv-2n-skx-mrr"
8088   filter: "'NIC_Intel-XXV710' and
8089            'NF_DENSITY' and
8090            'VHOST' and
8091            not 'VXLAN' and
8092            'CHAIN' and
8093            'NF_VPPIP4' and
8094            'IMIX' and
8095            '4T2C' and
8096            'MRR'"
8097   parameters:
8098   - "result"
8099   - "name"
8100   - "tags"
8101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8102   x-axis: "X = VNFs per Service Chain"
8103   y-axis: "Y = Number of Service Chains"
8104   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8105   layout:
8106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8107     layout: "plot-service-density"
8108
8109 - type: "plot"
8110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8111   algorithm: "plot_nf_heatmap"
8112   output-file-type: ".html"
8113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8114   data: "plot-vpp-nfv-2n-skx-mrr"
8115   filter: "'NIC_Intel-XXV710' and
8116            'NF_DENSITY' and
8117            'VHOST' and
8118            not 'VXLAN' and
8119            'CHAIN' and
8120            'NF_VPPIP4' and
8121            'IMIX' and
8122            '8T4C' and
8123            'MRR'"
8124   parameters:
8125   - "result"
8126   - "name"
8127   - "tags"
8128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8129   x-axis: "X = VNFs per Service Chain"
8130   y-axis: "Y = Number of Service Chains"
8131   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8132   layout:
8133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8134     layout: "plot-service-density"
8135
8136 # Plots - NF Density - VSC - NDR IMIX
8137 - type: "plot"
8138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8139   algorithm: "plot_nf_heatmap"
8140   output-file-type: ".html"
8141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8142   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8143   filter: "'NIC_Intel-XXV710' and
8144            'NF_DENSITY' and
8145            'VHOST' and
8146            not 'VXLAN' and
8147            'CHAIN' and
8148            'NF_VPPIP4' and
8149            'IMIX' and
8150            '2T1C' and
8151            'NDRPDR'"
8152   parameters:
8153   - "throughput"
8154   - "name"
8155   - "tags"
8156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8157   x-axis: "X = VNFs per Service Chain"
8158   y-axis: "Y = Number of Service Chains"
8159   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8160   layout:
8161     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8162     layout: "plot-service-density"
8163
8164 - type: "plot"
8165   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8166   algorithm: "plot_nf_heatmap"
8167   output-file-type: ".html"
8168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8169   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8170   filter: "'NIC_Intel-XXV710' and
8171            'NF_DENSITY' and
8172            'VHOST' and
8173            not 'VXLAN' and
8174            'CHAIN' and
8175            'NF_VPPIP4' and
8176            'IMIX' and
8177            '4T2C' and
8178            'NDRPDR'"
8179   parameters:
8180   - "throughput"
8181   - "name"
8182   - "tags"
8183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8184   x-axis: "X = VNFs per Service Chain"
8185   y-axis: "Y = Number of Service Chains"
8186   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8187   layout:
8188     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8189     layout: "plot-service-density"
8190
8191 - type: "plot"
8192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8193   algorithm: "plot_nf_heatmap"
8194   output-file-type: ".html"
8195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8196   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8197   filter: "'NIC_Intel-XXV710' and
8198            'NF_DENSITY' and
8199            'VHOST' and
8200            not 'VXLAN' and
8201            'CHAIN' and
8202            'NF_VPPIP4' and
8203            'IMIX' and
8204            '8T4C' and
8205            'NDRPDR'"
8206   parameters:
8207   - "throughput"
8208   - "name"
8209   - "tags"
8210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8211   x-axis: "X = VNFs per Service Chain"
8212   y-axis: "Y = Number of Service Chains"
8213   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8214   layout:
8215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8216     layout: "plot-service-density"
8217
8218 # Plots - NF Density - VSC - PDR IMIX
8219 - type: "plot"
8220   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8221   algorithm: "plot_nf_heatmap"
8222   output-file-type: ".html"
8223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8224   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8225   filter: "'NIC_Intel-XXV710' and
8226            'NF_DENSITY' and
8227            'VHOST' and
8228            not 'VXLAN' and
8229            'CHAIN' and
8230            'NF_VPPIP4' and
8231            'IMIX' and
8232            '2T1C' and
8233            'NDRPDR'"
8234   parameters:
8235   - "throughput"
8236   - "name"
8237   - "tags"
8238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8239   x-axis: "X = VNFs per Service Chain"
8240   y-axis: "Y = Number of Service Chains"
8241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8242   layout:
8243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8244     layout: "plot-service-density"
8245
8246 - type: "plot"
8247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8248   algorithm: "plot_nf_heatmap"
8249   output-file-type: ".html"
8250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8251   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8252   filter: "'NIC_Intel-XXV710' and
8253            'NF_DENSITY' and
8254            'VHOST' and
8255            not 'VXLAN' and
8256            'CHAIN' and
8257            'NF_VPPIP4' and
8258            'IMIX' and
8259            '4T2C' and
8260            'NDRPDR'"
8261   parameters:
8262   - "throughput"
8263   - "name"
8264   - "tags"
8265   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8266   x-axis: "X = VNFs per Service Chain"
8267   y-axis: "Y = Number of Service Chains"
8268   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8269   layout:
8270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8271     layout: "plot-service-density"
8272
8273 - type: "plot"
8274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8275   algorithm: "plot_nf_heatmap"
8276   output-file-type: ".html"
8277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8278   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8279   filter: "'NIC_Intel-XXV710' and
8280            'NF_DENSITY' and
8281            'VHOST' and
8282            not 'VXLAN' and
8283            'CHAIN' and
8284            'NF_VPPIP4' and
8285            'IMIX' and
8286            '8T4C' and
8287            'NDRPDR'"
8288   parameters:
8289   - "throughput"
8290   - "name"
8291   - "tags"
8292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8293   x-axis: "X = VNFs per Service Chain"
8294   y-axis: "Y = Number of Service Chains"
8295   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8296   layout:
8297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8298     layout: "plot-service-density"
8299
8300 ###############################################################################
8301
8302 # Plots - NF Density - VSC - MRR IMIX
8303 - type: "plot"
8304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8305   algorithm: "plot_nf_heatmap"
8306   output-file-type: ".html"
8307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8308   data: "plot-vpp-nfv-2n-skx-mrr"
8309   filter: "'NIC_Intel-XXV710' and
8310            'NF_DENSITY' and
8311            'VHOST' and
8312            'VXLAN' and
8313            'CHAIN' and
8314            'IMIX' and
8315            '2T1C' and
8316            'MRR'"
8317   parameters:
8318   - "result"
8319   - "name"
8320   - "tags"
8321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8322   x-axis: "X = VNFs 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}vh-{XY}vm-vxlan-vppip4-mrr"
8327     layout: "plot-service-density"
8328
8329 - type: "plot"
8330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8331   algorithm: "plot_nf_heatmap"
8332   output-file-type: ".html"
8333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8334   data: "plot-vpp-nfv-2n-skx-mrr"
8335   filter: "'NIC_Intel-XXV710' and
8336            'NF_DENSITY' and
8337            'VHOST' and
8338            'VXLAN' and
8339            'CHAIN' and
8340            'IMIX' and
8341            '4T2C' and
8342            'MRR'"
8343   parameters:
8344   - "result"
8345   - "name"
8346   - "tags"
8347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8348   x-axis: "X = VNFs per Service Chain"
8349   y-axis: "Y = Number of Service Chains"
8350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8351   layout:
8352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8353     layout: "plot-service-density"
8354
8355 - type: "plot"
8356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8357   algorithm: "plot_nf_heatmap"
8358   output-file-type: ".html"
8359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8360   data: "plot-vpp-nfv-2n-skx-mrr"
8361   filter: "'NIC_Intel-XXV710' and
8362            'NF_DENSITY' and
8363            'VHOST' and
8364            'VXLAN' and
8365            'CHAIN' and
8366            'IMIX' and
8367            '8T4C' and
8368            'MRR'"
8369   parameters:
8370   - "result"
8371   - "name"
8372   - "tags"
8373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8374   x-axis: "X = VNFs per Service Chain"
8375   y-axis: "Y = Number of Service Chains"
8376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8377   layout:
8378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8379     layout: "plot-service-density"
8380
8381 # Plots - NF Density - VSC - NDR IMIX
8382 - type: "plot"
8383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8384   algorithm: "plot_nf_heatmap"
8385   output-file-type: ".html"
8386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8387   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8388   filter: "'NIC_Intel-XXV710' and
8389            'NF_DENSITY' and
8390            'VHOST' and
8391            'VXLAN' and
8392            'CHAIN' and
8393            'IMIX' and
8394            '2T1C' and
8395            'NDRPDR'"
8396   parameters:
8397   - "throughput"
8398   - "name"
8399   - "tags"
8400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8401   x-axis: "X = VNFs per Service Chain"
8402   y-axis: "Y = Number of Service Chains"
8403   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8404   layout:
8405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8406     layout: "plot-service-density"
8407
8408 - type: "plot"
8409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8410   algorithm: "plot_nf_heatmap"
8411   output-file-type: ".html"
8412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8413   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8414   filter: "'NIC_Intel-XXV710' and
8415            'NF_DENSITY' and
8416            'VHOST' and
8417            'VXLAN' and
8418            'CHAIN' and
8419            'IMIX' and
8420            '4T2C' and
8421            'NDRPDR'"
8422   parameters:
8423   - "throughput"
8424   - "name"
8425   - "tags"
8426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8427   x-axis: "X = VNFs per Service Chain"
8428   y-axis: "Y = Number of Service Chains"
8429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8430   layout:
8431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8432     layout: "plot-service-density"
8433
8434 - type: "plot"
8435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8436   algorithm: "plot_nf_heatmap"
8437   output-file-type: ".html"
8438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8439   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8440   filter: "'NIC_Intel-XXV710' and
8441            'NF_DENSITY' and
8442            'VHOST' and
8443            'VXLAN' and
8444            'CHAIN' and
8445            'IMIX' and
8446            '8T4C' and
8447            'NDRPDR'"
8448   parameters:
8449   - "throughput"
8450   - "name"
8451   - "tags"
8452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8453   x-axis: "X = VNFs per Service Chain"
8454   y-axis: "Y = Number of Service Chains"
8455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8456   layout:
8457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8458     layout: "plot-service-density"
8459
8460 # Plots - NF Density - VSC - PDR IMIX
8461 - type: "plot"
8462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8463   algorithm: "plot_nf_heatmap"
8464   output-file-type: ".html"
8465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8466   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8467   filter: "'NIC_Intel-XXV710' and
8468            'NF_DENSITY' and
8469            'VHOST' and
8470            'VXLAN' and
8471            'CHAIN' and
8472            'IMIX' and
8473            '2T1C' and
8474            'NDRPDR'"
8475   parameters:
8476   - "throughput"
8477   - "name"
8478   - "tags"
8479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8480   x-axis: "X = VNFs per Service Chain"
8481   y-axis: "Y = Number of Service Chains"
8482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8483   layout:
8484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8485     layout: "plot-service-density"
8486
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file-type: ".html"
8491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8492   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8493   filter: "'NIC_Intel-XXV710' and
8494            'NF_DENSITY' and
8495            'VHOST' and
8496            'VXLAN' and
8497            'CHAIN' and
8498            'IMIX' and
8499            '4T2C' and
8500            'NDRPDR'"
8501   parameters:
8502   - "throughput"
8503   - "name"
8504   - "tags"
8505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8506   x-axis: "X = VNFs per Service Chain"
8507   y-axis: "Y = Number of Service Chains"
8508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8509   layout:
8510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8511     layout: "plot-service-density"
8512
8513 - type: "plot"
8514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8515   algorithm: "plot_nf_heatmap"
8516   output-file-type: ".html"
8517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8518   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8519   filter: "'NIC_Intel-XXV710' and
8520            'NF_DENSITY' and
8521            'VHOST' and
8522            'VXLAN' and
8523            'CHAIN' and
8524            'IMIX' and
8525            '8T4C' and
8526            'NDRPDR'"
8527   parameters:
8528   - "throughput"
8529   - "name"
8530   - "tags"
8531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8532   x-axis: "X = VNFs per Service Chain"
8533   y-axis: "Y = Number of Service Chains"
8534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8535   layout:
8536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8537     layout: "plot-service-density"
8538
8539 ###############################################################################
8540
8541 # Plots - NF Density - CSC - MRR IMIX
8542 - type: "plot"
8543   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8544   algorithm: "plot_nf_heatmap"
8545   output-file-type: ".html"
8546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8547   data: "plot-vpp-nfv-2n-skx-mrr"
8548   filter: "'NIC_Intel-XXV710' and
8549            'NF_DENSITY' and
8550            'DOCKER' and
8551            'CHAIN' and
8552            'NF_VPPIP4' and
8553            'IMIX' and
8554            '2T1C' and
8555            'MRR'"
8556   parameters:
8557   - "result"
8558   - "name"
8559   - "tags"
8560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8561   x-axis: "X = CNFs per Service Chain"
8562   y-axis: "Y = Number of Service Chains"
8563   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8564   layout:
8565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8566     layout: "plot-service-density"
8567
8568 - type: "plot"
8569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8570   algorithm: "plot_nf_heatmap"
8571   output-file-type: ".html"
8572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8573   data: "plot-vpp-nfv-2n-skx-mrr"
8574   filter: "'NIC_Intel-XXV710' and
8575            'NF_DENSITY' and
8576            'DOCKER' and
8577            'CHAIN' and
8578            'NF_VPPIP4' and
8579            'IMIX' and
8580            '4T2C' and
8581            'MRR'"
8582   parameters:
8583   - "result"
8584   - "name"
8585   - "tags"
8586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8587   x-axis: "X = CNFs per Service Chain"
8588   y-axis: "Y = Number of Service Chains"
8589   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8590   layout:
8591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8592     layout: "plot-service-density"
8593
8594 - type: "plot"
8595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8596   algorithm: "plot_nf_heatmap"
8597   output-file-type: ".html"
8598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8599   data: "plot-vpp-nfv-2n-skx-mrr"
8600   filter: "'NIC_Intel-XXV710' and
8601            'NF_DENSITY' and
8602            'DOCKER' and
8603            'CHAIN' and
8604            'NF_VPPIP4' and
8605            'IMIX' and
8606            '8T4C' and
8607            'MRR'"
8608   parameters:
8609   - "result"
8610   - "name"
8611   - "tags"
8612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8613   x-axis: "X = CNFs per Service Chain"
8614   y-axis: "Y = Number of Service Chains"
8615   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8616   layout:
8617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8618     layout: "plot-service-density"
8619
8620 # Plots - NF Density - CSC - NDR IMIX
8621 - type: "plot"
8622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8623   algorithm: "plot_nf_heatmap"
8624   output-file-type: ".html"
8625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8626   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8627   filter: "'NIC_Intel-XXV710' and
8628            'NF_DENSITY' and
8629            'DOCKER' and
8630            'CHAIN' and
8631            'NF_VPPIP4' and
8632            'IMIX' and
8633            '2T1C' and
8634            'NDRPDR'"
8635   parameters:
8636   - "throughput"
8637   - "name"
8638   - "tags"
8639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8640   x-axis: "X = CNFs per Service Chain"
8641   y-axis: "Y = Number of Service Chains"
8642   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8643   layout:
8644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8645     layout: "plot-service-density"
8646
8647 - type: "plot"
8648   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8649   algorithm: "plot_nf_heatmap"
8650   output-file-type: ".html"
8651   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8652   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8653   filter: "'NIC_Intel-XXV710' and
8654            'NF_DENSITY' and
8655            'DOCKER' and
8656            'CHAIN' and
8657            'NF_VPPIP4' and
8658            'IMIX' and
8659            '4T2C' and
8660            'NDRPDR'"
8661   parameters:
8662   - "throughput"
8663   - "name"
8664   - "tags"
8665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8666   x-axis: "X = CNFs per Service Chain"
8667   y-axis: "Y = Number of Service Chains"
8668   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8669   layout:
8670     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8671     layout: "plot-service-density"
8672
8673 - type: "plot"
8674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8675   algorithm: "plot_nf_heatmap"
8676   output-file-type: ".html"
8677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8678   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8679   filter: "'NIC_Intel-XXV710' and
8680            'NF_DENSITY' and
8681            'DOCKER' and
8682            'CHAIN' and
8683            'NF_VPPIP4' and
8684            'IMIX' and
8685            '8T4C' and
8686            'NDRPDR'"
8687   parameters:
8688   - "throughput"
8689   - "name"
8690   - "tags"
8691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8692   x-axis: "X = CNFs per Service Chain"
8693   y-axis: "Y = Number of Service Chains"
8694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8695   layout:
8696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8697     layout: "plot-service-density"
8698
8699 # Plots - NF Density - CSC - PDR IMIX
8700 - type: "plot"
8701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8702   algorithm: "plot_nf_heatmap"
8703   output-file-type: ".html"
8704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8705   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8706   filter: "'NIC_Intel-XXV710' and
8707            'NF_DENSITY' and
8708            'DOCKER' and
8709            'CHAIN' and
8710            'NF_VPPIP4' and
8711            'IMIX' and
8712            '2T1C' and
8713            'NDRPDR'"
8714   parameters:
8715   - "throughput"
8716   - "name"
8717   - "tags"
8718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8719   x-axis: "X = CNFs per Service Chain"
8720   y-axis: "Y = Number of Service Chains"
8721   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8722   layout:
8723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8724     layout: "plot-service-density"
8725
8726 - type: "plot"
8727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8728   algorithm: "plot_nf_heatmap"
8729   output-file-type: ".html"
8730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8731   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8732   filter: "'NIC_Intel-XXV710' and
8733            'NF_DENSITY' and
8734            'DOCKER' and
8735            'CHAIN' and
8736            'NF_VPPIP4' and
8737            'IMIX' and
8738            '4T2C' and
8739            'NDRPDR'"
8740   parameters:
8741   - "throughput"
8742   - "name"
8743   - "tags"
8744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8745   x-axis: "X = CNFs per Service Chain"
8746   y-axis: "Y = Number of Service Chains"
8747   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8748   layout:
8749     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8750     layout: "plot-service-density"
8751
8752 - type: "plot"
8753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8754   algorithm: "plot_nf_heatmap"
8755   output-file-type: ".html"
8756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8757   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8758   filter: "'NIC_Intel-XXV710' and
8759            'NF_DENSITY' and
8760            'DOCKER' and
8761            'CHAIN' and
8762            'NF_VPPIP4' and
8763            'IMIX' and
8764            '8T4C' and
8765            'NDRPDR'"
8766   parameters:
8767   - "throughput"
8768   - "name"
8769   - "tags"
8770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8771   x-axis: "X = CNFs per Service Chain"
8772   y-axis: "Y = Number of Service Chains"
8773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8774   layout:
8775     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8776     layout: "plot-service-density"
8777
8778 ################################################################################
8779 #
8780 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8781 #- type: "plot"
8782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8783 #  algorithm: "plot_nf_heatmap"
8784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8785 #  data: "plot-vpp-nfv-3n-skx-mrr"
8786 #  filter: "'NIC_Intel-XXV710' and
8787 #           'NF_DENSITY' and
8788 #           'DOCKER' and
8789 #           'CHAIN' and
8790 #           'NF_VPPIP4' and
8791 #           'IPSEC' and
8792 #           'TNL_4' and
8793 #           'IMIX' and
8794 #           '2T1C' and
8795 #           'MRR'"
8796 #  parameters:
8797 #  - "result"
8798 #  - "name"
8799 #  - "tags"
8800 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8801 #  x-axis: "X = CNFs per Service Chain"
8802 #  y-axis: "Y = Number of Service Chains"
8803 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8804 #  layout:
8805 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8806 #    layout: "plot-service-density"
8807 #
8808 #- type: "plot"
8809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8810 #  algorithm: "plot_nf_heatmap"
8811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8812 #  data: "plot-vpp-nfv-3n-skx-mrr"
8813 #  filter: "'NIC_Intel-XXV710' and
8814 #           'NF_DENSITY' and
8815 #           'DOCKER' and
8816 #           'CHAIN' and
8817 #           'NF_VPPIP4' and
8818 #           'IPSEC' and
8819 #           'TNL_4' and
8820 #           'IMIX' and
8821 #           '4T2C' and
8822 #           'MRR'"
8823 #  parameters:
8824 #  - "result"
8825 #  - "name"
8826 #  - "tags"
8827 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8828 #  x-axis: "X = CNFs per Service Chain"
8829 #  y-axis: "Y = Number of Service Chains"
8830 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8831 #  layout:
8832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8833 #    layout: "plot-service-density"
8834 #
8835 #- type: "plot"
8836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8837 #  algorithm: "plot_nf_heatmap"
8838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8839 #  data: "plot-vpp-nfv-3n-skx-mrr"
8840 #  filter: "'NIC_Intel-XXV710' and
8841 #           'NF_DENSITY' and
8842 #           'DOCKER' and
8843 #           'CHAIN' and
8844 #           'NF_VPPIP4' and
8845 #           'IPSEC' and
8846 #           'TNL_4' and
8847 #           'IMIX' and
8848 #           '8T4C' and
8849 #           'MRR'"
8850 #  parameters:
8851 #  - "result"
8852 #  - "name"
8853 #  - "tags"
8854 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8855 #  x-axis: "X = CNFs per Service Chain"
8856 #  y-axis: "Y = Number of Service Chains"
8857 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8858 #  layout:
8859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8860 #    layout: "plot-service-density"
8861
8862 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8863 #- type: "plot"
8864 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8865 #  algorithm: "plot_nf_heatmap"
8866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8867 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8868 #  filter: "'NIC_Intel-XXV710' and
8869 #           'NF_DENSITY' and
8870 #           'DOCKER' and
8871 #           'CHAIN' and
8872 #           'NF_VPPIP4' and
8873 #           'IPSEC' and
8874 #           'TNL_4' and
8875 #           'IMIX' and
8876 #           '2T1C' and
8877 #           'NDRPDR'"
8878 #  parameters:
8879 #  - "throughput"
8880 #  - "name"
8881 #  - "tags"
8882 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8883 #  x-axis: "X = CNFs per Service Chain"
8884 #  y-axis: "Y = Number of Service Chains"
8885 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8886 #  layout:
8887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8888 #    layout: "plot-service-density"
8889 #
8890 #- type: "plot"
8891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8892 #  algorithm: "plot_nf_heatmap"
8893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8894 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8895 #  filter: "'NIC_Intel-XXV710' and
8896 #           'NF_DENSITY' and
8897 #           'DOCKER' and
8898 #           'CHAIN' and
8899 #           'NF_VPPIP4' and
8900 #           'IPSEC' and
8901 #           'TNL_4' and
8902 #           'IMIX' and
8903 #           '4T2C' and
8904 #           'NDRPDR'"
8905 #  parameters:
8906 #  - "throughput"
8907 #  - "name"
8908 #  - "tags"
8909 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8910 #  x-axis: "X = CNFs per Service Chain"
8911 #  y-axis: "Y = Number of Service Chains"
8912 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8913 #  layout:
8914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8915 #    layout: "plot-service-density"
8916 #
8917 #- type: "plot"
8918 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8919 #  algorithm: "plot_nf_heatmap"
8920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8921 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8922 #  filter: "'NIC_Intel-XXV710' and
8923 #           'NF_DENSITY' and
8924 #           'DOCKER' and
8925 #           'CHAIN' and
8926 #           'NF_VPPIP4' and
8927 #           'IPSEC' and
8928 #           'TNL_4' and
8929 #           'IMIX' and
8930 #           '8T4C' and
8931 #           'NDRPDR'"
8932 #  parameters:
8933 #  - "throughput"
8934 #  - "name"
8935 #  - "tags"
8936 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8937 #  x-axis: "X = CNFs per Service Chain"
8938 #  y-axis: "Y = Number of Service Chains"
8939 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8940 #  layout:
8941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8942 #    layout: "plot-service-density"
8943 #
8944 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8945 #- type: "plot"
8946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8947 #  algorithm: "plot_nf_heatmap"
8948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8949 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8950 #  filter: "'NIC_Intel-XXV710' and
8951 #           'NF_DENSITY' and
8952 #           'DOCKER' and
8953 #           'CHAIN' and
8954 #           'NF_VPPIP4' and
8955 #           'IPSEC' and
8956 #           'TNL_4' and
8957 #           'IMIX' and
8958 #           '2T1C' and
8959 #           'NDRPDR'"
8960 #  parameters:
8961 #  - "throughput"
8962 #  - "name"
8963 #  - "tags"
8964 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8965 #  x-axis: "X = CNFs per Service Chain"
8966 #  y-axis: "Y = Number of Service Chains"
8967 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8968 #  layout:
8969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8970 #    layout: "plot-service-density"
8971 #
8972 #- type: "plot"
8973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8974 #  algorithm: "plot_nf_heatmap"
8975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8976 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8977 #  filter: "'NIC_Intel-XXV710' and
8978 #           'NF_DENSITY' and
8979 #           'DOCKER' and
8980 #           'CHAIN' and
8981 #           'NF_VPPIP4' and
8982 #           'IPSEC' and
8983 #           'TNL_4' and
8984 #           'IMIX' and
8985 #           '4T2C' and
8986 #           'NDRPDR'"
8987 #  parameters:
8988 #  - "throughput"
8989 #  - "name"
8990 #  - "tags"
8991 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8992 #  x-axis: "X = CNFs per Service Chain"
8993 #  y-axis: "Y = Number of Service Chains"
8994 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8995 #  layout:
8996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8997 #    layout: "plot-service-density"
8998 #
8999 #- type: "plot"
9000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9001 #  algorithm: "plot_nf_heatmap"
9002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9003 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9004 #  filter: "'NIC_Intel-XXV710' and
9005 #           'NF_DENSITY' and
9006 #           'DOCKER' and
9007 #           'CHAIN' and
9008 #           'NF_VPPIP4' and
9009 #           'IPSEC' and
9010 #           'TNL_4' and
9011 #           'IMIX' and
9012 #           '8T4C' and
9013 #           'NDRPDR'"
9014 #  parameters:
9015 #  - "throughput"
9016 #  - "name"
9017 #  - "tags"
9018 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9019 #  x-axis: "X = CNFs per Service Chain"
9020 #  y-axis: "Y = Number of Service Chains"
9021 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9022 #  layout:
9023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9024 #    layout: "plot-service-density"
9025
9026 ###############################################################################
9027
9028 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9029 #- type: "plot"
9030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9031 #  algorithm: "plot_nf_heatmap"
9032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9033 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9034 #  filter: "'NIC_Intel-XL710' and
9035 #           'NF_DENSITY' and
9036 #           'DOCKER' and
9037 #           'CHAIN' and
9038 #           'NF_VPPIP4' and
9039 #           'IMIX' and
9040 #           'TNL_4' and
9041 #           '1T1C' and
9042 #           'MRR'"
9043 #  parameters:
9044 #  - "result"
9045 #  - "name"
9046 #  - "tags"
9047 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9048 #  x-axis: "X = CNFs per Service Chain"
9049 #  y-axis: "Y = Number of Service Chains"
9050 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9051 #  layout:
9052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9053 #    layout: "plot-service-density"
9054 #
9055 #- type: "plot"
9056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9057 #  algorithm: "plot_nf_heatmap"
9058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9059 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9060 #  filter: "'NIC_Intel-XL710' and
9061 #           'NF_DENSITY' and
9062 #           'DOCKER' and
9063 #           'CHAIN' and
9064 #           'NF_VPPIP4' and
9065 #           'IPSEC' and
9066 #           'TNL_4' and
9067 #           'IMIX' and
9068 #           '2T2C' and
9069 #           'MRR'"
9070 #  parameters:
9071 #  - "result"
9072 #  - "name"
9073 #  - "tags"
9074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9075 #  x-axis: "X = CNFs per Service Chain"
9076 #  y-axis: "Y = Number of Service Chains"
9077 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9078 #  layout:
9079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9080 #    layout: "plot-service-density"
9081 #
9082 #- type: "plot"
9083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9084 #  algorithm: "plot_nf_heatmap"
9085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9086 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9087 #  filter: "'NIC_Intel-XL710' and
9088 #           'NF_DENSITY' and
9089 #           'DOCKER' and
9090 #           'CHAIN' and
9091 #           'NF_VPPIP4' and
9092 #           'IPSEC' and
9093 #           'TNL_4' and
9094 #           'IMIX' and
9095 #           '4T4C' and
9096 #           'MRR'"
9097 #  parameters:
9098 #  - "result"
9099 #  - "name"
9100 #  - "tags"
9101 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9102 #  x-axis: "X = CNFs per Service Chain"
9103 #  y-axis: "Y = Number of Service Chains"
9104 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9105 #  layout:
9106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9107 #    layout: "plot-service-density"
9108
9109 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9110 #- type: "plot"
9111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9112 #  algorithm: "plot_nf_heatmap"
9113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9114 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9115 #  filter: "'NIC_Intel-XL710' and
9116 #           'NF_DENSITY' and
9117 #           'DOCKER' and
9118 #           'CHAIN' and
9119 #           'NF_VPPIP4' and
9120 #           'IPSEC' and
9121 #           'TNL_4' and
9122 #           'IMIX' and
9123 #           '1T1C' and
9124 #           'NDRPDR'"
9125 #  parameters:
9126 #  - "throughput"
9127 #  - "name"
9128 #  - "tags"
9129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9130 #  x-axis: "X = CNFs per Service Chain"
9131 #  y-axis: "Y = Number of Service Chains"
9132 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9133 #  layout:
9134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9135 #    layout: "plot-service-density"
9136 #
9137 #- type: "plot"
9138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9139 #  algorithm: "plot_nf_heatmap"
9140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9141 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9142 #  filter: "'NIC_Intel-XL710' and
9143 #           'NF_DENSITY' and
9144 #           'DOCKER' and
9145 #           'CHAIN' and
9146 #           'NF_VPPIP4' and
9147 #           'IPSEC' and
9148 #           'TNL_4' and
9149 #           'IMIX' and
9150 #           '2T2C' and
9151 #           'NDRPDR'"
9152 #  parameters:
9153 #  - "throughput"
9154 #  - "name"
9155 #  - "tags"
9156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9157 #  x-axis: "X = CNFs per Service Chain"
9158 #  y-axis: "Y = Number of Service Chains"
9159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9160 #  layout:
9161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9162 #    layout: "plot-service-density"
9163 #
9164 #- type: "plot"
9165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9166 #  algorithm: "plot_nf_heatmap"
9167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9168 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9169 #  filter: "'NIC_Intel-XL710' and
9170 #           'NF_DENSITY' and
9171 #           'DOCKER' and
9172 #           'CHAIN' and
9173 #           'NF_VPPIP4' and
9174 #           'IPSEC' and
9175 #           'TNL_4' and
9176 #           'IMIX' and
9177 #           '4T4C' and
9178 #           'NDRPDR'"
9179 #  parameters:
9180 #  - "throughput"
9181 #  - "name"
9182 #  - "tags"
9183 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9184 #  x-axis: "X = CNFs per Service Chain"
9185 #  y-axis: "Y = Number of Service Chains"
9186 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9187 #  layout:
9188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9189 #    layout: "plot-service-density"
9190 #
9191 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9192 #- type: "plot"
9193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9194 #  algorithm: "plot_nf_heatmap"
9195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9196 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9197 #  filter: "'NIC_Intel-XL710' and
9198 #           'NF_DENSITY' and
9199 #           'DOCKER' and
9200 #           'CHAIN' and
9201 #           'NF_VPPIP4' and
9202 #           'IPSEC' and
9203 #           'TNL_4' and
9204 #           'IMIX' and
9205 #           '1T1C' and
9206 #           'NDRPDR'"
9207 #  parameters:
9208 #  - "throughput"
9209 #  - "name"
9210 #  - "tags"
9211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9212 #  x-axis: "X = CNFs per Service Chain"
9213 #  y-axis: "Y = Number of Service Chains"
9214 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9215 #  layout:
9216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9217 #    layout: "plot-service-density"
9218 #
9219 #- type: "plot"
9220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9221 #  algorithm: "plot_nf_heatmap"
9222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9223 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9224 #  filter: "'NIC_Intel-XL710' and
9225 #           'NF_DENSITY' and
9226 #           'DOCKER' and
9227 #           'CHAIN' and
9228 #           'NF_VPPIP4' and
9229 #           'IPSEC' and
9230 #           'TNL_4' and
9231 #           'IMIX' and
9232 #           '2T2C' and
9233 #           'NDRPDR'"
9234 #  parameters:
9235 #  - "throughput"
9236 #  - "name"
9237 #  - "tags"
9238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9239 #  x-axis: "X = CNFs per Service Chain"
9240 #  y-axis: "Y = Number of Service Chains"
9241 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9242 #  layout:
9243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9244 #    layout: "plot-service-density"
9245 #
9246 #- type: "plot"
9247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9248 #  algorithm: "plot_nf_heatmap"
9249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9250 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9251 #  filter: "'NIC_Intel-XL710' and
9252 #           'NF_DENSITY' and
9253 #           'DOCKER' and
9254 #           'CHAIN' and
9255 #           'NF_VPPIP4' and
9256 #           'IPSEC' and
9257 #           'TNL_4' and
9258 #           'IMIX' and
9259 #           '4T4C' and
9260 #           'NDRPDR'"
9261 #  parameters:
9262 #  - "throughput"
9263 #  - "name"
9264 #  - "tags"
9265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9266 #  x-axis: "X = CNFs per Service Chain"
9267 #  y-axis: "Y = Number of Service Chains"
9268 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9269 #  layout:
9270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9271 #    layout: "plot-service-density"
9272
9273 ###############################################################################
9274
9275 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9276 #- type: "plot"
9277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9278 #  algorithm: "plot_nf_heatmap"
9279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9280 #  data: "plot-vpp-nfv-3n-skx-mrr"
9281 #  filter: "'NIC_Intel-XXV710' and
9282 #           'NF_DENSITY' and
9283 #           'DOCKER' and
9284 #           'CHAIN' and
9285 #           'NF_VPPIP4' and
9286 #           'IPSEC' and
9287 #           'TNL_1000' and
9288 #           'IMIX' and
9289 #           '2T1C' and
9290 #           'MRR'"
9291 #  parameters:
9292 #  - "result"
9293 #  - "name"
9294 #  - "tags"
9295 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9296 #  x-axis: "X = CNFs per Service Chain"
9297 #  y-axis: "Y = Number of Service Chains"
9298 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9299 #  layout:
9300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9301 #    layout: "plot-service-density"
9302 #
9303 #- type: "plot"
9304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9305 #  algorithm: "plot_nf_heatmap"
9306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9307 #  data: "plot-vpp-nfv-3n-skx-mrr"
9308 #  filter: "'NIC_Intel-XXV710' and
9309 #           'NF_DENSITY' and
9310 #           'DOCKER' and
9311 #           'CHAIN' and
9312 #           'NF_VPPIP4' and
9313 #           'IPSEC' and
9314 #           'TNL_1000' and
9315 #           'IMIX' and
9316 #           '4T2C' and
9317 #           'MRR'"
9318 #  parameters:
9319 #  - "result"
9320 #  - "name"
9321 #  - "tags"
9322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9323 #  x-axis: "X = CNFs per Service Chain"
9324 #  y-axis: "Y = Number of Service Chains"
9325 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9326 #  layout:
9327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9328 #    layout: "plot-service-density"
9329 #
9330 #- type: "plot"
9331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9332 #  algorithm: "plot_nf_heatmap"
9333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9334 #  data: "plot-vpp-nfv-3n-skx-mrr"
9335 #  filter: "'NIC_Intel-XXV710' and
9336 #           'NF_DENSITY' and
9337 #           'DOCKER' and
9338 #           'CHAIN' and
9339 #           'NF_VPPIP4' and
9340 #           'IPSEC' and
9341 #           'TNL_1000' and
9342 #           'IMIX' and
9343 #           '8T4C' and
9344 #           'MRR'"
9345 #  parameters:
9346 #  - "result"
9347 #  - "name"
9348 #  - "tags"
9349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9350 #  x-axis: "X = CNFs per Service Chain"
9351 #  y-axis: "Y = Number of Service Chains"
9352 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9353 #  layout:
9354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9355 #    layout: "plot-service-density"
9356
9357 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9358 #- type: "plot"
9359 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9360 #  algorithm: "plot_nf_heatmap"
9361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9362 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9363 #  filter: "'NIC_Intel-XXV710' and
9364 #           'NF_DENSITY' and
9365 #           'DOCKER' and
9366 #           'CHAIN' and
9367 #           'NF_VPPIP4' and
9368 #           'IPSEC' and
9369 #           'TNL_1000' and
9370 #           'IMIX' and
9371 #           '2T1C' and
9372 #           'NDRPDR'"
9373 #  parameters:
9374 #  - "throughput"
9375 #  - "name"
9376 #  - "tags"
9377 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9378 #  x-axis: "X = CNFs per Service Chain"
9379 #  y-axis: "Y = Number of Service Chains"
9380 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9381 #  layout:
9382 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9383 #    layout: "plot-service-density"
9384 #
9385 #- type: "plot"
9386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9387 #  algorithm: "plot_nf_heatmap"
9388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9389 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9390 #  filter: "'NIC_Intel-XXV710' and
9391 #           'NF_DENSITY' and
9392 #           'DOCKER' and
9393 #           'CHAIN' and
9394 #           'NF_VPPIP4' and
9395 #           'IPSEC' and
9396 #           'TNL_1000' and
9397 #           'IMIX' and
9398 #           '4T2C' and
9399 #           'NDRPDR'"
9400 #  parameters:
9401 #  - "throughput"
9402 #  - "name"
9403 #  - "tags"
9404 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9405 #  x-axis: "X = CNFs per Service Chain"
9406 #  y-axis: "Y = Number of Service Chains"
9407 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9408 #  layout:
9409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9410 #    layout: "plot-service-density"
9411 #
9412 #- type: "plot"
9413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9414 #  algorithm: "plot_nf_heatmap"
9415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9416 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9417 #  filter: "'NIC_Intel-XXV710' and
9418 #           'NF_DENSITY' and
9419 #           'DOCKER' and
9420 #           'CHAIN' and
9421 #           'NF_VPPIP4' and
9422 #           'IPSEC' and
9423 #           'TNL_1000' and
9424 #           'IMIX' and
9425 #           '8T4C' and
9426 #           'NDRPDR'"
9427 #  parameters:
9428 #  - "throughput"
9429 #  - "name"
9430 #  - "tags"
9431 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9432 #  x-axis: "X = CNFs per Service Chain"
9433 #  y-axis: "Y = Number of Service Chains"
9434 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9435 #  layout:
9436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9437 #    layout: "plot-service-density"
9438 #
9439 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9440 #- type: "plot"
9441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9442 #  algorithm: "plot_nf_heatmap"
9443 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9444 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9445 #  filter: "'NIC_Intel-XXV710' and
9446 #           'NF_DENSITY' and
9447 #           'DOCKER' and
9448 #           'CHAIN' and
9449 #           'NF_VPPIP4' and
9450 #           'IPSEC' and
9451 #           'TNL_1000' and
9452 #           'IMIX' and
9453 #           '2T1C' and
9454 #           'NDRPDR'"
9455 #  parameters:
9456 #  - "throughput"
9457 #  - "name"
9458 #  - "tags"
9459 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9460 #  x-axis: "X = CNFs per Service Chain"
9461 #  y-axis: "Y = Number of Service Chains"
9462 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9463 #  layout:
9464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9465 #    layout: "plot-service-density"
9466 #
9467 #- type: "plot"
9468 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9469 #  algorithm: "plot_nf_heatmap"
9470 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9471 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9472 #  filter: "'NIC_Intel-XXV710' and
9473 #           'NF_DENSITY' and
9474 #           'DOCKER' and
9475 #           'CHAIN' and
9476 #           'NF_VPPIP4' and
9477 #           'IPSEC' and
9478 #           'TNL_1000' and
9479 #           'IMIX' and
9480 #           '4T2C' and
9481 #           'NDRPDR'"
9482 #  parameters:
9483 #  - "throughput"
9484 #  - "name"
9485 #  - "tags"
9486 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9487 #  x-axis: "X = CNFs per Service Chain"
9488 #  y-axis: "Y = Number of Service Chains"
9489 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9490 #  layout:
9491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9492 #    layout: "plot-service-density"
9493 #
9494 #- type: "plot"
9495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9496 #  algorithm: "plot_nf_heatmap"
9497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9498 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9499 #  filter: "'NIC_Intel-XXV710' and
9500 #           'NF_DENSITY' and
9501 #           'DOCKER' and
9502 #           'CHAIN' and
9503 #           'NF_VPPIP4' and
9504 #           'IPSEC' and
9505 #           'TNL_1000' and
9506 #           'IMIX' and
9507 #           '8T4C' and
9508 #           'NDRPDR'"
9509 #  parameters:
9510 #  - "throughput"
9511 #  - "name"
9512 #  - "tags"
9513 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9514 #  x-axis: "X = CNFs per Service Chain"
9515 #  y-axis: "Y = Number of Service Chains"
9516 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9517 #  layout:
9518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9519 #    layout: "plot-service-density"
9520
9521 ###############################################################################
9522
9523 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9524 #- type: "plot"
9525 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9526 #  algorithm: "plot_nf_heatmap"
9527 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9528 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9529 #  filter: "'NIC_Intel-XL710' and
9530 #           'NF_DENSITY' and
9531 #           'DOCKER' and
9532 #           'CHAIN' and
9533 #           'NF_VPPIP4' and
9534 #           'IMIX' and
9535 #           'TNL_1000' and
9536 #           '1T1C' and
9537 #           'MRR'"
9538 #  parameters:
9539 #  - "result"
9540 #  - "name"
9541 #  - "tags"
9542 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9543 #  x-axis: "X = CNFs per Service Chain"
9544 #  y-axis: "Y = Number of Service Chains"
9545 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9546 #  layout:
9547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9548 #    layout: "plot-service-density"
9549 #
9550 #- type: "plot"
9551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9552 #  algorithm: "plot_nf_heatmap"
9553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9554 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9555 #  filter: "'NIC_Intel-XL710' and
9556 #           'NF_DENSITY' and
9557 #           'DOCKER' and
9558 #           'CHAIN' and
9559 #           'NF_VPPIP4' and
9560 #           'IPSEC' and
9561 #           'TNL_1000' and
9562 #           'IMIX' and
9563 #           '2T2C' and
9564 #           'MRR'"
9565 #  parameters:
9566 #  - "result"
9567 #  - "name"
9568 #  - "tags"
9569 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9570 #  x-axis: "X = CNFs per Service Chain"
9571 #  y-axis: "Y = Number of Service Chains"
9572 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9573 #  layout:
9574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9575 #    layout: "plot-service-density"
9576 #
9577 #- type: "plot"
9578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9579 #  algorithm: "plot_nf_heatmap"
9580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9581 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9582 #  filter: "'NIC_Intel-XL710' and
9583 #           'NF_DENSITY' and
9584 #           'DOCKER' and
9585 #           'CHAIN' and
9586 #           'NF_VPPIP4' and
9587 #           'IPSEC' and
9588 #           'TNL_1000' and
9589 #           'IMIX' and
9590 #           '4T4C' and
9591 #           'MRR'"
9592 #  parameters:
9593 #  - "result"
9594 #  - "name"
9595 #  - "tags"
9596 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9597 #  x-axis: "X = CNFs per Service Chain"
9598 #  y-axis: "Y = Number of Service Chains"
9599 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9600 #  layout:
9601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9602 #    layout: "plot-service-density"
9603
9604 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9605 #- type: "plot"
9606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9607 #  algorithm: "plot_nf_heatmap"
9608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9609 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9610 #  filter: "'NIC_Intel-XL710' and
9611 #           'NF_DENSITY' and
9612 #           'DOCKER' and
9613 #           'CHAIN' and
9614 #           'NF_VPPIP4' and
9615 #           'IPSEC' and
9616 #           'TNL_1000' and
9617 #           'IMIX' and
9618 #           '1T1C' and
9619 #           'NDRPDR'"
9620 #  parameters:
9621 #  - "throughput"
9622 #  - "name"
9623 #  - "tags"
9624 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9625 #  x-axis: "X = CNFs per Service Chain"
9626 #  y-axis: "Y = Number of Service Chains"
9627 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9628 #  layout:
9629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9630 #    layout: "plot-service-density"
9631 #
9632 #- type: "plot"
9633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9634 #  algorithm: "plot_nf_heatmap"
9635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9636 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9637 #  filter: "'NIC_Intel-XL710' and
9638 #           'NF_DENSITY' and
9639 #           'DOCKER' and
9640 #           'CHAIN' and
9641 #           'NF_VPPIP4' and
9642 #           'IPSEC' and
9643 #           'TNL_1000' and
9644 #           'IMIX' and
9645 #           '2T2C' and
9646 #           'NDRPDR'"
9647 #  parameters:
9648 #  - "throughput"
9649 #  - "name"
9650 #  - "tags"
9651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9652 #  x-axis: "X = CNFs per Service Chain"
9653 #  y-axis: "Y = Number of Service Chains"
9654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9655 #  layout:
9656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9657 #    layout: "plot-service-density"
9658 #
9659 #- type: "plot"
9660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9661 #  algorithm: "plot_nf_heatmap"
9662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9663 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9664 #  filter: "'NIC_Intel-XL710' and
9665 #           'NF_DENSITY' and
9666 #           'DOCKER' and
9667 #           'CHAIN' and
9668 #           'NF_VPPIP4' and
9669 #           'IPSEC' and
9670 #           'TNL_1000' and
9671 #           'IMIX' and
9672 #           '4T4C' and
9673 #           'NDRPDR'"
9674 #  parameters:
9675 #  - "throughput"
9676 #  - "name"
9677 #  - "tags"
9678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9679 #  x-axis: "X = CNFs per Service Chain"
9680 #  y-axis: "Y = Number of Service Chains"
9681 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9682 #  layout:
9683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9684 #    layout: "plot-service-density"
9685 #
9686 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9687 #- type: "plot"
9688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9689 #  algorithm: "plot_nf_heatmap"
9690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9691 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9692 #  filter: "'NIC_Intel-XL710' and
9693 #           'NF_DENSITY' and
9694 #           'DOCKER' and
9695 #           'CHAIN' and
9696 #           'NF_VPPIP4' and
9697 #           'IPSEC' and
9698 #           'TNL_1000' and
9699 #           'IMIX' and
9700 #           '1T1C' and
9701 #           'NDRPDR'"
9702 #  parameters:
9703 #  - "throughput"
9704 #  - "name"
9705 #  - "tags"
9706 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9707 #  x-axis: "X = CNFs per Service Chain"
9708 #  y-axis: "Y = Number of Service Chains"
9709 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9710 #  layout:
9711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9712 #    layout: "plot-service-density"
9713 #
9714 #- type: "plot"
9715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9716 #  algorithm: "plot_nf_heatmap"
9717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9718 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9719 #  filter: "'NIC_Intel-XL710' and
9720 #           'NF_DENSITY' and
9721 #           'DOCKER' and
9722 #           'CHAIN' and
9723 #           'NF_VPPIP4' and
9724 #           'IPSEC' and
9725 #           'TNL_1000' and
9726 #           'IMIX' and
9727 #           '2T2C' and
9728 #           'NDRPDR'"
9729 #  parameters:
9730 #  - "throughput"
9731 #  - "name"
9732 #  - "tags"
9733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9734 #  x-axis: "X = CNFs per Service Chain"
9735 #  y-axis: "Y = Number of Service Chains"
9736 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9737 #  layout:
9738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9739 #    layout: "plot-service-density"
9740 #
9741 #- type: "plot"
9742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9743 #  algorithm: "plot_nf_heatmap"
9744 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9745 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9746 #  filter: "'NIC_Intel-XL710' and
9747 #           'NF_DENSITY' and
9748 #           'DOCKER' and
9749 #           'CHAIN' and
9750 #           'NF_VPPIP4' and
9751 #           'IPSEC' and
9752 #           'TNL_1000' and
9753 #           'IMIX' and
9754 #           '4T4C' and
9755 #           'NDRPDR'"
9756 #  parameters:
9757 #  - "throughput"
9758 #  - "name"
9759 #  - "tags"
9760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9761 #  x-axis: "X = CNFs per Service Chain"
9762 #  y-axis: "Y = Number of Service Chains"
9763 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9764 #  layout:
9765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9766 #    layout: "plot-service-density"
9767
9768 ###############################################################################
9769
9770 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9771 #- type: "plot"
9772 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9773 #  algorithm: "plot_nf_heatmap"
9774 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9775 #  data: "plot-vpp-nfv-3n-skx-mrr"
9776 #  filter: "'NIC_Intel-XXV710' and
9777 #           'NF_DENSITY' and
9778 #           'DOCKER' and
9779 #           'CHAIN' and
9780 #           'NF_VPPIP4' and
9781 #           'IPSEC' and
9782 #           'TNL_10000' and
9783 #           'IMIX' and
9784 #           '2T1C' and
9785 #           'MRR'"
9786 #  parameters:
9787 #  - "result"
9788 #  - "name"
9789 #  - "tags"
9790 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9791 #  x-axis: "X = CNFs per Service Chain"
9792 #  y-axis: "Y = Number of Service Chains"
9793 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9794 #  layout:
9795 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9796 #    layout: "plot-service-density"
9797 #
9798 #- type: "plot"
9799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9800 #  algorithm: "plot_nf_heatmap"
9801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9802 #  data: "plot-vpp-nfv-3n-skx-mrr"
9803 #  filter: "'NIC_Intel-XXV710' and
9804 #           'NF_DENSITY' and
9805 #           'DOCKER' and
9806 #           'CHAIN' and
9807 #           'NF_VPPIP4' and
9808 #           'IPSEC' and
9809 #           'TNL_10000' and
9810 #           'IMIX' and
9811 #           '4T2C' and
9812 #           'MRR'"
9813 #  parameters:
9814 #  - "result"
9815 #  - "name"
9816 #  - "tags"
9817 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9818 #  x-axis: "X = CNFs per Service Chain"
9819 #  y-axis: "Y = Number of Service Chains"
9820 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9821 #  layout:
9822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9823 #    layout: "plot-service-density"
9824 #
9825 #- type: "plot"
9826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9827 #  algorithm: "plot_nf_heatmap"
9828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9829 #  data: "plot-vpp-nfv-3n-skx-mrr"
9830 #  filter: "'NIC_Intel-XXV710' and
9831 #           'NF_DENSITY' and
9832 #           'DOCKER' and
9833 #           'CHAIN' and
9834 #           'NF_VPPIP4' and
9835 #           'IPSEC' and
9836 #           'TNL_10000' and
9837 #           'IMIX' and
9838 #           '8T4C' and
9839 #           'MRR'"
9840 #  parameters:
9841 #  - "result"
9842 #  - "name"
9843 #  - "tags"
9844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9845 #  x-axis: "X = CNFs per Service Chain"
9846 #  y-axis: "Y = Number of Service Chains"
9847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9848 #  layout:
9849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9850 #    layout: "plot-service-density"
9851
9852 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9853 #- type: "plot"
9854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9855 #  algorithm: "plot_nf_heatmap"
9856 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9857 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9858 #  filter: "'NIC_Intel-XXV710' and
9859 #           'NF_DENSITY' and
9860 #           'DOCKER' and
9861 #           'CHAIN' and
9862 #           'NF_VPPIP4' and
9863 #           'IPSEC' and
9864 #           'TNL_10000' and
9865 #           'IMIX' and
9866 #           '2T1C' and
9867 #           'NDRPDR'"
9868 #  parameters:
9869 #  - "throughput"
9870 #  - "name"
9871 #  - "tags"
9872 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9873 #  x-axis: "X = CNFs per Service Chain"
9874 #  y-axis: "Y = Number of Service Chains"
9875 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9876 #  layout:
9877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9878 #    layout: "plot-service-density"
9879 #
9880 #- type: "plot"
9881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9882 #  algorithm: "plot_nf_heatmap"
9883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9884 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9885 #  filter: "'NIC_Intel-XXV710' and
9886 #           'NF_DENSITY' and
9887 #           'DOCKER' and
9888 #           'CHAIN' and
9889 #           'NF_VPPIP4' and
9890 #           'IPSEC' and
9891 #           'TNL_10000' and
9892 #           'IMIX' and
9893 #           '4T2C' and
9894 #           'NDRPDR'"
9895 #  parameters:
9896 #  - "throughput"
9897 #  - "name"
9898 #  - "tags"
9899 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9900 #  x-axis: "X = CNFs per Service Chain"
9901 #  y-axis: "Y = Number of Service Chains"
9902 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9903 #  layout:
9904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9905 #    layout: "plot-service-density"
9906 #
9907 #- type: "plot"
9908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9909 #  algorithm: "plot_nf_heatmap"
9910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9911 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9912 #  filter: "'NIC_Intel-XXV710' and
9913 #           'NF_DENSITY' and
9914 #           'DOCKER' and
9915 #           'CHAIN' and
9916 #           'NF_VPPIP4' and
9917 #           'IPSEC' and
9918 #           'TNL_10000' and
9919 #           'IMIX' and
9920 #           '8T4C' and
9921 #           'NDRPDR'"
9922 #  parameters:
9923 #  - "throughput"
9924 #  - "name"
9925 #  - "tags"
9926 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9927 #  x-axis: "X = CNFs per Service Chain"
9928 #  y-axis: "Y = Number of Service Chains"
9929 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9930 #  layout:
9931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9932 #    layout: "plot-service-density"
9933 #
9934 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9935 #- type: "plot"
9936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9937 #  algorithm: "plot_nf_heatmap"
9938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9939 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9940 #  filter: "'NIC_Intel-XXV710' and
9941 #           'NF_DENSITY' and
9942 #           'DOCKER' and
9943 #           'CHAIN' and
9944 #           'NF_VPPIP4' and
9945 #           'IPSEC' and
9946 #           'TNL_10000' and
9947 #           'IMIX' and
9948 #           '2T1C' and
9949 #           'NDRPDR'"
9950 #  parameters:
9951 #  - "throughput"
9952 #  - "name"
9953 #  - "tags"
9954 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9955 #  x-axis: "X = CNFs per Service Chain"
9956 #  y-axis: "Y = Number of Service Chains"
9957 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9958 #  layout:
9959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9960 #    layout: "plot-service-density"
9961 #
9962 #- type: "plot"
9963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9964 #  algorithm: "plot_nf_heatmap"
9965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9966 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9967 #  filter: "'NIC_Intel-XXV710' and
9968 #           'NF_DENSITY' and
9969 #           'DOCKER' and
9970 #           'CHAIN' and
9971 #           'NF_VPPIP4' and
9972 #           'IPSEC' and
9973 #           'TNL_10000' and
9974 #           'IMIX' and
9975 #           '4T2C' and
9976 #           'NDRPDR'"
9977 #  parameters:
9978 #  - "throughput"
9979 #  - "name"
9980 #  - "tags"
9981 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9982 #  x-axis: "X = CNFs per Service Chain"
9983 #  y-axis: "Y = Number of Service Chains"
9984 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9985 #  layout:
9986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9987 #    layout: "plot-service-density"
9988 #
9989 #- type: "plot"
9990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9991 #  algorithm: "plot_nf_heatmap"
9992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9993 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9994 #  filter: "'NIC_Intel-XXV710' and
9995 #           'NF_DENSITY' and
9996 #           'DOCKER' and
9997 #           'CHAIN' and
9998 #           'NF_VPPIP4' and
9999 #           'IPSEC' and
10000 #           'TNL_10000' and
10001 #           'IMIX' and
10002 #           '8T4C' and
10003 #           'NDRPDR'"
10004 #  parameters:
10005 #  - "throughput"
10006 #  - "name"
10007 #  - "tags"
10008 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10009 #  x-axis: "X = CNFs per Service Chain"
10010 #  y-axis: "Y = Number of Service Chains"
10011 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10012 #  layout:
10013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10014 #    layout: "plot-service-density"
10015
10016 ###############################################################################
10017
10018 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10019 #- type: "plot"
10020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10021 #  algorithm: "plot_nf_heatmap"
10022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10023 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10024 #  filter: "'NIC_Intel-XL710' and
10025 #           'NF_DENSITY' and
10026 #           'DOCKER' and
10027 #           'CHAIN' and
10028 #           'NF_VPPIP4' and
10029 #           'IMIX' and
10030 #           'TNL_10000' and
10031 #           '1T1C' and
10032 #           'MRR'"
10033 #  parameters:
10034 #  - "result"
10035 #  - "name"
10036 #  - "tags"
10037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10038 #  x-axis: "X = CNFs per Service Chain"
10039 #  y-axis: "Y = Number of Service Chains"
10040 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10041 #  layout:
10042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10043 #    layout: "plot-service-density"
10044 #
10045 #- type: "plot"
10046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10047 #  algorithm: "plot_nf_heatmap"
10048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10049 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10050 #  filter: "'NIC_Intel-XL710' and
10051 #           'NF_DENSITY' and
10052 #           'DOCKER' and
10053 #           'CHAIN' and
10054 #           'NF_VPPIP4' and
10055 #           'IPSEC' and
10056 #           'TNL_10000' and
10057 #           'IMIX' and
10058 #           '2T2C' and
10059 #           'MRR'"
10060 #  parameters:
10061 #  - "result"
10062 #  - "name"
10063 #  - "tags"
10064 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10065 #  x-axis: "X = CNFs per Service Chain"
10066 #  y-axis: "Y = Number of Service Chains"
10067 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10068 #  layout:
10069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10070 #    layout: "plot-service-density"
10071 #
10072 #- type: "plot"
10073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10074 #  algorithm: "plot_nf_heatmap"
10075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10076 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10077 #  filter: "'NIC_Intel-XL710' and
10078 #           'NF_DENSITY' and
10079 #           'DOCKER' and
10080 #           'CHAIN' and
10081 #           'NF_VPPIP4' and
10082 #           'IPSEC' and
10083 #           'TNL_10000' and
10084 #           'IMIX' and
10085 #           '4T4C' and
10086 #           'MRR'"
10087 #  parameters:
10088 #  - "result"
10089 #  - "name"
10090 #  - "tags"
10091 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10092 #  x-axis: "X = CNFs per Service Chain"
10093 #  y-axis: "Y = Number of Service Chains"
10094 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10095 #  layout:
10096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10097 #    layout: "plot-service-density"
10098
10099 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10100 #- type: "plot"
10101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10102 #  algorithm: "plot_nf_heatmap"
10103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10104 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10105 #  filter: "'NIC_Intel-XL710' and
10106 #           'NF_DENSITY' and
10107 #           'DOCKER' and
10108 #           'CHAIN' and
10109 #           'NF_VPPIP4' and
10110 #           'IPSEC' and
10111 #           'TNL_10000' and
10112 #           'IMIX' and
10113 #           '1T1C' and
10114 #           'NDRPDR'"
10115 #  parameters:
10116 #  - "throughput"
10117 #  - "name"
10118 #  - "tags"
10119 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10120 #  x-axis: "X = CNFs per Service Chain"
10121 #  y-axis: "Y = Number of Service Chains"
10122 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10123 #  layout:
10124 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10125 #    layout: "plot-service-density"
10126 #
10127 #- type: "plot"
10128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10129 #  algorithm: "plot_nf_heatmap"
10130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10131 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10132 #  filter: "'NIC_Intel-XL710' and
10133 #           'NF_DENSITY' and
10134 #           'DOCKER' and
10135 #           'CHAIN' and
10136 #           'NF_VPPIP4' and
10137 #           'IPSEC' and
10138 #           'TNL_10000' and
10139 #           'IMIX' and
10140 #           '2T2C' and
10141 #           'NDRPDR'"
10142 #  parameters:
10143 #  - "throughput"
10144 #  - "name"
10145 #  - "tags"
10146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10147 #  x-axis: "X = CNFs per Service Chain"
10148 #  y-axis: "Y = Number of Service Chains"
10149 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10150 #  layout:
10151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10152 #    layout: "plot-service-density"
10153 #
10154 #- type: "plot"
10155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10156 #  algorithm: "plot_nf_heatmap"
10157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10158 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10159 #  filter: "'NIC_Intel-XL710' and
10160 #           'NF_DENSITY' and
10161 #           'DOCKER' and
10162 #           'CHAIN' and
10163 #           'NF_VPPIP4' and
10164 #           'IPSEC' and
10165 #           'TNL_10000' and
10166 #           'IMIX' and
10167 #           '4T4C' and
10168 #           'NDRPDR'"
10169 #  parameters:
10170 #  - "throughput"
10171 #  - "name"
10172 #  - "tags"
10173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10174 #  x-axis: "X = CNFs per Service Chain"
10175 #  y-axis: "Y = Number of Service Chains"
10176 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10177 #  layout:
10178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10179 #    layout: "plot-service-density"
10180 #
10181 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10182 #- type: "plot"
10183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10184 #  algorithm: "plot_nf_heatmap"
10185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10186 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10187 #  filter: "'NIC_Intel-XL710' and
10188 #           'NF_DENSITY' and
10189 #           'DOCKER' and
10190 #           'CHAIN' and
10191 #           'NF_VPPIP4' and
10192 #           'IPSEC' and
10193 #           'TNL_10000' and
10194 #           'IMIX' and
10195 #           '1T1C' and
10196 #           'NDRPDR'"
10197 #  parameters:
10198 #  - "throughput"
10199 #  - "name"
10200 #  - "tags"
10201 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10202 #  x-axis: "X = CNFs per Service Chain"
10203 #  y-axis: "Y = Number of Service Chains"
10204 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10205 #  layout:
10206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10207 #    layout: "plot-service-density"
10208 #
10209 #- type: "plot"
10210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10211 #  algorithm: "plot_nf_heatmap"
10212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10213 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10214 #  filter: "'NIC_Intel-XL710' and
10215 #           'NF_DENSITY' and
10216 #           'DOCKER' and
10217 #           'CHAIN' and
10218 #           'NF_VPPIP4' and
10219 #           'IPSEC' and
10220 #           'TNL_10000' and
10221 #           'IMIX' and
10222 #           '2T2C' and
10223 #           'NDRPDR'"
10224 #  parameters:
10225 #  - "throughput"
10226 #  - "name"
10227 #  - "tags"
10228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10229 #  x-axis: "X = CNFs per Service Chain"
10230 #  y-axis: "Y = Number of Service Chains"
10231 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10232 #  layout:
10233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10234 #    layout: "plot-service-density"
10235 #
10236 #- type: "plot"
10237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10238 #  algorithm: "plot_nf_heatmap"
10239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10240 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10241 #  filter: "'NIC_Intel-XL710' and
10242 #           'NF_DENSITY' and
10243 #           'DOCKER' and
10244 #           'CHAIN' and
10245 #           'NF_VPPIP4' and
10246 #           'IPSEC' and
10247 #           'TNL_10000' and
10248 #           'IMIX' and
10249 #           '4T4C' and
10250 #           'NDRPDR'"
10251 #  parameters:
10252 #  - "throughput"
10253 #  - "name"
10254 #  - "tags"
10255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10256 #  x-axis: "X = CNFs per Service Chain"
10257 #  y-axis: "Y = Number of Service Chains"
10258 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10259 #  layout:
10260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10261 #    layout: "plot-service-density"
10262
10263 ###############################################################################
10264
10265 # Plots - NF Density - CSP - MRR IMIX
10266 - type: "plot"
10267   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10268   algorithm: "plot_nf_heatmap"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10271   data: "plot-vpp-nfv-2n-skx-mrr"
10272   filter: "'NIC_Intel-XXV710' and
10273            'NF_DENSITY' and
10274            'DOCKER' and
10275            'PIPELINE' and
10276            'NF_VPPIP4' and
10277            'IMIX' and
10278            '2T1C' and
10279            'MRR'"
10280   parameters:
10281   - "result"
10282   - "name"
10283   - "tags"
10284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10285   x-axis: "X = CNFs per Service Pipeline"
10286   y-axis: "Y = Number of Service Pipelines"
10287   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10288   layout:
10289     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10290     layout: "plot-service-density"
10291
10292 - type: "plot"
10293   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10294   algorithm: "plot_nf_heatmap"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10297   data: "plot-vpp-nfv-2n-skx-mrr"
10298   filter: "'NIC_Intel-XXV710' and
10299            'NF_DENSITY' and
10300            'DOCKER' and
10301            'PIPELINE' and
10302            'NF_VPPIP4' and
10303            'IMIX' and
10304            '4T2C' and
10305            'MRR'"
10306   parameters:
10307   - "result"
10308   - "name"
10309   - "tags"
10310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10311   x-axis: "X = CNFs per Service Pipeline"
10312   y-axis: "Y = Number of Service Pipelines"
10313   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10314   layout:
10315     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10316     layout: "plot-service-density"
10317
10318 - type: "plot"
10319   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10320   algorithm: "plot_nf_heatmap"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10323   data: "plot-vpp-nfv-2n-skx-mrr"
10324   filter: "'NIC_Intel-XXV710' and
10325            'NF_DENSITY' and
10326            'DOCKER' and
10327            'PIPELINE' and
10328            'NF_VPPIP4' and
10329            'IMIX' and
10330            '8T4C' and
10331            'MRR'"
10332   parameters:
10333   - "result"
10334   - "name"
10335   - "tags"
10336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10337   x-axis: "X = CNFs per Service Pipeline"
10338   y-axis: "Y = Number of Service Pipelines"
10339   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10340   layout:
10341     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10342     layout: "plot-service-density"
10343
10344 # Plots - NF Density - CSP - NDR IMIX
10345 - type: "plot"
10346   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10347   algorithm: "plot_nf_heatmap"
10348   output-file-type: ".html"
10349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10350   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10351   filter: "'NIC_Intel-XXV710' and
10352            'NF_DENSITY' and
10353            'DOCKER' and
10354            'PIPELINE' and
10355            'NF_VPPIP4' and
10356            'IMIX' and
10357            '2T1C' and
10358            'NDRPDR'"
10359   parameters:
10360   - "throughput"
10361   - "name"
10362   - "tags"
10363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10364   x-axis: "X = CNFs per Service Pipeline"
10365   y-axis: "Y = Number of Service Pipelines"
10366   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10367   layout:
10368     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10369     layout: "plot-service-density"
10370
10371 - type: "plot"
10372   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10373   algorithm: "plot_nf_heatmap"
10374   output-file-type: ".html"
10375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10376   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10377   filter: "'NIC_Intel-XXV710' and
10378            'NF_DENSITY' and
10379            'DOCKER' and
10380            'PIPELINE' and
10381            'NF_VPPIP4' and
10382            'IMIX' and
10383            '4T2C' and
10384            'NDRPDR'"
10385   parameters:
10386   - "throughput"
10387   - "name"
10388   - "tags"
10389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10390   x-axis: "X = CNFs per Service Pipeline"
10391   y-axis: "Y = Number of Service Pipelines"
10392   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10393   layout:
10394     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10395     layout: "plot-service-density"
10396
10397 - type: "plot"
10398   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10399   algorithm: "plot_nf_heatmap"
10400   output-file-type: ".html"
10401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10402   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10403   filter: "'NIC_Intel-XXV710' and
10404            'NF_DENSITY' and
10405            'DOCKER' and
10406            'PIPELINE' and
10407            'NF_VPPIP4' and
10408            'IMIX' and
10409            '8T4C' and
10410            'NDRPDR'"
10411   parameters:
10412   - "throughput"
10413   - "name"
10414   - "tags"
10415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10416   x-axis: "X = CNFs per Service Pipeline"
10417   y-axis: "Y = Number of Service Pipelines"
10418   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10419   layout:
10420     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10421     layout: "plot-service-density"
10422
10423 # Plots - NF Density - CSP - PDR IMIX
10424 - type: "plot"
10425   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10426   algorithm: "plot_nf_heatmap"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10429   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10430   filter: "'NIC_Intel-XXV710' and
10431            'NF_DENSITY' and
10432            'DOCKER' and
10433            'PIPELINE' and
10434            'NF_VPPIP4' and
10435            'IMIX' and
10436            '2T1C' and
10437            'NDRPDR'"
10438   parameters:
10439   - "throughput"
10440   - "name"
10441   - "tags"
10442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10443   x-axis: "X = CNFs per Service Pipeline"
10444   y-axis: "Y = Number of Service Pipelines"
10445   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10446   layout:
10447     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10448     layout: "plot-service-density"
10449
10450 - type: "plot"
10451   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10452   algorithm: "plot_nf_heatmap"
10453   output-file-type: ".html"
10454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10455   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10456   filter: "'NIC_Intel-XXV710' and
10457            'NF_DENSITY' and
10458            'DOCKER' and
10459            'PIPELINE' and
10460            'NF_VPPIP4' and
10461            'IMIX' and
10462            '4T2C' and
10463            'NDRPDR'"
10464   parameters:
10465   - "throughput"
10466   - "name"
10467   - "tags"
10468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10469   x-axis: "X = CNFs per Service Pipeline"
10470   y-axis: "Y = Number of Service Pipelines"
10471   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10472   layout:
10473     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10474     layout: "plot-service-density"
10475
10476 - type: "plot"
10477   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10478   algorithm: "plot_nf_heatmap"
10479   output-file-type: ".html"
10480   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10481   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10482   filter: "'NIC_Intel-XXV710' and
10483            'NF_DENSITY' and
10484            'DOCKER' and
10485            'PIPELINE' and
10486            'NF_VPPIP4' and
10487            'IMIX' and
10488            '8T4C' and
10489            'NDRPDR'"
10490   parameters:
10491   - "throughput"
10492   - "name"
10493   - "tags"
10494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10495   x-axis: "X = CNFs per Service Pipeline"
10496   y-axis: "Y = Number of Service Pipelines"
10497   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10498   layout:
10499     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10500     layout: "plot-service-density"
10501
10502 ###############################################################################
10503 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10504
10505 - type: "plot"
10506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10507   algorithm: "plot_nf_heatmap"
10508   output-file-type: ".html"
10509   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10510   data: "plot-vpp-nfv-2n-clx-mrr"
10511   filter: "'NIC_Intel-XXV710' and
10512            'NF_DENSITY' and
10513            'VHOST' and
10514            not 'VXLAN' and
10515            'CHAIN' and
10516            'NF_VPPIP4' and
10517            'IMIX' and
10518            '2T1C' and
10519            'MRR'"
10520   parameters:
10521   - "result"
10522   - "name"
10523   - "tags"
10524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10525   x-axis: "X = VNFs per Service Chain"
10526   y-axis: "Y = Number of Service Chains"
10527   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10528   layout:
10529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10530     layout: "plot-service-density"
10531
10532 - type: "plot"
10533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10534   algorithm: "plot_nf_heatmap"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10537   data: "plot-vpp-nfv-2n-clx-mrr"
10538   filter: "'NIC_Intel-XXV710' and
10539            'NF_DENSITY' and
10540            'VHOST' and
10541            not 'VXLAN' and
10542            'CHAIN' and
10543            'NF_VPPIP4' and
10544            'IMIX' and
10545            '4T2C' and
10546            'MRR'"
10547   parameters:
10548   - "result"
10549   - "name"
10550   - "tags"
10551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10552   x-axis: "X = VNFs per Service Chain"
10553   y-axis: "Y = Number of Service Chains"
10554   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10555   layout:
10556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10557     layout: "plot-service-density"
10558
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10564   data: "plot-vpp-nfv-2n-clx-mrr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'VHOST' and
10568            not 'VXLAN' and
10569            'CHAIN' and
10570            'NF_VPPIP4' and
10571            'IMIX' and
10572            '8T4C' and
10573            'MRR'"
10574   parameters:
10575   - "result"
10576   - "name"
10577   - "tags"
10578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10579   x-axis: "X = VNFs per Service Chain"
10580   y-axis: "Y = Number of Service Chains"
10581   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10582   layout:
10583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10584     layout: "plot-service-density"
10585
10586 # Plots - NF Density - VSC - NDR IMIX
10587 - type: "plot"
10588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10589   algorithm: "plot_nf_heatmap"
10590   output-file-type: ".html"
10591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10592   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10593   filter: "'NIC_Intel-XXV710' and
10594            'NF_DENSITY' and
10595            'VHOST' and
10596            not 'VXLAN' and
10597            'CHAIN' and
10598            'NF_VPPIP4' and
10599            'IMIX' and
10600            '2T1C' and
10601            'NDRPDR'"
10602   parameters:
10603   - "throughput"
10604   - "name"
10605   - "tags"
10606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10607   x-axis: "X = VNFs per Service Chain"
10608   y-axis: "Y = Number of Service Chains"
10609   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10610   layout:
10611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10612     layout: "plot-service-density"
10613
10614 - type: "plot"
10615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10616   algorithm: "plot_nf_heatmap"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10619   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10620   filter: "'NIC_Intel-XXV710' and
10621            'NF_DENSITY' and
10622            'VHOST' and
10623            not 'VXLAN' and
10624            'CHAIN' and
10625            'NF_VPPIP4' and
10626            'IMIX' and
10627            '4T2C' and
10628            'NDRPDR'"
10629   parameters:
10630   - "throughput"
10631   - "name"
10632   - "tags"
10633   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10634   x-axis: "X = VNFs per Service Chain"
10635   y-axis: "Y = Number of Service Chains"
10636   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10637   layout:
10638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10639     layout: "plot-service-density"
10640
10641 - type: "plot"
10642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10643   algorithm: "plot_nf_heatmap"
10644   output-file-type: ".html"
10645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10646   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10647   filter: "'NIC_Intel-XXV710' and
10648            'NF_DENSITY' and
10649            'VHOST' and
10650            not 'VXLAN' and
10651            'CHAIN' and
10652            'NF_VPPIP4' and
10653            'IMIX' and
10654            '8T4C' and
10655            'NDRPDR'"
10656   parameters:
10657   - "throughput"
10658   - "name"
10659   - "tags"
10660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10661   x-axis: "X = VNFs per Service Chain"
10662   y-axis: "Y = Number of Service Chains"
10663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10664   layout:
10665     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10666     layout: "plot-service-density"
10667
10668 # Plots - NF Density - VSC - PDR IMIX
10669 - type: "plot"
10670   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10671   algorithm: "plot_nf_heatmap"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10674   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10675   filter: "'NIC_Intel-XXV710' and
10676            'NF_DENSITY' and
10677            'VHOST' and
10678            not 'VXLAN' and
10679            'CHAIN' and
10680            'NF_VPPIP4' and
10681            'IMIX' and
10682            '2T1C' and
10683            'NDRPDR'"
10684   parameters:
10685   - "throughput"
10686   - "name"
10687   - "tags"
10688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10689   x-axis: "X = VNFs per Service Chain"
10690   y-axis: "Y = Number of Service Chains"
10691   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10692   layout:
10693     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10694     layout: "plot-service-density"
10695
10696 - type: "plot"
10697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10698   algorithm: "plot_nf_heatmap"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10702   filter: "'NIC_Intel-XXV710' and
10703            'NF_DENSITY' and
10704            'VHOST' and
10705            not 'VXLAN' and
10706            'CHAIN' and
10707            'NF_VPPIP4' and
10708            'IMIX' and
10709            '4T2C' and
10710            'NDRPDR'"
10711   parameters:
10712   - "throughput"
10713   - "name"
10714   - "tags"
10715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10716   x-axis: "X = VNFs per Service Chain"
10717   y-axis: "Y = Number of Service Chains"
10718   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10719   layout:
10720     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10721     layout: "plot-service-density"
10722
10723 - type: "plot"
10724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10725   algorithm: "plot_nf_heatmap"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10728   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10729   filter: "'NIC_Intel-XXV710' and
10730            'NF_DENSITY' and
10731            'VHOST' and
10732            not 'VXLAN' and
10733            'CHAIN' and
10734            'NF_VPPIP4' and
10735            'IMIX' and
10736            '8T4C' and
10737            'NDRPDR'"
10738   parameters:
10739   - "throughput"
10740   - "name"
10741   - "tags"
10742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10743   x-axis: "X = VNFs per Service Chain"
10744   y-axis: "Y = Number of Service Chains"
10745   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10746   layout:
10747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10748     layout: "plot-service-density"
10749
10750 # Plots - NF Density - VSC - MRR IMIX
10751 - type: "plot"
10752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10753   algorithm: "plot_nf_heatmap"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10756   data: "plot-vpp-nfv-2n-clx-mrr"
10757   filter: "'NIC_Intel-XXV710' and
10758            'NF_DENSITY' and
10759            'VHOST' and
10760            'VXLAN' and
10761            'CHAIN' and
10762            'IMIX' and
10763            '2T1C' and
10764            'MRR'"
10765   parameters:
10766   - "result"
10767   - "name"
10768   - "tags"
10769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10770   x-axis: "X = VNFs per Service Chain"
10771   y-axis: "Y = Number of Service Chains"
10772   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10773   layout:
10774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10775     layout: "plot-service-density"
10776
10777 - type: "plot"
10778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10779   algorithm: "plot_nf_heatmap"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10782   data: "plot-vpp-nfv-2n-clx-mrr"
10783   filter: "'NIC_Intel-XXV710' and
10784            'NF_DENSITY' and
10785            'VHOST' and
10786            'VXLAN' and
10787            'CHAIN' and
10788            'IMIX' and
10789            '4T2C' and
10790            'MRR'"
10791   parameters:
10792   - "result"
10793   - "name"
10794   - "tags"
10795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10796   x-axis: "X = VNFs per Service Chain"
10797   y-axis: "Y = Number of Service Chains"
10798   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10799   layout:
10800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10801     layout: "plot-service-density"
10802
10803 - type: "plot"
10804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10805   algorithm: "plot_nf_heatmap"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10808   data: "plot-vpp-nfv-2n-clx-mrr"
10809   filter: "'NIC_Intel-XXV710' and
10810            'NF_DENSITY' and
10811            'VHOST' and
10812            'VXLAN' and
10813            'CHAIN' and
10814            'IMIX' and
10815            '8T4C' and
10816            'MRR'"
10817   parameters:
10818   - "result"
10819   - "name"
10820   - "tags"
10821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10822   x-axis: "X = VNFs per Service Chain"
10823   y-axis: "Y = Number of Service Chains"
10824   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10827     layout: "plot-service-density"
10828
10829 # Plots - NF Density - VSC - NDR IMIX
10830 - type: "plot"
10831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10832   algorithm: "plot_nf_heatmap"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10835   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10836   filter: "'NIC_Intel-XXV710' and
10837            'NF_DENSITY' and
10838            'VHOST' and
10839            'VXLAN' and
10840            'CHAIN' and
10841            'IMIX' and
10842            '2T1C' and
10843            'NDRPDR'"
10844   parameters:
10845   - "throughput"
10846   - "name"
10847   - "tags"
10848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10849   x-axis: "X = VNFs per Service Chain"
10850   y-axis: "Y = Number of Service Chains"
10851   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10852   layout:
10853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10854     layout: "plot-service-density"
10855
10856 - type: "plot"
10857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10858   algorithm: "plot_nf_heatmap"
10859   output-file-type: ".html"
10860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10861   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10862   filter: "'NIC_Intel-XXV710' and
10863            'NF_DENSITY' and
10864            'VHOST' and
10865            'VXLAN' and
10866            'CHAIN' and
10867            'IMIX' and
10868            '4T2C' and
10869            'NDRPDR'"
10870   parameters:
10871   - "throughput"
10872   - "name"
10873   - "tags"
10874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10875   x-axis: "X = VNFs per Service Chain"
10876   y-axis: "Y = Number of Service Chains"
10877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10878   layout:
10879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10880     layout: "plot-service-density"
10881
10882 - type: "plot"
10883   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10884   algorithm: "plot_nf_heatmap"
10885   output-file-type: ".html"
10886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10887   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10888   filter: "'NIC_Intel-XXV710' and
10889            'NF_DENSITY' and
10890            'VHOST' and
10891            'VXLAN' and
10892            'CHAIN' and
10893            'IMIX' and
10894            '8T4C' and
10895            'NDRPDR'"
10896   parameters:
10897   - "throughput"
10898   - "name"
10899   - "tags"
10900   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10901   x-axis: "X = VNFs per Service Chain"
10902   y-axis: "Y = Number of Service Chains"
10903   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10904   layout:
10905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10906     layout: "plot-service-density"
10907
10908 # Plots - NF Density - VSC - PDR IMIX
10909 - type: "plot"
10910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10911   algorithm: "plot_nf_heatmap"
10912   output-file-type: ".html"
10913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10914   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10915   filter: "'NIC_Intel-XXV710' and
10916            'NF_DENSITY' and
10917            'VHOST' and
10918            'VXLAN' and
10919            'CHAIN' and
10920            'IMIX' and
10921            '2T1C' and
10922            'NDRPDR'"
10923   parameters:
10924   - "throughput"
10925   - "name"
10926   - "tags"
10927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10928   x-axis: "X = VNFs per Service Chain"
10929   y-axis: "Y = Number of Service Chains"
10930   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10931   layout:
10932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10933     layout: "plot-service-density"
10934
10935 - type: "plot"
10936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10937   algorithm: "plot_nf_heatmap"
10938   output-file-type: ".html"
10939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10941   filter: "'NIC_Intel-XXV710' and
10942            'NF_DENSITY' and
10943            'VHOST' and
10944            'VXLAN' and
10945            'CHAIN' and
10946            'IMIX' and
10947            '4T2C' and
10948            'NDRPDR'"
10949   parameters:
10950   - "throughput"
10951   - "name"
10952   - "tags"
10953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10954   x-axis: "X = VNFs per Service Chain"
10955   y-axis: "Y = Number of Service Chains"
10956   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10957   layout:
10958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10959     layout: "plot-service-density"
10960
10961 - type: "plot"
10962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10963   algorithm: "plot_nf_heatmap"
10964   output-file-type: ".html"
10965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10966   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10967   filter: "'NIC_Intel-XXV710' and
10968            'NF_DENSITY' and
10969            'VHOST' and
10970            'VXLAN' and
10971            'CHAIN' and
10972            'IMIX' and
10973            '8T4C' and
10974            'NDRPDR'"
10975   parameters:
10976   - "throughput"
10977   - "name"
10978   - "tags"
10979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10980   x-axis: "X = VNFs per Service Chain"
10981   y-axis: "Y = Number of Service Chains"
10982   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10983   layout:
10984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10985     layout: "plot-service-density"
10986
10987 # Plots - NF Density - CSC - MRR IMIX
10988 - type: "plot"
10989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10990   algorithm: "plot_nf_heatmap"
10991   output-file-type: ".html"
10992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10993   data: "plot-vpp-nfv-2n-clx-mrr"
10994   filter: "'NIC_Intel-XXV710' and
10995            'NF_DENSITY' and
10996            'DOCKER' and
10997            'CHAIN' and
10998            'NF_VPPIP4' and
10999            'IMIX' and
11000            '2T1C' and
11001            'MRR'"
11002   parameters:
11003   - "result"
11004   - "name"
11005   - "tags"
11006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11007   x-axis: "X = CNFs per Service Chain"
11008   y-axis: "Y = Number of Service Chains"
11009   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11010   layout:
11011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11012     layout: "plot-service-density"
11013
11014 - type: "plot"
11015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11016   algorithm: "plot_nf_heatmap"
11017   output-file-type: ".html"
11018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11019   data: "plot-vpp-nfv-2n-clx-mrr"
11020   filter: "'NIC_Intel-XXV710' and
11021            'NF_DENSITY' and
11022            'DOCKER' and
11023            'CHAIN' and
11024            'NF_VPPIP4' and
11025            'IMIX' and
11026            '4T2C' and
11027            'MRR'"
11028   parameters:
11029   - "result"
11030   - "name"
11031   - "tags"
11032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11033   x-axis: "X = CNFs per Service Chain"
11034   y-axis: "Y = Number of Service Chains"
11035   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11036   layout:
11037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11038     layout: "plot-service-density"
11039
11040 - type: "plot"
11041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11042   algorithm: "plot_nf_heatmap"
11043   output-file-type: ".html"
11044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11045   data: "plot-vpp-nfv-2n-clx-mrr"
11046   filter: "'NIC_Intel-XXV710' and
11047            'NF_DENSITY' and
11048            'DOCKER' and
11049            'CHAIN' and
11050            'NF_VPPIP4' and
11051            'IMIX' and
11052            '8T4C' and
11053            'MRR'"
11054   parameters:
11055   - "result"
11056   - "name"
11057   - "tags"
11058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11059   x-axis: "X = CNFs per Service Chain"
11060   y-axis: "Y = Number of Service Chains"
11061   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11062   layout:
11063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11064     layout: "plot-service-density"
11065
11066 # Plots - NF Density - CSC - NDR IMIX
11067 - type: "plot"
11068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11069   algorithm: "plot_nf_heatmap"
11070   output-file-type: ".html"
11071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11072   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11073   filter: "'NIC_Intel-XXV710' and
11074            'NF_DENSITY' and
11075            'DOCKER' and
11076            'CHAIN' and
11077            'NF_VPPIP4' and
11078            'IMIX' and
11079            '2T1C' and
11080            'NDRPDR'"
11081   parameters:
11082   - "throughput"
11083   - "name"
11084   - "tags"
11085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11086   x-axis: "X = CNFs per Service Chain"
11087   y-axis: "Y = Number of Service Chains"
11088   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11089   layout:
11090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11091     layout: "plot-service-density"
11092
11093 - type: "plot"
11094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11095   algorithm: "plot_nf_heatmap"
11096   output-file-type: ".html"
11097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11098   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11099   filter: "'NIC_Intel-XXV710' and
11100            'NF_DENSITY' and
11101            'DOCKER' and
11102            'CHAIN' and
11103            'NF_VPPIP4' and
11104            'IMIX' and
11105            '4T2C' and
11106            'NDRPDR'"
11107   parameters:
11108   - "throughput"
11109   - "name"
11110   - "tags"
11111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11112   x-axis: "X = CNFs per Service Chain"
11113   y-axis: "Y = Number of Service Chains"
11114   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11115   layout:
11116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11117     layout: "plot-service-density"
11118
11119 - type: "plot"
11120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11121   algorithm: "plot_nf_heatmap"
11122   output-file-type: ".html"
11123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11124   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11125   filter: "'NIC_Intel-XXV710' and
11126            'NF_DENSITY' and
11127            'DOCKER' and
11128            'CHAIN' and
11129            'NF_VPPIP4' and
11130            'IMIX' and
11131            '8T4C' and
11132            'NDRPDR'"
11133   parameters:
11134   - "throughput"
11135   - "name"
11136   - "tags"
11137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11138   x-axis: "X = CNFs per Service Chain"
11139   y-axis: "Y = Number of Service Chains"
11140   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11141   layout:
11142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11143     layout: "plot-service-density"
11144
11145 # Plots - NF Density - CSC - PDR IMIX
11146 - type: "plot"
11147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11148   algorithm: "plot_nf_heatmap"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11151   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11152   filter: "'NIC_Intel-XXV710' and
11153            'NF_DENSITY' and
11154            'DOCKER' and
11155            'CHAIN' and
11156            'NF_VPPIP4' and
11157            'IMIX' and
11158            '2T1C' and
11159            'NDRPDR'"
11160   parameters:
11161   - "throughput"
11162   - "name"
11163   - "tags"
11164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11165   x-axis: "X = CNFs per Service Chain"
11166   y-axis: "Y = Number of Service Chains"
11167   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11168   layout:
11169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11170     layout: "plot-service-density"
11171
11172 - type: "plot"
11173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11174   algorithm: "plot_nf_heatmap"
11175   output-file-type: ".html"
11176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11177   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11178   filter: "'NIC_Intel-XXV710' and
11179            'NF_DENSITY' and
11180            'DOCKER' and
11181            'CHAIN' and
11182            'NF_VPPIP4' and
11183            'IMIX' and
11184            '4T2C' and
11185            'NDRPDR'"
11186   parameters:
11187   - "throughput"
11188   - "name"
11189   - "tags"
11190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11191   x-axis: "X = CNFs per Service Chain"
11192   y-axis: "Y = Number of Service Chains"
11193   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11194   layout:
11195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11196     layout: "plot-service-density"
11197
11198 - type: "plot"
11199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11200   algorithm: "plot_nf_heatmap"
11201   output-file-type: ".html"
11202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11203   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11204   filter: "'NIC_Intel-XXV710' and
11205            'NF_DENSITY' and
11206            'DOCKER' and
11207            'CHAIN' and
11208            'NF_VPPIP4' and
11209            'IMIX' and
11210            '8T4C' and
11211            'NDRPDR'"
11212   parameters:
11213   - "throughput"
11214   - "name"
11215   - "tags"
11216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11217   x-axis: "X = CNFs per Service Chain"
11218   y-axis: "Y = Number of Service Chains"
11219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11220   layout:
11221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11222     layout: "plot-service-density"
11223
11224 # Plots - NF Density - CSP - MRR IMIX
11225 - type: "plot"
11226   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11227   algorithm: "plot_nf_heatmap"
11228   output-file-type: ".html"
11229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11230   data: "plot-vpp-nfv-2n-clx-mrr"
11231   filter: "'NIC_Intel-XXV710' and
11232            'NF_DENSITY' and
11233            'DOCKER' and
11234            'PIPELINE' and
11235            'NF_VPPIP4' and
11236            'IMIX' and
11237            '2T1C' and
11238            'MRR'"
11239   parameters:
11240   - "result"
11241   - "name"
11242   - "tags"
11243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11244   x-axis: "X = CNFs per Service Pipeline"
11245   y-axis: "Y = Number of Service Pipelines"
11246   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11247   layout:
11248     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11249     layout: "plot-service-density"
11250
11251 - type: "plot"
11252   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11253   algorithm: "plot_nf_heatmap"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11256   data: "plot-vpp-nfv-2n-clx-mrr"
11257   filter: "'NIC_Intel-XXV710' and
11258            'NF_DENSITY' and
11259            'DOCKER' and
11260            'PIPELINE' and
11261            'NF_VPPIP4' and
11262            'IMIX' and
11263            '4T2C' and
11264            'MRR'"
11265   parameters:
11266   - "result"
11267   - "name"
11268   - "tags"
11269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11270   x-axis: "X = CNFs per Service Pipeline"
11271   y-axis: "Y = Number of Service Pipelines"
11272   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11273   layout:
11274     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11275     layout: "plot-service-density"
11276
11277 - type: "plot"
11278   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11279   algorithm: "plot_nf_heatmap"
11280   output-file-type: ".html"
11281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11282   data: "plot-vpp-nfv-2n-clx-mrr"
11283   filter: "'NIC_Intel-XXV710' and
11284            'NF_DENSITY' and
11285            'DOCKER' and
11286            'PIPELINE' and
11287            'NF_VPPIP4' and
11288            'IMIX' and
11289            '8T4C' and
11290            'MRR'"
11291   parameters:
11292   - "result"
11293   - "name"
11294   - "tags"
11295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11296   x-axis: "X = CNFs per Service Pipeline"
11297   y-axis: "Y = Number of Service Pipelines"
11298   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11299   layout:
11300     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11301     layout: "plot-service-density"
11302
11303 # Plots - NF Density - CSP - NDR IMIX
11304 - type: "plot"
11305   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11306   algorithm: "plot_nf_heatmap"
11307   output-file-type: ".html"
11308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11309   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11310   filter: "'NIC_Intel-XXV710' and
11311            'NF_DENSITY' and
11312            'DOCKER' and
11313            'PIPELINE' and
11314            'NF_VPPIP4' and
11315            'IMIX' and
11316            '2T1C' and
11317            'NDRPDR'"
11318   parameters:
11319   - "throughput"
11320   - "name"
11321   - "tags"
11322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11323   x-axis: "X = CNFs per Service Pipeline"
11324   y-axis: "Y = Number of Service Pipelines"
11325   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11326   layout:
11327     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11328     layout: "plot-service-density"
11329
11330 - type: "plot"
11331   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11332   algorithm: "plot_nf_heatmap"
11333   output-file-type: ".html"
11334   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11335   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11336   filter: "'NIC_Intel-XXV710' and
11337            'NF_DENSITY' and
11338            'DOCKER' and
11339            'PIPELINE' and
11340            'NF_VPPIP4' and
11341            'IMIX' and
11342            '4T2C' and
11343            'NDRPDR'"
11344   parameters:
11345   - "throughput"
11346   - "name"
11347   - "tags"
11348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11349   x-axis: "X = CNFs per Service Pipeline"
11350   y-axis: "Y = Number of Service Pipelines"
11351   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11352   layout:
11353     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11354     layout: "plot-service-density"
11355
11356 - type: "plot"
11357   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11358   algorithm: "plot_nf_heatmap"
11359   output-file-type: ".html"
11360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11361   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11362   filter: "'NIC_Intel-XXV710' and
11363            'NF_DENSITY' and
11364            'DOCKER' and
11365            'PIPELINE' and
11366            'NF_VPPIP4' and
11367            'IMIX' and
11368            '8T4C' and
11369            'NDRPDR'"
11370   parameters:
11371   - "throughput"
11372   - "name"
11373   - "tags"
11374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11375   x-axis: "X = CNFs per Service Pipeline"
11376   y-axis: "Y = Number of Service Pipelines"
11377   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11378   layout:
11379     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11380     layout: "plot-service-density"
11381
11382 # Plots - NF Density - CSP - PDR IMIX
11383 - type: "plot"
11384   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11385   algorithm: "plot_nf_heatmap"
11386   output-file-type: ".html"
11387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11388   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11389   filter: "'NIC_Intel-XXV710' and
11390            'NF_DENSITY' and
11391            'DOCKER' and
11392            'PIPELINE' and
11393            'NF_VPPIP4' and
11394            'IMIX' and
11395            '2T1C' and
11396            'NDRPDR'"
11397   parameters:
11398   - "throughput"
11399   - "name"
11400   - "tags"
11401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11402   x-axis: "X = CNFs per Service Pipeline"
11403   y-axis: "Y = Number of Service Pipelines"
11404   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11405   layout:
11406     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11407     layout: "plot-service-density"
11408
11409 - type: "plot"
11410   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11411   algorithm: "plot_nf_heatmap"
11412   output-file-type: ".html"
11413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11414   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11415   filter: "'NIC_Intel-XXV710' and
11416            'NF_DENSITY' and
11417            'DOCKER' and
11418            'PIPELINE' and
11419            'NF_VPPIP4' and
11420            'IMIX' and
11421            '4T2C' and
11422            'NDRPDR'"
11423   parameters:
11424   - "throughput"
11425   - "name"
11426   - "tags"
11427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11428   x-axis: "X = CNFs per Service Pipeline"
11429   y-axis: "Y = Number of Service Pipelines"
11430   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11431   layout:
11432     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11433     layout: "plot-service-density"
11434
11435 - type: "plot"
11436   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11437   algorithm: "plot_nf_heatmap"
11438   output-file-type: ".html"
11439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11441   filter: "'NIC_Intel-XXV710' and
11442            'NF_DENSITY' and
11443            'DOCKER' and
11444            'PIPELINE' and
11445            'NF_VPPIP4' and
11446            'IMIX' and
11447            '8T4C' and
11448            'NDRPDR'"
11449   parameters:
11450   - "throughput"
11451   - "name"
11452   - "tags"
11453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11454   x-axis: "X = CNFs per Service Pipeline"
11455   y-axis: "Y = Number of Service Pipelines"
11456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11457   layout:
11458     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11459     layout: "plot-service-density"
11460
11461 ################################################################################
11462
11463 # Packet Throughput
11464
11465 - type: "plot"
11466   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11467   algorithm: "plot_perf_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11470   include:
11471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11475   layout:
11476     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11484   include:
11485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11489   layout:
11490     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11498   include:
11499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11503   layout:
11504     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11517   layout:
11518     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11519     layout: "plot-throughput"
11520
11521 - type: "plot"
11522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11523   algorithm: "plot_perf_box_name"
11524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11526   include:
11527     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11532   layout:
11533     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11541   include:
11542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11547   layout:
11548     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11556   include:
11557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11562   layout:
11563     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11577   layout:
11578     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11586   include:
11587     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11588     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11589     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11590     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11591     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11592   layout:
11593     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11594     layout: "plot-throughput"
11595
11596 - type: "plot"
11597   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11598   algorithm: "plot_perf_box_name"
11599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11601   include:
11602     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11603     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11604     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11605     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11606     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11607   layout:
11608     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11616   include:
11617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11623   layout:
11624     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11632   include:
11633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11639   layout:
11640     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11648   include:
11649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11654   layout:
11655     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11656     layout: "plot-throughput"
11657
11658 - type: "plot"
11659   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11660   algorithm: "plot_perf_box_name"
11661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11663   include:
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11669   layout:
11670     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11671     layout: "plot-throughput"
11672
11673 - type: "plot"
11674   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11675   algorithm: "plot_perf_box_name"
11676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11678   include:
11679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11682   layout:
11683     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11695   layout:
11696     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11701   algorithm: "plot_perf_box_name"
11702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11704   include:
11705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11710   layout:
11711     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11719   include:
11720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11725   layout:
11726     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11734   include:
11735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11738   layout:
11739     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11744   algorithm: "plot_perf_box_name"
11745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11747   include:
11748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11751   layout:
11752     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11757   algorithm: "plot_perf_box_name"
11758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11760   include:
11761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11767   layout:
11768     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11776   include:
11777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11783   layout:
11784     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11792   include:
11793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11798   layout:
11799     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11807   include:
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11813   layout:
11814     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11822   include:
11823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11832     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11833   layout:
11834     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11835     layout: "plot-cps"
11836
11837 - type: "plot"
11838   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11842   include:
11843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11848     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11850     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11851     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11853   layout:
11854     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11862   include:
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11870     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11872     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11873   layout:
11874     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11875     layout: "plot-cps"
11876
11877 - type: "plot"
11878   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11882   include:
11883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11890     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11892     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11893   layout:
11894     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11902   include:
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11908   layout:
11909     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11917   include:
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11923   layout:
11924     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11932   include:
11933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11943   layout:
11944     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11945     layout: "plot-cps"
11946
11947 - type: "plot"
11948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11952   include:
11953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11963   layout:
11964     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11972   include:
11973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11983   layout:
11984     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11985     layout: "plot-cps"
11986
11987 - type: "plot"
11988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11992   include:
11993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11999     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12000     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12003   layout:
12004     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12005     layout: "plot-throughput"
12006
12007 - type: "plot"
12008   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12009   algorithm: "plot_perf_box_name"
12010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12012   include:
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12019   layout:
12020     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12028   include:
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12035   layout:
12036     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12044   include:
12045     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12048   layout:
12049     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12061   layout:
12062     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12070   include:
12071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12073 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12074 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12075 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12076   layout:
12077     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12089 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12090 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12091   layout:
12092     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12100   include:
12101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12106   layout:
12107     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12115   include:
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12121   layout:
12122     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12136   layout:
12137     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12138     layout: "plot-throughput"
12139
12140 - type: "plot"
12141   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12142   algorithm: "plot_perf_box_name"
12143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12145   include:
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12151   layout:
12152     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12153     layout: "plot-throughput"
12154
12155 - type: "plot"
12156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12157   algorithm: "plot_perf_box_name"
12158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12160   include:
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12165   layout:
12166     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12179   layout:
12180     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188   include:
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12194   layout:
12195     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12203   include:
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12209   layout:
12210     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12218   include:
12219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12224   layout:
12225     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12233   include:
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12239   layout:
12240     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12248   include:
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12253   layout:
12254     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12262   include:
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12267   layout:
12268     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12275   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12282   layout:
12283     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12290   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12291   include:
12292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12297   layout:
12298     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12303   algorithm: "plot_perf_box_name"
12304   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12305   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12306   include:
12307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12313   layout:
12314     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12322   include:
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12329   layout:
12330     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12338   include:
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12344   layout:
12345     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12353   include:
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12359   layout:
12360     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12368   include:
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12374   layout:
12375     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12389   layout:
12390     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12398   include:
12399     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12401   layout:
12402     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12410   include:
12411     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12413   layout:
12414     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12422   include:
12423     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12427   layout:
12428     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12436   include:
12437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12441   layout:
12442     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12450   include:
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12455   layout:
12456     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12464   include:
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12469   layout:
12470     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12478   include:
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12483   layout:
12484     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12492   include:
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12497   layout:
12498     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12505   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12506   include:
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12511   layout:
12512     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12520   include:
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12525   layout:
12526     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12534   include:
12535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12541   layout:
12542     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12550   include:
12551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12557   layout:
12558     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12559     layout: "plot-throughput"
12560
12561 - type: "plot"
12562   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12563   algorithm: "plot_perf_box_name"
12564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12566   include:
12567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12572   layout:
12573     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12574     layout: "plot-throughput"
12575
12576 - type: "plot"
12577   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12578   algorithm: "plot_perf_box_name"
12579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12581   include:
12582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12587   layout:
12588     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12596   include:
12597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12602   layout:
12603     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12611   include:
12612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12617   layout:
12618     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12626   include:
12627     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12630   layout:
12631     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12639   include:
12640     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12643   layout:
12644     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12645     layout: "plot-throughput"
12646
12647 - type: "plot"
12648   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12649   algorithm: "plot_perf_box_name"
12650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12652   include:
12653     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12656   layout:
12657     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12658     layout: "plot-throughput"
12659
12660 - type: "plot"
12661   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12662   algorithm: "plot_perf_box_name"
12663   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12665   include:
12666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12669   layout:
12670     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12671     layout: "plot-throughput"
12672
12673 - type: "plot"
12674   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12675   algorithm: "plot_perf_box_name"
12676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12678   include:
12679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12684   layout:
12685     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12686     layout: "plot-throughput"
12687
12688 - type: "plot"
12689   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12690   algorithm: "plot_perf_box_name"
12691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12693   include:
12694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12697     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12699   layout:
12700     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12701     layout: "plot-throughput"
12702
12703 - type: "plot"
12704   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12705   algorithm: "plot_perf_box_name"
12706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12708   include:
12709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12712     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12714   layout:
12715     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12723   include:
12724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12729   layout:
12730     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12731     layout: "plot-throughput"
12732
12733 - type: "plot"
12734   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12735   algorithm: "plot_perf_box_name"
12736   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12737   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12738   include:
12739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12744   layout:
12745     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12746     layout: "plot-throughput"
12747
12748 - type: "plot"
12749   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12750   algorithm: "plot_perf_box_name"
12751   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12752   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12753   include:
12754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12759   layout:
12760     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12767   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12768   include:
12769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12774   layout:
12775     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12776     layout: "plot-throughput"
12777
12778 - type: "plot"
12779   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12780   algorithm: "plot_perf_box_name"
12781   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12782   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12783   include:
12784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12789   layout:
12790     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12797   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12798   include:
12799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12804   layout:
12805     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12806     layout: "plot-throughput"
12807
12808 - type: "plot"
12809   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12810   algorithm: "plot_perf_box_name"
12811   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12812   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12813   include:
12814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12819   layout:
12820     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12821     layout: "plot-throughput"
12822
12823 - type: "plot"
12824   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12825   algorithm: "plot_perf_box_name"
12826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12828   include:
12829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12835   layout:
12836     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12844   include:
12845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12851   layout:
12852     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12853     layout: "plot-throughput"
12854
12855 - type: "plot"
12856   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12857   algorithm: "plot_perf_box_name"
12858   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12860   include:
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12865   layout:
12866     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12874   include:
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12879   layout:
12880     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12888   include:
12889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12895   layout:
12896     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12897     layout: "plot-throughput"
12898
12899 - type: "plot"
12900   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12901   algorithm: "plot_perf_box_name"
12902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12904   include:
12905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12911   layout:
12912     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12917   algorithm: "plot_perf_box_name"
12918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12920   include:
12921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927   layout:
12928     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12929     layout: "plot-throughput"
12930
12931 - type: "plot"
12932   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12933   algorithm: "plot_perf_box_name"
12934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12936   include:
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943   layout:
12944     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12952   include:
12953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12959   layout:
12960     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12965   algorithm: "plot_perf_box_name"
12966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12967   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12968   include:
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12975   layout:
12976     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12977     layout: "plot-throughput"
12978
12979 - type: "plot"
12980   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12981   algorithm: "plot_perf_box_name"
12982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12984   include:
12985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12991   layout:
12992     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12993     layout: "plot-throughput"
12994
12995 - type: "plot"
12996   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12997   algorithm: "plot_perf_box_name"
12998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13000   include:
13001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007   layout:
13008     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13009     layout: "plot-throughput"
13010
13011 - type: "plot"
13012   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13013   algorithm: "plot_perf_box_name"
13014   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13015   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13016   include:
13017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13023   layout:
13024     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13025     layout: "plot-throughput"
13026
13027 - type: "plot"
13028   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13029   algorithm: "plot_perf_box_name"
13030   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13031   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13032   include:
13033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13039   layout:
13040     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13041     layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13048   include:
13049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13055   layout:
13056     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13057     layout: "plot-throughput"
13058
13059 - type: "plot"
13060   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13061   algorithm: "plot_perf_box_name"
13062   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13064   include:
13065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13071   layout:
13072     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13073     layout: "plot-throughput"
13074
13075 - type: "plot"
13076   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13077   algorithm: "plot_perf_box_name"
13078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13080   include:
13081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13086   layout:
13087     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13095   include:
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13101   layout:
13102     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13110   include:
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13116   layout:
13117     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13125   include:
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13131   layout:
13132     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13140   include:
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13145   layout:
13146     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13154   include:
13155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13159   layout:
13160     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13173   layout:
13174     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13182   include:
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13187   layout:
13188     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13196   include:
13197     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13203   layout:
13204     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13212   include:
13213     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13219   layout:
13220     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13234   layout:
13235     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13236     layout: "plot-throughput"
13237
13238 - type: "plot"
13239   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13240   algorithm: "plot_perf_box_name"
13241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13243   include:
13244     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13249   layout:
13250     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13264   layout:
13265     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13279   layout:
13280     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13281     layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13285   algorithm: "plot_perf_box_name"
13286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13288   include:
13289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13293   layout:
13294     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13307   layout:
13308     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13309     layout: "plot-throughput"
13310
13311 - type: "plot"
13312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13313   algorithm: "plot_perf_box_name"
13314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13316   include:
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13323   layout:
13324     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13325     layout: "plot-throughput"
13326
13327 - type: "plot"
13328   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13329   algorithm: "plot_perf_box_name"
13330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13332   include:
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13339   layout:
13340     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13355   layout:
13356     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13357     layout: "plot-throughput"
13358
13359 - type: "plot"
13360   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13361   algorithm: "plot_perf_box_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13364   include:
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13371   layout:
13372     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380   include:
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13403   layout:
13404     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13405     layout: "plot-throughput"
13406
13407 - type: "plot"
13408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13409   algorithm: "plot_perf_box_name"
13410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13412   include:
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13419   layout:
13420     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13435   layout:
13436     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13444   include:
13445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13449   layout:
13450     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13458   include:
13459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13463   layout:
13464     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13465     layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13471   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13472   include:
13473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13479   layout:
13480     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13481     layout: "plot-throughput"
13482
13483 - type: "plot"
13484   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13485   algorithm: "plot_perf_box_name"
13486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13488   include:
13489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13495   layout:
13496     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13497     layout: "plot-throughput"
13498
13499 - type: "plot"
13500   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13501   algorithm: "plot_perf_box_name"
13502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13504   include:
13505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13511   layout:
13512     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13520   include:
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13527   layout:
13528     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13535   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13536   include:
13537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13541   layout:
13542     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13549   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13550   include:
13551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13555   layout:
13556     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13557     layout: "plot-throughput"
13558
13559 - type: "plot"
13560   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13561   algorithm: "plot_perf_box_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13563   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13564   include:
13565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13571   layout:
13572     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13573     layout: "plot-throughput"
13574
13575 - type: "plot"
13576   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13577   algorithm: "plot_perf_box_name"
13578   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13579   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13580   include:
13581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13582     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13587   layout:
13588     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13589     layout: "plot-throughput"
13590
13591 - type: "plot"
13592   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13593   algorithm: "plot_perf_box_name"
13594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13596   include:
13597     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13601   layout:
13602     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13603     layout: "plot-throughput"
13604
13605 - type: "plot"
13606   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13607   algorithm: "plot_perf_box_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13610   include:
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13615   layout:
13616     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13624   include:
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13631   layout:
13632     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13633     layout: "plot-throughput"
13634
13635 - type: "plot"
13636   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13637   algorithm: "plot_perf_box_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13639   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13640   include:
13641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13647   layout:
13648     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13656   include:
13657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13663   layout:
13664     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13665     layout: "plot-throughput"
13666
13667 - type: "plot"
13668   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13669   algorithm: "plot_perf_box_name"
13670   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13671   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13672   include:
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13679   layout:
13680     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13681     layout: "plot-throughput"
13682
13683 - type: "plot"
13684   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13685   algorithm: "plot_perf_box_name"
13686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13688   include:
13689     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13690     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13691     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13692     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13694     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13695   layout:
13696     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13701   algorithm: "plot_perf_box_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13704   include:
13705     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13706     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13707     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13708     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13709     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13710     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13711   layout:
13712     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13720   include:
13721     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13722     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13724 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13725 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13726 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13727   layout:
13728     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13729     layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13736   include:
13737     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13738     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13739     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13740 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13741 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13742 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13743   layout:
13744     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13754     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13755     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13756     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13757     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13758     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13759   layout:
13760     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13761     layout: "plot-throughput"
13762
13763 - type: "plot"
13764   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13765   algorithm: "plot_perf_box_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13768   include:
13769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13770     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13773     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13775   layout:
13776     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13784   include:
13785     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13791   layout:
13792     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13793     layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13800   include:
13801     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13807   layout:
13808     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13809     layout: "plot-throughput"
13810
13811 #- type: "plot"
13812 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13813 #  algorithm: "plot_perf_box_name"
13814 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13815 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13816 #  include:
13817 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13818 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13819 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13820 #  layout:
13821 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13822 #    layout: "plot-throughput"
13823 #
13824 #- type: "plot"
13825 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13826 #  algorithm: "plot_perf_box_name"
13827 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13828 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13829 #  include:
13830 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13831 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13832 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13833 #  layout:
13834 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13835 #    layout: "plot-throughput"
13836
13837 - type: "plot"
13838   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13839   algorithm: "plot_perf_box_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13848   layout:
13849     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13865     layout: "plot-throughput"
13866
13867 - type: "plot"
13868   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13869   algorithm: "plot_perf_box_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "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"
13874     - "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"
13875     - "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"
13876     - "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"
13877     - "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"
13878   layout:
13879     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13880     layout: "plot-throughput"
13881
13882 - type: "plot"
13883   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13884   algorithm: "plot_perf_box_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "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"
13889     - "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"
13890     - "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"
13891     - "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"
13892     - "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"
13893   layout:
13894     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13908   layout:
13909     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13914   algorithm: "plot_perf_box_name"
13915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13923   layout:
13924     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13925     layout: "plot-throughput"
13926
13927 - type: "plot"
13928   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13929   algorithm: "plot_perf_box_name"
13930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13932   include:
13933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13938   layout:
13939     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13940     layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13944   algorithm: "plot_perf_box_name"
13945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13953   layout:
13954     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13955     layout: "plot-throughput"
13956
13957 - type: "plot"
13958   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13959   algorithm: "plot_perf_box_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13968   layout:
13969     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13974   algorithm: "plot_perf_box_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13977   include:
13978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13983   layout:
13984     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13985     layout: "plot-throughput"
13986
13987 - type: "plot"
13988   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13989   algorithm: "plot_perf_box_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13992   include:
13993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13998   layout:
13999     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14000     layout: "plot-throughput"
14001
14002 - type: "plot"
14003   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14004   algorithm: "plot_perf_box_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14007   include:
14008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14013   layout:
14014     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14015     layout: "plot-throughput"
14016
14017 - type: "plot"
14018   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14019   algorithm: "plot_perf_box_name"
14020   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14022   include:
14023     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14027   layout:
14028     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14041   layout:
14042     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14043     layout: "plot-throughput"
14044
14045 - type: "plot"
14046   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14047   algorithm: "plot_perf_box_name"
14048   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14050   include:
14051     - "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"
14052     - "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"
14053     - "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"
14054     - "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"
14055   layout:
14056     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14057     layout: "plot-throughput"
14058
14059 - type: "plot"
14060   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14061   algorithm: "plot_perf_box_name"
14062   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14064   include:
14065     - "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"
14066     - "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"
14067     - "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"
14068     - "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"
14069   layout:
14070     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14071     layout: "plot-throughput"
14072
14073 - type: "plot"
14074   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14075   algorithm: "plot_perf_box_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14078   include:
14079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14085   layout:
14086     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14087     layout: "plot-throughput"
14088
14089 - type: "plot"
14090   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14091   algorithm: "plot_perf_box_name"
14092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14101   layout:
14102     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14103     layout: "plot-throughput"
14104
14105 - type: "plot"
14106   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14107   algorithm: "plot_perf_box_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14117   layout:
14118     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14119     layout: "plot-throughput"
14120
14121 - type: "plot"
14122   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14123   algorithm: "plot_perf_box_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14133   layout:
14134     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14135     layout: "plot-throughput"
14136
14137 - type: "plot"
14138   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14139   algorithm: "plot_perf_box_name"
14140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14149   layout:
14150     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14151     layout: "plot-throughput"
14152
14153 - type: "plot"
14154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14155   algorithm: "plot_perf_box_name"
14156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14158   include:
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14165   layout:
14166     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14167     layout: "plot-throughput"
14168
14169 - type: "plot"
14170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14171   algorithm: "plot_perf_box_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14180   layout:
14181     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14182     layout: "plot-throughput"
14183
14184 - type: "plot"
14185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14186   algorithm: "plot_perf_box_name"
14187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14189   include:
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14195   layout:
14196     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14197     layout: "plot-throughput"
14198
14199 - type: "plot"
14200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14201   algorithm: "plot_perf_box_name"
14202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14204   include:
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14207   layout:
14208     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14209     layout: "plot-throughput"
14210
14211 - type: "plot"
14212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14213   algorithm: "plot_perf_box_name"
14214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14216   include:
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14219   layout:
14220     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14221     layout: "plot-throughput"
14222
14223 - type: "plot"
14224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14225   algorithm: "plot_perf_box_name"
14226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14228   include:
14229     - "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"
14230     - "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"
14231   layout:
14232     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14233     layout: "plot-throughput"
14234
14235 - type: "plot"
14236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14237   algorithm: "plot_perf_box_name"
14238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14240   include:
14241     - "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"
14242     - "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"
14243   layout:
14244     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14245     layout: "plot-throughput"
14246
14247 - type: "plot"
14248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14249   algorithm: "plot_perf_box_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14255   layout:
14256     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14257     layout: "plot-throughput"
14258
14259 - type: "plot"
14260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14261   algorithm: "plot_perf_box_name"
14262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14264   include:
14265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267   layout:
14268     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14269     layout: "plot-throughput"
14270
14271 - type: "plot"
14272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14273   algorithm: "plot_perf_box_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14279   layout:
14280     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14281     layout: "plot-throughput"
14282
14283 - type: "plot"
14284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14285   algorithm: "plot_perf_box_name"
14286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14288   include:
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14291   layout:
14292     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14293     layout: "plot-throughput"
14294
14295 - type: "plot"
14296   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14297   algorithm: "plot_perf_box_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14300   include:
14301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14307   layout:
14308     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14309     layout: "plot-throughput"
14310
14311 - type: "plot"
14312   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14313   algorithm: "plot_perf_box_name"
14314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14316   include:
14317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14323   layout:
14324     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14325     layout: "plot-throughput"
14326
14327 - type: "plot"
14328   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14329   algorithm: "plot_perf_box_name"
14330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14332   include:
14333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14334     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14337     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14339   layout:
14340     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14341     layout: "plot-throughput"
14342
14343 - type: "plot"
14344   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14345   algorithm: "plot_perf_box_name"
14346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14348   include:
14349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14355   layout:
14356     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14357     layout: "plot-throughput"
14358
14359 - type: "plot"
14360   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14361   algorithm: "plot_perf_box_name"
14362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14364   include:
14365     - "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"
14366     - "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"
14367     - "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"
14368     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14369     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14370     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14371   layout:
14372     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14373     layout: "plot-throughput"
14374
14375 - type: "plot"
14376   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14377   algorithm: "plot_perf_box_name"
14378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14380   include:
14381     - "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"
14382     - "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"
14383     - "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"
14384     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14385     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14387   layout:
14388     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14389     layout: "plot-throughput"
14390
14391 ################################################################################
14392
14393 # Packet Speedup
14394
14395 - type: "plot"
14396   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14405   layout:
14406     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14414   include:
14415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14419   layout:
14420     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14428   include:
14429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14430     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14433   layout:
14434     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14447   layout:
14448     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14458     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14460     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14461     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14462   layout:
14463     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14464     layout: "plot-throughput-speedup-analysis"
14465
14466 - type: "plot"
14467   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14468   algorithm: "plot_tsa_name"
14469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14471   include:
14472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14476     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14477   layout:
14478     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14488     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14489     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14490     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14492   layout:
14493     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14494     layout: "plot-throughput-speedup-analysis"
14495
14496 - type: "plot"
14497   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14498   algorithm: "plot_tsa_name"
14499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14501   include:
14502     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14503     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14504     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14505     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14506     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14507   layout:
14508     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14516   include:
14517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14523   layout:
14524     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14532   include:
14533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14539   layout:
14540     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14541     layout: "plot-throughput-speedup-analysis"
14542
14543 - type: "plot"
14544   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14545   algorithm: "plot_tsa_name"
14546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14548   include:
14549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14554   layout:
14555     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14563   include:
14564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14569   layout:
14570     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14578   include:
14579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14582   layout:
14583     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14595   layout:
14596     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14597     layout: "plot-throughput-speedup-analysis"
14598
14599 - type: "plot"
14600   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14601   algorithm: "plot_tsa_name"
14602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14604   include:
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14610   layout:
14611     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14625   layout:
14626     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14638   layout:
14639     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14651   layout:
14652     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14660   include:
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14667   layout:
14668     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14683   layout:
14684     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14692   include:
14693     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14694     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14697     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14698   layout:
14699     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14707   include:
14708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
14709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
14711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
14712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
14713   layout:
14714     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14715     layout: "plot-throughput-speedup-analysis"
14716
14717 - type: "plot"
14718   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14719   algorithm: "plot_tsa_name"
14720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14722   include:
14723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14724     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14725     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14727     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14733   layout:
14734     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14735     layout: "plot-throughput-speedup-analysis-cps"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14742   include:
14743     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14744     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14745     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14746     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14747     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14748     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14749     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14751     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14753   layout:
14754     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14762   include:
14763     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14773   layout:
14774     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14775     layout: "plot-throughput-speedup-analysis-cps"
14776
14777 - type: "plot"
14778   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14782   include:
14783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14784     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14785     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14786     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14788     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14790     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14793   layout:
14794     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14795     layout: "plot-throughput-speedup-analysis"
14796
14797 - type: "plot"
14798   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14799   algorithm: "plot_tsa_name"
14800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14802   include:
14803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14808   layout:
14809     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14810     layout: "plot-throughput-speedup-analysis"
14811
14812 - type: "plot"
14813   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14817   include:
14818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
14819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
14821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
14822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
14823   layout:
14824     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14825     layout: "plot-throughput-speedup-analysis"
14826
14827 - type: "plot"
14828   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14829   algorithm: "plot_tsa_name"
14830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14832   include:
14833     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14835     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14843   layout:
14844     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14845     layout: "plot-throughput-speedup-analysis-cps"
14846
14847 - type: "plot"
14848   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14852   include:
14853     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14855     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14863   layout:
14864     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 - type: "plot"
14868   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14869   algorithm: "plot_tsa_name"
14870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14872   include:
14873     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
14874     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
14875     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
14878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
14879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
14883   layout:
14884     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14885     layout: "plot-throughput-speedup-analysis-cps"
14886
14887 - type: "plot"
14888   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14889   algorithm: "plot_tsa_name"
14890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14892   include:
14893     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
14898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14903   layout:
14904     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14919   layout:
14920     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14921     layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14928   include:
14929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14935   layout:
14936     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14944   include:
14945     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14948   layout:
14949     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14957   include:
14958     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14961   layout:
14962     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14974 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14975 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14976   layout:
14977     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14985   include:
14986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14989 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14990 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14991   layout:
14992     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15006   layout:
15007     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15021   layout:
15022     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15036   layout:
15037     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15051   layout:
15052     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15060   include:
15061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15065   layout:
15066     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15074   include:
15075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15079   layout:
15080     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15088   include:
15089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15094   layout:
15095     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15109   layout:
15110     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15111     layout: "plot-throughput-speedup-analysis"
15112
15113 - type: "plot"
15114   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15115   algorithm: "plot_tsa_name"
15116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15118   include:
15119     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15121   layout:
15122     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15130   include:
15131     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15133   layout:
15134     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15135     layout: "plot-throughput-speedup-analysis"
15136
15137 - type: "plot"
15138   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15139   algorithm: "plot_tsa_name"
15140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15142   include:
15143     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15147   layout:
15148     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15161   layout:
15162     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15175   layout:
15176     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15184   include:
15185     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15189   layout:
15190     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15205   layout:
15206     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15207     layout: "plot-throughput-speedup-analysis"
15208
15209 - type: "plot"
15210   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15211   algorithm: "plot_tsa_name"
15212   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15214   include:
15215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15221   layout:
15222     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15230   include:
15231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15236   layout:
15237     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15245   include:
15246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15251   layout:
15252     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15253     layout: "plot-throughput-speedup-analysis"
15254
15255 - type: "plot"
15256   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15257   algorithm: "plot_tsa_name"
15258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15260   include:
15261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15266   layout:
15267     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15281   layout:
15282     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15290   include:
15291     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15294   layout:
15295     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15303   include:
15304     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15307   layout:
15308     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15309     layout: "plot-throughput-speedup-analysis"
15310
15311 - type: "plot"
15312   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15313   algorithm: "plot_tsa_name"
15314   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15316   include:
15317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15320   layout:
15321     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15333   layout:
15334     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15335     layout: "plot-throughput-speedup-analysis"
15336
15337 - type: "plot"
15338   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15339   algorithm: "plot_tsa_name"
15340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15342   include:
15343     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15348   layout:
15349     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15357   include:
15358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15363   layout:
15364     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15372   include:
15373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15377     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15378   layout:
15379     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15380     layout: "plot-throughput-speedup-analysis"
15381
15382 - type: "plot"
15383   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15384   algorithm: "plot_tsa_name"
15385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15387   include:
15388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15393   layout:
15394     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15395     layout: "plot-throughput-speedup-analysis"
15396
15397 - type: "plot"
15398   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15399   algorithm: "plot_tsa_name"
15400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15402   include:
15403     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15404     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15405     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15406     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15407     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15409   layout:
15410     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15418   include:
15419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15425   layout:
15426     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15427     layout: "plot-throughput-speedup-analysis"
15428
15429 - type: "plot"
15430   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15431   algorithm: "plot_tsa_name"
15432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15434   include:
15435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15438     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15439   layout:
15440     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15448   include:
15449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15453   layout:
15454     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15462   include:
15463     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15464     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15465     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15466     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15469   layout:
15470     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15485   layout:
15486     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15494   include:
15495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15501   layout:
15502     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15510   include:
15511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15517   layout:
15518     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15526   include:
15527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15533   layout:
15534     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15535     layout: "plot-throughput-speedup-analysis"
15536
15537 - type: "plot"
15538   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15539   algorithm: "plot_tsa_name"
15540   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15542   include:
15543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15549   layout:
15550     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15558   include:
15559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15564   layout:
15565     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15573   include:
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15579   layout:
15580     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15588   include:
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15594   layout:
15595     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15603   include:
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15609   layout:
15610     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15611     layout: "plot-throughput-speedup-analysis"
15612
15613 - type: "plot"
15614   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15615   algorithm: "plot_tsa_name"
15616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15618   include:
15619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15623   layout:
15624     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15632   include:
15633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15637   layout:
15638     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15646   include:
15647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15651   layout:
15652     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15660   include:
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15665   layout:
15666     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15674   include:
15675     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15681   layout:
15682     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15690   include:
15691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15697   layout:
15698     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15706   include:
15707     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15712   layout:
15713     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15727   layout:
15728     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15729     layout: "plot-throughput-speedup-analysis"
15730
15731 - type: "plot"
15732   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15733   algorithm: "plot_tsa_name"
15734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15736   include:
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15742   layout:
15743     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   include:
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15757   layout:
15758     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15766   include:
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15771   layout:
15772     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15780   include:
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15785   layout:
15786     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15794   include:
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15801   layout:
15802     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15810   include:
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15817   layout:
15818     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15826   include:
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15833   layout:
15834     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15842   include:
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15849   layout:
15850     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15858   include:
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15865   layout:
15866     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15874   include:
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15881   layout:
15882     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15890   include:
15891     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15892     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15893     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15894     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15895     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15896     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15897   layout:
15898     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15906   include:
15907     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15908     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15909     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15910     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15911     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15912     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15913   layout:
15914     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15922   include:
15923     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15924     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15925     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15926     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15927     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15928     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15929   layout:
15930     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15938   include:
15939     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15940     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15941     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15942     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15943     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15944     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15945   layout:
15946     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15954   include:
15955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15960   layout:
15961     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15962     layout: "plot-throughput-speedup-analysis"
15963
15964 - type: "plot"
15965   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15966   algorithm: "plot_tsa_name"
15967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15969   include:
15970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15975   layout:
15976     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15984   include:
15985     - "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"
15986     - "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"
15987     - "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"
15988     - "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"
15989     - "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"
15990   layout:
15991     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15992     layout: "plot-throughput-speedup-analysis"
15993
15994 - type: "plot"
15995   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15996   algorithm: "plot_tsa_name"
15997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15999   include:
16000     - "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"
16001     - "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"
16002     - "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"
16003     - "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"
16004     - "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"
16005   layout:
16006     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16014   include:
16015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16020   layout:
16021     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16022     layout: "plot-throughput-speedup-analysis"
16023
16024 - type: "plot"
16025   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16026   algorithm: "plot_tsa_name"
16027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16029   include:
16030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16035   layout:
16036     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16044   include:
16045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16050   layout:
16051     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16052     layout: "plot-throughput-speedup-analysis"
16053
16054 - type: "plot"
16055   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16056   algorithm: "plot_tsa_name"
16057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16059   include:
16060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16065   layout:
16066     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16067     layout: "plot-throughput-speedup-analysis"
16068
16069 - type: "plot"
16070   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16071   algorithm: "plot_tsa_name"
16072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16074   include:
16075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16080   layout:
16081     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16089   include:
16090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16095   layout:
16096     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16097     layout: "plot-throughput-speedup-analysis"
16098
16099 - type: "plot"
16100   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16101   algorithm: "plot_tsa_name"
16102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16104   include:
16105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16110   layout:
16111     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16112     layout: "plot-throughput-speedup-analysis"
16113
16114 - type: "plot"
16115   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16116   algorithm: "plot_tsa_name"
16117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16119   include:
16120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16125   layout:
16126     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16127     layout: "plot-throughput-speedup-analysis"
16128
16129 - type: "plot"
16130   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16131   algorithm: "plot_tsa_name"
16132   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16134   include:
16135     - "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"
16136     - "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"
16137     - "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"
16138     - "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"
16139   layout:
16140     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16148   include:
16149     - "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"
16150     - "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"
16151     - "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"
16152     - "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"
16153   layout:
16154     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16162   include:
16163     - "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"
16164     - "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"
16165     - "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"
16166     - "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"
16167   layout:
16168     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16176   include:
16177     - "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"
16178     - "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"
16179     - "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"
16180     - "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"
16181   layout:
16182     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16190   include:
16191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16197   layout:
16198     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16206   include:
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16213   layout:
16214     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16215     layout: "plot-throughput-speedup-analysis"
16216
16217 - type: "plot"
16218   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16219   algorithm: "plot_tsa_name"
16220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16222   include:
16223     - "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"
16224     - "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"
16225     - "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"
16226     - "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"
16227     - "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"
16228     - "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"
16229   layout:
16230     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16231     layout: "plot-throughput-speedup-analysis"
16232
16233 - type: "plot"
16234   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16235   algorithm: "plot_tsa_name"
16236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16238   include:
16239     - "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"
16240     - "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"
16241     - "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"
16242     - "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"
16243     - "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"
16244     - "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"
16245   layout:
16246     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16247     layout: "plot-throughput-speedup-analysis"
16248
16249 - type: "plot"
16250   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16251   algorithm: "plot_tsa_name"
16252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16254   include:
16255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16261   layout:
16262     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 - type: "plot"
16266   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16267   algorithm: "plot_tsa_name"
16268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16270   include:
16271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16277   layout:
16278     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16286   include:
16287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16292   layout:
16293     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16301   include:
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16307   layout:
16308     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16316   include:
16317     - "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"
16318     - "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"
16319   layout:
16320     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16321     layout: "plot-throughput-speedup-analysis"
16322
16323 - type: "plot"
16324   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16325   algorithm: "plot_tsa_name"
16326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16328   include:
16329     - "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"
16330     - "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"
16331   layout:
16332     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16340   include:
16341     - "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"
16342     - "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"
16343   layout:
16344     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16345     layout: "plot-throughput-speedup-analysis"
16346
16347 - type: "plot"
16348   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16349   algorithm: "plot_tsa_name"
16350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16352   include:
16353     - "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"
16354     - "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"
16355   layout:
16356     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16357     layout: "plot-throughput-speedup-analysis"
16358
16359 - type: "plot"
16360   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16361   algorithm: "plot_tsa_name"
16362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16364   include:
16365     - "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"
16366     - "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"
16367     - "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"
16368     - "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"
16369     - "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"
16370     - "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"
16371   layout:
16372     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16373     layout: "plot-throughput-speedup-analysis"
16374
16375 - type: "plot"
16376   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16377   algorithm: "plot_tsa_name"
16378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16380   include:
16381     - "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"
16382     - "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"
16383     - "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"
16384     - "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"
16385     - "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"
16386     - "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"
16387   layout:
16388     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16389     layout: "plot-throughput-speedup-analysis"
16390
16391 - type: "plot"
16392   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16393   algorithm: "plot_tsa_name"
16394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16396   include:
16397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16401     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16402   layout:
16403     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16404     layout: "plot-throughput-speedup-analysis"
16405
16406 - type: "plot"
16407   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16408   algorithm: "plot_tsa_name"
16409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16411   include:
16412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16416     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16417   layout:
16418     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16419     layout: "plot-throughput-speedup-analysis"
16420
16421 - type: "plot"
16422   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16423   algorithm: "plot_tsa_name"
16424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16426   include:
16427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16432   layout:
16433     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16441   include:
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16447   layout:
16448     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16449     layout: "plot-throughput-speedup-analysis"
16450
16451 - type: "plot"
16452   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16453   algorithm: "plot_tsa_name"
16454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16456   include:
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16461   layout:
16462     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16470   include:
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16475   layout:
16476     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16477     layout: "plot-throughput-speedup-analysis"
16478
16479 - type: "plot"
16480   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16481   algorithm: "plot_tsa_name"
16482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16484   include:
16485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16503   layout:
16504     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 - type: "plot"
16508   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16509   algorithm: "plot_tsa_name"
16510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16512   include:
16513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16518   layout:
16519     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16527   include:
16528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16533   layout:
16534     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16535     layout: "plot-throughput-speedup-analysis"
16536
16537 - type: "plot"
16538   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16539   algorithm: "plot_tsa_name"
16540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16542   include:
16543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16549   layout:
16550     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 - type: "plot"
16554   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16555   algorithm: "plot_tsa_name"
16556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16558   include:
16559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16565   layout:
16566     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16567     layout: "plot-throughput-speedup-analysis"
16568
16569 - type: "plot"
16570   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16571   algorithm: "plot_tsa_name"
16572   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16573   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16574   include:
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16579   layout:
16580     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16581     layout: "plot-throughput-speedup-analysis"
16582
16583 - type: "plot"
16584   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16585   algorithm: "plot_tsa_name"
16586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16588   include:
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16593   layout:
16594     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16595     layout: "plot-throughput-speedup-analysis"
16596
16597 - type: "plot"
16598   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16599   algorithm: "plot_tsa_name"
16600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16602   include:
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16609   layout:
16610     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16611     layout: "plot-throughput-speedup-analysis"
16612
16613 - type: "plot"
16614   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16615   algorithm: "plot_tsa_name"
16616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16618   include:
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16625   layout:
16626     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16627     layout: "plot-throughput-speedup-analysis"
16628
16629 - type: "plot"
16630   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16631   algorithm: "plot_tsa_name"
16632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16634   include:
16635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16641   layout:
16642     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16643     layout: "plot-throughput-speedup-analysis"
16644
16645 - type: "plot"
16646   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16647   algorithm: "plot_tsa_name"
16648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16650   include:
16651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16657   layout:
16658     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16659     layout: "plot-throughput-speedup-analysis"
16660
16661 - type: "plot"
16662   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16663   algorithm: "plot_tsa_name"
16664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16666   include:
16667     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16668     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16669     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16670     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16671     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16673   layout:
16674     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 - type: "plot"
16678   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16679   algorithm: "plot_tsa_name"
16680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16682   include:
16683     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16684     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16685     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16686     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16687     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16688     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16689   layout:
16690     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16691     layout: "plot-throughput-speedup-analysis"
16692
16693 - type: "plot"
16694   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16695   algorithm: "plot_tsa_name"
16696   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16697   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16698   include:
16699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16705   layout:
16706     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16707     layout: "plot-throughput-speedup-analysis"
16708
16709 - type: "plot"
16710   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16711   algorithm: "plot_tsa_name"
16712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16714   include:
16715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16721   layout:
16722     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16723     layout: "plot-throughput-speedup-analysis"
16724
16725 - type: "plot"
16726   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16727   algorithm: "plot_tsa_name"
16728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16730   include:
16731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16737   layout:
16738     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16739     layout: "plot-throughput-speedup-analysis"
16740
16741 - type: "plot"
16742   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16743   algorithm: "plot_tsa_name"
16744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16746   include:
16747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16753   layout:
16754     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16755     layout: "plot-throughput-speedup-analysis"
16756
16757 #- type: "plot"
16758 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16759 #  algorithm: "plot_tsa_name"
16760 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16761 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16762 #  include:
16763 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16764 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16765 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16766 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16767 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16768 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16769 #  layout:
16770 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16771 #    layout: "plot-throughput-speedup-analysis"
16772 #
16773 #- type: "plot"
16774 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16775 #  algorithm: "plot_tsa_name"
16776 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16777 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16778 #  include:
16779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16780 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16781 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16783 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16784 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16785 #  layout:
16786 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16787 #    layout: "plot-throughput-speedup-analysis"
16788
16789 - type: "plot"
16790   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16791   algorithm: "plot_tsa_name"
16792   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16793   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16794   include:
16795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16800   layout:
16801     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16809   include:
16810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16815   layout:
16816     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16817     layout: "plot-throughput-speedup-analysis"
16818
16819 - type: "plot"
16820   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16821   algorithm: "plot_tsa_name"
16822   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16823   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16824   include:
16825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16831   layout:
16832     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16833     layout: "plot-throughput-speedup-analysis"
16834
16835 - type: "plot"
16836   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16837   algorithm: "plot_tsa_name"
16838   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16839   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16840   include:
16841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16847   layout:
16848     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16849     layout: "plot-throughput-speedup-analysis"
16850
16851 - type: "plot"
16852   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16853   algorithm: "plot_tsa_name"
16854   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16855   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16856   include:
16857     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16862   layout:
16863     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16864     layout: "plot-throughput-speedup-analysis"
16865
16866 - type: "plot"
16867   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16868   algorithm: "plot_tsa_name"
16869   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16870   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16871   include:
16872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16877   layout:
16878     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16879     layout: "plot-throughput-speedup-analysis"
16880
16881 - type: "plot"
16882   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16883   algorithm: "plot_tsa_name"
16884   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16885   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16886   include:
16887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16891   layout:
16892     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16893     layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16900   include:
16901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16905   layout:
16906     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16907     layout: "plot-throughput-speedup-analysis"
16908
16909 - type: "plot"
16910   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16911   algorithm: "plot_tsa_name"
16912   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16913   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16914   include:
16915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16921   layout:
16922     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16937   layout:
16938     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16939     layout: "plot-throughput-speedup-analysis"
16940
16941 - type: "plot"
16942   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16943   algorithm: "plot_tsa_name"
16944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16946   include:
16947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16952   layout:
16953     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16954     layout: "plot-throughput-speedup-analysis"
16955
16956 - type: "plot"
16957   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16958   algorithm: "plot_tsa_name"
16959   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16960   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16961   include:
16962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16967   layout:
16968     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16969     layout: "plot-throughput-speedup-analysis"
16970
16971 - type: "plot"
16972   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16973   algorithm: "plot_tsa_name"
16974   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16975   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16976   include:
16977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16982   layout:
16983     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16984     layout: "plot-throughput-speedup-analysis"
16985
16986 - type: "plot"
16987   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16988   algorithm: "plot_tsa_name"
16989   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16990   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16991   include:
16992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16997   layout:
16998     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16999     layout: "plot-throughput-speedup-analysis"
17000
17001 - type: "plot"
17002   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17003   algorithm: "plot_tsa_name"
17004   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17005   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17006   include:
17007     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17011   layout:
17012     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17020   include:
17021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17025   layout:
17026     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17027     layout: "plot-throughput-speedup-analysis"
17028
17029 - type: "plot"
17030   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17031   algorithm: "plot_tsa_name"
17032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17034   include:
17035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17040   layout:
17041     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17042     layout: "plot-throughput-speedup-analysis"
17043
17044 - type: "plot"
17045   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17046   algorithm: "plot_tsa_name"
17047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17049   include:
17050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17055   layout:
17056     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17057     layout: "plot-throughput-speedup-analysis"
17058
17059 - type: "plot"
17060   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17061   algorithm: "plot_tsa_name"
17062   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17063   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17064   include:
17065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17071   layout:
17072     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17073     layout: "plot-throughput-speedup-analysis"
17074
17075 - type: "plot"
17076   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17077   algorithm: "plot_tsa_name"
17078   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17079   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17080   include:
17081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17087   layout:
17088     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17089     layout: "plot-throughput-speedup-analysis"
17090
17091 - type: "plot"
17092   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17093   algorithm: "plot_tsa_name"
17094   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17095   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17096   include:
17097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17100     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17101   layout:
17102     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17103     layout: "plot-throughput-speedup-analysis"
17104
17105 - type: "plot"
17106   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17107   algorithm: "plot_tsa_name"
17108   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17109   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17110   include:
17111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17115   layout:
17116     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17117     layout: "plot-throughput-speedup-analysis"
17118
17119 - type: "plot"
17120   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17121   algorithm: "plot_tsa_name"
17122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17124   include:
17125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17131   layout:
17132     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17133     layout: "plot-throughput-speedup-analysis"
17134
17135 - type: "plot"
17136   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17137   algorithm: "plot_tsa_name"
17138   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17139   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17140   include:
17141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17147   layout:
17148     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17149     layout: "plot-throughput-speedup-analysis"
17150
17151 - type: "plot"
17152   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17153   algorithm: "plot_tsa_name"
17154   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17155   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17156   include:
17157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17159     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17160     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17161     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17162     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17163   layout:
17164     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17165     layout: "plot-throughput-speedup-analysis"
17166
17167 - type: "plot"
17168   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17169   algorithm: "plot_tsa_name"
17170   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17171   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17172   include:
17173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17174     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17175     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17176     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17177     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17178     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17179   layout:
17180     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17181     layout: "plot-throughput-speedup-analysis"
17182
17183 #- type: "plot"
17184 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17185 #  algorithm: "plot_tsa_name"
17186 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17187 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17188 #  include:
17189 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17190 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17191 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17192 #  layout:
17193 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17194 #    layout: "plot-throughput-speedup-analysis"
17195 #
17196 #- type: "plot"
17197 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17198 #  algorithm: "plot_tsa_name"
17199 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17200 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17201 #  include:
17202 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17203 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17204 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17205 #  layout:
17206 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17207 #    layout: "plot-throughput-speedup-analysis"
17208
17209 ################################################################################
17210
17211 # Packet Throughput - DPDK
17212
17213 # 2n-skx-xxv710
17214
17215 - type: "plot"
17216   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17219   data: "plot-dpdk-throughput-latency-2n-skx"
17220   include:
17221     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17222     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17223   layout:
17224     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17231   data: "plot-dpdk-throughput-latency-2n-skx"
17232   include:
17233     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17234     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17235   layout:
17236     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17243   data: "plot-dpdk-throughput-latency-2n-skx"
17244   include:
17245     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17246     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17247   layout:
17248     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17255   data: "plot-dpdk-throughput-latency-2n-skx"
17256   include:
17257     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17258     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17259   layout:
17260     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17261     layout: "plot-throughput"
17262
17263 # 2n-skx-x710
17264
17265 - type: "plot"
17266   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17269   data: "plot-dpdk-throughput-latency-2n-skx"
17270   include:
17271     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17272     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17273   layout:
17274     title: "2n-skx-x710-64b-2t1c-base-ndr"
17275     layout: "plot-throughput"
17276
17277 - type: "plot"
17278   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17279   algorithm: "plot_perf_box_name"
17280   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17281   data: "plot-dpdk-throughput-latency-2n-skx"
17282   include:
17283     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17284     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17285   layout:
17286     title: "2n-skx-x710-64b-4t2c-base-ndr"
17287     layout: "plot-throughput"
17288
17289 - type: "plot"
17290   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17291   algorithm: "plot_perf_box_name"
17292   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17293   data: "plot-dpdk-throughput-latency-2n-skx"
17294   include:
17295     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17296     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17297   layout:
17298     title: "2n-skx-x710-64b-2t1c-base-pdr"
17299     layout: "plot-throughput"
17300
17301 - type: "plot"
17302   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17303   algorithm: "plot_perf_box_name"
17304   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17305   data: "plot-dpdk-throughput-latency-2n-skx"
17306   include:
17307     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17308     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17309   layout:
17310     title: "2n-skx-x710-64b-4t2c-base-pdr"
17311     layout: "plot-throughput"
17312
17313 # 3n-skx-xxv710
17314
17315 - type: "plot"
17316   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17319   data: "plot-dpdk-throughput-latency-3n-skx"
17320   include:
17321     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17322     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17323   layout:
17324     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17331   data: "plot-dpdk-throughput-latency-3n-skx"
17332   include:
17333     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17334     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17335   layout:
17336     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17343   data: "plot-dpdk-throughput-latency-3n-skx"
17344   include:
17345     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17346     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17347   layout:
17348     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17349     layout: "plot-throughput"
17350
17351 - type: "plot"
17352   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17353   algorithm: "plot_perf_box_name"
17354   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17355   data: "plot-dpdk-throughput-latency-3n-skx"
17356   include:
17357     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17358     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17359   layout:
17360     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17361     layout: "plot-throughput"
17362
17363 # 3n-skx-x710
17364
17365 - type: "plot"
17366   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17369   data: "plot-dpdk-throughput-latency-3n-skx"
17370   include:
17371     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17372     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17373   layout:
17374     title: "3n-skx-x710-64b-2t1c-base-ndr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17381   data: "plot-dpdk-throughput-latency-3n-skx"
17382   include:
17383     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17384     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17385   layout:
17386     title: "3n-skx-x710-64b-4t2c-base-ndr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17393   data: "plot-dpdk-throughput-latency-3n-skx"
17394   include:
17395     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17396     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17397   layout:
17398     title: "3n-skx-x710-64b-2t1c-base-pdr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17405   data: "plot-dpdk-throughput-latency-3n-skx"
17406   include:
17407     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17408     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17409   layout:
17410     title: "3n-skx-x710-64b-4t2c-base-pdr"
17411     layout: "plot-throughput"
17412
17413 # 3n-hsw-xl710
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17419   data: "plot-dpdk-throughput-latency-3n-hsw"
17420   include:
17421     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17422     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17423   layout:
17424     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17431   data: "plot-dpdk-throughput-latency-3n-hsw"
17432   include:
17433     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17434     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17435   layout:
17436     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17443   data: "plot-dpdk-throughput-latency-3n-hsw"
17444   include:
17445     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17446     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17447   layout:
17448     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17455   data: "plot-dpdk-throughput-latency-3n-hsw"
17456   include:
17457     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17458     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17459   layout:
17460     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17461     layout: "plot-throughput"
17462
17463 # 3n-hsw-x710
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17469   data: "plot-dpdk-throughput-latency-3n-hsw"
17470   include:
17471     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17472     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17473   layout:
17474     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17481   data: "plot-dpdk-throughput-latency-3n-hsw"
17482   include:
17483     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17484     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17485   layout:
17486     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17493   data: "plot-dpdk-throughput-latency-3n-hsw"
17494   include:
17495     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17496     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17497   layout:
17498     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17499     layout: "plot-throughput"
17500
17501 - type: "plot"
17502   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17503   algorithm: "plot_perf_box_name"
17504   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17505   data: "plot-dpdk-throughput-latency-3n-hsw"
17506   include:
17507     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17508     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17509   layout:
17510     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17511     layout: "plot-throughput"
17512
17513 ## 2n-dnv-x553
17514 #
17515 #- type: "plot"
17516 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17517 #  algorithm: "plot_perf_box_name"
17518 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17519 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17520 #  include:
17521 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17522 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17523 #  layout:
17524 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17525 #    layout: "plot-throughput"
17526 #
17527 #- type: "plot"
17528 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17529 #  algorithm: "plot_perf_box_name"
17530 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17531 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17532 #  include:
17533 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17534 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17535 #  layout:
17536 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17537 #    layout: "plot-throughput"
17538 #
17539 #- type: "plot"
17540 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17541 #  algorithm: "plot_perf_box_name"
17542 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17543 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17544 #  include:
17545 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17546 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17547 #  layout:
17548 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17549 #    layout: "plot-throughput"
17550 #
17551 #- type: "plot"
17552 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17553 #  algorithm: "plot_perf_box_name"
17554 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17555 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17556 #  include:
17557 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17558 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17559 #  layout:
17560 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17561 #    layout: "plot-throughput"
17562 #
17563 ## 3n-dnv-x553
17564 #
17565 #- type: "plot"
17566 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17567 #  algorithm: "plot_perf_box_name"
17568 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17569 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17570 #  include:
17571 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17572 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17573 #  layout:
17574 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17575 #    layout: "plot-throughput"
17576 #
17577 #- type: "plot"
17578 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17579 #  algorithm: "plot_perf_box_name"
17580 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17581 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17582 #  include:
17583 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17584 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17585 #  layout:
17586 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17587 #    layout: "plot-throughput"
17588 #
17589 #- type: "plot"
17590 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17591 #  algorithm: "plot_perf_box_name"
17592 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17593 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17594 #  include:
17595 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17596 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17597 #  layout:
17598 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17599 #    layout: "plot-throughput"
17600 #
17601 #- type: "plot"
17602 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17603 #  algorithm: "plot_perf_box_name"
17604 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17605 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17606 #  include:
17607 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17608 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17609 #  layout:
17610 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17611 #    layout: "plot-throughput"
17612
17613 # 3n-tsh-x520
17614
17615 - type: "plot"
17616   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17619   data: "plot-dpdk-throughput-latency-3n-tsh"
17620   include:
17621     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17622     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17623   layout:
17624     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17625     layout: "plot-throughput"
17626
17627 - type: "plot"
17628   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17629   algorithm: "plot_perf_box_name"
17630   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17631   data: "plot-dpdk-throughput-latency-3n-tsh"
17632   include:
17633     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17634     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17635   layout:
17636     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17637     layout: "plot-throughput"
17638
17639 - type: "plot"
17640   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17641   algorithm: "plot_perf_box_name"
17642   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17643   data: "plot-dpdk-throughput-latency-3n-tsh"
17644   include:
17645     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17646     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17647   layout:
17648     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17649     layout: "plot-throughput"
17650
17651 - type: "plot"
17652   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17653   algorithm: "plot_perf_box_name"
17654   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17655   data: "plot-dpdk-throughput-latency-3n-tsh"
17656   include:
17657     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17658     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17659   layout:
17660     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17661     layout: "plot-throughput"
17662
17663 ################################################################################
17664 ###   2n-clx                                                                 ###
17665 ################################################################################
17666
17667 # Packet Throughput
17668
17669 - type: "plot"
17670   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17671   algorithm: "plot_perf_box_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17679   layout:
17680     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17681     layout: "plot-throughput"
17682
17683 - type: "plot"
17684   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17693   layout:
17694     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17721   layout:
17722     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17723     layout: "plot-throughput"
17724
17725 - type: "plot"
17726   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17727   algorithm: "plot_perf_box_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17733     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17735   layout:
17736     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17746     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17747     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17748     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17749   layout:
17750     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17765   layout:
17766     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17767     layout: "plot-throughput"
17768
17769 - type: "plot"
17770   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17781   layout:
17782     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17783     layout: "plot-throughput"
17784
17785 - type: "plot"
17786   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17787   algorithm: "plot_perf_box_name"
17788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17790   include:
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17795   layout:
17796     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17809   layout:
17810     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17822   layout:
17823     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17828   algorithm: "plot_perf_box_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17835   layout:
17836     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17841   algorithm: "plot_perf_box_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17850   layout:
17851     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17865   layout:
17866     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17878   layout:
17879     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17880     layout: "plot-throughput"
17881
17882 - type: "plot"
17883   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17884   algorithm: "plot_perf_box_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17891   layout:
17892     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17893     layout: "plot-throughput"
17894
17895 - type: "plot"
17896   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17897   algorithm: "plot_perf_box_name"
17898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17900   include:
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17907   layout:
17908     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17923   layout:
17924     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17925     layout: "plot-throughput"
17926
17927 - type: "plot"
17928   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17929   algorithm: "plot_perf_box_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17938   layout:
17939     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17953   layout:
17954     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17955     layout: "plot-throughput"
17956
17957 - type: "plot"
17958   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17959   algorithm: "plot_perf_box_name"
17960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17962   include:
17963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17975     layout: "plot-cps"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17993   layout:
17994     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17995     layout: "plot-throughput"
17996
17997 - type: "plot"
17998   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17999   algorithm: "plot_perf_box_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18013   layout:
18014     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18015     layout: "plot-cps"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18033   layout:
18034     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18035     layout: "plot-throughput"
18036
18037 - type: "plot"
18038   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18039   algorithm: "plot_perf_box_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18048   layout:
18049     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18050     layout: "plot-throughput"
18051
18052 - type: "plot"
18053   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18054   algorithm: "plot_perf_box_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18063   layout:
18064     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18065     layout: "plot-throughput"
18066
18067 - type: "plot"
18068   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18069   algorithm: "plot_perf_box_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18081     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18082     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18083   layout:
18084     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18085     layout: "plot-cps"
18086
18087 - type: "plot"
18088   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18089   algorithm: "plot_perf_box_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18103   layout:
18104     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18105     layout: "plot-throughput"
18106
18107 - type: "plot"
18108   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18109   algorithm: "plot_perf_box_name"
18110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18112   include:
18113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18123   layout:
18124     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18125     layout: "plot-cps"
18126
18127 - type: "plot"
18128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18129   algorithm: "plot_perf_box_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18141     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18142     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18143   layout:
18144     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18145     layout: "plot-throughput"
18146
18147 - type: "plot"
18148   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18149   algorithm: "plot_perf_box_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18159   layout:
18160     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18161     layout: "plot-throughput"
18162
18163 - type: "plot"
18164   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18165   algorithm: "plot_perf_box_name"
18166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18168   include:
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18175   layout:
18176     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18177     layout: "plot-throughput"
18178
18179 - type: "plot"
18180   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18181   algorithm: "plot_perf_box_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18187   layout:
18188     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18189     layout: "plot-throughput"
18190
18191 - type: "plot"
18192   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18193   algorithm: "plot_perf_box_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18199   layout:
18200     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18201     layout: "plot-throughput"
18202
18203 - type: "plot"
18204   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18205   algorithm: "plot_perf_box_name"
18206   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18208   include:
18209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18215   layout:
18216     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18217     layout: "plot-throughput"
18218
18219 - type: "plot"
18220   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18221   algorithm: "plot_perf_box_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18231   layout:
18232     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18233     layout: "plot-throughput"
18234
18235 - type: "plot"
18236   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18237   algorithm: "plot_perf_box_name"
18238   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18240   include:
18241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18247   layout:
18248     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18249     layout: "plot-throughput"
18250
18251 - type: "plot"
18252   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18253   algorithm: "plot_perf_box_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18263   layout:
18264     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18265     layout: "plot-throughput"
18266
18267 - type: "plot"
18268   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18269   algorithm: "plot_perf_box_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18279   layout:
18280     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18281     layout: "plot-throughput"
18282
18283 - type: "plot"
18284   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18285   algorithm: "plot_perf_box_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18295   layout:
18296     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18297     layout: "plot-throughput"
18298
18299 - type: "plot"
18300   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18301   algorithm: "plot_perf_box_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18310   layout:
18311     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18312     layout: "plot-throughput"
18313
18314 - type: "plot"
18315   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18316   algorithm: "plot_perf_box_name"
18317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18319   include:
18320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18325   layout:
18326     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18327     layout: "plot-throughput"
18328
18329 - type: "plot"
18330   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18331   algorithm: "plot_perf_box_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18340   layout:
18341     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18342     layout: "plot-throughput"
18343
18344 - type: "plot"
18345   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18346   algorithm: "plot_perf_box_name"
18347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18349   include:
18350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18355   layout:
18356     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18357     layout: "plot-throughput"
18358
18359 - type: "plot"
18360   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18361   algorithm: "plot_perf_box_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18370   layout:
18371     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18372     layout: "plot-throughput"
18373
18374 - type: "plot"
18375   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18376   algorithm: "plot_perf_box_name"
18377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18379   include:
18380     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18385   layout:
18386     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18387     layout: "plot-throughput"
18388
18389 - type: "plot"
18390   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18391   algorithm: "plot_perf_box_name"
18392   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18394   include:
18395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18400   layout:
18401     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18402     layout: "plot-throughput"
18403
18404 - type: "plot"
18405   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18406   algorithm: "plot_perf_box_name"
18407   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18409   include:
18410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18415   layout:
18416     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18417     layout: "plot-throughput"
18418
18419 - type: "plot"
18420   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18421   algorithm: "plot_perf_box_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18430   layout:
18431     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18432     layout: "plot-throughput"
18433
18434 - type: "plot"
18435   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18436   algorithm: "plot_perf_box_name"
18437   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18439   include:
18440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18445   layout:
18446     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18447     layout: "plot-throughput"
18448
18449 - type: "plot"
18450   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18451   algorithm: "plot_perf_box_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18460   layout:
18461     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18462     layout: "plot-throughput"
18463
18464 - type: "plot"
18465   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18466   algorithm: "plot_perf_box_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18475   layout:
18476     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18477     layout: "plot-throughput"
18478
18479 - type: "plot"
18480   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18481   algorithm: "plot_perf_box_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18489   layout:
18490     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18491     layout: "plot-throughput"
18492
18493 - type: "plot"
18494   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18495   algorithm: "plot_perf_box_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18503   layout:
18504     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18505     layout: "plot-throughput"
18506
18507 - type: "plot"
18508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18509   algorithm: "plot_perf_box_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18518   layout:
18519     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18520     layout: "plot-throughput"
18521
18522 - type: "plot"
18523   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18524   algorithm: "plot_perf_box_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18533   layout:
18534     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18535     layout: "plot-throughput"
18536
18537 - type: "plot"
18538   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18539   algorithm: "plot_perf_box_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18547   layout:
18548     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18549     layout: "plot-throughput"
18550
18551 - type: "plot"
18552   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18553   algorithm: "plot_perf_box_name"
18554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18556   include:
18557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18561   layout:
18562     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18563     layout: "plot-throughput"
18564
18565 - type: "plot"
18566   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18567   algorithm: "plot_perf_box_name"
18568   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18570   include:
18571     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18576   layout:
18577     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18578     layout: "plot-throughput"
18579
18580 - type: "plot"
18581   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18582   algorithm: "plot_perf_box_name"
18583   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18585   include:
18586     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18591   layout:
18592     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18593     layout: "plot-throughput"
18594
18595 - type: "plot"
18596   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18597   algorithm: "plot_perf_box_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18605   layout:
18606     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18607     layout: "plot-throughput"
18608
18609 - type: "plot"
18610   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18619   layout:
18620     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18621     layout: "plot-throughput"
18622
18623 - type: "plot"
18624   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18625   algorithm: "plot_perf_box_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18633     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18634   layout:
18635     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18636     layout: "plot-throughput"
18637
18638 - type: "plot"
18639   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18640   algorithm: "plot_perf_box_name"
18641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18643   include:
18644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18649   layout:
18650     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18651     layout: "plot-throughput"
18652
18653 - type: "plot"
18654   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18655   algorithm: "plot_perf_box_name"
18656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18658   include:
18659     - "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"
18660     - "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"
18661     - "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"
18662     - "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"
18663     - "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"
18664   layout:
18665     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18666     layout: "plot-throughput"
18667
18668 - type: "plot"
18669   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18670   algorithm: "plot_perf_box_name"
18671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18673   include:
18674     - "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"
18675     - "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"
18676     - "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"
18677     - "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"
18678     - "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"
18679   layout:
18680     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18681     layout: "plot-throughput"
18682
18683 - type: "plot"
18684   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18685   algorithm: "plot_perf_box_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18688   include:
18689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18694   layout:
18695     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18696     layout: "plot-throughput"
18697
18698 - type: "plot"
18699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18700   algorithm: "plot_perf_box_name"
18701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18703   include:
18704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18708     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18709   layout:
18710     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18711     layout: "plot-throughput"
18712
18713 - type: "plot"
18714   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18715   algorithm: "plot_perf_box_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18724   layout:
18725     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18726     layout: "plot-throughput"
18727
18728 - type: "plot"
18729   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18730   algorithm: "plot_perf_box_name"
18731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18733   include:
18734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18739   layout:
18740     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18741     layout: "plot-throughput"
18742
18743 - type: "plot"
18744   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18745   algorithm: "plot_perf_box_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18753   layout:
18754     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18755     layout: "plot-throughput"
18756
18757 - type: "plot"
18758   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18759   algorithm: "plot_perf_box_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18762   include:
18763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18767   layout:
18768     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18769     layout: "plot-throughput"
18770
18771 - type: "plot"
18772   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18773   algorithm: "plot_perf_box_name"
18774   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18776   include:
18777     - "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"
18778     - "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"
18779     - "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"
18780     - "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"
18781   layout:
18782     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18783     layout: "plot-throughput"
18784
18785 - type: "plot"
18786   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18787   algorithm: "plot_perf_box_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "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"
18792     - "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"
18793     - "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"
18794     - "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"
18795   layout:
18796     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18797     layout: "plot-throughput"
18798
18799 - type: "plot"
18800   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18801   algorithm: "plot_perf_box_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "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"
18806     - "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"
18807     - "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"
18808     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18809     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18810     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18811   layout:
18812     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18813     layout: "plot-throughput"
18814
18815 - type: "plot"
18816   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18817   algorithm: "plot_perf_box_name"
18818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18820   include:
18821     - "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"
18822     - "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"
18823     - "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"
18824     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18825     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18826     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18827   layout:
18828     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18829     layout: "plot-throughput"
18830
18831 ################################################################################
18832
18833 # Packet Speedup
18834
18835 - type: "plot"
18836   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18837   algorithm: "plot_tsa_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18845   layout:
18846     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18847     layout: "plot-throughput-speedup-analysis"
18848
18849 - type: "plot"
18850   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18851   algorithm: "plot_tsa_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18854   include:
18855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18856     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18857     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18858     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18859   layout:
18860     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18871     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18873   layout:
18874     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18875     layout: "plot-throughput-speedup-analysis"
18876
18877 - type: "plot"
18878   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18879   algorithm: "plot_tsa_name"
18880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18882   include:
18883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18885     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18886     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18887   layout:
18888     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18889     layout: "plot-throughput-speedup-analysis"
18890
18891 - type: "plot"
18892   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18893   algorithm: "plot_tsa_name"
18894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18896   include:
18897     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18898     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18899     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18900     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18901   layout:
18902     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18912     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18913     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18914     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18915   layout:
18916     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18917     layout: "plot-throughput-speedup-analysis"
18918
18919 - type: "plot"
18920   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18921   algorithm: "plot_tsa_name"
18922   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18924   include:
18925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18931   layout:
18932     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18933     layout: "plot-throughput-speedup-analysis"
18934
18935 - type: "plot"
18936   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18937   algorithm: "plot_tsa_name"
18938   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940   include:
18941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18947   layout:
18948     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18949     layout: "plot-throughput-speedup-analysis"
18950
18951 - type: "plot"
18952   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18953   algorithm: "plot_tsa_name"
18954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18956   include:
18957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18961   layout:
18962     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18963     layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18970   include:
18971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18975   layout:
18976     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18977     layout: "plot-throughput-speedup-analysis"
18978
18979 - type: "plot"
18980   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18981   algorithm: "plot_tsa_name"
18982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18984   include:
18985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18988   layout:
18989     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18990     layout: "plot-throughput-speedup-analysis"
18991
18992 - type: "plot"
18993   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18994   algorithm: "plot_tsa_name"
18995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18997   include:
18998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19001   layout:
19002     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19003     layout: "plot-throughput-speedup-analysis"
19004
19005 - type: "plot"
19006   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19007   algorithm: "plot_tsa_name"
19008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19010   include:
19011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19016   layout:
19017     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19018     layout: "plot-throughput-speedup-analysis"
19019
19020 - type: "plot"
19021   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19022   algorithm: "plot_tsa_name"
19023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19025   include:
19026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19031   layout:
19032     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19033     layout: "plot-throughput-speedup-analysis"
19034
19035 - type: "plot"
19036   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19037   algorithm: "plot_tsa_name"
19038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19040   include:
19041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19044   layout:
19045     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19046     layout: "plot-throughput-speedup-analysis"
19047
19048 - type: "plot"
19049   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19050   algorithm: "plot_tsa_name"
19051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19053   include:
19054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19057   layout:
19058     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19059     layout: "plot-throughput-speedup-analysis"
19060
19061 - type: "plot"
19062   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19063   algorithm: "plot_tsa_name"
19064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19066   include:
19067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19073   layout:
19074     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19075     layout: "plot-throughput-speedup-analysis"
19076
19077 - type: "plot"
19078   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19079   algorithm: "plot_tsa_name"
19080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19082   include:
19083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19103   layout:
19104     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19105     layout: "plot-throughput-speedup-analysis"
19106
19107 - type: "plot"
19108   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19109   algorithm: "plot_tsa_name"
19110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19112   include:
19113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19123   layout:
19124     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19125     layout: "plot-throughput-speedup-analysis-cps"
19126
19127 - type: "plot"
19128   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19129   algorithm: "plot_tsa_name"
19130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19132   include:
19133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19141     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19142     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19143   layout:
19144     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19145     layout: "plot-throughput-speedup-analysis"
19146
19147 - type: "plot"
19148   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19149   algorithm: "plot_tsa_name"
19150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19152   include:
19153     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19154     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19162     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19163   layout:
19164     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19165     layout: "plot-throughput-speedup-analysis-cps"
19166
19167 - type: "plot"
19168   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19172   include:
19173     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19183   layout:
19184     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19185     layout: "plot-throughput-speedup-analysis"
19186
19187 - type: "plot"
19188   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19189   algorithm: "plot_tsa_name"
19190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19192   include:
19193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19199   layout:
19200     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19201     layout: "plot-throughput-speedup-analysis"
19202
19203 - type: "plot"
19204   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19205   algorithm: "plot_tsa_name"
19206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19208   include:
19209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19210     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19211     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19212     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19214   layout:
19215     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19216     layout: "plot-throughput-speedup-analysis"
19217
19218 - type: "plot"
19219   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19220   algorithm: "plot_tsa_name"
19221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19223   include:
19224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
19225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
19226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
19227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
19228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
19229   layout:
19230     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19231     layout: "plot-throughput-speedup-analysis"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19249   layout:
19250     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19251     layout: "plot-throughput-speedup-analysis-cps"
19252
19253 - type: "plot"
19254   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19255   algorithm: "plot_tsa_name"
19256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19258   include:
19259     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19260     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19261     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19262     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19263     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19264     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19265     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19266     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19267     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19268     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19269   layout:
19270     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19271     layout: "plot-throughput-speedup-analysis"
19272
19273 - type: "plot"
19274   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19275   algorithm: "plot_tsa_name"
19276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19278   include:
19279     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
19280     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
19281     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19282     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19283     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
19284     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
19285     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19287     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19288     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
19289   layout:
19290     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19291     layout: "plot-throughput-speedup-analysis-cps"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19300     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
19301     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19302     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19303     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
19304     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
19305     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19306     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19307     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19308     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
19309   layout:
19310     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19311     layout: "plot-throughput-speedup-analysis"
19312
19313 - type: "plot"
19314   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19315   algorithm: "plot_tsa_name"
19316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19318   include:
19319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19325   layout:
19326     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19327     layout: "plot-throughput-speedup-analysis"
19328
19329 - type: "plot"
19330   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19331   algorithm: "plot_tsa_name"
19332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19334   include:
19335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19341   layout:
19342     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19353   layout:
19354     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19355     layout: "plot-throughput-speedup-analysis"
19356
19357 - type: "plot"
19358   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19359   algorithm: "plot_tsa_name"
19360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19362   include:
19363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19365   layout:
19366     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19367     layout: "plot-throughput-speedup-analysis"
19368
19369 - type: "plot"
19370   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19371   algorithm: "plot_tsa_name"
19372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19374   include:
19375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19381   layout:
19382     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19383     layout: "plot-throughput-speedup-analysis"
19384
19385 - type: "plot"
19386   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19387   algorithm: "plot_tsa_name"
19388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19390   include:
19391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19397   layout:
19398     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19399     layout: "plot-throughput-speedup-analysis"
19400
19401 - type: "plot"
19402   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19403   algorithm: "plot_tsa_name"
19404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19406   include:
19407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19413   layout:
19414     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19415     layout: "plot-throughput-speedup-analysis"
19416
19417 - type: "plot"
19418   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19419   algorithm: "plot_tsa_name"
19420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19422   include:
19423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19429   layout:
19430     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19431     layout: "plot-throughput-speedup-analysis"
19432
19433 - type: "plot"
19434   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19435   algorithm: "plot_tsa_name"
19436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19438   include:
19439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19445   layout:
19446     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19447     layout: "plot-throughput-speedup-analysis"
19448
19449 - type: "plot"
19450   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19451   algorithm: "plot_tsa_name"
19452   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19454   include:
19455     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19461   layout:
19462     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19463     layout: "plot-throughput-speedup-analysis"
19464
19465 - type: "plot"
19466   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19467   algorithm: "plot_tsa_name"
19468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19470   include:
19471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19476   layout:
19477     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19478     layout: "plot-throughput-speedup-analysis"
19479
19480 - type: "plot"
19481   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19482   algorithm: "plot_tsa_name"
19483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19485   include:
19486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19491   layout:
19492     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19493     layout: "plot-throughput-speedup-analysis"
19494
19495 - type: "plot"
19496   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19497   algorithm: "plot_tsa_name"
19498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19500   include:
19501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19506   layout:
19507     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19508     layout: "plot-throughput-speedup-analysis"
19509
19510 - type: "plot"
19511   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19512   algorithm: "plot_tsa_name"
19513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19515   include:
19516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19521   layout:
19522     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19523     layout: "plot-throughput-speedup-analysis"
19524
19525 - type: "plot"
19526   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19527   algorithm: "plot_tsa_name"
19528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19530   include:
19531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19535     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19536   layout:
19537     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19538     layout: "plot-throughput-speedup-analysis"
19539
19540 - type: "plot"
19541   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19542   algorithm: "plot_tsa_name"
19543   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19545   include:
19546     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19547     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19550     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19551   layout:
19552     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19553     layout: "plot-throughput-speedup-analysis"
19554
19555 - type: "plot"
19556   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19557   algorithm: "plot_tsa_name"
19558   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19560   include:
19561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19566   layout:
19567     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19568     layout: "plot-throughput-speedup-analysis"
19569
19570 - type: "plot"
19571   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19572   algorithm: "plot_tsa_name"
19573   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19575   include:
19576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19581   layout:
19582     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19583     layout: "plot-throughput-speedup-analysis"
19584
19585 - type: "plot"
19586   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19587   algorithm: "plot_tsa_name"
19588   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19590   include:
19591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19596   layout:
19597     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19598     layout: "plot-throughput-speedup-analysis"
19599
19600 - type: "plot"
19601   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19602   algorithm: "plot_tsa_name"
19603   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19605   include:
19606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19611   layout:
19612     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19613     layout: "plot-throughput-speedup-analysis"
19614
19615 - type: "plot"
19616   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19617   algorithm: "plot_tsa_name"
19618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19620   include:
19621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19626   layout:
19627     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19628     layout: "plot-throughput-speedup-analysis"
19629
19630 - type: "plot"
19631   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19632   algorithm: "plot_tsa_name"
19633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19635   include:
19636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19641   layout:
19642     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19643     layout: "plot-throughput-speedup-analysis"
19644
19645 - type: "plot"
19646   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19647   algorithm: "plot_tsa_name"
19648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19650   include:
19651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19655   layout:
19656     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19657     layout: "plot-throughput-speedup-analysis"
19658
19659 - type: "plot"
19660   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19661   algorithm: "plot_tsa_name"
19662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19664   include:
19665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19669   layout:
19670     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19671     layout: "plot-throughput-speedup-analysis"
19672
19673 - type: "plot"
19674   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19675   algorithm: "plot_tsa_name"
19676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19678   include:
19679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19684   layout:
19685     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19686     layout: "plot-throughput-speedup-analysis"
19687
19688 - type: "plot"
19689   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19690   algorithm: "plot_tsa_name"
19691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19693   include:
19694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19699   layout:
19700     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19701     layout: "plot-throughput-speedup-analysis"
19702
19703 - type: "plot"
19704   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19705   algorithm: "plot_tsa_name"
19706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19708   include:
19709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19713   layout:
19714     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19715     layout: "plot-throughput-speedup-analysis"
19716
19717 - type: "plot"
19718   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19719   algorithm: "plot_tsa_name"
19720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19722   include:
19723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19727   layout:
19728     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19729     layout: "plot-throughput-speedup-analysis"
19730
19731 - type: "plot"
19732   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19733   algorithm: "plot_tsa_name"
19734   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19736   include:
19737     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19738     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19739     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19740     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19742   layout:
19743     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19744     layout: "plot-throughput-speedup-analysis"
19745
19746 - type: "plot"
19747   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19748   algorithm: "plot_tsa_name"
19749   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19751   include:
19752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19753     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19754     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19755     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19756     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19757   layout:
19758     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19759     layout: "plot-throughput-speedup-analysis"
19760
19761 - type: "plot"
19762   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19763   algorithm: "plot_tsa_name"
19764   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19766   include:
19767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19771   layout:
19772     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19773     layout: "plot-throughput-speedup-analysis"
19774
19775 - type: "plot"
19776   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19777   algorithm: "plot_tsa_name"
19778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19780   include:
19781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19785   layout:
19786     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19787     layout: "plot-throughput-speedup-analysis"
19788
19789 - type: "plot"
19790   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19791   algorithm: "plot_tsa_name"
19792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19794   include:
19795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19800   layout:
19801     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19802     layout: "plot-throughput-speedup-analysis"
19803
19804 - type: "plot"
19805   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19806   algorithm: "plot_tsa_name"
19807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19809   include:
19810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19815   layout:
19816     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19817     layout: "plot-throughput-speedup-analysis"
19818
19819 - type: "plot"
19820   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19821   algorithm: "plot_tsa_name"
19822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19824   include:
19825     - "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"
19826     - "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"
19827     - "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"
19828     - "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"
19829     - "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"
19830   layout:
19831     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19832     layout: "plot-throughput-speedup-analysis"
19833
19834 - type: "plot"
19835   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19836   algorithm: "plot_tsa_name"
19837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19839   include:
19840     - "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"
19841     - "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"
19842     - "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"
19843     - "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"
19844     - "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"
19845   layout:
19846     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19847     layout: "plot-throughput-speedup-analysis"
19848
19849 - type: "plot"
19850   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19851   algorithm: "plot_tsa_name"
19852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19854   include:
19855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19860   layout:
19861     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19862     layout: "plot-throughput-speedup-analysis"
19863
19864 - type: "plot"
19865   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19866   algorithm: "plot_tsa_name"
19867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19869   include:
19870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19875   layout:
19876     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19877     layout: "plot-throughput-speedup-analysis"
19878
19879 - type: "plot"
19880   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19881   algorithm: "plot_tsa_name"
19882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19884   include:
19885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19890   layout:
19891     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19892     layout: "plot-throughput-speedup-analysis"
19893
19894 - type: "plot"
19895   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19896   algorithm: "plot_tsa_name"
19897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19899   include:
19900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19905   layout:
19906     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19907     layout: "plot-throughput-speedup-analysis"
19908
19909 - type: "plot"
19910   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19911   algorithm: "plot_tsa_name"
19912   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19914   include:
19915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19919   layout:
19920     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19921     layout: "plot-throughput-speedup-analysis"
19922
19923 - type: "plot"
19924   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19925   algorithm: "plot_tsa_name"
19926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19928   include:
19929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19933   layout:
19934     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19935     layout: "plot-throughput-speedup-analysis"
19936
19937 - type: "plot"
19938   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19939   algorithm: "plot_tsa_name"
19940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19942   include:
19943     - "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"
19944     - "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"
19945     - "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"
19946     - "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"
19947   layout:
19948     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19949     layout: "plot-throughput-speedup-analysis"
19950
19951 - type: "plot"
19952   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19953   algorithm: "plot_tsa_name"
19954   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19956   include:
19957     - "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"
19958     - "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"
19959     - "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"
19960     - "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"
19961   layout:
19962     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19963     layout: "plot-throughput-speedup-analysis"
19964
19965 - type: "plot"
19966   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19967   algorithm: "plot_tsa_name"
19968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19970   include:
19971     - "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"
19972     - "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"
19973     - "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"
19974     - "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"
19975     - "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"
19976     - "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"
19977   layout:
19978     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19979     layout: "plot-throughput-speedup-analysis"
19980
19981 - type: "plot"
19982   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19983   algorithm: "plot_tsa_name"
19984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19986   include:
19987     - "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"
19988     - "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"
19989     - "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"
19990     - "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"
19991     - "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"
19992     - "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"
19993   layout:
19994     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19995     layout: "plot-throughput-speedup-analysis"
19996
19997 # Packet Throughput - DPDK
19998
19999 # 2n-clx-xxv710
20000
20001 - type: "plot"
20002   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20003   algorithm: "plot_perf_box_name"
20004   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20005   data: "plot-dpdk-throughput-latency-2n-clx"
20006   include:
20007     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20008     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20009   layout:
20010     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20011     layout: "plot-throughput"
20012
20013 - type: "plot"
20014   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20015   algorithm: "plot_perf_box_name"
20016   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20017   data: "plot-dpdk-throughput-latency-2n-clx"
20018   include:
20019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20020     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20021   layout:
20022     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20023     layout: "plot-throughput"
20024
20025 - type: "plot"
20026   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20027   algorithm: "plot_perf_box_name"
20028   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20029   data: "plot-dpdk-throughput-latency-2n-clx"
20030   include:
20031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20032     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20033   layout:
20034     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20035     layout: "plot-throughput"
20036
20037 - type: "plot"
20038   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20039   algorithm: "plot_perf_box_name"
20040   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20041   data: "plot-dpdk-throughput-latency-2n-clx"
20042   include:
20043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20044     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20045   layout:
20046     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20047     layout: "plot-throughput"
20048
20049 # 2n-clx-x710
20050
20051 - type: "plot"
20052   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20053   algorithm: "plot_perf_box_name"
20054   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20055   data: "plot-dpdk-throughput-latency-2n-clx"
20056   include:
20057     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20058     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20059   layout:
20060     title: "2n-clx-x710-64b-2t1c-base-ndr"
20061     layout: "plot-throughput"
20062
20063 - type: "plot"
20064   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20065   algorithm: "plot_perf_box_name"
20066   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20067   data: "plot-dpdk-throughput-latency-2n-clx"
20068   include:
20069     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20070     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20071   layout:
20072     title: "2n-clx-x710-64b-4t2c-base-ndr"
20073     layout: "plot-throughput"
20074
20075 - type: "plot"
20076   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20077   algorithm: "plot_perf_box_name"
20078   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20079   data: "plot-dpdk-throughput-latency-2n-clx"
20080   include:
20081     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20082     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20083   layout:
20084     title: "2n-clx-x710-64b-2t1c-base-pdr"
20085     layout: "plot-throughput"
20086
20087 - type: "plot"
20088   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20089   algorithm: "plot_perf_box_name"
20090   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20091   data: "plot-dpdk-throughput-latency-2n-clx"
20092   include:
20093     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20094     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20095   layout:
20096     title: "2n-clx-x710-64b-4t2c-base-pdr"
20097     layout: "plot-throughput"
20098
20099 ###############################################################################
20100
20101 # 2n-zn2
20102
20103 # Packet Throughput
20104
20105 - type: "plot"
20106   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20107   algorithm: "plot_perf_box_name"
20108   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20109   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20110   include:
20111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20115   layout:
20116     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20117     layout: "plot-throughput"
20118
20119 - type: "plot"
20120   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20121   algorithm: "plot_perf_box_name"
20122   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20123   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20124   include:
20125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20129   layout:
20130     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20131     layout: "plot-throughput"
20132
20133 - type: "plot"
20134   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20135   algorithm: "plot_perf_box_name"
20136   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20137   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20138   include:
20139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20143   layout:
20144     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20145     layout: "plot-throughput"
20146
20147 - type: "plot"
20148   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20149   algorithm: "plot_perf_box_name"
20150   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20151   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20152   include:
20153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20156     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20157   layout:
20158     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20159     layout: "plot-throughput"
20160
20161 - type: "plot"
20162   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20163   algorithm: "plot_perf_box_name"
20164   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20165   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20166   include:
20167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20168     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20169     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20170     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20171   layout:
20172     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20173     layout: "plot-throughput"
20174
20175 - type: "plot"
20176   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20177   algorithm: "plot_perf_box_name"
20178   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20179   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20180   include:
20181     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20182     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20183     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20184     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20185   layout:
20186     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20187     layout: "plot-throughput"
20188
20189 - type: "plot"
20190   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20191   algorithm: "plot_perf_box_name"
20192   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20193   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20194   include:
20195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20201   layout:
20202     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20203     layout: "plot-throughput"
20204
20205 - type: "plot"
20206   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20207   algorithm: "plot_perf_box_name"
20208   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20209   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20210   include:
20211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20217   layout:
20218     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20219     layout: "plot-throughput"
20220
20221 - type: "plot"
20222   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20223   algorithm: "plot_perf_box_name"
20224   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20225   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20226   include:
20227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20231   layout:
20232     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20233     layout: "plot-throughput"
20234
20235 - type: "plot"
20236   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20237   algorithm: "plot_perf_box_name"
20238   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20239   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20240   include:
20241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20245   layout:
20246     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20247     layout: "plot-throughput"
20248
20249 - type: "plot"
20250   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20251   algorithm: "plot_perf_box_name"
20252   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20253   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20254   include:
20255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20258   layout:
20259     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20260     layout: "plot-throughput"
20261
20262 - type: "plot"
20263   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20264   algorithm: "plot_perf_box_name"
20265   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20266   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20267   include:
20268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20271   layout:
20272     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20273     layout: "plot-throughput"
20274
20275 - type: "plot"
20276   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20277   algorithm: "plot_perf_box_name"
20278   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20279   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20280   include:
20281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20286   layout:
20287     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20288     layout: "plot-throughput"
20289
20290 - type: "plot"
20291   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20292   algorithm: "plot_perf_box_name"
20293   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20294   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20295   include:
20296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20301   layout:
20302     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20303     layout: "plot-throughput"
20304
20305 - type: "plot"
20306   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20307   algorithm: "plot_perf_box_name"
20308   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20309   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20310   include:
20311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20314   layout:
20315     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20316     layout: "plot-throughput"
20317
20318 - type: "plot"
20319   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20320   algorithm: "plot_perf_box_name"
20321   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20322   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20323   include:
20324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20327   layout:
20328     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20329     layout: "plot-throughput"
20330
20331 - type: "plot"
20332   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20333   algorithm: "plot_perf_box_name"
20334   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20335   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20336   include:
20337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20343   layout:
20344     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20345     layout: "plot-throughput"
20346
20347 - type: "plot"
20348   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20349   algorithm: "plot_perf_box_name"
20350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20351   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20352   include:
20353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20359   layout:
20360     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20361     layout: "plot-throughput"
20362
20363 - type: "plot"
20364   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20365   algorithm: "plot_perf_box_name"
20366   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20367   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20368   include:
20369     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20370     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20371     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20372     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20373     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20374   layout:
20375     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20376     layout: "plot-throughput"
20377
20378 #- type: "plot"
20379 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20380 #  algorithm: "plot_perf_box_name"
20381 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20382 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20383 #  include:
20384 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20385 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20386 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20387 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20389 #  layout:
20390 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20391 #    layout: "plot-throughput"
20392 #
20393 #- type: "plot"
20394 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20395 #  algorithm: "plot_perf_box_name"
20396 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20397 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20398 #  include:
20399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20403 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20404 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20409 #  layout:
20410 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20411 #    layout: "plot-cps"
20412 #
20413 #- type: "plot"
20414 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20415 #  algorithm: "plot_perf_box_name"
20416 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20417 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20418 #  include:
20419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20424 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20425 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20426 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20427 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20428 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20429 #  layout:
20430 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20431 #    layout: "plot-throughput"
20432 #
20433 #- type: "plot"
20434 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20435 #  algorithm: "plot_perf_box_name"
20436 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20437 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20438 #  include:
20439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20440 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20441 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20442 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20443 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20444 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20445 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20446 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20447 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20448 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20449 #  layout:
20450 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20451 #    layout: "plot-cps"
20452 #
20453 #- type: "plot"
20454 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20455 #  algorithm: "plot_perf_box_name"
20456 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20457 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20458 #  include:
20459 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20460 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20461 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20462 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20463 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20464 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20466 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20467 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20468 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20469 #  layout:
20470 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20471 #    layout: "plot-throughput"
20472
20473 - type: "plot"
20474   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20475   algorithm: "plot_perf_box_name"
20476   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20477   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20478   include:
20479     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20480     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20481     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20482     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20483     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20484   layout:
20485     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20486     layout: "plot-throughput"
20487
20488 #- type: "plot"
20489 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20490 #  algorithm: "plot_perf_box_name"
20491 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20492 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20493 #  include:
20494 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20499 #  layout:
20500 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20501 #    layout: "plot-throughput"
20502 #
20503 #- type: "plot"
20504 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20505 #  algorithm: "plot_perf_box_name"
20506 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20507 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20508 #  include:
20509 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20514 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20515 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20516 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20517 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20518 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20519 #  layout:
20520 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20521 #    layout: "plot-cps"
20522 #
20523 #- type: "plot"
20524 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20525 #  algorithm: "plot_perf_box_name"
20526 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20527 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20528 #  include:
20529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20530 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20532 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20533 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20534 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20535 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20536 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20537 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20538 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20539 #  layout:
20540 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20541 #    layout: "plot-throughput"
20542 #
20543 #- type: "plot"
20544 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20545 #  algorithm: "plot_perf_box_name"
20546 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20547 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20548 #  include:
20549 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20550 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20551 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20552 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20553 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20554 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20555 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20556 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20557 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20558 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20559 #  layout:
20560 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20561 #    layout: "plot-cps"
20562 #
20563 #- type: "plot"
20564 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20565 #  algorithm: "plot_perf_box_name"
20566 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20567 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20568 #  include:
20569 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20570 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20571 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20572 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20573 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20574 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20575 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20576 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20577 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20578 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20579 #  layout:
20580 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20581 #    layout: "plot-throughput"
20582
20583 - type: "plot"
20584   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20585   algorithm: "plot_perf_box_name"
20586   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20587   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20588   include:
20589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20595   layout:
20596     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20597     layout: "plot-throughput"
20598
20599 - type: "plot"
20600   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20601   algorithm: "plot_perf_box_name"
20602   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20603   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20604   include:
20605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20611   layout:
20612     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20613     layout: "plot-throughput"
20614
20615 - type: "plot"
20616   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20617   algorithm: "plot_perf_box_name"
20618   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20619   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20620   include:
20621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20623   layout:
20624     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20625     layout: "plot-throughput"
20626
20627 - type: "plot"
20628   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20629   algorithm: "plot_perf_box_name"
20630   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20631   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20632   include:
20633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20635   layout:
20636     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20637     layout: "plot-throughput"
20638
20639 - type: "plot"
20640   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20641   algorithm: "plot_perf_box_name"
20642   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20643   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20644   include:
20645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20651   layout:
20652     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20653     layout: "plot-throughput"
20654
20655 - type: "plot"
20656   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20657   algorithm: "plot_perf_box_name"
20658   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20659   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20660   include:
20661     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20662     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20663     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20667   layout:
20668     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20669     layout: "plot-throughput"
20670
20671 - type: "plot"
20672   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20673   algorithm: "plot_perf_box_name"
20674   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20675   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20676   include:
20677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20678     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20679     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20683   layout:
20684     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20685     layout: "plot-throughput"
20686
20687 - type: "plot"
20688   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20689   algorithm: "plot_perf_box_name"
20690   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20691   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20692   include:
20693     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20694     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20699   layout:
20700     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20701     layout: "plot-throughput"
20702
20703 - type: "plot"
20704   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20705   algorithm: "plot_perf_box_name"
20706   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20707   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20708   include:
20709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20713     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20714     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20715   layout:
20716     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20717     layout: "plot-throughput"
20718
20719 - type: "plot"
20720   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20721   algorithm: "plot_perf_box_name"
20722   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20723   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20724   include:
20725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20731   layout:
20732     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20733     layout: "plot-throughput"
20734
20735 - type: "plot"
20736   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20737   algorithm: "plot_perf_box_name"
20738   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20739   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20740   include:
20741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20746   layout:
20747     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20748     layout: "plot-throughput"
20749
20750 - type: "plot"
20751   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20752   algorithm: "plot_perf_box_name"
20753   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20754   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20755   include:
20756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20761   layout:
20762     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20763     layout: "plot-throughput"
20764
20765 - type: "plot"
20766   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20767   algorithm: "plot_perf_box_name"
20768   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20769   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20770   include:
20771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20776   layout:
20777     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20778     layout: "plot-throughput"
20779
20780 - type: "plot"
20781   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20782   algorithm: "plot_perf_box_name"
20783   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20784   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20785   include:
20786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20790     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20791   layout:
20792     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20793     layout: "plot-throughput"
20794
20795 - type: "plot"
20796   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20797   algorithm: "plot_perf_box_name"
20798   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20799   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20800   include:
20801     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20802     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20803     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20804     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20805     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20806   layout:
20807     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20808     layout: "plot-throughput"
20809
20810 - type: "plot"
20811   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20812   algorithm: "plot_perf_box_name"
20813   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20814   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20815   include:
20816     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20817     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20818     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20819     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20820     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20821   layout:
20822     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20823     layout: "plot-throughput"
20824
20825 - type: "plot"
20826   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20827   algorithm: "plot_perf_box_name"
20828   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20829   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20830   include:
20831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20836   layout:
20837     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20838     layout: "plot-throughput"
20839
20840 - type: "plot"
20841   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20842   algorithm: "plot_perf_box_name"
20843   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20844   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20845   include:
20846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20851   layout:
20852     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20853     layout: "plot-throughput"
20854
20855 - type: "plot"
20856   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20857   algorithm: "plot_perf_box_name"
20858   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20859   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20860   include:
20861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20866   layout:
20867     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20868     layout: "plot-throughput"
20869
20870 - type: "plot"
20871   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20872   algorithm: "plot_perf_box_name"
20873   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20874   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20875   include:
20876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20881   layout:
20882     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20883     layout: "plot-throughput"
20884
20885 - type: "plot"
20886   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20887   algorithm: "plot_perf_box_name"
20888   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20889   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20890   include:
20891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20897   layout:
20898     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20899     layout: "plot-throughput"
20900
20901 - type: "plot"
20902   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20903   algorithm: "plot_perf_box_name"
20904   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20905   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20906   include:
20907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20913   layout:
20914     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20915     layout: "plot-throughput"
20916
20917 - type: "plot"
20918   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20919   algorithm: "plot_perf_box_name"
20920   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20921   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20922   include:
20923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20927   layout:
20928     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20929     layout: "plot-throughput"
20930
20931 - type: "plot"
20932   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20933   algorithm: "plot_perf_box_name"
20934   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20935   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20936   include:
20937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20941   layout:
20942     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20943     layout: "plot-throughput"
20944
20945 - type: "plot"
20946   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20947   algorithm: "plot_perf_box_name"
20948   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20949   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20950   include:
20951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20957   layout:
20958     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20959     layout: "plot-throughput"
20960
20961 - type: "plot"
20962   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20963   algorithm: "plot_perf_box_name"
20964   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20965   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20966   include:
20967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20973   layout:
20974     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20975     layout: "plot-throughput"
20976
20977 - type: "plot"
20978   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20979   algorithm: "plot_perf_box_name"
20980   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20981   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20982   include:
20983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20987   layout:
20988     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20989     layout: "plot-throughput"
20990
20991 - type: "plot"
20992   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20993   algorithm: "plot_perf_box_name"
20994   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20995   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20996   include:
20997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21001   layout:
21002     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21003     layout: "plot-throughput"
21004
21005 - type: "plot"
21006   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21007   algorithm: "plot_perf_box_name"
21008   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21009   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21010   include:
21011     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21012     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21013     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21015     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21017   layout:
21018     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21019     layout: "plot-throughput"
21020
21021 - type: "plot"
21022   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21023   algorithm: "plot_perf_box_name"
21024   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21025   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21026   include:
21027     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21028     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21029     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21031     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21033   layout:
21034     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21035     layout: "plot-throughput"
21036
21037 - type: "plot"
21038   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21039   algorithm: "plot_perf_box_name"
21040   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21041   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21042   include:
21043     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21044     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21045     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21047   layout:
21048     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21049     layout: "plot-throughput"
21050
21051 - type: "plot"
21052   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21053   algorithm: "plot_perf_box_name"
21054   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21055   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21056   include:
21057     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21058     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21059     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21060     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21061   layout:
21062     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21063     layout: "plot-throughput"
21064
21065 - type: "plot"
21066   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21067   algorithm: "plot_perf_box_name"
21068   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21069   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21070   include:
21071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21076   layout:
21077     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21078     layout: "plot-throughput"
21079
21080 - type: "plot"
21081   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21082   algorithm: "plot_perf_box_name"
21083   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21084   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21085   include:
21086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21091   layout:
21092     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21093     layout: "plot-throughput"
21094
21095 - type: "plot"
21096   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21097   algorithm: "plot_perf_box_name"
21098   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21099   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21100   include:
21101     - "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"
21102     - "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"
21103     - "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"
21104     - "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"
21105     - "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"
21106   layout:
21107     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21108     layout: "plot-throughput"
21109
21110 - type: "plot"
21111   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21112   algorithm: "plot_perf_box_name"
21113   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21114   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21115   include:
21116     - "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"
21117     - "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"
21118     - "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"
21119     - "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"
21120     - "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"
21121   layout:
21122     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21123     layout: "plot-throughput"
21124
21125 - type: "plot"
21126   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21127   algorithm: "plot_perf_box_name"
21128   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21129   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21130   include:
21131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21136   layout:
21137     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21138     layout: "plot-throughput"
21139
21140 - type: "plot"
21141   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21142   algorithm: "plot_perf_box_name"
21143   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21144   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21145   include:
21146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21151   layout:
21152     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21153     layout: "plot-throughput"
21154
21155 - type: "plot"
21156   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21157   algorithm: "plot_perf_box_name"
21158   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21159   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21160   include:
21161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21166   layout:
21167     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21168     layout: "plot-throughput"
21169
21170 - type: "plot"
21171   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21172   algorithm: "plot_perf_box_name"
21173   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21174   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21175   include:
21176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21181   layout:
21182     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21183     layout: "plot-throughput"
21184
21185 - type: "plot"
21186   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21187   algorithm: "plot_perf_box_name"
21188   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21189   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21190   include:
21191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21195   layout:
21196     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21197     layout: "plot-throughput"
21198
21199 - type: "plot"
21200   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21201   algorithm: "plot_perf_box_name"
21202   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21203   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21204   include:
21205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21209   layout:
21210     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21211     layout: "plot-throughput"
21212
21213 - type: "plot"
21214   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21215   algorithm: "plot_perf_box_name"
21216   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21217   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21218   include:
21219     - "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"
21220     - "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"
21221     - "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"
21222     - "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"
21223   layout:
21224     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21225     layout: "plot-throughput"
21226
21227 - type: "plot"
21228   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21229   algorithm: "plot_perf_box_name"
21230   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21231   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21232   include:
21233     - "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"
21234     - "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"
21235     - "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"
21236     - "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"
21237   layout:
21238     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21239     layout: "plot-throughput"
21240
21241 - type: "plot"
21242   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21243   algorithm: "plot_perf_box_name"
21244   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21245   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21246   include:
21247     - "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"
21248     - "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"
21249     - "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"
21250     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21251     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21252     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21253   layout:
21254     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21255     layout: "plot-throughput"
21256
21257 - type: "plot"
21258   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21259   algorithm: "plot_perf_box_name"
21260   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21261   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21262   include:
21263     - "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"
21264     - "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"
21265     - "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"
21266     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21267     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21268     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21269   layout:
21270     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21271     layout: "plot-throughput"
21272
21273 ################################################################################
21274
21275 # Packet Speedup
21276
21277 - type: "plot"
21278   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21279   algorithm: "plot_tsa_name"
21280   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21281   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21282   include:
21283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21287   layout:
21288     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21289     layout: "plot-throughput-speedup-analysis"
21290
21291 - type: "plot"
21292   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21293   algorithm: "plot_tsa_name"
21294   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21295   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21296   include:
21297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21301   layout:
21302     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21303     layout: "plot-throughput-speedup-analysis"
21304
21305 - type: "plot"
21306   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21307   algorithm: "plot_tsa_name"
21308   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21309   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21310   include:
21311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21315   layout:
21316     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21317     layout: "plot-throughput-speedup-analysis"
21318
21319 - type: "plot"
21320   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21321   algorithm: "plot_tsa_name"
21322   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21323   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21324   include:
21325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21328     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21329   layout:
21330     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21331     layout: "plot-throughput-speedup-analysis"
21332
21333 - type: "plot"
21334   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21335   algorithm: "plot_tsa_name"
21336   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21337   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21338   include:
21339     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21340     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21341     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21342     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21343   layout:
21344     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21345     layout: "plot-throughput-speedup-analysis"
21346
21347 - type: "plot"
21348   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21349   algorithm: "plot_tsa_name"
21350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21351   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21352   include:
21353     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21354     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21355     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21356     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21357   layout:
21358     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21359     layout: "plot-throughput-speedup-analysis"
21360
21361 - type: "plot"
21362   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21363   algorithm: "plot_tsa_name"
21364   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21365   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21366   include:
21367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21373   layout:
21374     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21375     layout: "plot-throughput-speedup-analysis"
21376
21377 - type: "plot"
21378   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21379   algorithm: "plot_tsa_name"
21380   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21381   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21382   include:
21383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21389   layout:
21390     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21391     layout: "plot-throughput-speedup-analysis"
21392
21393 - type: "plot"
21394   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21395   algorithm: "plot_tsa_name"
21396   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21397   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21398   include:
21399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21403   layout:
21404     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21405     layout: "plot-throughput-speedup-analysis"
21406
21407 - type: "plot"
21408   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21409   algorithm: "plot_tsa_name"
21410   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21411   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21412   include:
21413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21417   layout:
21418     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21419     layout: "plot-throughput-speedup-analysis"
21420
21421 - type: "plot"
21422   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21423   algorithm: "plot_tsa_name"
21424   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21425   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21426   include:
21427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21430   layout:
21431     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21432     layout: "plot-throughput-speedup-analysis"
21433
21434 - type: "plot"
21435   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21436   algorithm: "plot_tsa_name"
21437   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21438   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21439   include:
21440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21443   layout:
21444     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21445     layout: "plot-throughput-speedup-analysis"
21446
21447 - type: "plot"
21448   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21449   algorithm: "plot_tsa_name"
21450   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21451   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21452   include:
21453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21458   layout:
21459     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21460     layout: "plot-throughput-speedup-analysis"
21461
21462 - type: "plot"
21463   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21464   algorithm: "plot_tsa_name"
21465   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21466   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21467   include:
21468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21473   layout:
21474     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21475     layout: "plot-throughput-speedup-analysis"
21476
21477 - type: "plot"
21478   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21479   algorithm: "plot_tsa_name"
21480   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21481   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21482   include:
21483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21486   layout:
21487     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21488     layout: "plot-throughput-speedup-analysis"
21489
21490 - type: "plot"
21491   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21492   algorithm: "plot_tsa_name"
21493   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21494   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21495   include:
21496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21499   layout:
21500     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21501     layout: "plot-throughput-speedup-analysis"
21502
21503 - type: "plot"
21504   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21505   algorithm: "plot_tsa_name"
21506   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21507   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21508   include:
21509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21515   layout:
21516     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21517     layout: "plot-throughput-speedup-analysis"
21518
21519 - type: "plot"
21520   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21521   algorithm: "plot_tsa_name"
21522   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21523   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21524   include:
21525     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21526     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21527     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21528     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21529     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21530   layout:
21531     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21532     layout: "plot-throughput-speedup-analysis"
21533
21534 #- type: "plot"
21535 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21536 #  algorithm: "plot_tsa_name"
21537 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21538 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21539 #  include:
21540 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
21541 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
21542 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
21543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
21544 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
21545 #  layout:
21546 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21547 #    layout: "plot-throughput-speedup-analysis"
21548 #
21549 #- type: "plot"
21550 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21551 #  algorithm: "plot_tsa_name"
21552 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21553 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21554 #  include:
21555 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
21556 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
21557 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
21558 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21559 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
21560 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
21561 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
21562 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
21563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
21564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
21565 #  layout:
21566 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21567 #    layout: "plot-throughput-speedup-analysis-cps"
21568 #
21569 #- type: "plot"
21570 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21571 #  algorithm: "plot_tsa_name"
21572 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21573 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21574 #  include:
21575 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
21576 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
21577 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
21578 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
21579 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
21580 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
21581 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
21582 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
21583 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
21584 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
21585 #  layout:
21586 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21587 #    layout: "plot-throughput-speedup-analysis"
21588 #
21589 #- type: "plot"
21590 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21591 #  algorithm: "plot_tsa_name"
21592 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21593 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21594 #  include:
21595 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
21596 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
21597 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
21598 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21599 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
21600 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
21601 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
21602 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
21603 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
21604 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
21605 #  layout:
21606 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21607 #    layout: "plot-throughput-speedup-analysis-cps"
21608 #
21609 #- type: "plot"
21610 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21611 #  algorithm: "plot_tsa_name"
21612 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21613 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21614 #  include:
21615 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
21616 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
21617 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
21618 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
21619 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
21620 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
21621 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
21622 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
21623 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
21624 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
21625 #  layout:
21626 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21627 #    layout: "plot-throughput-speedup-analysis"
21628
21629 - type: "plot"
21630   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21631   algorithm: "plot_tsa_name"
21632   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21633   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21634   include:
21635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21641   layout:
21642     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21643     layout: "plot-throughput-speedup-analysis"
21644
21645 - type: "plot"
21646   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21647   algorithm: "plot_tsa_name"
21648   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21649   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21650   include:
21651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21655     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21656   layout:
21657     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21658     layout: "plot-throughput-speedup-analysis"
21659
21660 #- type: "plot"
21661 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21662 #  algorithm: "plot_tsa_name"
21663 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21664 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21665 #  include:
21666 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
21667 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
21668 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
21669 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
21670 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
21671 #  layout:
21672 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21673 #    layout: "plot-throughput-speedup-analysis"
21674 #
21675 #- type: "plot"
21676 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21677 #  algorithm: "plot_tsa_name"
21678 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21679 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21680 #  include:
21681 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
21682 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
21683 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
21684 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21685 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
21686 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
21687 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
21688 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
21689 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
21690 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
21691 #  layout:
21692 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21693 #    layout: "plot-throughput-speedup-analysis-cps"
21694 #
21695 #- type: "plot"
21696 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21697 #  algorithm: "plot_tsa_name"
21698 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21699 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21700 #  include:
21701 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
21702 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
21703 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
21704 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
21705 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
21706 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
21707 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
21708 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
21709 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
21710 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
21711 #  layout:
21712 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21713 #    layout: "plot-throughput-speedup-analysis"
21714 #
21715 #- type: "plot"
21716 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21717 #  algorithm: "plot_tsa_name"
21718 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21719 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21720 #  include:
21721 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
21722 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
21723 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
21724 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21725 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
21726 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
21727 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
21728 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
21729 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
21730 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
21731 #  layout:
21732 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21733 #    layout: "plot-throughput-speedup-analysis-cps"
21734 #
21735 #- type: "plot"
21736 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21737 #  algorithm: "plot_tsa_name"
21738 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21739 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21740 #  include:
21741 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
21742 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
21743 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
21744 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
21745 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
21746 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
21747 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
21748 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
21749 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
21750 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
21751 #  layout:
21752 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21753 #    layout: "plot-throughput-speedup-analysis"
21754
21755 - type: "plot"
21756   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21757   algorithm: "plot_tsa_name"
21758   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21759   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21760   include:
21761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21767   layout:
21768     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21769     layout: "plot-throughput-speedup-analysis"
21770
21771 - type: "plot"
21772   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21773   algorithm: "plot_tsa_name"
21774   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21775   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21776   include:
21777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21783   layout:
21784     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21785     layout: "plot-throughput-speedup-analysis"
21786
21787 - type: "plot"
21788   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21789   algorithm: "plot_tsa_name"
21790   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21791   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21792   include:
21793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21795   layout:
21796     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21797     layout: "plot-throughput-speedup-analysis"
21798
21799 - type: "plot"
21800   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21801   algorithm: "plot_tsa_name"
21802   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21803   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21804   include:
21805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21807   layout:
21808     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21809     layout: "plot-throughput-speedup-analysis"
21810
21811 - type: "plot"
21812   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21813   algorithm: "plot_tsa_name"
21814   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21815   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21816   include:
21817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21823   layout:
21824     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21825     layout: "plot-throughput-speedup-analysis"
21826
21827 - type: "plot"
21828   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21829   algorithm: "plot_tsa_name"
21830   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21831   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21832   include:
21833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21839   layout:
21840     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21841     layout: "plot-throughput-speedup-analysis"
21842
21843 - type: "plot"
21844   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21845   algorithm: "plot_tsa_name"
21846   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21847   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21848   include:
21849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21855   layout:
21856     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21857     layout: "plot-throughput-speedup-analysis"
21858
21859 - type: "plot"
21860   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21861   algorithm: "plot_tsa_name"
21862   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21863   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21864   include:
21865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21871   layout:
21872     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21873     layout: "plot-throughput-speedup-analysis"
21874
21875 - type: "plot"
21876   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21877   algorithm: "plot_tsa_name"
21878   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21879   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21880   include:
21881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21887   layout:
21888     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21889     layout: "plot-throughput-speedup-analysis"
21890
21891 - type: "plot"
21892   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21893   algorithm: "plot_tsa_name"
21894   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21895   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21896   include:
21897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21903   layout:
21904     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21905     layout: "plot-throughput-speedup-analysis"
21906
21907 - type: "plot"
21908   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21909   algorithm: "plot_tsa_name"
21910   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21911   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21912   include:
21913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21918   layout:
21919     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
21920     layout: "plot-throughput-speedup-analysis"
21921
21922 - type: "plot"
21923   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21924   algorithm: "plot_tsa_name"
21925   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21926   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21927   include:
21928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21933   layout:
21934     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
21935     layout: "plot-throughput-speedup-analysis"
21936
21937 - type: "plot"
21938   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21939   algorithm: "plot_tsa_name"
21940   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21941   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21942   include:
21943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21948   layout:
21949     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
21950     layout: "plot-throughput-speedup-analysis"
21951
21952 - type: "plot"
21953   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21954   algorithm: "plot_tsa_name"
21955   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21956   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21957   include:
21958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21963   layout:
21964     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
21965     layout: "plot-throughput-speedup-analysis"
21966
21967 - type: "plot"
21968   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21969   algorithm: "plot_tsa_name"
21970   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21971   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21972   include:
21973     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21974     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21975     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21976     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21977     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21978   layout:
21979     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
21980     layout: "plot-throughput-speedup-analysis"
21981
21982 - type: "plot"
21983   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21984   algorithm: "plot_tsa_name"
21985   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21986   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21987   include:
21988     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21989     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21990     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21991     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21992     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21993   layout:
21994     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
21995     layout: "plot-throughput-speedup-analysis"
21996
21997 - type: "plot"
21998   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
21999   algorithm: "plot_tsa_name"
22000   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22001   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22002   include:
22003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22008   layout:
22009     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22010     layout: "plot-throughput-speedup-analysis"
22011
22012 - type: "plot"
22013   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22014   algorithm: "plot_tsa_name"
22015   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22016   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22017   include:
22018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22023   layout:
22024     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22025     layout: "plot-throughput-speedup-analysis"
22026
22027 - type: "plot"
22028   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22029   algorithm: "plot_tsa_name"
22030   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22031   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22032   include:
22033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22038   layout:
22039     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22040     layout: "plot-throughput-speedup-analysis"
22041
22042 - type: "plot"
22043   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22044   algorithm: "plot_tsa_name"
22045   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22046   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22047   include:
22048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22053   layout:
22054     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22055     layout: "plot-throughput-speedup-analysis"
22056
22057 - type: "plot"
22058   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22059   algorithm: "plot_tsa_name"
22060   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22061   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22062   include:
22063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22069   layout:
22070     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22071     layout: "plot-throughput-speedup-analysis"
22072
22073 - type: "plot"
22074   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22075   algorithm: "plot_tsa_name"
22076   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22077   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22078   include:
22079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22085   layout:
22086     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22087     layout: "plot-throughput-speedup-analysis"
22088
22089 - type: "plot"
22090   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22091   algorithm: "plot_tsa_name"
22092   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22093   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22094   include:
22095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22099   layout:
22100     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22101     layout: "plot-throughput-speedup-analysis"
22102
22103 - type: "plot"
22104   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22105   algorithm: "plot_tsa_name"
22106   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22107   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22108   include:
22109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22113   layout:
22114     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22115     layout: "plot-throughput-speedup-analysis"
22116
22117 - type: "plot"
22118   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22119   algorithm: "plot_tsa_name"
22120   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22121   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22122   include:
22123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22129   layout:
22130     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22131     layout: "plot-throughput-speedup-analysis"
22132
22133 - type: "plot"
22134   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22135   algorithm: "plot_tsa_name"
22136   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22137   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22138   include:
22139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22145   layout:
22146     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22147     layout: "plot-throughput-speedup-analysis"
22148
22149 - type: "plot"
22150   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22151   algorithm: "plot_tsa_name"
22152   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22153   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22154   include:
22155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22159   layout:
22160     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22161     layout: "plot-throughput-speedup-analysis"
22162
22163 - type: "plot"
22164   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22165   algorithm: "plot_tsa_name"
22166   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22167   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22168   include:
22169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22173   layout:
22174     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22175     layout: "plot-throughput-speedup-analysis"
22176
22177 - type: "plot"
22178   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22179   algorithm: "plot_tsa_name"
22180   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22181   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22182   include:
22183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22187     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22189   layout:
22190     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22191     layout: "plot-throughput-speedup-analysis"
22192
22193 - type: "plot"
22194   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22195   algorithm: "plot_tsa_name"
22196   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22197   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22198   include:
22199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22201     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22203     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22205   layout:
22206     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22207     layout: "plot-throughput-speedup-analysis"
22208
22209 - type: "plot"
22210   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22211   algorithm: "plot_tsa_name"
22212   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22213   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22214   include:
22215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22216     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22217     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22219   layout:
22220     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22221     layout: "plot-throughput-speedup-analysis"
22222
22223 - type: "plot"
22224   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22225   algorithm: "plot_tsa_name"
22226   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22227   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22228   include:
22229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22233   layout:
22234     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22235     layout: "plot-throughput-speedup-analysis"
22236
22237 - type: "plot"
22238   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22239   algorithm: "plot_tsa_name"
22240   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22241   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22242   include:
22243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22248   layout:
22249     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22250     layout: "plot-throughput-speedup-analysis"
22251
22252 - type: "plot"
22253   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22254   algorithm: "plot_tsa_name"
22255   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22256   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22257   include:
22258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22263   layout:
22264     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22265     layout: "plot-throughput-speedup-analysis"
22266
22267 - type: "plot"
22268   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22269   algorithm: "plot_tsa_name"
22270   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22271   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22272   include:
22273     - "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"
22274     - "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"
22275     - "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"
22276     - "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"
22277     - "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"
22278   layout:
22279     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22280     layout: "plot-throughput-speedup-analysis"
22281
22282 - type: "plot"
22283   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22284   algorithm: "plot_tsa_name"
22285   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22286   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22287   include:
22288     - "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"
22289     - "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"
22290     - "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"
22291     - "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"
22292     - "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"
22293   layout:
22294     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22295     layout: "plot-throughput-speedup-analysis"
22296
22297 - type: "plot"
22298   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22299   algorithm: "plot_tsa_name"
22300   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22301   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22302   include:
22303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22308   layout:
22309     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22310     layout: "plot-throughput-speedup-analysis"
22311
22312 - type: "plot"
22313   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22314   algorithm: "plot_tsa_name"
22315   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22316   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22317   include:
22318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22323   layout:
22324     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22325     layout: "plot-throughput-speedup-analysis"
22326
22327 - type: "plot"
22328   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22329   algorithm: "plot_tsa_name"
22330   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22331   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22332   include:
22333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22338   layout:
22339     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22340     layout: "plot-throughput-speedup-analysis"
22341
22342 - type: "plot"
22343   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22344   algorithm: "plot_tsa_name"
22345   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22346   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22347   include:
22348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22353   layout:
22354     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22355     layout: "plot-throughput-speedup-analysis"
22356
22357 - type: "plot"
22358   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22359   algorithm: "plot_tsa_name"
22360   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22361   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22362   include:
22363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22367   layout:
22368     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22369     layout: "plot-throughput-speedup-analysis"
22370
22371 - type: "plot"
22372   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22373   algorithm: "plot_tsa_name"
22374   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22375   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22376   include:
22377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22381   layout:
22382     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22383     layout: "plot-throughput-speedup-analysis"
22384
22385 - type: "plot"
22386   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22387   algorithm: "plot_tsa_name"
22388   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22389   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22390   include:
22391     - "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"
22392     - "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"
22393     - "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"
22394     - "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"
22395   layout:
22396     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22397     layout: "plot-throughput-speedup-analysis"
22398
22399 - type: "plot"
22400   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22401   algorithm: "plot_tsa_name"
22402   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22403   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22404   include:
22405     - "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"
22406     - "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"
22407     - "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"
22408     - "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"
22409   layout:
22410     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22411     layout: "plot-throughput-speedup-analysis"
22412
22413 - type: "plot"
22414   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22415   algorithm: "plot_tsa_name"
22416   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22417   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22418   include:
22419     - "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"
22420     - "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"
22421     - "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"
22422     - "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"
22423     - "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"
22424     - "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"
22425   layout:
22426     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22427     layout: "plot-throughput-speedup-analysis"
22428
22429 - type: "plot"
22430   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22431   algorithm: "plot_tsa_name"
22432   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22433   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22434   include:
22435     - "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"
22436     - "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"
22437     - "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"
22438     - "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"
22439     - "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"
22440     - "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"
22441   layout:
22442     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22443     layout: "plot-throughput-speedup-analysis"
22444
22445 # Packet Throughput - DPDK
22446
22447 # 2n-zn2-xxv710
22448
22449 - type: "plot"
22450   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22451   algorithm: "plot_perf_box_name"
22452   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22453   data: "plot-dpdk-throughput-latency-2n-zn2"
22454   include:
22455     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22456     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22457   layout:
22458     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22459     layout: "plot-throughput"
22460
22461 - type: "plot"
22462   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22463   algorithm: "plot_perf_box_name"
22464   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22465   data: "plot-dpdk-throughput-latency-2n-zn2"
22466   include:
22467     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22468     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22469   layout:
22470     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22471     layout: "plot-throughput"
22472
22473 - type: "plot"
22474   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22475   algorithm: "plot_perf_box_name"
22476   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22477   data: "plot-dpdk-throughput-latency-2n-zn2"
22478   include:
22479     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22480     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22481   layout:
22482     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22483     layout: "plot-throughput"
22484
22485 - type: "plot"
22486   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22487   algorithm: "plot_perf_box_name"
22488   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22489   data: "plot-dpdk-throughput-latency-2n-zn2"
22490   include:
22491     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22492     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22493   layout:
22494     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22495     layout: "plot-throughput"
22496
22497 # 2n-zn2-x710
22498
22499 - type: "plot"
22500   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22501   algorithm: "plot_perf_box_name"
22502   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22503   data: "plot-dpdk-throughput-latency-2n-zn2"
22504   include:
22505     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22506     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22507   layout:
22508     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22509     layout: "plot-throughput"
22510
22511 - type: "plot"
22512   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22513   algorithm: "plot_perf_box_name"
22514   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22515   data: "plot-dpdk-throughput-latency-2n-zn2"
22516   include:
22517     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22518     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22519   layout:
22520     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22521     layout: "plot-throughput"
22522
22523 - type: "plot"
22524   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22525   algorithm: "plot_perf_box_name"
22526   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22527   data: "plot-dpdk-throughput-latency-2n-zn2"
22528   include:
22529     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22530     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22531   layout:
22532     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22533     layout: "plot-throughput"
22534
22535 - type: "plot"
22536   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22537   algorithm: "plot_perf_box_name"
22538   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22539   data: "plot-dpdk-throughput-latency-2n-zn2"
22540   include:
22541     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22542     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22543   layout:
22544     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22545     layout: "plot-throughput"
22546
22547 ################################################################################
22548
22549 # - type: "plot"
22550 #   title: "Latency by percentile x-log: 2n-clx"
22551 #   algorithm: "plot_hdrh_lat_by_percentile"
22552 #   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-x-log-2n-clx"
22553 #   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22554 #   target-links: "../../_static/vpp"
22555 #   data: "plot-vpp-hdrh-lat-2n-clx"
22556 #   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22557 #   layout:
22558 #     layout: "plot-hdrh-latency-percentile-x-log"
22559
22560 - type: "plot"
22561   title: "Latency by percentile x-log: 2n-skx"
22562   algorithm: "plot_hdrh_lat_by_percentile"
22563   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-x-log-2n-skx"
22564   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22565   target-links: "../../_static/vpp"
22566   data: "plot-vpp-hdrh-lat-2n-skx"
22567   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22568   layout:
22569     layout: "plot-hdrh-latency-by-percentile-x-log"
22570
22571 - type: "plot"
22572   title: "Latency by percentile: 2n-skx"
22573   algorithm: "plot_hdrh_lat_by_percentile"
22574   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22575   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22576   target-links: "../../_static/vpp"
22577   data: "plot-vpp-hdrh-lat-2n-skx"
22578   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22579   layout:
22580     layout: "plot-hdrh-latency-by-percentile"
22581
22582 - type: "plot"
22583   title: "Latency by percentile: 2n-zn2"
22584   algorithm: "plot_hdrh_lat_by_percentile"
22585   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22586   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22587   target-links: "../../_static/vpp"
22588   data: "plot-vpp-hdrh-lat-2n-zn2"
22589   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22590   layout:
22591     layout: "plot-hdrh-latency-by-percentile"
22592
22593 - type: "plot"
22594   title: "Latency by percentile: 3n-skx"
22595   algorithm: "plot_hdrh_lat_by_percentile"
22596   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22597   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22598   target-links: "../../_static/vpp"
22599   data: "plot-vpp-hdrh-lat-3n-skx"
22600   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22601   layout:
22602     layout: "plot-hdrh-latency-by-percentile"
22603
22604 - type: "plot"
22605   title: "Latency by percentile: 2n-clx"
22606   algorithm: "plot_hdrh_lat_by_percentile"
22607   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22608   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22609   target-links: "../../_static/vpp"
22610   data: "plot-vpp-hdrh-lat-2n-clx"
22611   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22612   layout:
22613     layout: "plot-hdrh-latency-by-percentile"
22614
22615 - type: "plot"
22616   title: "Latency by percentile: 3n-hsw"
22617   algorithm: "plot_hdrh_lat_by_percentile"
22618   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22619   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22620   target-links: "../../_static/vpp"
22621   data: "plot-vpp-hdrh-lat-3n-hsw"
22622   filter: "'1T1C' and 'NIC_Intel-XL710'"
22623   layout:
22624     layout: "plot-hdrh-latency-by-percentile"
22625
22626 - type: "plot"
22627   title: "Latency by percentile: 3n-tsh"
22628   algorithm: "plot_hdrh_lat_by_percentile"
22629   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22630   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22631   target-links: "../../_static/vpp"
22632   data: "plot-vpp-hdrh-lat-3n-tsh"
22633   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22634   layout:
22635     layout: "plot-hdrh-latency-by-percentile"
22636
22637 - type: "plot"
22638   title: "Latency by percentile: DPDK 2n-skx"
22639   algorithm: "plot_hdrh_lat_by_percentile"
22640   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22641   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22642   target-links: "../../_static/dpdk"
22643   data: "plot-dpdk-hdrh-lat-2n-skx"
22644   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22645   layout:
22646     layout: "plot-hdrh-latency-by-percentile"
22647
22648 - type: "plot"
22649   title: "Latency by percentile: DPDK 3n-skx"
22650   algorithm: "plot_hdrh_lat_by_percentile"
22651   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22652   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22653   target-links: "../../_static/dpdk"
22654   data: "plot-dpdk-hdrh-lat-3n-skx"
22655   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22656   layout:
22657     layout: "plot-hdrh-latency-by-percentile"
22658
22659 - type: "plot"
22660   title: "Latency by percentile: DPDK 2n-clx"
22661   algorithm: "plot_hdrh_lat_by_percentile"
22662   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22663   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22664   target-links: "../../_static/dpdk"
22665   data: "plot-dpdk-hdrh-lat-2n-clx"
22666   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22667   layout:
22668     layout: "plot-hdrh-latency-by-percentile"
22669
22670 - type: "plot"
22671   title: "Latency by percentile: DPDK 2n-zn2"
22672   algorithm: "plot_hdrh_lat_by_percentile"
22673   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22674   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22675   target-links: "../../_static/dpdk"
22676   data: "plot-dpdk-hdrh-lat-2n-zn2"
22677   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22678   layout:
22679     layout: "plot-hdrh-latency-by-percentile"
22680
22681 - type: "plot"
22682   title: "Latency by percentile: DPDK 3n-hsw"
22683   algorithm: "plot_hdrh_lat_by_percentile"
22684   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22685   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22686   target-links: "../../_static/dpdk"
22687   data: "plot-dpdk-hdrh-lat-3n-hsw"
22688   filter: "'1T1C' and 'NIC_Intel-XL710'"
22689   layout:
22690     layout: "plot-hdrh-latency-by-percentile"
22691
22692 - type: "plot"
22693   title: "Latency by percentile: DPDK 3n-tsh"
22694   algorithm: "plot_hdrh_lat_by_percentile"
22695   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22696   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22697   target-links: "../../_static/dpdk"
22698   data: "plot-dpdk-hdrh-lat-3n-tsh"
22699   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22700   layout:
22701     layout: "plot-hdrh-latency-by-percentile"