21143d40c80e23275f1d5ce124f928551d0a389d
[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         - 9   # rls2101.rc1 NDRPDR iter env 6
253         - 10  # rls2101.rc1 NDRPDR iter env 6
254         - 11  # rls2101.rc1 NDRPDR iter env 6
255         - 12  # rls2101.rc1 NDRPDR iter env 6
256         - 13  # rls2101.rc1 NDRPDR iter env 6
257         - 14  # rls2101.rc1 NDRPDR iter env 6
258
259     plot-vpp-hdrh-lat-2n-skx:
260       csit-vpp-perf-report-iterative-2101-2n-skx:
261         - 14  # rls2101.rc1 NDRPDR iter env 6
262
263     plot-vpp-soak-2n-skx:
264       # csit-vpp-perf-report-iterative-2101-2n-skx:
265       csit-vpp-perf-report-iterative-2009-2n-skx:
266         - 33  # rls2009 soak env 5
267         - 34  # rls2009 soak env 5
268
269     plot-vpp-nfv-2n-skx-ndrpdr:
270       # csit-vpp-perf-report-iterative-2101-2n-skx:
271       csit-vpp-perf-report-iterative-2009-2n-skx:
272         - 38  # rls2009 nf-density iter env 5
273         - 41  # rls2009 nf-density iter env 5
274         - 45  # rls2009 nf-density iter env 5
275         - 47  # rls2009 nf-density iter env 5
276         - 49  # rls2009 nf-density iter env 5
277         - 63  # rls2009 nf-density iter env 5
278         - 65  # rls2009 nf-density iter env 5
279         - 66  # rls2009 nf-density iter env 5
280         - 71  # rls2009 nf-density iter env 5
281         - 72  # rls2009 nf-density iter env 5
282
283     plot-vpp-nfv-2n-skx-mrr:
284       # csit-vpp-perf-report-iterative-2101-2n-skx
285       csit-vpp-perf-report-iterative-2009-2n-skx:
286         - 50  # rls2009 MRR nf-density iter env 5
287
288     plot-vpp-nfv-reconf-2n-skx:
289       # csit-vpp-perf-report-iterative-2101-2n-skx
290       csit-vpp-perf-report-iterative-2009-2n-skx:
291         - 27  # rls2009 reconf env 5
292         - 28  # rls2009 reconf env 5
293         - 29  # rls2009 reconf env 5
294         - 30  # rls2009 reconf env 5
295         - 31  # rls2009 reconf env 5
296         - 32  # rls2009 reconf env 5
297         - 61  # rls2009 reconf env 5
298         - 62  # rls2009 reconf env 5
299         - 68  # rls2009 reconf env 5
300         - 70  # rls2009 reconf env 5
301
302     plot-dpdk-throughput-latency-2n-skx:
303       csit-dpdk-perf-report-iterative-2101-2n-skx:
304         - 11  # rls2101.rc1 NDRPDR iter env 6
305         - 12  # rls2101.rc1 NDRPDR iter env 6
306         - 13  # rls2101.rc1 NDRPDR iter env 6
307         - 14  # rls2101.rc1 NDRPDR iter env 6
308         - 15  # rls2101.rc1 NDRPDR iter env 6
309         - 17  # rls2101.rc1 NDRPDR iter env 6
310         - 18  # rls2101.rc1 NDRPDR iter env 6
311         - 19  # rls2101.rc1 NDRPDR iter env 6
312         - 20  # rls2101.rc1 NDRPDR iter env 6
313         - 21  # rls2101.rc1 NDRPDR iter env 6
314
315     plot-dpdk-hdrh-lat-2n-skx:
316       csit-dpdk-perf-report-iterative-2101-2n-skx:
317         - 11  # rls2101.rc1 NDRPDR iter env 6
318
319     # 2n-zn2
320
321     plot-vpp-throughput-lat-tsa-2n-zn2:
322       csit-vpp-perf-report-iterative-2101-2n-zn2:
323         - 4   # rls2101.rc1 NDRPDR iter env 6
324         - 5   # rls2101.rc1 NDRPDR iter env 6
325         - 6   # rls2101.rc1 NDRPDR iter env 6
326         - 7   # rls2101.rc1 NDRPDR iter env 6
327
328     plot-vpp-hdrh-lat-2n-zn2:
329       csit-vpp-perf-report-iterative-2101-2n-zn2:
330         - 4   # rls2101.rc1 NDRPDR iter env 6
331
332     plot-dpdk-throughput-latency-2n-zn2:
333       csit-dpdk-perf-report-iterative-2101-2n-zn2:
334         - 11  # rls2101.rc1 NDRPDR iter env 6
335         - 12  # rls2101.rc1 NDRPDR iter env 6
336         - 13  # rls2101.rc1 NDRPDR iter env 6
337         - 14  # rls2101.rc1 NDRPDR iter env 6
338         - 16  # rls2101.rc1 NDRPDR iter env 6
339         - 17  # rls2101.rc1 NDRPDR iter env 6
340         - 18  # rls2101.rc1 NDRPDR iter env 6
341         - 19  # rls2101.rc1 NDRPDR iter env 6
342         - 20  # rls2101.rc1 NDRPDR iter env 6
343         - 21  # rls2101.rc1 NDRPDR iter env 6
344
345     plot-dpdk-hdrh-lat-2n-zn2:
346       csit-dpdk-perf-report-iterative-2101-2n-zn2:
347         - 11  # rls2101.rc1 NDRPDR iter env 6
348
349     # 2n-clx
350
351     plot-vpp-throughput-lat-tsa-2n-clx:
352       csit-vpp-perf-report-iterative-2101-2n-clx:
353         - 4   # rls2101.rc1 NDRPDR iter env 6
354         - 5   # rls2101.rc1 NDRPDR iter env 6
355         - 6   # rls2101.rc1 NDRPDR iter env 6
356         - 7   # rls2101.rc1 NDRPDR iter env 6
357         - 8   # rls2101.rc1 NDRPDR iter env 6
358         - 9   # rls2101.rc1 NDRPDR iter env 6
359         - 10  # rls2101.rc1 NDRPDR iter env 6
360         - 11  # rls2101.rc1 NDRPDR iter env 6
361         - 12  # rls2101.rc1 NDRPDR iter env 6
362         - 13  # rls2101.rc1 NDRPDR iter env 6
363
364     plot-vpp-hdrh-lat-2n-clx:
365       csit-vpp-perf-report-iterative-2101-2n-clx:
366         - 6   # rls2101.rc1 NDRPDR iter env 6
367
368     plot-vpp-nfv-2n-clx-ndrpdr:
369       # csit-vpp-perf-report-iterative-2101-2n-clx:
370       csit-vpp-perf-report-iterative-2009-2n-clx:
371         - 37  # rls2009 nf-density iter env 5
372         - 43  # rls2009 nf-density iter env 5
373         - 69  # rls2009 nf-density iter env 5
374         - 70  # rls2009 nf-density iter env 5
375         - 71  # rls2009 nf-density iter env 5
376         - 72  # rls2009 nf-density iter env 5
377         - 73  # rls2009 nf-density iter env 5
378         - 74  # rls2009 nf-density iter env 5
379         - 75  # rls2009 nf-density iter env 5
380         - 76  # rls2009 nf-density iter env 5
381
382     plot-vpp-nfv-2n-clx-mrr:
383       # csit-vpp-perf-report-iterative-2101-2n-clx:
384       csit-vpp-perf-report-iterative-2009-2n-clx:
385         - 45  # rls2009 MRR nf-density iter env 5
386
387     plot-vpp-nfv-reconf-2n-clx:
388       # csit-vpp-perf-report-iterative-2101-2n-clx:
389       csit-vpp-perf-report-iterative-2009-2n-clx:
390         - 25  # rls2009 reconf env 5
391         - 27  # rls2009 reconf env 5
392         - 28  # rls2009 reconf env 5
393         - 29  # rls2009 reconf env 5
394         - 30  # rls2009 reconf env 5
395         - 30  # rls2009 reconf env 5
396         - 32  # rls2009 reconf env 5
397         - 48  # rls2009 reconf env 5
398         - 53  # rls2009 reconf env 5
399         - 68  # rls2009 reconf env 5
400
401     plot-vpp-soak-2n-clx:
402       # csit-vpp-perf-report-iterative-2101-2n-clx:
403       csit-vpp-perf-report-iterative-2009-2n-clx:
404         - 33  # rls2009 soak env 5
405         - 34  # rls2009 soak env 5
406
407     plot-dpdk-throughput-latency-2n-clx:
408       csit-dpdk-perf-report-iterative-2101-2n-clx:
409         - 12  # rls2101.rc1 NDRPDR iter env 6
410         - 13  # rls2101.rc1 NDRPDR iter env 6
411         - 14  # rls2101.rc1 NDRPDR iter env 6
412         - 18  # rls2101.rc1 NDRPDR iter env 6
413         - 22  # rls2101.rc1 NDRPDR iter env 6
414
415     plot-dpdk-hdrh-lat-2n-clx:
416       csit-dpdk-perf-report-iterative-2101-2n-clx:
417         - 12  # rls2101.rc1 NDRPDR iter env 6
418
419     # 3n-tsh
420
421     plot-vpp-throughput-lat-tsa-3n-tsh:
422       csit-vpp-perf-report-iterative-2101-3n-tsh:
423         - 3   # rls2101.rc1 NDRPDR iter env 6
424         - 5   # rls2101.rc1 NDRPDR iter env 6
425         - 6   # rls2101.rc1 NDRPDR iter env 6
426
427     plot-vpp-hdrh-lat-3n-tsh:
428       csit-vpp-perf-report-iterative-2101-3n-tsh:
429         - 3   # rls2101.rc1 NDRPDR iter env 6
430
431     plot-dpdk-throughput-latency-3n-tsh:
432       csit-dpdk-perf-report-iterative-2101-3n-tsh:
433         - 11  # rls2101.rc1 NDRPDR iter env 6
434         - 12  # rls2101.rc1 NDRPDR iter env 6
435         - 13  # rls2101.rc1 NDRPDR iter env 6
436         - 14  # rls2101.rc1 NDRPDR iter env 6
437         - 16  # rls2101.rc1 NDRPDR iter env 6
438         - 17  # rls2101.rc1 NDRPDR iter env 6
439         - 18  # rls2101.rc1 NDRPDR iter env 6
440         - 19  # rls2101.rc1 NDRPDR iter env 6
441         - 20  # rls2101.rc1 NDRPDR iter env 6
442         - 21  # rls2101.rc1 NDRPDR iter env 6
443
444     plot-dpdk-hdrh-lat-3n-tsh:
445       csit-dpdk-perf-report-iterative-2101-3n-tsh:
446         - 21  # rls2101.rc1 NDRPDR iter env 6
447
448     # 3n-dnv
449
450     plot-vpp-throughput-lat-tsa-3n-dnv:
451       csit-vpp-perf-report-iterative-2101-3n-dnv:
452         - 3   # rls2101.rc1 NDRPDR iter env 6
453         - 4   # rls2101.rc1 NDRPDR iter env 6
454         - 5   # rls2101.rc1 NDRPDR iter env 6
455         - 6   # rls2101.rc1 NDRPDR iter env 6
456         - 7   # rls2101.rc1 NDRPDR iter env 6
457         - 8   # rls2101.rc1 NDRPDR iter env 6
458         - 9   # rls2101.rc1 NDRPDR iter env 6
459         - 10  # rls2101.rc1 NDRPDR iter env 6
460         - 11  # rls2101.rc1 NDRPDR iter env 6
461         - 12  # rls2101.rc1 NDRPDR iter env 6
462
463 #    plot-dpdk-throughput-latency-3n-dnv:
464 #      # No data
465 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
466
467     # 2n-dnv
468
469     plot-vpp-throughput-lat-tsa-2n-dnv:
470       csit-vpp-perf-report-iterative-2101-2n-dnv:
471         - 3   # rls2101.rc1 NDRPDR iter env 6
472         - 4   # rls2101.rc1 NDRPDR iter env 6
473         - 5   # rls2101.rc1 NDRPDR iter env 6
474         - 6   # rls2101.rc1 NDRPDR iter env 6
475         - 7   # rls2101.rc1 NDRPDR iter env 6
476         - 8   # rls2101.rc1 NDRPDR iter env 6
477         - 9   # rls2101.rc1 NDRPDR iter env 6
478         - 10  # rls2101.rc1 NDRPDR iter env 6
479         - 11  # rls2101.rc1 NDRPDR iter env 6
480         - 12  # rls2101.rc1 NDRPDR iter env 6
481
482 #    plot-dpdk-throughput-latency-2n-dnv:
483 #      # No data
484 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
485
486     ###########################################################################
487     # Simple tables (only one data set):
488
489     # NIC Comparisons
490
491     vpp-nic-comparison-3n-skx:
492       csit-vpp-perf-report-iterative-2101-3n-skx:
493         - 5   # rls2101.rc1 NDRPDR iter env 6
494         - 6   # rls2101.rc1 NDRPDR iter env 6
495         - 7   # rls2101.rc1 NDRPDR iter env 6
496         - 8   # rls2101.rc1 NDRPDR iter env 6
497         - 9   # rls2101.rc1 NDRPDR iter env 6
498
499     vpp-nic-comparison-2n-skx:
500       csit-vpp-perf-report-iterative-2101-2n-skx:
501         - 5   # rls2101.rc1 NDRPDR iter env 6
502         - 6   # rls2101.rc1 NDRPDR iter env 6
503         - 7   # rls2101.rc1 NDRPDR iter env 6
504         - 8   # rls2101.rc1 NDRPDR iter env 6
505         - 9   # rls2101.rc1 NDRPDR iter env 6
506         - 10  # rls2101.rc1 NDRPDR iter env 6
507         - 11  # rls2101.rc1 NDRPDR iter env 6
508         - 12  # rls2101.rc1 NDRPDR iter env 6
509         - 13  # rls2101.rc1 NDRPDR iter env 6
510         - 14  # rls2101.rc1 NDRPDR iter env 6
511
512     vpp-nic-comparison-3n-skx-mrr:
513       csit-vpp-perf-report-iterative-2101-3n-skx:
514         - 4   # rls2101.rc1 MRR iter env 6
515
516     vpp-nic-comparison-2n-skx-mrr:
517       csit-vpp-perf-report-iterative-2101-2n-skx:
518         - 3   # rls2101.rc1 MRR iter env 6
519
520     # Results
521
522     vpp-perf-results-3n-hsw:
523       # csit-vpp-perf-report-coverage-2101-3n-hsw:
524       csit-vpp-perf-report-iterative-2101-3n-hsw:
525         - 13  # rls2101.rc1 NDRPDR iter env 6
526
527     vpp-perf-results-3n-skx:
528       # csit-vpp-perf-report-coverage-2101-3n-skx:
529       csit-vpp-perf-report-iterative-2101-3n-skx:
530         - 5   # rls2101.rc1 NDRPDR iter env 6
531
532     vpp-perf-results-2n-skx:
533       # csit-vpp-perf-report-coverage-2101-2n-skx:
534       csit-vpp-perf-report-iterative-2101-2n-skx:
535         - 14  # rls2101.rc1 NDRPDR iter env 6
536
537     vpp-perf-results-2n-zn2:
538       csit-vpp-perf-report-iterative-2101-2n-zn2:
539         - 4   # rls2101.rc1 NDRPDR iter env 6
540
541     vpp-perf-results-2n-clx:
542       # csit-vpp-perf-report-coverage-2101-2n-clx:
543       csit-vpp-perf-report-iterative-2101-2n-clx:
544         - 6   # rls2101.rc1 NDRPDR iter env 6
545
546     vpp-perf-results-3n-tsh:
547       csit-vpp-perf-report-iterative-2101-3n-tsh:
548         - 3   # rls2101.rc1 NDRPDR iter env 6
549
550     vpp-perf-results-3n-dnv:
551       # csit-vpp-perf-report-coverage-2101-3n-dnv:
552       csit-vpp-perf-report-iterative-2101-3n-dnv:
553         - 4   # rls2101.rc1 NDRPDR iter env 6
554
555     vpp-perf-results-2n-dnv:
556       # csit-vpp-perf-report-coverage-2101-2n-dnv:
557       csit-vpp-perf-report-iterative-2101-2n-dnv:
558         - 3   # rls2101.rc1 NDRPDR iter env 6
559
560     vpp-mrr-results-3n-hsw:
561       csit-vpp-perf-report-iterative-2101-3n-hsw:
562         - 3   # rls2101.rc1 MRR iter env 6
563
564     vpp-mrr-results-3n-skx:
565       csit-vpp-perf-report-iterative-2101-3n-skx:
566         - 4   # rls2101.rc1 MRR iter env 6
567
568     vpp-mrr-results-2n-skx:
569       csit-vpp-perf-report-iterative-2101-2n-skx:
570         - 3   # rls2101.rc1 MRR iter env 6
571
572     vpp-mrr-results-2n-zn2:
573       csit-vpp-perf-report-iterative-2101-2n-zn2:
574         - 3   # rls2101.rc1 MRR iter env 6
575
576     vpp-mrr-results-2n-clx:
577       csit-vpp-perf-report-iterative-2101-2n-clx:
578         - 3   # rls2101.rc1 MRR iter env 6
579
580     vpp-mrr-results-3n-tsh:
581       csit-vpp-perf-report-iterative-2101-3n-tsh:
582         - 2   # rls2101.rc1 MRR iter env 6
583
584     vpp-mrr-results-3n-dnv:
585       csit-vpp-perf-report-iterative-2101-3n-dnv:
586         - 2   # rls2101.rc1 MRR iter env 6
587
588     vpp-mrr-results-2n-dnv:
589       csit-vpp-perf-report-iterative-2101-2n-dnv:
590         - 2   # rls2101.rc1 MRR iter env 6
591
592     vpp-device-results-ubuntu:
593       csit-vpp-device-2101-ubuntu1804-1n-skx:
594         - 66  # rls2101.rc1 VPP DEV env6
595
596     dpdk-perf-results-3n-hsw:
597       csit-dpdk-perf-report-iterative-2101-3n-hsw:
598         - 11  # rls2101.rc1 NDRPDR iter env 6
599
600     dpdk-perf-results-3n-skx:
601       csit-dpdk-perf-report-iterative-2101-3n-skx:
602         - 12  # rls2101.rc1 NDRPDR iter env 6
603
604     dpdk-perf-results-2n-skx:
605       csit-dpdk-perf-report-iterative-2101-2n-skx:
606         - 11  # rls2101.rc1 NDRPDR iter env 6
607
608     dpdk-perf-results-2n-zn2:
609       csit-dpdk-perf-report-iterative-2101-2n-zn2:
610         - 11  # rls2101.rc1 NDRPDR iter env 6
611
612     dpdk-perf-results-2n-clx:
613       csit-dpdk-perf-report-iterative-2101-2n-clx:
614         - 12  # rls2101.rc1 NDRPDR iter env 6
615
616 #    dpdk-perf-results-2n-dnv:
617 #      # No data
618 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
619
620 #    dpdk-perf-results-3n-dnv:
621 #      # No data
622 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
623
624     dpdk-perf-results-3n-tsh:
625       csit-dpdk-perf-report-iterative-2101-3n-tsh:
626         - 21  # rls2101.rc1 NDRPDR iter env 6
627
628 ###########################################################################
629     # Tables (more than one data set)
630
631     # Performance changes
632
633     vpp-performance-changes-3n-hsw-h1:
634       csit-vpp-perf-report-iterative-2009-3n-hsw:
635         - 9   # rls2005 NDRPDR iter env 5
636         - 10  # rls2005 NDRPDR iter env 5
637         - 11  # rls2005 NDRPDR iter env 5
638         - 12  # rls2005 NDRPDR iter env 5
639         - 13  # rls2005 NDRPDR iter env 5
640         - 14  # rls2005 NDRPDR iter env 5
641         - 15  # rls2005 NDRPDR iter env 5
642         - 16  # rls2005 NDRPDR iter env 5
643         - 17  # rls2005 NDRPDR iter env 5
644         - 19  # rls2005 NDRPDR iter env 5
645     vpp-performance-changes-3n-hsw-ref-env-old:
646       csit-vpp-perf-report-iterative-2009-3n-hsw:
647         - 21  # rls2009 NDRPDR iter env 5
648         - 22  # rls2009 NDRPDR iter env 5
649         - 24  # rls2009 NDRPDR iter env 5
650         - 25  # rls2009 NDRPDR iter env 5
651         - 26  # rls2009 NDRPDR iter env 5
652         - 27  # rls2009 NDRPDR iter env 5
653         - 28  # rls2009 NDRPDR iter env 5
654         - 29  # rls2009 NDRPDR iter env 5
655         - 30  # rls2009 NDRPDR iter env 5
656         - 31  # rls2009 NDRPDR iter env 5
657     vpp-performance-changes-3n-hsw-ref-env-new:
658       csit-vpp-perf-report-iterative-2101-3n-hsw:
659         - 19  # rls2009 NDRPDR iter env 6
660         - 20  # rls2009 NDRPDR iter env 6
661         - 21  # rls2009 NDRPDR iter env 6
662         - 22  # rls2009 NDRPDR iter env 6
663     vpp-performance-changes-3n-hsw-cmp:
664       csit-vpp-perf-report-iterative-2101-3n-hsw:
665         - 4   # rls2101.rc1 NDRPDR iter env 6
666         - 5   # rls2101.rc1 NDRPDR iter env 6
667         - 6   # rls2101.rc1 NDRPDR iter env 6
668         - 7   # rls2101.rc1 NDRPDR iter env 6
669         - 8   # rls2101.rc1 NDRPDR iter env 6
670         - 9   # rls2101.rc1 NDRPDR iter env 6
671         - 10  # rls2101.rc1 NDRPDR iter env 6
672         - 11  # rls2101.rc1 NDRPDR iter env 6
673         - 12  # rls2101.rc1 NDRPDR iter env 6
674         - 13  # rls2101.rc1 NDRPDR iter env 6
675
676     vpp-performance-changes-3n-skx-h1:
677       csit-vpp-perf-report-iterative-2009-3n-skx:
678         - 13  # rls2005 NDRPDR iter env 5
679         - 18  # rls2005 NDRPDR iter env 5
680         - 19  # rls2005 NDRPDR iter env 5
681         - 41  # rls2005 NDRPDR iter env 5
682         - 43  # rls2005 NDRPDR iter env 5
683         - 44  # rls2005 NDRPDR iter env 5
684         - 45  # rls2005 NDRPDR iter env 5
685         - 46  # rls2005 NDRPDR iter env 5
686         - 48  # rls2005 NDRPDR iter env 5
687         - 49  # rls2005 NDRPDR iter env 5
688     vpp-performance-changes-3n-skx-ref-env-old:
689       csit-vpp-perf-report-iterative-2009-3n-skx:
690         - 26  # rls2009 NDRPDR iter env 5
691         - 27  # rls2009 NDRPDR iter env 5
692         - 28  # rls2009 NDRPDR iter env 5
693         - 29  # rls2009 NDRPDR iter env 5
694         - 35  # rls2009 NDRPDR iter env 5
695         - 36  # rls2009 NDRPDR iter env 5
696         - 37  # rls2009 NDRPDR iter env 5
697         - 38  # rls2009 NDRPDR iter env 5
698         - 39  # rls2009 NDRPDR iter env 5
699         - 40  # rls2009 NDRPDR iter env 5
700     vpp-performance-changes-3n-skx-ref-env-new:
701       csit-vpp-perf-report-iterative-2101-3n-skx:
702         - 14  # rls2009 NDRPDR iter env 6
703     vpp-performance-changes-3n-skx-cmp:
704       csit-vpp-perf-report-iterative-2101-3n-skx:
705         - 5   # rls2101.rc1 NDRPDR iter env 6
706         - 6   # rls2101.rc1 NDRPDR iter env 6
707         - 7   # rls2101.rc1 NDRPDR iter env 6
708         - 8   # rls2101.rc1 NDRPDR iter env 6
709         - 9   # rls2101.rc1 NDRPDR iter env 6
710
711     vpp-performance-changes-2n-skx-h1:
712       csit-vpp-perf-report-iterative-2009-2n-skx:
713         - 13  # rls2005 NDRPDR iter env 5
714         - 16  # rls2005 NDRPDR iter env 5
715         - 17  # rls2005 NDRPDR iter env 5
716         - 18  # rls2005 NDRPDR iter env 5
717         - 19  # rls2005 NDRPDR iter env 5
718         - 21  # rls2005 NDRPDR iter env 5
719         - 22  # rls2005 NDRPDR iter env 5
720         - 23  # rls2005 NDRPDR iter env 5
721         - 24  # rls2005 NDRPDR iter env 5
722         - 25  # rls2005 NDRPDR iter env 5
723     vpp-performance-changes-2n-skx-ref-env-old:
724       csit-vpp-perf-report-iterative-2009-2n-skx:
725         - 35  # rls2009 NDRPDR iter env 5
726         - 36  # rls2009 NDRPDR iter env 5
727         - 37  # rls2009 NDRPDR iter env 5
728         - 39  # rls2009 NDRPDR iter env 5
729         - 40  # rls2009 NDRPDR iter env 5
730         - 42  # rls2009 NDRPDR iter env 5
731         - 43  # rls2009 NDRPDR iter env 5
732         - 44  # rls2009 NDRPDR iter env 5
733         - 46  # rls2009 NDRPDR iter env 5
734         - 48  # rls2009 NDRPDR iter env 5
735         - 110 # rls2009 NDRPDR iter NAT44 env 5
736         - 111 # rls2009 NDRPDR iter NAT44 env 5
737         - 112 # rls2009 NDRPDR iter NAT44 env 5
738         - 113 # rls2009 NDRPDR iter NAT44 env 5
739         - 114 # rls2009 NDRPDR iter NAT44 env 5
740         - 115 # rls2009 NDRPDR iter NAT44 env 5
741         - 116 # rls2009 NDRPDR iter NAT44 env 5
742         - 118 # rls2009 NDRPDR iter NAT44 env 5
743         - 119 # rls2009 NDRPDR iter NAT44 env 5
744         - 121 # rls2009 NDRPDR iter NAT44 env 5
745     vpp-performance-changes-2n-skx-ref-env-new:
746       # TODO: Re-test in new env
747       csit-vpp-perf-report-iterative-2009-2n-skx:
748         - 35  # rls2009 NDRPDR iter env 5
749         - 36  # rls2009 NDRPDR iter env 5
750         - 37  # rls2009 NDRPDR iter env 5
751         - 39  # rls2009 NDRPDR iter env 5
752         - 40  # rls2009 NDRPDR iter env 5
753         - 42  # rls2009 NDRPDR iter env 5
754         - 43  # rls2009 NDRPDR iter env 5
755         - 44  # rls2009 NDRPDR iter env 5
756         - 46  # rls2009 NDRPDR iter env 5
757         - 48  # rls2009 NDRPDR iter env 5
758         - 110 # rls2009 NDRPDR iter NAT44 env 5
759         - 111 # rls2009 NDRPDR iter NAT44 env 5
760         - 112 # rls2009 NDRPDR iter NAT44 env 5
761         - 113 # rls2009 NDRPDR iter NAT44 env 5
762         - 114 # rls2009 NDRPDR iter NAT44 env 5
763         - 115 # rls2009 NDRPDR iter NAT44 env 5
764         - 116 # rls2009 NDRPDR iter NAT44 env 5
765         - 118 # rls2009 NDRPDR iter NAT44 env 5
766         - 119 # rls2009 NDRPDR iter NAT44 env 5
767         - 121 # rls2009 NDRPDR iter NAT44 env 5
768     vpp-performance-changes-2n-skx-cmp:
769       csit-vpp-perf-report-iterative-2101-2n-skx:
770         - 5   # rls2101.rc1 NDRPDR iter env 6
771         - 6   # rls2101.rc1 NDRPDR iter env 6
772         - 7   # rls2101.rc1 NDRPDR iter env 6
773         - 8   # rls2101.rc1 NDRPDR iter env 6
774         - 9   # rls2101.rc1 NDRPDR iter env 6
775         - 10  # rls2101.rc1 NDRPDR iter env 6
776         - 11  # rls2101.rc1 NDRPDR iter env 6
777         - 12  # rls2101.rc1 NDRPDR iter env 6
778         - 13  # rls2101.rc1 NDRPDR iter env 6
779         - 14  # 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         - 6   # rls2101.rc1 NDRPDR iter env 6
1010
1011     vpp-soak-vs-ndr-2n-skx-ref:
1012       # csit-vpp-perf-report-iterative-2101-2n-skx:
1013       csit-vpp-perf-report-iterative-2009-2n-skx:
1014         - 35  # rls2009 NDRPDR iter env 5
1015         - 36  # rls2009 NDRPDR iter env 5
1016         - 37  # rls2009 NDRPDR iter env 5
1017         - 39  # rls2009 NDRPDR iter env 5
1018         - 40  # rls2009 NDRPDR iter env 5
1019         - 42  # rls2009 NDRPDR iter env 5
1020         - 43  # rls2009 NDRPDR iter env 5
1021         - 44  # rls2009 NDRPDR iter env 5
1022         - 46  # rls2009 NDRPDR iter env 5
1023         - 48  # rls2009 NDRPDR iter env 5
1024     vpp-soak-vs-ndr-2n-skx-cmp:
1025       # csit-vpp-perf-report-iterative-2101-2n-skx:
1026       csit-vpp-perf-report-iterative-2009-2n-skx:
1027         - 33  # rls2009 soak env 5
1028         - 34  # rls2009 soak env 5
1029     vpp-soak-vs-ndr-2n-skx:
1030       # csit-vpp-perf-report-iterative-2101-2n-skx:
1031       csit-vpp-perf-report-iterative-2009-2n-skx:
1032         - 35  # rls2009 NDRPDR iter env 5
1033         - 36  # rls2009 NDRPDR iter env 5
1034         - 37  # rls2009 NDRPDR iter env 5
1035         - 39  # rls2009 NDRPDR iter env 5
1036         - 40  # rls2009 NDRPDR iter env 5
1037         - 42  # rls2009 NDRPDR iter env 5
1038         - 43  # rls2009 NDRPDR iter env 5
1039         - 44  # rls2009 NDRPDR iter env 5
1040         - 46  # rls2009 NDRPDR iter env 5
1041         - 48  # rls2009 NDRPDR iter env 5
1042         - 33  # rls2009 soak env 5
1043         - 34  # rls2009 soak env 5
1044
1045     vpp-soak-vs-ndr-2n-clx-ref:
1046       # csit-vpp-perf-report-iterative-2101-2n-clx:
1047       csit-vpp-perf-report-iterative-2009-2n-clx:
1048         - 36  # rls2009 NDRPDR iter env 5
1049         - 39  # rls2009 NDRPDR iter env 5
1050         - 40  # rls2009 NDRPDR iter env 5
1051         - 65  # rls2009 NDRPDR iter env 5
1052         - 66  # rls2009 NDRPDR iter env 5
1053         - 79  # rls2009 NDRPDR iter env 5
1054         - 82  # rls2009 NDRPDR iter env 5
1055         - 88  # rls2009 NDRPDR iter env 5
1056         - 89  # rls2009 NDRPDR iter env 5
1057         - 90  # rls2009 NDRPDR iter env 5
1058     vpp-soak-vs-ndr-2n-clx-cmp:
1059       # csit-vpp-perf-report-iterative-2101-2n-clx:
1060       csit-vpp-perf-report-iterative-2009-2n-clx:
1061         - 33  # rls2009 soak env 5
1062         - 34  # rls2009 soak env 5
1063     vpp-soak-vs-ndr-2n-clx:
1064       # csit-vpp-perf-report-iterative-2101-2n-clx:
1065       csit-vpp-perf-report-iterative-2009-2n-clx:
1066         - 36  # rls2009 NDRPDR iter env 5
1067         - 39  # rls2009 NDRPDR iter env 5
1068         - 40  # rls2009 NDRPDR iter env 5
1069         - 65  # rls2009 NDRPDR iter env 5
1070         - 66  # rls2009 NDRPDR iter env 5
1071         - 79  # rls2009 NDRPDR iter env 5
1072         - 82  # rls2009 NDRPDR iter env 5
1073         - 88  # rls2009 NDRPDR iter env 5
1074         - 89  # rls2009 NDRPDR iter env 5
1075         - 90  # rls2009 NDRPDR iter env 5
1076         - 33  # rls2009 soak env 5
1077         - 34  # rls2009 soak env 5
1078
1079     vpp-performance-changes-3n-hsw-mrr-h1:
1080       csit-vpp-perf-report-iterative-2009-3n-hsw:
1081         - 18  # rls2005 MRR iter env 5
1082     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1083       csit-vpp-perf-report-iterative-2009-3n-hsw:
1084         - 23  # rls2009 MRR iter env 5
1085     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1086       csit-vpp-perf-report-iterative-2101-3n-hsw:
1087         - 17  # rls2009 MRR iter env 6
1088     vpp-performance-changes-3n-hsw-mrr-cmp:
1089       csit-vpp-perf-report-iterative-2101-3n-hsw:
1090         - 3   # rls2101.rc1 MRR iter env 6
1091
1092     vpp-performance-changes-3n-skx-mrr-h1:
1093       csit-vpp-perf-report-iterative-2009-3n-skx:
1094         - 17  # rls2005 MRR iter env 5
1095     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1096       csit-vpp-perf-report-iterative-2009-3n-skx:
1097         - 24  # rls2009 MRR iter env 5
1098     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1099       csit-vpp-perf-report-iterative-2101-3n-skx:
1100         - 12  # rls2009 MRR iter env 6
1101     vpp-performance-changes-3n-skx-mrr-cmp:
1102       csit-vpp-perf-report-iterative-2101-3n-skx:
1103         - 4   # rls2101.rc1 MRR iter env 6
1104
1105     vpp-performance-changes-2n-skx-mrr-h1:
1106       csit-vpp-perf-report-iterative-2009-2n-skx:
1107         - 20  # rls2005 MRR iter env 5
1108     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1109       csit-vpp-perf-report-iterative-2009-2n-skx:
1110         - 120 # rls2009 MRR iter env 5
1111     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1112       csit-vpp-perf-report-iterative-2101-2n-skx:
1113         - 21  # rls2009 MRR iter env 6
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       csit-vpp-perf-report-iterative-2101-2n-clx:
1126         - 15  # rls2009 MRR iter env 6
1127     vpp-performance-changes-2n-clx-mrr-cmp:
1128       csit-vpp-perf-report-iterative-2101-2n-clx:
1129         - 3   # rls2101.rc1 MRR iter env 6
1130
1131     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1132       csit-vpp-perf-report-iterative-2009-2n-zn2:
1133         - 15  # rls2009 MRR iter env 5
1134     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1135       csit-vpp-perf-report-iterative-2101-2n-zn2:
1136         - 8   # rls2009 MRR iter env6
1137     vpp-performance-changes-2n-zn2-mrr-cmp:
1138       csit-vpp-perf-report-iterative-2101-2n-zn2:
1139         - 3   # rls2101.rc1 MRR iter env 6
1140
1141     vpp-performance-changes-2n-dnv-mrr-h1:
1142       csit-vpp-perf-report-iterative-2009-2n-dnv:
1143         - 23  # rls2005 MRR iter env 5
1144     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1145       csit-vpp-perf-report-iterative-2009-2n-dnv:
1146         - 13  # rls2009 MRR iter env 5
1147     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1148       # TODO: Re-test in new env
1149       csit-vpp-perf-report-iterative-2009-2n-dnv:
1150         - 13  # rls2009 MRR iter env 5
1151     vpp-performance-changes-2n-dnv-mrr-cmp:
1152       csit-vpp-perf-report-iterative-2101-2n-dnv:
1153         - 2   # rls2101.rc1 MRR iter env 6
1154
1155     vpp-performance-changes-3n-dnv-mrr-h1:
1156       csit-vpp-perf-report-iterative-2009-3n-dnv:
1157         - 19  # rls2005 MRR iter env 5
1158     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1159       csit-vpp-perf-report-iterative-2009-3n-dnv:
1160         - 22  # rls2009 MRR iter env 5
1161     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1162       # TODO: Re-test in new env
1163       csit-vpp-perf-report-iterative-2009-3n-dnv:
1164         - 22  # rls2009 MRR iter env 5
1165     vpp-performance-changes-3n-dnv-mrr-cmp:
1166       csit-vpp-perf-report-iterative-2101-3n-dnv:
1167         - 2   # rls2101.rc1 MRR iter env 6
1168
1169     vpp-performance-changes-3n-tsh-mrr-h1:
1170       csit-vpp-perf-report-iterative-2009-3n-tsh:
1171         - 13  # rls2005 MRR iter env 5
1172     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1173       csit-vpp-perf-report-iterative-2009-3n-tsh:
1174         - 15  # rls2009 MRR iter env 5
1175     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1176       # TODO: Re-test in new env
1177       csit-vpp-perf-report-iterative-2009-3n-tsh:
1178         - 15  # rls2009 MRR iter env 5
1179     vpp-performance-changes-3n-tsh-mrr-cmp:
1180       csit-vpp-perf-report-iterative-2101-3n-tsh:
1181         - 2   # rls2101.rc1 MRR iter env 6
1182
1183     dpdk-performance-changes-3n-hsw-h1:
1184       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1185         - 25  # NDRPDR iter
1186         - 26  # NDRPDR iter
1187         - 27  # NDRPDR iter
1188         - 28  # NDRPDR iter
1189         - 29  # NDRPDR iter
1190         - 30  # NDRPDR iter
1191         - 31  # NDRPDR iter
1192         - 32  # NDRPDR iter
1193         - 33  # NDRPDR iter
1194         - 34  # NDRPDR iter
1195     dpdk-performance-changes-3n-hsw-ref:
1196       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1197         - 6   # NDRPDR iter env5
1198         - 7   # NDRPDR iter env5
1199         - 8   # NDRPDR iter env5
1200         - 9   # NDRPDR iter env5
1201         - 10  # NDRPDR iter env5
1202         - 11  # NDRPDR iter env5
1203         - 12  # NDRPDR iter env5
1204         - 13  # NDRPDR iter env5
1205         - 14  # NDRPDR iter env5
1206         - 15  # NDRPDR iter env5
1207     dpdk-performance-changes-3n-hsw-cmp:
1208       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1209         - 11  # rls2101.rc1 NDRPDR iter env 6
1210         - 12  # rls2101.rc1 NDRPDR iter env 6
1211         - 13  # rls2101.rc1 NDRPDR iter env 6
1212         - 14  # rls2101.rc1 NDRPDR iter env 6
1213         - 16  # rls2101.rc1 NDRPDR iter env 6
1214         - 17  # rls2101.rc1 NDRPDR iter env 6
1215         - 18  # rls2101.rc1 NDRPDR iter env 6
1216         - 19  # rls2101.rc1 NDRPDR iter env 6
1217         - 20  # rls2101.rc1 NDRPDR iter env 6
1218         - 21  # rls2101.rc1 NDRPDR iter env 6
1219
1220     dpdk-performance-changes-3n-skx-h1:
1221       csit-dpdk-perf-report-iterative-2005-3n-skx:
1222         - 28  # NDRPDR iter
1223         - 29  # NDRPDR iter
1224         - 30  # NDRPDR iter
1225         - 31  # NDRPDR iter
1226         - 32  # NDRPDR iter
1227         - 33  # NDRPDR iter
1228         - 34  # NDRPDR iter
1229         - 35  # NDRPDR iter
1230         - 36  # NDRPDR iter
1231         - 37  # NDRPDR iter
1232     dpdk-performance-changes-3n-skx-ref:
1233       csit-dpdk-perf-report-iterative-2009-3n-skx:
1234         - 4   # NDRPDR sel env5
1235         - 5   # NDRPDR sel env5
1236         - 6   # NDRPDR sel env5
1237         - 7   # NDRPDR sel env5
1238         - 8   # NDRPDR sel env5
1239         - 9   # NDRPDR sel env5
1240         - 14  # NDRPDR sel env5
1241         - 11  # NDRPDR sel env5
1242         - 12  # NDRPDR sel env5
1243         - 13  # NDRPDR sel env5
1244     dpdk-performance-changes-3n-skx-cmp:
1245       csit-dpdk-perf-report-iterative-2101-3n-skx:
1246         - 12  # rls2101.rc1 NDRPDR iter env 6
1247         - 14  # rls2101.rc1 NDRPDR iter env 6
1248         - 15  # rls2101.rc1 NDRPDR iter env 6
1249         - 17  # rls2101.rc1 NDRPDR iter env 6
1250         - 19  # rls2101.rc1 NDRPDR iter env 6
1251         - 20  # rls2101.rc1 NDRPDR iter env 6
1252         - 21  # rls2101.rc1 NDRPDR iter env 6
1253         - 22  # rls2101.rc1 NDRPDR iter env 6
1254
1255     dpdk-performance-changes-2n-skx-h1:
1256       csit-dpdk-perf-report-iterative-2005-2n-skx:
1257         - 20  # NDRPDR iter
1258         - 21  # NDRPDR iter
1259         - 22  # NDRPDR iter
1260         - 23  # NDRPDR iter
1261         - 24  # NDRPDR iter
1262         - 25  # NDRPDR iter
1263         - 26  # NDRPDR iter
1264         - 27  # NDRPDR iter
1265         - 28  # NDRPDR iter
1266         - 29  # NDRPDR iter
1267     dpdk-performance-changes-2n-skx-ref:
1268       csit-dpdk-perf-report-iterative-2009-2n-skx:
1269         - 4   # NDRPDR iter env5
1270         - 5   # NDRPDR iter env5
1271         - 6   # NDRPDR iter env5
1272         - 7   # NDRPDR iter env5
1273         - 8   # NDRPDR iter env5
1274         - 9   # NDRPDR iter env5
1275         - 10  # NDRPDR iter env5
1276         - 11  # NDRPDR iter env5
1277         - 12  # NDRPDR iter env5
1278         - 13  # NDRPDR iter env5
1279     dpdk-performance-changes-2n-skx-cmp:
1280       csit-dpdk-perf-report-iterative-2101-2n-skx:
1281         - 11  # rls2101.rc1 NDRPDR iter env 6
1282         - 12  # rls2101.rc1 NDRPDR iter env 6
1283         - 13  # rls2101.rc1 NDRPDR iter env 6
1284         - 14  # rls2101.rc1 NDRPDR iter env 6
1285         - 15  # rls2101.rc1 NDRPDR iter env 6
1286         - 17  # rls2101.rc1 NDRPDR iter env 6
1287         - 18  # rls2101.rc1 NDRPDR iter env 6
1288         - 19  # rls2101.rc1 NDRPDR iter env 6
1289         - 20  # rls2101.rc1 NDRPDR iter env 6
1290         - 21  # rls2101.rc1 NDRPDR iter env 6
1291
1292     dpdk-performance-changes-2n-clx-h1:
1293       csit-dpdk-perf-report-iterative-2005-2n-clx:
1294         - 20  # NDRPDR iter
1295         - 21  # NDRPDR iter
1296         - 22  # NDRPDR iter
1297         - 23  # NDRPDR iter
1298         - 24  # NDRPDR iter
1299         - 25  # NDRPDR iter
1300         - 26  # NDRPDR iter
1301         - 27  # NDRPDR iter
1302         - 28  # NDRPDR iter
1303         - 29  # NDRPDR iter
1304     dpdk-performance-changes-2n-clx-ref:
1305       csit-dpdk-perf-report-iterative-2009-2n-clx:
1306         - 4   # NDRPDR iter env5
1307         - 5   # NDRPDR iter env5
1308         - 6   # NDRPDR iter env5
1309         - 7   # NDRPDR iter env5
1310         - 8   # NDRPDR iter env5
1311         - 9   # NDRPDR iter env5
1312         - 10  # NDRPDR iter env5
1313         - 11  # NDRPDR iter env5
1314         - 12  # NDRPDR iter env5
1315         - 13  # NDRPDR iter env5
1316     dpdk-performance-changes-2n-clx-cmp:
1317       csit-dpdk-perf-report-iterative-2101-2n-clx:
1318         - 12  # rls2101.rc1 NDRPDR iter env 6
1319         - 13  # rls2101.rc1 NDRPDR iter env 6
1320         - 14  # rls2101.rc1 NDRPDR iter env 6
1321         - 18  # rls2101.rc1 NDRPDR iter env 6
1322         - 22  # rls2101.rc1 NDRPDR iter env 6
1323
1324     dpdk-performance-changes-2n-zn2-ref:
1325       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1326         - 16  # NDRPDR iter env5
1327         - 21  # NDRPDR iter env5
1328         - 22  # NDRPDR iter env5
1329         - 23  # NDRPDR iter env5
1330         - 24  # NDRPDR iter env5
1331         - 25  # NDRPDR iter env5
1332         - 29  # NDRPDR iter env5
1333     dpdk-performance-changes-2n-zn2-cmp:
1334       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1335         - 11  # rls2101.rc1 NDRPDR iter env 6
1336         - 12  # rls2101.rc1 NDRPDR iter env 6
1337         - 13  # rls2101.rc1 NDRPDR iter env 6
1338         - 14  # rls2101.rc1 NDRPDR iter env 6
1339         - 16  # rls2101.rc1 NDRPDR iter env 6
1340         - 17  # rls2101.rc1 NDRPDR iter env 6
1341         - 18  # rls2101.rc1 NDRPDR iter env 6
1342         - 19  # rls2101.rc1 NDRPDR iter env 6
1343         - 20  # rls2101.rc1 NDRPDR iter env 6
1344         - 21  # rls2101.rc1 NDRPDR iter env 6
1345
1346 #    dpdk-performance-changes-2n-dnv-h1:
1347 #      csit-dpdk-perf-verify-2101-2n-dnv:
1348 #        - 9   # NDRPDR sel
1349 #        - 10  # NDRPDR sel
1350 #        - 11  # NDRPDR sel
1351 #        - 12  # NDRPDR sel
1352 #        - 13  # NDRPDR sel
1353 #        - 14  # NDRPDR sel
1354 #        - 15  # NDRPDR sel
1355 #        - 16  # NDRPDR sel
1356 #        - 17  # NDRPDR sel
1357 #        - 18  # NDRPDR sel
1358 #    dpdk-performance-changes-2n-dnv-ref:
1359 #      # No data
1360 #    dpdk-performance-changes-2n-dnv-cmp:
1361 #      # No data
1362 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1363
1364 #    dpdk-performance-changes-3n-dnv-h1:
1365 #      csit-dpdk-perf-verify-2101-3n-dnv:
1366 #        - 12  # NDRPDR sel
1367 #        - 13  # NDRPDR sel
1368 #        - 14  # NDRPDR sel
1369 #        - 15  # NDRPDR sel
1370 #        - 16  # NDRPDR sel
1371 #        - 17  # NDRPDR sel
1372 #        - 18  # NDRPDR sel
1373 #        - 19  # NDRPDR sel
1374 #        - 20  # NDRPDR sel
1375 #        - 22  # NDRPDR sel
1376 #    dpdk-performance-changes-3n-dnv-ref:
1377 #      # No data
1378 #    dpdk-performance-changes-3n-dnv-cmp:
1379 #      # No data
1380 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1381
1382     dpdk-performance-changes-3n-tsh-h1:
1383       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1384         - 5   # NDRPDR sel
1385     dpdk-performance-changes-3n-tsh-ref:
1386       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1387         - 1   # NDRPDR iter env5
1388         - 2   # NDRPDR iter env5
1389         - 3   # NDRPDR iter env5
1390         - 4   # NDRPDR iter env5
1391         - 5   # NDRPDR iter env5
1392         - 6   # NDRPDR iter env5
1393         - 7   # NDRPDR iter env5
1394         - 9   # NDRPDR iter env5
1395         - 10  # NDRPDR iter env5
1396         - 11  # NDRPDR iter env5
1397     dpdk-performance-changes-3n-tsh-cmp:
1398       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1399         - 11  # rls2101.rc1 NDRPDR iter env 6
1400         - 12  # rls2101.rc1 NDRPDR iter env 6
1401         - 13  # rls2101.rc1 NDRPDR iter env 6
1402         - 14  # rls2101.rc1 NDRPDR iter env 6
1403         - 16  # rls2101.rc1 NDRPDR iter env 6
1404         - 17  # rls2101.rc1 NDRPDR iter env 6
1405         - 18  # rls2101.rc1 NDRPDR iter env 6
1406         - 19  # rls2101.rc1 NDRPDR iter env 6
1407         - 20  # rls2101.rc1 NDRPDR iter env 6
1408         - 21  # rls2101.rc1 NDRPDR iter env 6
1409
1410     # Compare testbeds
1411
1412     vpp-compare-testbeds-ref:
1413       csit-vpp-perf-report-iterative-2101-3n-hsw:
1414         - 4   # rls2101.rc1 NDRPDR iter env 6
1415         - 5   # rls2101.rc1 NDRPDR iter env 6
1416         - 6   # rls2101.rc1 NDRPDR iter env 6
1417         - 7   # rls2101.rc1 NDRPDR iter env 6
1418         - 8   # rls2101.rc1 NDRPDR iter env 6
1419         - 9   # rls2101.rc1 NDRPDR iter env 6
1420         - 10  # rls2101.rc1 NDRPDR iter env 6
1421         - 11  # rls2101.rc1 NDRPDR iter env 6
1422         - 12  # rls2101.rc1 NDRPDR iter env 6
1423         - 13  # rls2101.rc1 NDRPDR iter env 6
1424     vpp-compare-testbeds-cmp:
1425       csit-vpp-perf-report-iterative-2101-3n-skx:
1426         - 5   # rls2101.rc1 NDRPDR iter env 6
1427         - 6   # rls2101.rc1 NDRPDR iter env 6
1428         - 7   # rls2101.rc1 NDRPDR iter env 6
1429         - 8   # rls2101.rc1 NDRPDR iter env 6
1430         - 9   # rls2101.rc1 NDRPDR iter env 6
1431
1432     vpp-compare-testbeds-skx-clx-ref:
1433       csit-vpp-perf-report-iterative-2101-2n-skx:
1434         - 5   # rls2101.rc1 NDRPDR iter env 6
1435         - 6   # rls2101.rc1 NDRPDR iter env 6
1436         - 7   # rls2101.rc1 NDRPDR iter env 6
1437         - 8   # rls2101.rc1 NDRPDR iter env 6
1438         - 9   # 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         - 14  # rls2101.rc1 NDRPDR iter env 6
1444     vpp-compare-testbeds-skx-clx-cmp:
1445       csit-vpp-perf-report-iterative-2101-2n-clx:
1446         - 4   # rls2101.rc1 NDRPDR iter env 6
1447         - 5   # rls2101.rc1 NDRPDR iter env 6
1448         - 6   # rls2101.rc1 NDRPDR iter env 6
1449         - 7   # rls2101.rc1 NDRPDR iter env 6
1450         - 8   # rls2101.rc1 NDRPDR iter env 6
1451         - 9   # rls2101.rc1 NDRPDR iter env 6
1452         - 10  # rls2101.rc1 NDRPDR iter env 6
1453         - 11  # rls2101.rc1 NDRPDR iter env 6
1454         - 12  # rls2101.rc1 NDRPDR iter env 6
1455         - 13  # rls2101.rc1 NDRPDR iter env 6
1456
1457     vpp-compare-testbeds-hsw-clx-ref:
1458       csit-vpp-perf-report-iterative-2101-3n-hsw:
1459         - 4   # rls2101.rc1 NDRPDR iter env 6
1460         - 5   # rls2101.rc1 NDRPDR iter env 6
1461         - 6   # rls2101.rc1 NDRPDR iter env 6
1462         - 7   # rls2101.rc1 NDRPDR iter env 6
1463         - 8   # rls2101.rc1 NDRPDR iter env 6
1464         - 9   # rls2101.rc1 NDRPDR iter env 6
1465         - 10  # rls2101.rc1 NDRPDR iter env 6
1466         - 11  # rls2101.rc1 NDRPDR iter env 6
1467         - 12  # rls2101.rc1 NDRPDR iter env 6
1468         - 13  # rls2101.rc1 NDRPDR iter env 6
1469     vpp-compare-testbeds-hsw-clx-cmp:
1470       csit-vpp-perf-report-iterative-2101-2n-clx:
1471         - 4   # rls2101.rc1 NDRPDR iter env 6
1472         - 5   # rls2101.rc1 NDRPDR iter env 6
1473         - 6   # rls2101.rc1 NDRPDR iter env 6
1474         - 7   # rls2101.rc1 NDRPDR iter env 6
1475         - 8   # rls2101.rc1 NDRPDR iter env 6
1476         - 9   # rls2101.rc1 NDRPDR iter env 6
1477         - 10  # rls2101.rc1 NDRPDR iter env 6
1478         - 11  # rls2101.rc1 NDRPDR iter env 6
1479         - 12  # rls2101.rc1 NDRPDR iter env 6
1480         - 13  # rls2101.rc1 NDRPDR iter env 6
1481
1482     vpp-compare-testbeds-mrr-ref:
1483       csit-vpp-perf-report-iterative-2101-3n-hsw:
1484         - 3   # rls2101.rc1 MRR iter env 6
1485     vpp-compare-testbeds-mrr-cmp:
1486       csit-vpp-perf-report-iterative-2101-3n-skx:
1487         - 4   # rls2101.rc1 MRR iter env 6
1488
1489     vpp-compare-testbeds-mrr-skx-clx-ref:
1490       csit-vpp-perf-report-iterative-2101-2n-skx:
1491         - 3   # rls2101.rc1 MRR iter env 6
1492     vpp-compare-testbeds-mrr-skx-clx-cmp:
1493       csit-vpp-perf-report-iterative-2101-2n-clx:
1494         - 3   # rls2101.rc1 MRR iter env 6
1495
1496     vpp-compare-testbeds-mrr-hsw-clx-ref:
1497       csit-vpp-perf-report-iterative-2101-3n-hsw:
1498         - 3   # rls2101.rc1 MRR iter env 6
1499     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1500       csit-vpp-perf-report-iterative-2101-2n-clx:
1501         - 3   # rls2101.rc1 MRR iter env 6
1502
1503     dpdk-compare-testbeds-ref:
1504       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1505         - 11  # rls2101.rc1 NDRPDR iter env 6
1506         - 12  # rls2101.rc1 NDRPDR iter env 6
1507         - 13  # rls2101.rc1 NDRPDR iter env 6
1508         - 14  # rls2101.rc1 NDRPDR iter env 6
1509         - 16  # rls2101.rc1 NDRPDR iter env 6
1510         - 17  # rls2101.rc1 NDRPDR iter env 6
1511         - 18  # rls2101.rc1 NDRPDR iter env 6
1512         - 19  # rls2101.rc1 NDRPDR iter env 6
1513         - 20  # rls2101.rc1 NDRPDR iter env 6
1514         - 21  # rls2101.rc1 NDRPDR iter env 6
1515     dpdk-compare-testbeds-cmp:
1516       csit-dpdk-perf-report-iterative-2101-3n-skx:
1517         - 12  # rls2101.rc1 NDRPDR iter env 6
1518         - 14  # rls2101.rc1 NDRPDR iter env 6
1519         - 15  # rls2101.rc1 NDRPDR iter env 6
1520         - 17  # rls2101.rc1 NDRPDR iter env 6
1521         - 19  # rls2101.rc1 NDRPDR iter env 6
1522         - 20  # rls2101.rc1 NDRPDR iter env 6
1523         - 21  # rls2101.rc1 NDRPDR iter env 6
1524         - 22  # rls2101.rc1 NDRPDR iter env 6
1525
1526     dpdk-compare-testbeds-skx-clx-ref:
1527       csit-dpdk-perf-report-iterative-2101-2n-skx:
1528         - 11  # rls2101.rc1 NDRPDR iter env 6
1529         - 12  # rls2101.rc1 NDRPDR iter env 6
1530         - 13  # rls2101.rc1 NDRPDR iter env 6
1531         - 14  # rls2101.rc1 NDRPDR iter env 6
1532         - 15  # rls2101.rc1 NDRPDR iter env 6
1533         - 17  # rls2101.rc1 NDRPDR iter env 6
1534         - 18  # rls2101.rc1 NDRPDR iter env 6
1535         - 19  # rls2101.rc1 NDRPDR iter env 6
1536         - 20  # rls2101.rc1 NDRPDR iter env 6
1537         - 21  # rls2101.rc1 NDRPDR iter env 6
1538     dpdk-compare-testbeds-skx-clx-cmp:
1539       csit-dpdk-perf-report-iterative-2101-2n-clx:
1540         - 12  # rls2101.rc1 NDRPDR iter env 6
1541         - 13  # rls2101.rc1 NDRPDR iter env 6
1542         - 14  # rls2101.rc1 NDRPDR iter env 6
1543         - 18  # rls2101.rc1 NDRPDR iter env 6
1544         - 22  # rls2101.rc1 NDRPDR iter env 6
1545
1546     # Compare topologies
1547
1548     vpp-compare-topologies-ref:
1549       csit-vpp-perf-report-iterative-2101-3n-skx:
1550         - 5   # rls2101.rc1 NDRPDR iter env 6
1551         - 6   # rls2101.rc1 NDRPDR iter env 6
1552         - 7   # rls2101.rc1 NDRPDR iter env 6
1553         - 8   # rls2101.rc1 NDRPDR iter env 6
1554         - 9   # rls2101.rc1 NDRPDR iter env 6
1555     vpp-compare-topologies-cmp:
1556       csit-vpp-perf-report-iterative-2101-2n-skx:
1557         - 5   # rls2101.rc1 NDRPDR iter env 6
1558         - 6   # rls2101.rc1 NDRPDR iter env 6
1559         - 7   # rls2101.rc1 NDRPDR iter env 6
1560         - 8   # rls2101.rc1 NDRPDR iter env 6
1561         - 9   # rls2101.rc1 NDRPDR iter env 6
1562         - 10  # rls2101.rc1 NDRPDR iter env 6
1563         - 11  # rls2101.rc1 NDRPDR iter env 6
1564         - 12  # rls2101.rc1 NDRPDR iter env 6
1565         - 13  # rls2101.rc1 NDRPDR iter env 6
1566         - 14  # rls2101.rc1 NDRPDR iter env 6
1567
1568     vpp-compare-topologies-mrr-ref:
1569       csit-vpp-perf-report-iterative-2101-3n-skx:
1570         - 4   # rls2101.rc1 MRR iter env 6
1571     vpp-compare-topologies-mrr-cmp:
1572       csit-vpp-perf-report-iterative-2101-2n-skx:
1573         - 3   # rls2101.rc1 MRR iter env 6
1574
1575     dpdk-compare-topologies-ref:
1576       csit-dpdk-perf-report-iterative-2101-3n-skx:
1577         - 12  # rls2101.rc1 NDRPDR iter env 6
1578         - 14  # rls2101.rc1 NDRPDR iter env 6
1579         - 15  # rls2101.rc1 NDRPDR iter env 6
1580         - 17  # rls2101.rc1 NDRPDR iter env 6
1581         - 19  # rls2101.rc1 NDRPDR iter env 6
1582         - 20  # rls2101.rc1 NDRPDR iter env 6
1583         - 21  # rls2101.rc1 NDRPDR iter env 6
1584         - 22  # rls2101.rc1 NDRPDR iter env 6
1585     dpdk-compare-topologies-cmp:
1586       csit-dpdk-perf-report-iterative-2101-2n-skx:
1587         - 11  # rls2101.rc1 NDRPDR iter env 6
1588         - 12  # rls2101.rc1 NDRPDR iter env 6
1589         - 13  # rls2101.rc1 NDRPDR iter env 6
1590         - 14  # rls2101.rc1 NDRPDR iter env 6
1591         - 15  # rls2101.rc1 NDRPDR iter env 6
1592         - 17  # rls2101.rc1 NDRPDR iter env 6
1593         - 18  # rls2101.rc1 NDRPDR iter env 6
1594         - 19  # rls2101.rc1 NDRPDR iter env 6
1595         - 20  # rls2101.rc1 NDRPDR iter env 6
1596         - 21  # rls2101.rc1 NDRPDR iter env 6
1597
1598   plot-layouts:
1599
1600     plot-soak-throughput:
1601       titlefont:
1602         size: 16
1603       xaxis:
1604         title: "<b>Test Cases [Index]</b>"
1605         titlefont:
1606           size: 14
1607         autorange: True
1608         fixedrange: False
1609         gridcolor: "rgb(230, 230, 230)"
1610         linecolor: "rgb(220, 220, 220)"
1611         linewidth: 1
1612         showgrid: True
1613         showline: True
1614         showticklabels: True
1615         tickcolor: "rgb(220, 220, 220)"
1616         tickmode: "linear"
1617         tickfont:
1618           size: 14
1619         zeroline: False
1620       yaxis:
1621         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1622         titlefont:
1623           size: 14
1624         gridcolor: "rgb(230, 230, 230)"
1625         hoverformat: ".4r"
1626         tickformat: ".3r"
1627         linecolor: "rgb(220, 220, 220)"
1628         linewidth: 1
1629         showgrid: True
1630         showline: True
1631         showticklabels: True
1632         tickcolor: "rgb(220, 220, 220)"
1633         tickfont:
1634           size: 14
1635         zeroline: False
1636         range: [0,50]
1637       autosize: False
1638       margin:
1639         t: 50
1640         b: 0
1641         l: 80
1642         r: 20
1643       showlegend: True
1644       legend:
1645         orientation: "h"
1646         font:
1647           size: 14
1648       width: 700
1649       height: 900
1650       paper_bgcolor: "#fff"
1651       plot_bgcolor: "#fff"
1652       hoverlabel:
1653         namelength: -1
1654
1655     plot-service-density:
1656       titlefont:
1657         size: 16
1658       xaxis:
1659         side: "top"
1660         autorange: True
1661         fixedrange: False
1662         showgrid: False
1663         showline: False
1664         showticklabels: False
1665         ticks: ""
1666         ticklen: 0
1667         tickwidth: 0
1668         zeroline: False
1669       yaxis:
1670         autorange: "reversed"
1671         showgrid: False
1672         showline: False
1673         showticklabels: False
1674         ticks: ""
1675         ticklen: 0
1676         tickwidth: 0
1677         zeroline: False
1678       showlegend: False
1679       paper_bgcolor: "#fff"
1680       plot_bgcolor: "#fff"
1681       width: 700
1682       height: 700
1683       hoverlabel:
1684         namelength: -1
1685
1686     plot-hoststack:
1687       titlefont:
1688         size: 16
1689       xaxis:
1690         title: "<b>Test Cases [Index]</b>"
1691         titlefont:
1692           size: 14
1693         autorange: True
1694         fixedrange: False
1695         gridcolor: "rgb(230, 230, 230)"
1696         linecolor: "rgb(220, 220, 220)"
1697         linewidth: 1
1698         showgrid: True
1699         showline: True
1700         showticklabels: True
1701         tickcolor: "rgb(220, 220, 220)"
1702         tickmode: "linear"
1703         tickfont:
1704           size: 14
1705         zeroline: False
1706       yaxis:
1707         title: "<b>Bandwidth [Gbps]</b>"
1708         titlefont:
1709           size: 14
1710         gridcolor: "rgb(230, 230, 230)"
1711         hoverformat: ".4s"
1712         linecolor: "rgb(220, 220, 220)"
1713         linewidth: 1
1714         rangemode: "tozero"
1715         showgrid: True
1716         showline: True
1717         showticklabels: True
1718         tickcolor: "rgb(230, 230, 230)"
1719         tickformat: ".3s"
1720         tickfont:
1721           size: 14
1722         zeroline: False
1723       autosize: False
1724       margin:
1725         t: 50
1726         b: 20
1727         l: 80
1728         r: 20
1729       showlegend: True
1730       legend:
1731         orientation: "h"
1732         font:
1733           size: 14
1734       width: 700
1735       height: 800
1736       paper_bgcolor: "#fff"
1737       plot_bgcolor: "#fff"
1738       hoverlabel:
1739         namelength: -1
1740
1741     plot-throughput:
1742       titlefont:
1743         size: 16
1744       xaxis:
1745         title: "<b>Test Cases [Index]</b>"
1746         titlefont:
1747           size: 14
1748         autorange: True
1749         fixedrange: False
1750         gridcolor: "rgb(230, 230, 230)"
1751         linecolor: "rgb(220, 220, 220)"
1752         linewidth: 1
1753         showgrid: True
1754         showline: True
1755         showticklabels: True
1756         tickcolor: "rgb(220, 220, 220)"
1757         tickmode: "linear"
1758         tickfont:
1759           size: 14
1760         zeroline: False
1761       yaxis:
1762         title: "<b>Packet Throughput [Mpps]</b>"
1763         titlefont:
1764           size: 14
1765         gridcolor: "rgb(230, 230, 230)"
1766         hoverformat: ".4r"
1767         tickformat: ".3r"
1768         linecolor: "rgb(220, 220, 220)"
1769         linewidth: 1
1770         showgrid: True
1771         showline: True
1772         showticklabels: True
1773         tickcolor: "rgb(220, 220, 220)"
1774         tickfont:
1775           size: 14
1776         zeroline: False
1777         range: [0,50]
1778       autosize: False
1779       margin:
1780         t: 50
1781         b: 0
1782         l: 80
1783         r: 20
1784       showlegend: True
1785       legend:
1786         orientation: "h"
1787         font:
1788           size: 14
1789       width: 700
1790       height: 900
1791       paper_bgcolor: "#fff"
1792       plot_bgcolor: "#fff"
1793       hoverlabel:
1794         namelength: -1
1795
1796     plot-throughput-gbps:
1797       titlefont:
1798         size: 16
1799       xaxis:
1800         title: "<b>Test Cases [Index]</b>"
1801         titlefont:
1802           size: 14
1803         autorange: True
1804         fixedrange: False
1805         gridcolor: "rgb(230, 230, 230)"
1806         linecolor: "rgb(220, 220, 220)"
1807         linewidth: 1
1808         showgrid: True
1809         showline: True
1810         showticklabels: True
1811         tickcolor: "rgb(220, 220, 220)"
1812         tickmode: "linear"
1813         tickfont:
1814           size: 14
1815         zeroline: False
1816       yaxis:
1817         title: "<b>Packet Throughput [Gbps]</b>"
1818         titlefont:
1819           size: 14
1820         gridcolor: "rgb(230, 230, 230)"
1821         hoverformat: ".4r"
1822         tickformat: ".3r"
1823         linecolor: "rgb(220, 220, 220)"
1824         linewidth: 1
1825         showgrid: True
1826         showline: True
1827         showticklabels: True
1828         tickcolor: "rgb(220, 220, 220)"
1829         tickfont:
1830           size: 14
1831         zeroline: False
1832         range: [0,10]
1833       autosize: False
1834       margin:
1835         t: 50
1836         b: 0
1837         l: 80
1838         r: 20
1839       showlegend: True
1840       legend:
1841         orientation: "h"
1842         font:
1843           size: 14
1844       width: 700
1845       height: 900
1846       paper_bgcolor: "#fff"
1847       plot_bgcolor: "#fff"
1848       hoverlabel:
1849         namelength: -1
1850
1851     plot-cps:
1852       titlefont:
1853         size: 16
1854       xaxis:
1855         title: "<b>Test Cases [Index]</b>"
1856         titlefont:
1857           size: 14
1858         autorange: True
1859         fixedrange: False
1860         gridcolor: "rgb(230, 230, 230)"
1861         linecolor: "rgb(220, 220, 220)"
1862         linewidth: 1
1863         showgrid: True
1864         showline: True
1865         showticklabels: True
1866         tickcolor: "rgb(220, 220, 220)"
1867         tickmode: "linear"
1868         tickfont:
1869           size: 14
1870         zeroline: False
1871       yaxis:
1872         title: "<b>Connection Rate [Mcps]</b>"
1873         titlefont:
1874           size: 14
1875         gridcolor: "rgb(230, 230, 230)"
1876         hoverformat: ".4r"
1877         tickformat: ".3s"
1878         linecolor: "rgb(220, 220, 220)"
1879         linewidth: 1
1880         showgrid: True
1881         showline: True
1882         showticklabels: True
1883         tickcolor: "rgb(220, 220, 220)"
1884         tickfont:
1885           size: 14
1886         zeroline: False
1887         range: [0,10]
1888       autosize: False
1889       margin:
1890         t: 50
1891         b: 0
1892         l: 80
1893         r: 20
1894       showlegend: True
1895       legend:
1896         orientation: "h"
1897         font:
1898           size: 14
1899       width: 700
1900       height: 900
1901       paper_bgcolor: "#fff"
1902       plot_bgcolor: "#fff"
1903       hoverlabel:
1904         namelength: -1
1905
1906     plot-throughput-speedup-analysis:
1907       titlefont:
1908         size: 16
1909       xaxis:
1910         title: "<b>Number of Cores [Qty]</b>"
1911         titlefont:
1912           size: 14
1913         autorange: True
1914         fixedrange: False
1915         gridcolor: "rgb(230, 230, 230)"
1916         linecolor: "rgb(220, 220, 220)"
1917         linewidth: 1
1918         showgrid: True
1919         showline: True
1920         showticklabels: True
1921         tickcolor: "rgb(238, 238, 238)"
1922         tickmode: "linear"
1923         tickfont:
1924           size: 14
1925         zeroline: False
1926       yaxis:
1927         title: "<b>Packet Throughput [Mpps]</b>"
1928         titlefont:
1929           size: 14
1930         type: "linear"
1931         gridcolor: "rgb(230, 230, 230)"
1932         hoverformat: ".4s"
1933         linecolor: "rgb(220, 220, 220)"
1934         linewidth: 1
1935         showgrid: True
1936         showline: True
1937         showticklabels: True
1938         tickcolor: "rgb(220, 220, 220)"
1939         tickformat: ".4s"
1940         tickfont:
1941           size: 14
1942         zeroline: True
1943         rangemode: "tozero"
1944         range: [0,100]
1945       legend:
1946         orientation: "h"
1947         font:
1948           size: 14
1949         xanchor: "left"
1950         yanchor: "top"
1951         x: 0
1952         y: -0.2
1953         bgcolor: "rgba(255, 255, 255, 0)"
1954         bordercolor: "rgba(255, 255, 255, 0)"
1955         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1956       autosize: False
1957       margin:
1958           't': 50
1959           'b': 150
1960           'l': 85
1961           'r': 10
1962       showlegend: True
1963       width: 700
1964       height: 700
1965       paper_bgcolor: "#fff"
1966       plot_bgcolor: "#fff"
1967       hoverlabel:
1968         namelength: -1
1969       annotations: [
1970         {
1971           text: "_ _          __          ...",
1972           align: "left",
1973           showarrow: False,
1974           xref: "paper",
1975           yref: "paper",
1976           xanchor: "left",
1977           yanchor: "top",
1978           x: 0,
1979           y: -0.14,
1980           font: {
1981             family: "Consolas, Courier New",
1982             size: 13
1983           },
1984         },
1985         {
1986           text: "    Perfect     Measured     Limit",
1987           align: "left",
1988           showarrow: False,
1989           xref: "paper",
1990           yref: "paper",
1991           xanchor: "left",
1992           yanchor: "top",
1993           x: 0,
1994           y: -0.15,
1995           font: {
1996             family: "Consolas, Courier New",
1997             size: 13
1998           },
1999         },
2000       ]
2001
2002     plot-throughput-speedup-analysis-gbps:
2003       titlefont:
2004         size: 16
2005       xaxis:
2006         title: "<b>Number of Cores [Qty]</b>"
2007         titlefont:
2008           size: 14
2009         autorange: True
2010         fixedrange: False
2011         gridcolor: "rgb(230, 230, 230)"
2012         linecolor: "rgb(220, 220, 220)"
2013         linewidth: 1
2014         showgrid: True
2015         showline: True
2016         showticklabels: True
2017         tickcolor: "rgb(238, 238, 238)"
2018         tickmode: "linear"
2019         tickfont:
2020           size: 14
2021         zeroline: False
2022       yaxis:
2023         title: "<b>Packet Throughput [Gbps]</b>"
2024         titlefont:
2025           size: 14
2026         type: "linear"
2027         gridcolor: "rgb(230, 230, 230)"
2028         hoverformat: ".4s"
2029         linecolor: "rgb(220, 220, 220)"
2030         linewidth: 1
2031         showgrid: True
2032         showline: True
2033         showticklabels: True
2034         tickcolor: "rgb(220, 220, 220)"
2035         tickformat: ".4s"
2036         tickfont:
2037           size: 14
2038         zeroline: True
2039         rangemode: "tozero"
2040         range: [0,100]
2041       legend:
2042         orientation: "h"
2043         font:
2044           size: 14
2045         xanchor: "left"
2046         yanchor: "top"
2047         x: 0
2048         y: -0.2
2049         bgcolor: "rgba(255, 255, 255, 0)"
2050         bordercolor: "rgba(255, 255, 255, 0)"
2051         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2052       autosize: False
2053       margin:
2054           't': 50
2055           'b': 150
2056           'l': 85
2057           'r': 10
2058       showlegend: True
2059       width: 700
2060       height: 700
2061       paper_bgcolor: "#fff"
2062       plot_bgcolor: "#fff"
2063       hoverlabel:
2064         namelength: -1
2065       annotations: [
2066         {
2067           text: "_ _          __",
2068           align: "left",
2069           showarrow: False,
2070           xref: "paper",
2071           yref: "paper",
2072           xanchor: "left",
2073           yanchor: "top",
2074           x: 0,
2075           y: -0.13,
2076           font: {
2077             family: "Consolas, Courier New",
2078             size: 13
2079           },
2080         },
2081         {
2082           text: "    Perfect     Measured",
2083           align: "left",
2084           showarrow: False,
2085           xref: "paper",
2086           yref: "paper",
2087           xanchor: "left",
2088           yanchor: "top",
2089           x: 0,
2090           y: -0.15,
2091           font: {
2092             family: "Consolas, Courier New",
2093             size: 13
2094           },
2095         },
2096       ]
2097
2098     plot-throughput-speedup-analysis-cps:
2099       titlefont:
2100         size: 16
2101       xaxis:
2102         title: "<b>Number of Cores [Qty]</b>"
2103         titlefont:
2104           size: 14
2105         autorange: True
2106         fixedrange: False
2107         gridcolor: "rgb(230, 230, 230)"
2108         linecolor: "rgb(220, 220, 220)"
2109         linewidth: 1
2110         showgrid: True
2111         showline: True
2112         showticklabels: True
2113         tickcolor: "rgb(238, 238, 238)"
2114         tickmode: "linear"
2115         tickfont:
2116           size: 14
2117         zeroline: False
2118       yaxis:
2119         title: "<b>Connection Rate [Mcps]</b>"
2120         titlefont:
2121           size: 14
2122         type: "linear"
2123         gridcolor: "rgb(230, 230, 230)"
2124         hoverformat: ".4s"
2125         linecolor: "rgb(220, 220, 220)"
2126         linewidth: 1
2127         showgrid: True
2128         showline: True
2129         showticklabels: True
2130         tickcolor: "rgb(220, 220, 220)"
2131         tickformat: ".4s"
2132         tickfont:
2133           size: 14
2134         zeroline: True
2135         rangemode: "tozero"
2136         range: [0,100]
2137       legend:
2138         orientation: "h"
2139         font:
2140           size: 14
2141         xanchor: "left"
2142         yanchor: "top"
2143         x: 0
2144         y: -0.2
2145         bgcolor: "rgba(255, 255, 255, 0)"
2146         bordercolor: "rgba(255, 255, 255, 0)"
2147         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2148       autosize: False
2149       margin:
2150           't': 50
2151           'b': 150
2152           'l': 85
2153           'r': 10
2154       showlegend: True
2155       width: 700
2156       height: 700
2157       paper_bgcolor: "#fff"
2158       plot_bgcolor: "#fff"
2159       hoverlabel:
2160         namelength: -1
2161       annotations: [
2162         {
2163           text: "_ _          __",
2164           align: "left",
2165           showarrow: False,
2166           xref: "paper",
2167           yref: "paper",
2168           xanchor: "left",
2169           yanchor: "top",
2170           x: 0,
2171           y: -0.13,
2172           font: {
2173             family: "Consolas, Courier New",
2174             size: 13
2175           },
2176         },
2177         {
2178           text: "    Perfect     Measured",
2179           align: "left",
2180           showarrow: False,
2181           xref: "paper",
2182           yref: "paper",
2183           xanchor: "left",
2184           yanchor: "top",
2185           x: 0,
2186           y: -0.15,
2187           font: {
2188             family: "Consolas, Courier New",
2189             size: 13
2190           },
2191         },
2192       ]
2193
2194     plot-latency:
2195       titlefont:
2196         size: 16
2197       xaxis:
2198         title: "<b>Direction</b>"
2199         titlefont:
2200           size: 14
2201         autorange: True
2202         fixedrange: False
2203         gridcolor: "rgb(230, 230, 230)"
2204         linecolor: "rgb(220, 220, 220)"
2205         linewidth: 1
2206         showgrid: True
2207         showline: True
2208         showticklabels: False
2209         tickcolor: "rgb(220, 220, 220)"
2210         tickmode: "linear"
2211         tickfont:
2212           size: 14
2213         zeroline: False
2214       yaxis:
2215         title: "<b>Packet Latency [uSec]</b>"
2216         titlefont:
2217           size: 14
2218         type: "linear"
2219         gridcolor: "rgb(230, 230, 230)"
2220         hoverformat: ".4s"
2221         linecolor: "rgb(220, 220, 220)"
2222         linewidth: 1
2223         showgrid: True
2224         showline: True
2225         showticklabels: True
2226         tickcolor: "rgb(220, 220, 220)"
2227         tickformat: ".4s"
2228         tickfont:
2229           size: 14
2230         zeroline: True
2231         rangemode: "tozero"
2232       legend:
2233         orientation: "h"
2234         font:
2235           size: 14
2236         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2237       autosize: False
2238       margin:
2239           't': 50
2240           'b': 150
2241           'l': 80
2242           'r': 10
2243       showlegend: True
2244       width: 700
2245       height: 700
2246       paper_bgcolor: "#fff"
2247       plot_bgcolor: "#fff"
2248       hoverlabel:
2249         namelength: -1
2250
2251     plot-hdrh-latency:
2252       title:
2253         text: ""
2254         xanchor: "center"
2255         x: 0.5
2256         font:
2257           size: 16
2258       width: 700
2259       plot_bgcolor: "white"
2260       annotations:
2261         - font:
2262             size: 14
2263           showarrow: False
2264           text: "<b>Packet Latency [uSec]</b>"
2265           x: 1
2266           xanchor: "right"
2267           xref: "paper"
2268           y: -0.045
2269           yanchor: "top"
2270           yref: "paper"
2271         - font:
2272             size: 14
2273           showarrow: False
2274           text: "<b>Probability [%]</b>"
2275           textangle: 270
2276           x: -0.06
2277           xanchor: "center"
2278           xref: "paper"
2279           y: 0.5
2280           yanchor: "middle"
2281           yref: "paper"
2282         - font:
2283             size: 14
2284           showarrow: False
2285           text: "<b>Direction: E-W</b>"
2286           x: 0.24
2287           xanchor: "center"
2288           xref: "paper"
2289           y: 1.05
2290           yanchor: "bottom"
2291           yref: "paper"
2292         - font:
2293             size: 14
2294           showarrow: False
2295           text: "<b>Direction: W-E</b>"
2296           x: 0.74
2297           xanchor: "center"
2298           xref: "paper"
2299           y: 1.05
2300           yanchor: "bottom"
2301           yref: "paper"
2302
2303     plot-hdrh-latency-percentile-x-log:
2304       title:
2305         text: "<b>Latency by Percentile Distribution</b>"
2306         xanchor: "center"
2307         x: 0.5
2308         font:
2309           size: 18
2310       showlegend: True
2311       legend:
2312         traceorder: "normal"
2313         orientation: "h"
2314         font:
2315           size: 16
2316         xanchor: "left"
2317         yanchor: "top"
2318         x: 0
2319         y: -0.2
2320         bgcolor: "rgba(255, 255, 255, 0)"
2321         bordercolor: "rgba(255, 255, 255, 0)"
2322       xaxis:
2323         type: "log"
2324         title: "<b>Percentile [%]</b>"
2325         titlefont:
2326           size: 14
2327         autorange: False
2328         fixedrange: False
2329         gridcolor: "rgb(230, 230, 230)"
2330         linecolor: "rgb(220, 220, 220)"
2331         linewidth: 1
2332         showgrid: True
2333         showline: True
2334         showticklabels: True
2335         tickcolor: "rgb(220, 220, 220)"
2336 #         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2337 #         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2338         tickvals: [1, 2, 1e1, 20, 1e2, 1e3]
2339         ticktext: [0, 50, 90, 95, 99, 99.9]
2340         tickfont:
2341           size: 14
2342       yaxis:
2343         title: "<b>One-Way Latency per Direction [uSec]</b>"
2344         titlefont:
2345           size: 14
2346         gridcolor: "rgb(230, 230, 230)"
2347         linecolor: "rgb(220, 220, 220)"
2348         linewidth: 1
2349         showgrid: True
2350         showline: True
2351         showticklabels: True
2352         tickcolor: "rgb(220, 220, 220)"
2353         tickfont:
2354           size: 14
2355       autosize: False
2356       width: 700
2357       height: 700
2358       paper_bgcolor: "white"
2359       plot_bgcolor: "white"
2360
2361     plot-hdrh-latency-by-percentile:
2362       title:
2363         text: "<b>Latency by Percentile Distribution</b>"
2364         xanchor: "center"
2365         x: 0.5
2366         font:
2367           size: 18
2368       showlegend: True
2369       legend:
2370         traceorder: "normal"
2371         orientation: "h"
2372         font:
2373           size: 16
2374         xanchor: "left"
2375         yanchor: "top"
2376         x: 0
2377         y: -0.2
2378         bgcolor: "rgba(255, 255, 255, 0)"
2379         bordercolor: "rgba(255, 255, 255, 0)"
2380       xaxis:
2381         type: "linear"
2382         title: "<b>Percentile [%]</b>"
2383         titlefont:
2384           size: 14
2385         autorange: False
2386         fixedrange: False
2387         range: [0, 100]
2388         gridcolor: "rgb(230, 230, 230)"
2389         linecolor: "rgb(220, 220, 220)"
2390         linewidth: 1
2391         showgrid: True
2392         showline: True
2393         showticklabels: True
2394         tickcolor: "rgb(220, 220, 220)"
2395         tickvals: [0, 25, 50, 75, 100]
2396         ticktext: [0, 25, 50, 75, 100]
2397         tickfont:
2398           size: 14
2399       yaxis:
2400         title: "<b>One-Way Latency per Direction [uSec]</b>"
2401         titlefont:
2402           size: 14
2403         gridcolor: "rgb(230, 230, 230)"
2404         linecolor: "rgb(220, 220, 220)"
2405         linewidth: 1
2406         showgrid: True
2407         showline: True
2408         showticklabels: True
2409         tickcolor: "rgb(220, 220, 220)"
2410         tickfont:
2411           size: 14
2412       width: 700
2413       height: 700
2414       paper_bgcolor: "white"
2415       plot_bgcolor: "white"
2416
2417 - type: "static"
2418   src-path: "{DIR[RST]}"
2419   dst-path: "{DIR[WORKING,SRC]}"
2420
2421 - type: "input"
2422   general:
2423     file-name: "output_info.xml.gz"
2424     file-format: ".gz"
2425     arch-file-format:
2426       - ".gz"
2427       - ".zip"
2428     download-path: "{job}/{build}/archives/{filename}"
2429     extract: "output.xml"
2430
2431     zip-file-name: "robot-plugin.zip"
2432     zip-file-format: ".zip"
2433     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2434     zip-extract: "robot-plugin/output.xml"
2435
2436   builds:
2437
2438     csit-vpp-perf-report-iterative-2009-3n-hsw:
2439       - 18  # rls2005 MRR iter env 5
2440       - 9   # rls2005 NDRPDR iter env 5
2441       - 10  # rls2005 NDRPDR iter env 5
2442       - 11  # rls2005 NDRPDR iter env 5
2443       - 12  # rls2005 NDRPDR iter env 5
2444       - 13  # rls2005 NDRPDR iter env 5
2445       - 14  # rls2005 NDRPDR iter env 5
2446       - 15  # rls2005 NDRPDR iter env 5
2447       - 16  # rls2005 NDRPDR iter env 5
2448       - 17  # rls2005 NDRPDR iter env 5
2449       - 19  # rls2005 NDRPDR iter env 5
2450       - 23  # rls2009 MRR iter env 5
2451       - 21  # rls2009 NDRPDR iter env 5
2452       - 22  # rls2009 NDRPDR iter env 5
2453       - 24  # rls2009 NDRPDR iter env 5
2454       - 25  # rls2009 NDRPDR iter env 5
2455       - 26  # rls2009 NDRPDR iter env 5
2456       - 27  # rls2009 NDRPDR iter env 5
2457       - 28  # rls2009 NDRPDR iter env 5
2458       - 29  # rls2009 NDRPDR iter env 5
2459       - 30  # rls2009 NDRPDR iter env 5
2460       - 31  # rls2009 NDRPDR iter env 5
2461       - 32  # rls2009 Hoststack iter env 5
2462       - 33  # rls2009 Hoststack iter env 5
2463       - 34  # rls2009 Hoststack iter env 5
2464       - 35  # rls2009 Hoststack iter env 5
2465       - 36  # rls2009 Hoststack iter env 5
2466       - 37  # rls2009 Hoststack iter env 5
2467       - 38  # rls2009 Hoststack iter env 5
2468       - 39  # rls2009 Hoststack iter env 5
2469       - 40  # rls2009 Hoststack iter env 5
2470       - 41  # rls2009 Hoststack iter env 5
2471     csit-vpp-perf-report-iterative-2101-3n-hsw:
2472       - 3   # rls2101.rc1 MRR iter env 6
2473       - 4   # rls2101.rc1 NDRPDR iter env 6
2474       - 5   # rls2101.rc1 NDRPDR iter env 6
2475       - 6   # rls2101.rc1 NDRPDR iter env 6
2476       - 7   # rls2101.rc1 NDRPDR iter env 6
2477       - 8   # rls2101.rc1 NDRPDR iter env 6
2478       - 9   # rls2101.rc1 NDRPDR iter env 6
2479       - 10  # rls2101.rc1 NDRPDR iter env 6
2480       - 11  # rls2101.rc1 NDRPDR iter env 6
2481       - 12  # rls2101.rc1 NDRPDR iter env 6
2482       - 13  # rls2101.rc1 NDRPDR iter env 6
2483       - 17  # rls2009 MRR iter env 6
2484       - 19  # rls2009 NDRPDR iter env 6
2485       - 20  # rls2009 NDRPDR iter env 6
2486       - 21  # rls2009 NDRPDR iter env 6
2487       - 22  # rls2009 NDRPDR iter env 6
2488     # csit-vpp-perf-report-coverage-2101-3n-hsw:
2489
2490
2491     csit-vpp-perf-report-iterative-2009-3n-skx:
2492       - 17  # rls2005 MRR iter env 5
2493       - 13  # rls2005 NDRPDR iter env 5
2494       - 18  # rls2005 NDRPDR iter env 5
2495       - 19  # rls2005 NDRPDR iter env 5
2496       - 41  # rls2005 NDRPDR iter env 5
2497       - 43  # rls2005 NDRPDR iter env 5
2498       - 44  # rls2005 NDRPDR iter env 5
2499       - 45  # rls2005 NDRPDR iter env 5
2500       - 46  # rls2005 NDRPDR iter env 5
2501       - 48  # rls2005 NDRPDR iter env 5
2502       - 49  # rls2005 NDRPDR iter env 5
2503       - 24  # rls2009 MRR iter env 5
2504       - 26  # rls2009 NDRPDR iter env 5
2505       - 27  # rls2009 NDRPDR iter env 5
2506       - 28  # rls2009 NDRPDR iter env 5
2507       - 29  # rls2009 NDRPDR iter env 5
2508       - 35  # rls2009 NDRPDR iter env 5
2509       - 36  # rls2009 NDRPDR iter env 5
2510       - 37  # rls2009 NDRPDR iter env 5
2511       - 38  # rls2009 NDRPDR iter env 5
2512       - 39  # rls2009 NDRPDR iter env 5
2513       - 40  # rls2009 NDRPDR iter env 5
2514     csit-vpp-perf-report-iterative-2101-3n-skx:
2515       - 4   # rls2101.rc1 MRR iter env 6
2516       - 5   # rls2101.rc1 NDRPDR iter env 6
2517       - 6   # rls2101.rc1 NDRPDR iter env 6
2518       - 7   # rls2101.rc1 NDRPDR iter env 6
2519       - 8   # rls2101.rc1 NDRPDR iter env 6
2520       - 9   # rls2101.rc1 NDRPDR iter env 6
2521       - 12  # rls2009 MRR iter env 6
2522       - 14  # rls2009 NDRPDR iter env 6
2523     # csit-vpp-perf-report-coverage-2101-3n-skx:
2524
2525
2526     csit-vpp-perf-report-iterative-2009-2n-skx:
2527       - 20  # rls2005 MRR iter env 5
2528       - 13  # rls2005 NDRPDR iter env 5
2529       - 16  # rls2005 NDRPDR iter env 5
2530       - 17  # rls2005 NDRPDR iter env 5
2531       - 18  # rls2005 NDRPDR iter env 5
2532       - 19  # rls2005 NDRPDR iter env 5
2533       - 21  # rls2005 NDRPDR iter env 5
2534       - 22  # rls2005 NDRPDR iter env 5
2535       - 23  # rls2005 NDRPDR iter env 5
2536       - 24  # rls2005 NDRPDR iter env 5
2537       - 25  # rls2005 NDRPDR iter env 5
2538       - 120 # rls2009 MRR iter env 5
2539       - 35  # rls2009 NDRPDR iter env 5
2540       - 36  # rls2009 NDRPDR iter env 5
2541       - 37  # rls2009 NDRPDR iter env 5
2542       - 39  # rls2009 NDRPDR iter env 5
2543       - 40  # rls2009 NDRPDR iter env 5
2544       - 42  # rls2009 NDRPDR iter env 5
2545       - 43  # rls2009 NDRPDR iter env 5
2546       - 44  # rls2009 NDRPDR iter env 5
2547       - 46  # rls2009 NDRPDR iter env 5
2548       - 48  # rls2009 NDRPDR iter env 5
2549       - 110 # rls2009 NDRPDR iter NAT44 env 5
2550       - 111 # rls2009 NDRPDR iter NAT44 env 5
2551       - 112 # rls2009 NDRPDR iter NAT44 env 5
2552       - 113 # rls2009 NDRPDR iter NAT44 env 5
2553       - 114 # rls2009 NDRPDR iter NAT44 env 5
2554       - 115 # rls2009 NDRPDR iter NAT44 env 5
2555       - 116 # rls2009 NDRPDR iter NAT44 env 5
2556       - 118 # rls2009 NDRPDR iter NAT44 env 5
2557       - 119 # rls2009 NDRPDR iter NAT44 env 5
2558       - 121 # rls2009 NDRPDR iter NAT44 env 5
2559       - 38  # rls2009 nf-density iter env 5
2560       - 41  # rls2009 nf-density iter env 5
2561       - 45  # rls2009 nf-density iter env 5
2562       - 47  # rls2009 nf-density iter env 5
2563       - 49  # rls2009 nf-density iter env 5
2564       - 63  # rls2009 nf-density iter env 5
2565       - 65  # rls2009 nf-density iter env 5
2566       - 66  # rls2009 nf-density iter env 5
2567       - 71  # rls2009 nf-density iter env 5
2568       - 72  # rls2009 nf-density iter env 5
2569       - 50  # rls2009 MRR nf-density iter env 5
2570       - 27  # rls2009 reconf env 5
2571       - 28  # rls2009 reconf env 5
2572       - 29  # rls2009 reconf env 5
2573       - 30  # rls2009 reconf env 5
2574       - 31  # rls2009 reconf env 5
2575       - 32  # rls2009 reconf env 5
2576       - 61  # rls2009 reconf env 5
2577       - 62  # rls2009 reconf env 5
2578       - 68  # rls2009 reconf env 5
2579       - 70  # rls2009 reconf env 5
2580       - 33  # rls2009 soak env 5
2581       - 34  # rls2009 soak env 5
2582     csit-vpp-perf-report-iterative-2101-2n-skx:
2583       - 3   # rls2101.rc1 MRR iter env 6
2584       - 5   # rls2101.rc1 NDRPDR iter env 6
2585       - 6   # rls2101.rc1 NDRPDR iter env 6
2586       - 7   # rls2101.rc1 NDRPDR iter env 6
2587       - 8   # rls2101.rc1 NDRPDR iter env 6
2588       - 9   # rls2101.rc1 NDRPDR iter env 6
2589       - 10  # rls2101.rc1 NDRPDR iter env 6
2590       - 11  # rls2101.rc1 NDRPDR iter env 6
2591       - 12  # rls2101.rc1 NDRPDR iter env 6
2592       - 13  # rls2101.rc1 NDRPDR iter env 6
2593       - 14  # rls2101.rc1 NDRPDR iter env 6
2594       - 21  # rls2009 MRR iter env 6
2595     # csit-vpp-perf-report-coverage-2101-2n-skx:
2596
2597
2598     csit-vpp-perf-report-iterative-2009-2n-clx:
2599       - 77  # rls2005 MRR iter env 5
2600       - 13  # rls2005 NDRPDR iter env 5
2601       - 15  # rls2005 NDRPDR iter env 5
2602       - 17  # rls2005 NDRPDR iter env 5
2603       - 18  # rls2005 NDRPDR iter env 5
2604       - 19  # rls2005 NDRPDR iter env 5
2605       - 20  # rls2005 NDRPDR iter env 5
2606       - 21  # rls2005 NDRPDR iter env 5
2607       - 22  # rls2005 NDRPDR iter env 5
2608       - 23  # rls2005 NDRPDR iter env 5
2609       - 24  # rls2005 NDRPDR iter env 5
2610       - 125 # rls2009 MRR iter env 5
2611       - 36  # rls2009 NDRPDR iter env 5
2612       - 39  # rls2009 NDRPDR iter env 5
2613       - 40  # rls2009 NDRPDR iter env 5
2614       - 65  # rls2009 NDRPDR iter env 5
2615       - 66  # rls2009 NDRPDR iter env 5
2616       - 79  # rls2009 NDRPDR iter env 5
2617       - 82  # rls2009 NDRPDR iter env 5
2618       - 88  # rls2009 NDRPDR iter env 5
2619       - 89  # rls2009 NDRPDR iter env 5
2620       - 90  # rls2009 NDRPDR iter env 5
2621       - 114 # rls2009 NDRPDR iter NAT44 env 5
2622       - 115 # rls2009 NDRPDR iter NAT44 env 5
2623       - 116 # rls2009 NDRPDR iter NAT44 env 5
2624       - 117 # rls2009 NDRPDR iter NAT44 env 5
2625       - 118 # rls2009 NDRPDR iter NAT44 env 5
2626       - 119 # rls2009 NDRPDR iter NAT44 env 5
2627       - 121 # rls2009 NDRPDR iter NAT44 env 5
2628       - 122 # rls2009 NDRPDR iter NAT44 env 5
2629       - 123 # rls2009 NDRPDR iter NAT44 env 5
2630       - 126 # rls2009 NDRPDR iter NAT44 env 5
2631       - 37  # rls2009 nf-density iter env 5
2632       - 43  # rls2009 nf-density iter env 5
2633       - 69  # rls2009 nf-density iter env 5
2634       - 70  # rls2009 nf-density iter env 5
2635       - 71  # rls2009 nf-density iter env 5
2636       - 72  # rls2009 nf-density iter env 5
2637       - 73  # rls2009 nf-density iter env 5
2638       - 74  # rls2009 nf-density iter env 5
2639       - 75  # rls2009 nf-density iter env 5
2640       - 76  # rls2009 nf-density iter env 5
2641       - 45  # rls2009 MRR nf-density iter env 5
2642       - 25  # rls2009 reconf env 5
2643       - 27  # rls2009 reconf env 5
2644       - 28  # rls2009 reconf env 5
2645       - 29  # rls2009 reconf env 5
2646       - 30  # rls2009 reconf env 5
2647       - 30  # rls2009 reconf env 5
2648       - 32  # rls2009 reconf env 5
2649       - 48  # rls2009 reconf env 5
2650       - 53  # rls2009 reconf env 5
2651       - 68  # rls2009 reconf env 5
2652       - 33  # rls2009 soak env 5
2653       - 34  # rls2009 soak env 5
2654     csit-vpp-perf-report-iterative-2101-2n-clx:
2655       - 3   # rls2101.rc1 MRR iter env 6
2656       - 4   # rls2101.rc1 NDRPDR iter env 6
2657       - 5   # rls2101.rc1 NDRPDR iter env 6
2658       - 6   # rls2101.rc1 NDRPDR iter env 6
2659       - 7   # rls2101.rc1 NDRPDR iter env 6
2660       - 8   # rls2101.rc1 NDRPDR iter env 6
2661       - 9   # rls2101.rc1 NDRPDR iter env 6
2662       - 10  # rls2101.rc1 NDRPDR iter env 6
2663       - 11  # rls2101.rc1 NDRPDR iter env 6
2664       - 12  # rls2101.rc1 NDRPDR iter env 6
2665       - 13  # rls2101.rc1 NDRPDR iter env 6
2666       - 15  # rls2009 MRR iter env 6
2667     # csit-vpp-perf-report-coverage-2101-2n-clx:
2668
2669
2670     csit-vpp-perf-report-iterative-2009-2n-zn2:
2671       - 15  # rls2009 MRR iter env 5
2672       - 17  # rls2009 NDRPDR iter env 5
2673       - 18  # rls2009 NDRPDR iter env 5
2674       - 31  # rls2009 NDRPDR iter env 5
2675       - 33  # rls2009 NDRPDR iter env 5
2676       - 34  # rls2009 NDRPDR iter env 5
2677     csit-vpp-perf-report-iterative-2101-2n-zn2:
2678       - 3   # rls2101.rc1 MRR iter env 6
2679       - 4   # rls2101.rc1 NDRPDR iter env 6
2680       - 5   # rls2101.rc1 NDRPDR iter env 6
2681       - 6   # rls2101.rc1 NDRPDR iter env 6
2682       - 7   # rls2101.rc1 NDRPDR iter env 6
2683       - 8   # rls2009 MRR iter env6
2684       - 9   # rls2009 NDRPDR iter env 6
2685
2686     csit-vpp-perf-report-iterative-2009-3n-tsh:
2687       - 8   # rls2005 NDRPDR iter env 5
2688       - 11  # rls2005 NDRPDR iter env 5
2689       - 12  # rls2005 NDRPDR iter env 5
2690       - 24  # rls2005 NDRPDR iter env 5
2691       - 27  # rls2005 NDRPDR iter env 5
2692       - 29  # rls2005 NDRPDR iter env 5
2693       - 31  # rls2005 NDRPDR iter env 5
2694       - 39  # rls2005 NDRPDR iter env 5
2695       - 40  # rls2005 NDRPDR iter env 5
2696       - 42  # rls2005 NDRPDR iter env 5
2697       - 13  # rls2005 MRR iter env 5
2698       - 14  # rls2009 NDRPDR iter env 5
2699       - 20  # rls2009 NDRPDR iter env 5
2700       - 21  # rls2009 NDRPDR iter env 5
2701       - 22  # rls2009 NDRPDR iter env 5
2702       - 23  # rls2009 NDRPDR iter env 5
2703       - 28  # rls2009 NDRPDR iter env 5
2704       - 30  # rls2009 NDRPDR iter env 5
2705       - 33  # rls2009 NDRPDR iter env 5
2706       - 38  # rls2009 NDRPDR iter env 5
2707       - 41  # rls2009 NDRPDR iter env 5
2708       - 15  # rls2009 MRR iter env 5
2709     csit-vpp-perf-report-iterative-2101-3n-tsh:
2710       - 2   # rls2101.rc1 MRR iter env 6
2711       - 3   # rls2101.rc1 NDRPDR iter env 6
2712       - 5   # rls2101.rc1 NDRPDR iter env 6
2713       - 6   # rls2101.rc1 NDRPDR iter env 6
2714
2715     csit-vpp-perf-report-iterative-2009-3n-dnv:
2716       - 16  # rls2005 NDRPDR iter env 5
2717       - 23  # rls2005 NDRPDR iter env 5
2718       - 25  # rls2005 NDRPDR iter env 5
2719       - 26  # rls2005 NDRPDR iter env 5
2720       - 27  # rls2005 NDRPDR iter env 5
2721       - 28  # rls2005 NDRPDR iter env 5
2722       - 29  # rls2005 NDRPDR iter env 5
2723       - 30  # rls2005 NDRPDR iter env 5
2724       - 31  # rls2005 NDRPDR iter env 5
2725       - 32  # rls2005 NDRPDR iter env 5
2726       - 19  # rls2005 MRR iter env 5
2727       - 3   # rls2009 NDRPDR iter env 5
2728       - 6   # rls2009 NDRPDR iter env 5
2729       - 7   # rls2009 NDRPDR iter env 5
2730       - 8   # rls2009 NDRPDR iter env 5
2731       - 10  # rls2009 NDRPDR iter env 5
2732       - 11  # rls2009 NDRPDR iter env 5
2733       - 12  # rls2009 NDRPDR iter env 5
2734       - 14  # rls2009 NDRPDR iter env 5
2735       - 15  # rls2009 NDRPDR iter env 5
2736       - 24  # rls2009 NDRPDR iter env 5
2737       - 22  # rls2009 MRR iter env 5
2738     csit-vpp-perf-report-iterative-2101-3n-dnv:
2739       - 2   # rls2101.rc1 MRR iter env 6
2740       - 3   # rls2101.rc1 NDRPDR iter env 6
2741       - 4   # rls2101.rc1 NDRPDR iter env 6
2742       - 5   # rls2101.rc1 NDRPDR iter env 6
2743       - 6   # rls2101.rc1 NDRPDR iter env 6
2744       - 7   # rls2101.rc1 NDRPDR iter env 6
2745       - 8   # rls2101.rc1 NDRPDR iter env 6
2746       - 9   # rls2101.rc1 NDRPDR iter env 6
2747       - 10  # rls2101.rc1 NDRPDR iter env 6
2748       - 11  # rls2101.rc1 NDRPDR iter env 6
2749       - 12  # rls2101.rc1 NDRPDR iter env 6
2750     # csit-vpp-perf-report-coverage-2101-3n-dnv:
2751
2752
2753     csit-vpp-perf-report-iterative-2009-2n-dnv:
2754       - 16  # rls2005 NDRPDR iter env 5
2755       - 17  # rls2005 NDRPDR iter env 5
2756       - 18  # rls2005 NDRPDR iter env 5
2757       - 19  # rls2005 NDRPDR iter env 5
2758       - 21  # rls2005 NDRPDR iter env 5
2759       - 24  # rls2005 NDRPDR iter env 5
2760       - 27  # rls2005 NDRPDR iter env 5
2761       - 28  # rls2005 NDRPDR iter env 5
2762       - 29  # rls2005 NDRPDR iter env 5
2763       - 30  # rls2005 NDRPDR iter env 5
2764       - 23  # rls2005 MRR iter env 5
2765       - 3   # rls2009 NDRPDR iter env 5
2766       - 5   # rls2009 NDRPDR iter env 5
2767       - 6   # rls2009 NDRPDR iter env 5
2768       - 7   # rls2009 NDRPDR iter env 5
2769       - 9   # rls2009 NDRPDR iter env 5
2770       - 10  # rls2009 NDRPDR iter env 5
2771       - 11  # rls2009 NDRPDR iter env 5
2772       - 12  # rls2009 NDRPDR iter env 5
2773       - 14  # rls2009 NDRPDR iter env 5
2774       - 15  # rls2009 NDRPDR iter env 5
2775       - 13  # rls2009 MRR iter env 5
2776     csit-vpp-perf-report-iterative-2101-2n-dnv:
2777       - 2   # rls2101.rc1 MRR iter env 6
2778       - 3   # rls2101.rc1 NDRPDR iter env 6
2779       - 4   # rls2101.rc1 NDRPDR iter env 6
2780       - 5   # rls2101.rc1 NDRPDR iter env 6
2781       - 6   # rls2101.rc1 NDRPDR iter env 6
2782       - 7   # rls2101.rc1 NDRPDR iter env 6
2783       - 8   # rls2101.rc1 NDRPDR iter env 6
2784       - 9   # rls2101.rc1 NDRPDR iter env 6
2785       - 10  # rls2101.rc1 NDRPDR iter env 6
2786       - 11  # rls2101.rc1 NDRPDR iter env 6
2787       - 12  # rls2101.rc1 NDRPDR iter env 6
2788     # csit-vpp-perf-report-coverage-2101-2n-dnv:
2789
2790
2791     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2792       - 25  # NDRPDR iter
2793       - 26  # NDRPDR iter
2794       - 27  # NDRPDR iter
2795       - 28  # NDRPDR iter
2796       - 29  # NDRPDR iter
2797       - 30  # NDRPDR iter
2798       - 31  # NDRPDR iter
2799       - 32  # NDRPDR iter
2800       - 33  # NDRPDR iter
2801       - 34  # NDRPDR iter
2802     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2803       - 6   # NDRPDR iter env5
2804       - 7   # NDRPDR iter env5
2805       - 8   # NDRPDR iter env5
2806       - 9   # NDRPDR iter env5
2807       - 10  # NDRPDR iter env5
2808       - 11  # NDRPDR iter env5
2809       - 12  # NDRPDR iter env5
2810       - 13  # NDRPDR iter env5
2811       - 14  # NDRPDR iter env5
2812       - 15  # NDRPDR iter env5
2813     csit-dpdk-perf-report-iterative-2101-3n-hsw:
2814       - 11  # rls2101.rc1 NDRPDR iter env 6
2815       - 12  # rls2101.rc1 NDRPDR iter env 6
2816       - 13  # rls2101.rc1 NDRPDR iter env 6
2817       - 14  # rls2101.rc1 NDRPDR iter env 6
2818       - 16  # rls2101.rc1 NDRPDR iter env 6
2819       - 17  # rls2101.rc1 NDRPDR iter env 6
2820       - 18  # rls2101.rc1 NDRPDR iter env 6
2821       - 19  # rls2101.rc1 NDRPDR iter env 6
2822       - 20  # rls2101.rc1 NDRPDR iter env 6
2823       - 21  # rls2101.rc1 NDRPDR iter env 6
2824
2825     csit-dpdk-perf-report-iterative-2005-3n-skx:
2826       - 28  # NDRPDR iter
2827       - 29  # NDRPDR iter
2828       - 30  # NDRPDR iter
2829       - 31  # NDRPDR iter
2830       - 32  # NDRPDR iter
2831       - 33  # NDRPDR iter
2832       - 34  # NDRPDR iter
2833       - 35  # NDRPDR iter
2834       - 36  # NDRPDR iter
2835       - 37  # NDRPDR iter
2836     csit-dpdk-perf-report-iterative-2009-3n-skx:
2837       - 4   # NDRPDR sel env5
2838       - 5   # NDRPDR sel env5
2839       - 6   # NDRPDR sel env5
2840       - 7   # NDRPDR sel env5
2841       - 8   # NDRPDR sel env5
2842       - 9   # NDRPDR sel env5
2843       - 14  # NDRPDR sel env5
2844       - 11  # NDRPDR sel env5
2845       - 12  # NDRPDR sel env5
2846       - 13  # NDRPDR sel env5
2847     csit-dpdk-perf-report-iterative-2101-3n-skx:
2848       - 12  # rls2101.rc1 NDRPDR iter env 6
2849       - 14  # rls2101.rc1 NDRPDR iter env 6
2850       - 15  # rls2101.rc1 NDRPDR iter env 6
2851       - 17  # rls2101.rc1 NDRPDR iter env 6
2852       - 19  # rls2101.rc1 NDRPDR iter env 6
2853       - 20  # rls2101.rc1 NDRPDR iter env 6
2854       - 21  # rls2101.rc1 NDRPDR iter env 6
2855       - 22  # rls2101.rc1 NDRPDR iter env 6
2856
2857     csit-dpdk-perf-report-iterative-2005-2n-skx:
2858       - 20  # NDRPDR iter
2859       - 21  # NDRPDR iter
2860       - 22  # NDRPDR iter
2861       - 23  # NDRPDR iter
2862       - 24  # NDRPDR iter
2863       - 25  # NDRPDR iter
2864       - 26  # NDRPDR iter
2865       - 27  # NDRPDR iter
2866       - 28  # NDRPDR iter
2867       - 29  # NDRPDR iter
2868     csit-dpdk-perf-report-iterative-2009-2n-skx:
2869       - 4   # NDRPDR iter env5
2870       - 5   # NDRPDR iter env5
2871       - 6   # NDRPDR iter env5
2872       - 7   # NDRPDR iter env5
2873       - 8   # NDRPDR iter env5
2874       - 9   # NDRPDR iter env5
2875       - 10  # NDRPDR iter env5
2876       - 11  # NDRPDR iter env5
2877       - 12  # NDRPDR iter env5
2878       - 13  # NDRPDR iter env5
2879     csit-dpdk-perf-report-iterative-2101-2n-skx:
2880       - 11  # rls2101.rc1 NDRPDR iter env 6
2881       - 12  # rls2101.rc1 NDRPDR iter env 6
2882       - 13  # rls2101.rc1 NDRPDR iter env 6
2883       - 14  # rls2101.rc1 NDRPDR iter env 6
2884       - 15  # rls2101.rc1 NDRPDR iter env 6
2885       - 17  # rls2101.rc1 NDRPDR iter env 6
2886       - 18  # rls2101.rc1 NDRPDR iter env 6
2887       - 19  # rls2101.rc1 NDRPDR iter env 6
2888       - 20  # rls2101.rc1 NDRPDR iter env 6
2889       - 21  # rls2101.rc1 NDRPDR iter env 6
2890
2891     csit-dpdk-perf-report-iterative-2005-2n-clx:
2892       - 20  # NDRPDR iter
2893       - 21  # NDRPDR iter
2894       - 22  # NDRPDR iter
2895       - 23  # NDRPDR iter
2896       - 24  # NDRPDR iter
2897       - 25  # NDRPDR iter
2898       - 26  # NDRPDR iter
2899       - 27  # NDRPDR iter
2900       - 28  # NDRPDR iter
2901       - 29  # NDRPDR iter
2902     csit-dpdk-perf-report-iterative-2009-2n-clx:
2903       - 4   # NDRPDR iter env5
2904       - 5   # NDRPDR iter env5
2905       - 6   # NDRPDR iter env5
2906       - 7   # NDRPDR iter env5
2907       - 8   # NDRPDR iter env5
2908       - 9   # NDRPDR iter env5
2909       - 10  # NDRPDR iter env5
2910       - 11  # NDRPDR iter env5
2911       - 12  # NDRPDR iter env5
2912       - 13  # NDRPDR iter env5
2913     csit-dpdk-perf-report-iterative-2101-2n-clx:
2914       - 12  # rls2101.rc1 NDRPDR iter env 6
2915       - 13  # rls2101.rc1 NDRPDR iter env 6
2916       - 14  # rls2101.rc1 NDRPDR iter env 6
2917       - 15  # rls2101.rc1 NDRPDR iter env 6
2918       - 17  # rls2101.rc1 NDRPDR iter env 6
2919       - 18  # rls2101.rc1 NDRPDR iter env 6
2920       - 19  # rls2101.rc1 NDRPDR iter env 6
2921       - 20  # rls2101.rc1 NDRPDR iter env 6
2922       - 21  # rls2101.rc1 NDRPDR iter env 6
2923       - 22  # rls2101.rc1 NDRPDR iter env 6
2924
2925     csit-dpdk-perf-report-iterative-2009-2n-zn2:
2926       - 16  # NDRPDR iter env5
2927       - 21  # NDRPDR iter env5
2928       - 22  # NDRPDR iter env5
2929       - 23  # NDRPDR iter env5
2930       - 24  # NDRPDR iter env5
2931       - 25  # NDRPDR iter env5
2932       - 29  # NDRPDR iter env5
2933     csit-dpdk-perf-report-iterative-2101-2n-zn2:
2934       - 11  # rls2101.rc1 NDRPDR iter env 6
2935       - 12  # rls2101.rc1 NDRPDR iter env 6
2936       - 13  # rls2101.rc1 NDRPDR iter env 6
2937       - 14  # rls2101.rc1 NDRPDR iter env 6
2938       - 16  # rls2101.rc1 NDRPDR iter env 6
2939       - 17  # rls2101.rc1 NDRPDR iter env 6
2940       - 18  # rls2101.rc1 NDRPDR iter env 6
2941       - 19  # rls2101.rc1 NDRPDR iter env 6
2942       - 20  # rls2101.rc1 NDRPDR iter env 6
2943       - 21  # rls2101.rc1 NDRPDR iter env 6
2944
2945 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2946 #      # No data
2947 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2948 #      # No data
2949
2950 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2951 #      # No data
2952 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2953 #      # No data
2954
2955     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2956       - 5   # NDRPDR sel
2957     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2958       - 1   # NDRPDR iter env5
2959       - 2   # NDRPDR iter env5
2960       - 3   # NDRPDR iter env5
2961       - 4   # NDRPDR iter env5
2962       - 5   # NDRPDR iter env5
2963       - 6   # NDRPDR iter env5
2964       - 7   # NDRPDR iter env5
2965       - 9   # NDRPDR iter env5
2966       - 10  # NDRPDR iter env5
2967       - 11  # NDRPDR iter env5
2968     csit-dpdk-perf-report-iterative-2101-3n-tsh:
2969       - 11  # rls2101.rc1 NDRPDR iter env 6
2970       - 12  # rls2101.rc1 NDRPDR iter env 6
2971       - 13  # rls2101.rc1 NDRPDR iter env 6
2972       - 14  # rls2101.rc1 NDRPDR iter env 6
2973       - 16  # rls2101.rc1 NDRPDR iter env 6
2974       - 17  # rls2101.rc1 NDRPDR iter env 6
2975       - 18  # rls2101.rc1 NDRPDR iter env 6
2976       - 19  # rls2101.rc1 NDRPDR iter env 6
2977       - 20  # rls2101.rc1 NDRPDR iter env 6
2978       - 21  # rls2101.rc1 NDRPDR iter env 6
2979
2980     csit-vpp-device-2101-ubuntu1804-1n-skx:
2981       - 66  # VPP DEV 2101.rc1 env6
2982
2983 - type: "output"
2984   output: "report"
2985   format:
2986     html:
2987     - full
2988 #     pdf:
2989 #     - minimal
2990
2991 ################################################################################
2992 ###                               T A B L E S                                ###
2993 ################################################################################
2994
2995 # VPP Soak vs NDR - 2n-skx
2996 - type: "table"
2997   title: "VPP Soak vs NDR 2n-skx"
2998   algorithm: "table_soak_vs_ndr"
2999   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3000   reference:
3001     title: "NDR"
3002     data: "vpp-soak-vs-ndr-2n-skx-ref"
3003   compare:
3004     title: "Soak"
3005     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3006   data: "vpp-soak-vs-ndr-2n-skx"
3007   include-tests: "NDR"
3008   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3009   parameters:
3010     - "throughput"
3011     - "name"
3012     - "parent"
3013
3014 # VPP Soak vs NDR - 2n-clx
3015 - type: "table"
3016   title: "VPP Soak vs NDR 2n-clx"
3017   algorithm: "table_soak_vs_ndr"
3018   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3019   reference:
3020     title: "NDR"
3021     data: "vpp-soak-vs-ndr-2n-clx-ref"
3022   compare:
3023     title: "Soak"
3024     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3025   data: "vpp-soak-vs-ndr-2n-clx"
3026   include-tests: "NDR"
3027   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3028   parameters:
3029     - "throughput"
3030     - "name"
3031     - "parent"
3032
3033 ################################################################################
3034
3035 # VPP Compare NICs 3n-skx 2t1c ndr
3036 - type: "table"
3037   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3038   algorithm: "table_comparison"
3039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3041   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3042   columns:
3043     - title: "x710"
3044       data-set: "vpp-nic-comparison-3n-skx"
3045       tag: "NIC_Intel-X710"
3046     - title: "xxv710"
3047       data-set: "vpp-nic-comparison-3n-skx"
3048       tag: "NIC_Intel-XXV710"
3049   comparisons:
3050     - title: "Diff"
3051       reference: 1
3052       compare: 2
3053   legend:
3054     - ""
3055     - "x710, xxv710 - NICs tested."
3056     - "Diff - difference between x710 and xxv710 NIC."
3057
3058 # VPP Compare NICs 3n-skx 4t2c ndr
3059 - type: "table"
3060   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3061   algorithm: "table_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3063   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3064   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3065   columns:
3066     - title: "x710"
3067       data-set: "vpp-nic-comparison-3n-skx"
3068       tag: "NIC_Intel-X710"
3069     - title: "xxv710"
3070       data-set: "vpp-nic-comparison-3n-skx"
3071       tag: "NIC_Intel-XXV710"
3072   comparisons:
3073     - title: "Diff"
3074       reference: 1
3075       compare: 2
3076   legend:
3077     - ""
3078     - "x710, xxv710 - NICs tested."
3079     - "Diff - difference between x710 and xxv710 NIC."
3080
3081 # VPP Compare NICs 3n-skx 2t1c pdr
3082 - type: "table"
3083   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3084   algorithm: "table_comparison"
3085   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3087   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3088   columns:
3089     - title: "x710"
3090       data-set: "vpp-nic-comparison-3n-skx"
3091       tag: "NIC_Intel-X710"
3092     - title: "xxv710"
3093       data-set: "vpp-nic-comparison-3n-skx"
3094       tag: "NIC_Intel-XXV710"
3095   comparisons:
3096     - title: "Diff"
3097       reference: 1
3098       compare: 2
3099   legend:
3100     - ""
3101     - "x710, xxv710 - NICs tested."
3102     - "Diff - difference between x710 and xxv710 NIC."
3103
3104 # VPP Compare NICs 3n-skx 4t2c pdr
3105 - type: "table"
3106   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3107   algorithm: "table_comparison"
3108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3110   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3111   columns:
3112     - title: "x710"
3113       data-set: "vpp-nic-comparison-3n-skx"
3114       tag: "NIC_Intel-X710"
3115     - title: "xxv710"
3116       data-set: "vpp-nic-comparison-3n-skx"
3117       tag: "NIC_Intel-XXV710"
3118   comparisons:
3119     - title: "Diff"
3120       reference: 1
3121       compare: 2
3122   legend:
3123     - ""
3124     - "x710, xxv710 - NICs tested."
3125     - "Diff - difference between x710 and xxv710 NIC."
3126
3127 # VPP Compare NICs 3n-skx 2t1c mrr
3128 - type: "table"
3129   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3130   algorithm: "table_comparison"
3131   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3133   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3134   columns:
3135     - title: "x710"
3136       data-set: "vpp-nic-comparison-3n-skx-mrr"
3137       tag: "NIC_Intel-X710"
3138     - title: "xxv710"
3139       data-set: "vpp-nic-comparison-3n-skx-mrr"
3140       tag: "NIC_Intel-XXV710"
3141   comparisons:
3142     - title: "Diff"
3143       reference: 1
3144       compare: 2
3145   legend:
3146     - ""
3147     - "x710, xxv710 - NICs tested."
3148     - "Diff - difference between x710 and xxv710 NIC."
3149
3150 # VPP Compare NICs 3n-skx 4t2c mrr
3151 - type: "table"
3152   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3153   algorithm: "table_comparison"
3154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3156   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3157   columns:
3158     - title: "x710"
3159       data-set: "vpp-nic-comparison-3n-skx-mrr"
3160       tag: "NIC_Intel-X710"
3161     - title: "xxv710"
3162       data-set: "vpp-nic-comparison-3n-skx-mrr"
3163       tag: "NIC_Intel-XXV710"
3164   comparisons:
3165     - title: "Diff"
3166       reference: 1
3167       compare: 2
3168   legend:
3169     - ""
3170     - "x710, xxv710 - NICs tested."
3171     - "Diff - difference between x710 and xxv710 NIC."
3172
3173 # VPP Compare NICs 3n-skx 8t4c mrr
3174 - type: "table"
3175   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3176   algorithm: "table_comparison"
3177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3179   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3180   columns:
3181     - title: "x710"
3182       data-set: "vpp-nic-comparison-3n-skx-mrr"
3183       tag: "NIC_Intel-X710"
3184     - title: "xxv710"
3185       data-set: "vpp-nic-comparison-3n-skx-mrr"
3186       tag: "NIC_Intel-XXV710"
3187   comparisons:
3188     - title: "Diff"
3189       reference: 1
3190       compare: 2
3191   legend:
3192     - ""
3193     - "x710, xxv710 - NICs tested."
3194     - "Diff - difference between x710 and xxv710 NIC."
3195
3196 # VPP Compare NICs 2n-skx 2t1c ndr
3197 - type: "table"
3198   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3199   algorithm: "table_comparison"
3200   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3202   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3203   columns:
3204     - title: "x710"
3205       data-set: "vpp-nic-comparison-2n-skx"
3206       tag: "NIC_Intel-X710"
3207     - title: "xxv710"
3208       data-set: "vpp-nic-comparison-2n-skx"
3209       tag: "NIC_Intel-XXV710"
3210   comparisons:
3211     - title: "Diff"
3212       reference: 1
3213       compare: 2
3214   legend:
3215     - ""
3216     - "x710, xxv710 - NICs tested."
3217     - "Diff - difference between x710 and xxv710 NIC."
3218
3219 # VPP Compare NICs 2n-skx 4t2c ndr
3220 - type: "table"
3221   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3222   algorithm: "table_comparison"
3223   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3225   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3226   columns:
3227     - title: "x710"
3228       data-set: "vpp-nic-comparison-2n-skx"
3229       tag: "NIC_Intel-X710"
3230     - title: "xxv710"
3231       data-set: "vpp-nic-comparison-2n-skx"
3232       tag: "NIC_Intel-XXV710"
3233   comparisons:
3234     - title: "Diff"
3235       reference: 1
3236       compare: 2
3237   legend:
3238     - ""
3239     - "x710, xxv710 - NICs tested."
3240     - "Diff - difference between x710 and xxv710 NIC."
3241
3242 # VPP Compare NICs 2n-skx 2t1c pdr
3243 - type: "table"
3244   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3245   algorithm: "table_comparison"
3246   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3248   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3249   columns:
3250     - title: "x710"
3251       data-set: "vpp-nic-comparison-2n-skx"
3252       tag: "NIC_Intel-X710"
3253     - title: "xxv710"
3254       data-set: "vpp-nic-comparison-2n-skx"
3255       tag: "NIC_Intel-XXV710"
3256   comparisons:
3257     - title: "Diff"
3258       reference: 1
3259       compare: 2
3260   legend:
3261     - ""
3262     - "x710, xxv710 - NICs tested."
3263     - "Diff - difference between x710 and xxv710 NIC."
3264
3265 # VPP Compare NICs 2n-skx 4t2c pdr
3266 - type: "table"
3267   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3268   algorithm: "table_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3271   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3272   columns:
3273     - title: "x710"
3274       data-set: "vpp-nic-comparison-2n-skx"
3275       tag: "NIC_Intel-X710"
3276     - title: "xxv710"
3277       data-set: "vpp-nic-comparison-2n-skx"
3278       tag: "NIC_Intel-XXV710"
3279   comparisons:
3280     - title: "Diff"
3281       reference: 1
3282       compare: 2
3283   legend:
3284     - ""
3285     - "x710, xxv710 - NICs tested."
3286     - "Diff - difference between x710 and xxv710 NIC."
3287
3288 # VPP Compare NICs 2n-skx 2t1c mrr
3289 - type: "table"
3290   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3291   algorithm: "table_comparison"
3292   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3294   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3295   columns:
3296     - title: "x710"
3297       data-set: "vpp-nic-comparison-2n-skx-mrr"
3298       tag: "NIC_Intel-X710"
3299     - title: "xxv710"
3300       data-set: "vpp-nic-comparison-2n-skx-mrr"
3301       tag: "NIC_Intel-XXV710"
3302   comparisons:
3303     - title: "Diff"
3304       reference: 1
3305       compare: 2
3306   legend:
3307     - ""
3308     - "x710, xxv710 - NICs tested."
3309     - "Diff - difference between x710 and xxv710 NIC."
3310
3311 # VPP Compare NICs 2n-skx 4t2c mrr
3312 - type: "table"
3313   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3314   algorithm: "table_comparison"
3315   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3317   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3318   columns:
3319     - title: "x710"
3320       data-set: "vpp-nic-comparison-2n-skx-mrr"
3321       tag: "NIC_Intel-X710"
3322     - title: "xxv710"
3323       data-set: "vpp-nic-comparison-2n-skx-mrr"
3324       tag: "NIC_Intel-XXV710"
3325   comparisons:
3326     - title: "Diff"
3327       reference: 1
3328       compare: 2
3329   legend:
3330     - ""
3331     - "x710, xxv710 - NICs tested."
3332     - "Diff - difference between x710 and xxv710 NIC."
3333
3334 # VPP Compare NICs 2n-skx 8t4c mrr
3335 - type: "table"
3336   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3337   algorithm: "table_comparison"
3338   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3340   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3341   columns:
3342     - title: "x710"
3343       data-set: "vpp-nic-comparison-2n-skx-mrr"
3344       tag: "NIC_Intel-X710"
3345     - title: "xxv710"
3346       data-set: "vpp-nic-comparison-2n-skx-mrr"
3347       tag: "NIC_Intel-XXV710"
3348   comparisons:
3349     - title: "Diff"
3350       reference: 1
3351       compare: 2
3352   legend:
3353     - ""
3354     - "x710, xxv710 - NICs tested."
3355     - "Diff - difference between x710 and xxv710 NIC."
3356
3357 ################################################################################
3358 # VPP
3359
3360 # VPP Performance Changes 3n-hsw 1t1c pdr
3361 - type: "table"
3362   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3363   algorithm: "table_comparison"
3364   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3366   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3367   columns:
3368     - title: "2005.0-5"
3369       data-set: "vpp-performance-changes-3n-hsw-h1"
3370     - title: "2009.0-5"
3371       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3372     - title: "2009.0-6"
3373       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3374     - title: "2101.0-6"
3375       data-set: "vpp-performance-changes-3n-hsw-cmp"
3376   comparisons:
3377     - title: "2009.0-6 vs 2009.0-5"
3378       reference: 2
3379       compare: 3
3380 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3381     - title: "2101.0-6 vs 2009.0-6"
3382       reference: 3
3383       compare: 4
3384 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3385   legend:
3386     - ''
3387     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3388     - '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).'
3389     - '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.'
3390     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3391     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3392
3393 # VPP Performance Changes 3n-hsw 2t2c pdr
3394 - type: "table"
3395   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3396   algorithm: "table_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3400   columns:
3401     - title: "2005.0-5"
3402       data-set: "vpp-performance-changes-3n-hsw-h1"
3403     - title: "2009.0-5"
3404       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3405     - title: "2009.0-6"
3406       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3407     - title: "2101.0-6"
3408       data-set: "vpp-performance-changes-3n-hsw-cmp"
3409   comparisons:
3410     - title: "2009.0-6 vs 2009.0-5"
3411       reference: 2
3412       compare: 3
3413 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3414     - title: "2101.0-6 vs 2009.0-6"
3415       reference: 3
3416       compare: 4
3417 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3418   legend:
3419     - ''
3420     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3421     - '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).'
3422     - '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.'
3423     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3424     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3425
3426 # VPP Performance Changes 3n-hsw 1t1c ndr
3427 - type: "table"
3428   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3429   algorithm: "table_comparison"
3430   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3432   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3433   columns:
3434     - title: "2005.0-5"
3435       data-set: "vpp-performance-changes-3n-hsw-h1"
3436     - title: "2009.0-5"
3437       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3438     - title: "2009.0-6"
3439       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3440     - title: "2101.0-6"
3441       data-set: "vpp-performance-changes-3n-hsw-cmp"
3442   comparisons:
3443     - title: "2009.0-6 vs 2009.0-5"
3444       reference: 2
3445       compare: 3
3446 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3447     - title: "2101.0-6 vs 2009.0-6"
3448       reference: 3
3449       compare: 4
3450 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3451   legend:
3452     - ''
3453     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3454     - '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).'
3455     - '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.'
3456     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3457     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3458
3459 # VPP Performance Changes 3n-hsw 2t2c ndr
3460 - type: "table"
3461   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3465   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "2005.0-5"
3468       data-set: "vpp-performance-changes-3n-hsw-h1"
3469     - title: "2009.0-5"
3470       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3471     - title: "2009.0-6"
3472       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3473     - title: "2101.0-6"
3474       data-set: "vpp-performance-changes-3n-hsw-cmp"
3475   comparisons:
3476     - title: "2009.0-6 vs 2009.0-5"
3477       reference: 2
3478       compare: 3
3479 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3480     - title: "2101.0-6 vs 2009.0-6"
3481       reference: 3
3482       compare: 4
3483 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3484   legend:
3485     - ''
3486     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3487     - '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).'
3488     - '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.'
3489     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3490     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3491
3492 # VPP Performance Changes 3n-skx 2t1c pdr
3493 - type: "table"
3494   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3495   algorithm: "table_comparison"
3496   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3498   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3499   columns:
3500     - title: "2005.0-5"
3501       data-set: "vpp-performance-changes-3n-skx-h1"
3502     - title: "2009.0-5"
3503       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3504     - title: "2009.0-6"
3505       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3506     - title: "2101.0-6"
3507       data-set: "vpp-performance-changes-3n-skx-cmp"
3508   comparisons:
3509     - title: "2009.0-6 vs 2009.0-5"
3510       reference: 2
3511       compare: 3
3512 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3513     - title: "2101.0-6 vs 2009.0-6"
3514       reference: 3
3515       compare: 4
3516 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3517   legend:
3518     - ''
3519     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3520     - '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).'
3521     - '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.'
3522     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3523     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3524
3525 # VPP Performance Changes 3n-skx 4t2c pdr
3526 - type: "table"
3527   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3528   algorithm: "table_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3532   columns:
3533     - title: "2005.0-5"
3534       data-set: "vpp-performance-changes-3n-skx-h1"
3535     - title: "2009.0-5"
3536       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3537     - title: "2009.0-6"
3538       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3539     - title: "2101.0-6"
3540       data-set: "vpp-performance-changes-3n-skx-cmp"
3541   comparisons:
3542     - title: "2009.0-6 vs 2009.0-5"
3543       reference: 2
3544       compare: 3
3545 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3546     - title: "2101.0-6 vs 2009.0-6"
3547       reference: 3
3548       compare: 4
3549 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3550   legend:
3551     - ''
3552     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3553     - '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).'
3554     - '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.'
3555     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3556     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3557
3558 # VPP Performance Changes 3n-skx 2t1c ndr
3559 - type: "table"
3560   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3561   algorithm: "table_comparison"
3562   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3564   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3565   columns:
3566     - title: "2005.0-5"
3567       data-set: "vpp-performance-changes-3n-skx-h1"
3568     - title: "2009.0-5"
3569       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3570     - title: "2009.0-6"
3571       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3572     - title: "2101.0-6"
3573       data-set: "vpp-performance-changes-3n-skx-cmp"
3574   comparisons:
3575     - title: "2009.0-6 vs 2009.0-5"
3576       reference: 2
3577       compare: 3
3578 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3579     - title: "2101.0-6 vs 2009.0-6"
3580       reference: 3
3581       compare: 4
3582 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3583   legend:
3584     - ''
3585     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3586     - '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).'
3587     - '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.'
3588     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3589     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3590
3591 # VPP Performance Changes 3n-skx 4t2c ndr
3592 - type: "table"
3593   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3594   algorithm: "table_comparison"
3595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3597   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3598   columns:
3599     - title: "2005.0-5"
3600       data-set: "vpp-performance-changes-3n-skx-h1"
3601     - title: "2009.0-5"
3602       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3603     - title: "2009.0-6"
3604       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3605     - title: "2101.0-6"
3606       data-set: "vpp-performance-changes-3n-skx-cmp"
3607   comparisons:
3608     - title: "2009.0-6 vs 2009.0-5"
3609       reference: 2
3610       compare: 3
3611 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3612     - title: "2101.0-6 vs 2009.0-6"
3613       reference: 3
3614       compare: 4
3615 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3616   legend:
3617     - ''
3618     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3619     - '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).'
3620     - '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.'
3621     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3622     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3623
3624 # VPP Performance Changes 2n-skx 2t1c pdr
3625 - type: "table"
3626   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3627   algorithm: "table_comparison"
3628   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3630   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3631   columns:
3632     - title: "2005.0-5"
3633       data-set: "vpp-performance-changes-2n-skx-h1"
3634     - title: "2009.0-5"
3635       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3636     - title: "2009.0-6"
3637       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3638     - title: "2101.0-6"
3639       data-set: "vpp-performance-changes-2n-skx-cmp"
3640   comparisons:
3641     - title: "2009.0-6 vs 2009.0-5"
3642       reference: 2
3643       compare: 3
3644 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3645     - title: "2101.0-6 vs 2009.0-6"
3646       reference: 3
3647       compare: 4
3648 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3649   legend:
3650     - ''
3651     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3652     - '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).'
3653     - '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.'
3654     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3655     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3656
3657 # VPP Performance Changes 2n-skx 4t2c pdr
3658 - type: "table"
3659   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3664   columns:
3665     - title: "2005.0-5"
3666       data-set: "vpp-performance-changes-2n-skx-h1"
3667     - title: "2009.0-5"
3668       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3669     - title: "2009.0-6"
3670       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3671     - title: "2101.0-6"
3672       data-set: "vpp-performance-changes-2n-skx-cmp"
3673   comparisons:
3674     - title: "2009.0-6 vs 2009.0-5"
3675       reference: 2
3676       compare: 3
3677 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3678     - title: "2101.0-6 vs 2009.0-6"
3679       reference: 3
3680       compare: 4
3681 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3682   legend:
3683     - ''
3684     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3685     - '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).'
3686     - '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.'
3687     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3688     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3689
3690 # VPP Performance Changes 2n-skx 2t1c ndr
3691 - type: "table"
3692   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3693   algorithm: "table_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3696   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3697   columns:
3698     - title: "2005.0-5"
3699       data-set: "vpp-performance-changes-2n-skx-h1"
3700     - title: "2009.0-5"
3701       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3702     - title: "2009.0-6"
3703       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3704     - title: "2101.0-6"
3705       data-set: "vpp-performance-changes-2n-skx-cmp"
3706   comparisons:
3707     - title: "2009.0-6 vs 2009.0-5"
3708       reference: 2
3709       compare: 3
3710 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3711     - title: "2101.0-6 vs 2009.0-6"
3712       reference: 3
3713       compare: 4
3714 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3715   legend:
3716     - ''
3717     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3718     - '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).'
3719     - '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.'
3720     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3721     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3722
3723 # VPP Performance Changes 2n-skx 4t2c ndr
3724 - type: "table"
3725   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3726   algorithm: "table_comparison"
3727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3730   columns:
3731     - title: "2005.0-5"
3732       data-set: "vpp-performance-changes-2n-skx-h1"
3733     - title: "2009.0-5"
3734       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3735     - title: "2009.0-6"
3736       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3737     - title: "2101.0-6"
3738       data-set: "vpp-performance-changes-2n-skx-cmp"
3739   comparisons:
3740     - title: "2009.0-6 vs 2009.0-5"
3741       reference: 2
3742       compare: 3
3743 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3744     - title: "2101.0-6 vs 2009.0-6"
3745       reference: 3
3746       compare: 4
3747 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3748   legend:
3749     - ''
3750     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3751     - '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).'
3752     - '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.'
3753     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3754     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3755
3756 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3757 - type: "table"
3758   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3763   columns:
3764     - title: "2005.0-5"
3765       data-set: "vpp-performance-changes-2n-clx-h1"
3766     - title: "2009.0-5"
3767       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3768     - title: "2009.0-6"
3769       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3770     - title: "2101.0-6"
3771       data-set: "vpp-performance-changes-2n-clx-cmp"
3772   comparisons:
3773     - title: "2009.0-6 vs 2009.0-5"
3774       reference: 2
3775       compare: 3
3776 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3777     - title: "2101.0-6 vs 2009.0-6"
3778       reference: 3
3779       compare: 4
3780 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3781   legend:
3782     - ''
3783     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3784     - '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).'
3785     - '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.'
3786     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3787     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3788
3789 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3790 - type: "table"
3791   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3792   algorithm: "table_comparison"
3793   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3795   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3796   columns:
3797     - title: "2005.0-5"
3798       data-set: "vpp-performance-changes-2n-clx-h1"
3799     - title: "2009.0-5"
3800       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3801     - title: "2009.0-6"
3802       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3803     - title: "2101.0-6"
3804       data-set: "vpp-performance-changes-2n-clx-cmp"
3805   comparisons:
3806     - title: "2009.0-6 vs 2009.0-5"
3807       reference: 2
3808       compare: 3
3809 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3810     - title: "2101.0-6 vs 2009.0-6"
3811       reference: 3
3812       compare: 4
3813 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3814   legend:
3815     - ''
3816     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3817     - '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).'
3818     - '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.'
3819     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3820     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3821
3822 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3823 - type: "table"
3824   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3825   algorithm: "table_comparison"
3826   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3828   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3829   columns:
3830     - title: "2005.0-5"
3831       data-set: "vpp-performance-changes-2n-clx-h1"
3832     - title: "2009.0-5"
3833       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3834     - title: "2009.0-6"
3835       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3836     - title: "2101.0-6"
3837       data-set: "vpp-performance-changes-2n-clx-cmp"
3838   comparisons:
3839     - title: "2009.0-6 vs 2009.0-5"
3840       reference: 2
3841       compare: 3
3842 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3843     - title: "2101.0-6 vs 2009.0-6"
3844       reference: 3
3845       compare: 4
3846 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3847   legend:
3848     - ''
3849     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3850     - '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).'
3851     - '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.'
3852     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3853     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3854
3855 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3856 - type: "table"
3857   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3858   algorithm: "table_comparison"
3859   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3861   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3862   columns:
3863     - title: "2005.0-5"
3864       data-set: "vpp-performance-changes-2n-clx-h1"
3865     - title: "2009.0-5"
3866       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3867     - title: "2009.0-6"
3868       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3869     - title: "2101.0-6"
3870       data-set: "vpp-performance-changes-2n-clx-cmp"
3871   comparisons:
3872     - title: "2009.0-6 vs 2009.0-5"
3873       reference: 2
3874       compare: 3
3875 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3876     - title: "2101.0-6 vs 2009.0-6"
3877       reference: 3
3878       compare: 4
3879 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3880   legend:
3881     - ''
3882     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3883     - '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).'
3884     - '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.'
3885     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3886     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3887
3888 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
3889 - type: "table"
3890   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
3891   algorithm: "table_comparison"
3892   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
3893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3894   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3895   columns:
3896 #     - title: "2005.0-5"
3897 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3898     - title: "2009.0-5"
3899       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3900     - title: "2009.0-6"
3901       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3902     - title: "2101.0-6"
3903       data-set: "vpp-performance-changes-2n-zn2-cmp"
3904   comparisons:
3905     - title: "2009.0-6 vs 2009.0-5"
3906       reference: 1  # 2
3907       compare: 2  # 3
3908 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
3909     - title: "2101.0-6 vs 2009.0-6"
3910       reference: 2  # 3
3911       compare: 3  # 4
3912 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
3913   legend:
3914     - ''
3915     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
3916     - '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).'
3917     - '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.'
3918     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3919     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3920
3921 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
3922 - type: "table"
3923   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
3924   algorithm: "table_comparison"
3925   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
3926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3927   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3928   columns:
3929 #     - title: "2005.0-5"
3930 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3931     - title: "2009.0-5"
3932       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3933     - title: "2009.0-6"
3934       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3935     - title: "2101.0-6"
3936       data-set: "vpp-performance-changes-2n-zn2-cmp"
3937   comparisons:
3938     - title: "2009.0-6 vs 2009.0-5"
3939       reference: 1  # 2
3940       compare: 2  # 3
3941 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
3942     - title: "2101.0-6 vs 2009.0-6"
3943       reference: 2  # 3
3944       compare: 3  # 4
3945 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
3946   legend:
3947     - ''
3948     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
3949     - '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).'
3950     - '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.'
3951     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3952     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3953
3954 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
3955 - type: "table"
3956   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
3957   algorithm: "table_comparison"
3958   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
3959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3960   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3961   columns:
3962 #     - title: "2005.0-5"
3963 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3964     - title: "2009.0-5"
3965       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3966     - title: "2009.0-6"
3967       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3968     - title: "2101.0-6"
3969       data-set: "vpp-performance-changes-2n-zn2-cmp"
3970   comparisons:
3971     - title: "2009.0-6 vs 2009.0-5"
3972       reference: 1  # 2
3973       compare: 2  # 3
3974 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
3975     - title: "2101.0-6 vs 2009.0-6"
3976       reference: 2  # 3
3977       compare: 3  # 4
3978 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
3979   legend:
3980     - ''
3981     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
3982     - '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).'
3983     - '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.'
3984     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3985     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3986
3987 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
3988 - type: "table"
3989   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
3990   algorithm: "table_comparison"
3991   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
3992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3993   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3994   columns:
3995 #     - title: "2005.0-5"
3996 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3997     - title: "2009.0-5"
3998       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3999     - title: "2009.0-6"
4000       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
4001     - title: "2101.0-6"
4002       data-set: "vpp-performance-changes-2n-zn2-cmp"
4003   comparisons:
4004     - title: "2009.0-6 vs 2009.0-5"
4005       reference: 1  # 2
4006       compare: 2  # 3
4007 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4008     - title: "2101.0-6 vs 2009.0-6"
4009       reference: 2  # 3
4010       compare: 3  # 4
4011 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4012   legend:
4013     - ''
4014     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4015     - '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).'
4016     - '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.'
4017     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4018     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4019
4020 # VPP Performance Changes 2n-dnv 1t1c pdr
4021 - type: "table"
4022   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4023   algorithm: "table_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4026   filter: "'1T1C'"
4027   columns:
4028     - title: "2005.0-5"
4029       data-set: "vpp-performance-changes-2n-dnv-h1"
4030     - title: "2009.0-5"
4031       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4032     - title: "2009.0-6"
4033       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4034     - title: "2101.0-6"
4035       data-set: "vpp-performance-changes-2n-dnv-cmp"
4036   comparisons:
4037     - title: "2009.0-6 vs 2009.0-5"
4038       reference: 2
4039       compare: 3
4040     - title: "2101.0-6 vs 2009.0-6"
4041       reference: 3
4042       compare: 4
4043   legend:
4044     - ''
4045     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4046     - '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).'
4047     - '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.'
4048     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4049     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4050
4051 # VPP Performance Changes 2n-dnv 2t2c pdr
4052 - type: "table"
4053   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4054   algorithm: "table_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4057   filter: "'2T2C'"
4058   columns:
4059     - title: "2005.0-5"
4060       data-set: "vpp-performance-changes-2n-dnv-h1"
4061     - title: "2009.0-5"
4062       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4063     - title: "2009.0-6"
4064       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4065     - title: "2101.0-6"
4066       data-set: "vpp-performance-changes-2n-dnv-cmp"
4067   comparisons:
4068     - title: "2009.0-6 vs 2009.0-5"
4069       reference: 2
4070       compare: 3
4071     - title: "2101.0-6 vs 2009.0-6"
4072       reference: 3
4073       compare: 4
4074   legend:
4075     - ''
4076     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4077     - '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).'
4078     - '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.'
4079     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4080     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4081
4082 # VPP Performance Changes 2n-dnv 1t1c ndr
4083 - type: "table"
4084   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4085   algorithm: "table_comparison"
4086   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4088   filter: "'1T1C'"
4089   columns:
4090     - title: "2005.0-5"
4091       data-set: "vpp-performance-changes-2n-dnv-h1"
4092     - title: "2009.0-5"
4093       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4094     - title: "2009.0-6"
4095       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4096     - title: "2101.0-6"
4097       data-set: "vpp-performance-changes-2n-dnv-cmp"
4098   comparisons:
4099     - title: "2009.0-6 vs 2009.0-5"
4100       reference: 2
4101       compare: 3
4102     - title: "2101.0-6 vs 2009.0-6"
4103       reference: 3
4104       compare: 4
4105   legend:
4106     - ''
4107     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4108     - '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).'
4109     - '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.'
4110     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4111     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4112
4113 # VPP Performance Changes 2n-dnv 2t2c ndr
4114 - type: "table"
4115   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4116   algorithm: "table_comparison"
4117   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4119   filter: "'2T2C'"
4120   columns:
4121     - title: "2005.0-5"
4122       data-set: "vpp-performance-changes-2n-dnv-h1"
4123     - title: "2009.0-5"
4124       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4125     - title: "2009.0-6"
4126       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4127     - title: "2101.0-6"
4128       data-set: "vpp-performance-changes-2n-dnv-cmp"
4129   comparisons:
4130     - title: "2009.0-6 vs 2009.0-5"
4131       reference: 2
4132       compare: 3
4133     - title: "2101.0-6 vs 2009.0-6"
4134       reference: 3
4135       compare: 4
4136   legend:
4137     - ''
4138     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4139     - '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).'
4140     - '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.'
4141     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4142     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4143
4144 # VPP Performance Changes 3n-dnv 1t1c pdr
4145 - type: "table"
4146   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4147   algorithm: "table_comparison"
4148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4149   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4150   filter: "'1T1C'"
4151   columns:
4152     - title: "2005.0-5"
4153       data-set: "vpp-performance-changes-3n-dnv-h1"
4154     - title: "2009.0-5"
4155       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4156     - title: "2009.0-6"
4157       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4158     - title: "2101.0-6"
4159       data-set: "vpp-performance-changes-3n-dnv-cmp"
4160   comparisons:
4161     - title: "2009.0-6 vs 2009.0-5"
4162       reference: 2
4163       compare: 3
4164     - title: "2101.0-6 vs 2009.0-6"
4165       reference: 3
4166       compare: 4
4167   legend:
4168     - ''
4169     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4170     - '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).'
4171     - '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.'
4172     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4173     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4174
4175 # VPP Performance Changes 3n-dnv 2t2c pdr
4176 - type: "table"
4177   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4181   filter: "'2T2C'"
4182   columns:
4183     - title: "2005.0-5"
4184       data-set: "vpp-performance-changes-3n-dnv-h1"
4185     - title: "2009.0-5"
4186       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4187     - title: "2009.0-6"
4188       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4189     - title: "2101.0-6"
4190       data-set: "vpp-performance-changes-3n-dnv-cmp"
4191   comparisons:
4192     - title: "2009.0-6 vs 2009.0-5"
4193       reference: 2
4194       compare: 3
4195     - title: "2101.0-6 vs 2009.0-6"
4196       reference: 3
4197       compare: 4
4198   legend:
4199     - ''
4200     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4201     - '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).'
4202     - '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.'
4203     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4204     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4205
4206 # VPP Performance Changes 3n-dnv 1t1c ndr
4207 - type: "table"
4208   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4209   algorithm: "table_comparison"
4210   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4212   filter: "'1T1C'"
4213   columns:
4214     - title: "2005.0-5"
4215       data-set: "vpp-performance-changes-3n-dnv-h1"
4216     - title: "2009.0-5"
4217       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4218     - title: "2009.0-6"
4219       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4220     - title: "2101.0-6"
4221       data-set: "vpp-performance-changes-3n-dnv-cmp"
4222   comparisons:
4223     - title: "2009.0-6 vs 2009.0-5"
4224       reference: 2
4225       compare: 3
4226     - title: "2101.0-6 vs 2009.0-6"
4227       reference: 3
4228       compare: 4
4229   legend:
4230     - ''
4231     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4232     - '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).'
4233     - '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.'
4234     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4235     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4236
4237 # VPP Performance Changes 3n-dnv 2t2c ndr
4238 - type: "table"
4239   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4240   algorithm: "table_comparison"
4241   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4243   filter: "'2T2C'"
4244   columns:
4245     - title: "2005.0-5"
4246       data-set: "vpp-performance-changes-3n-dnv-h1"
4247     - title: "2009.0-5"
4248       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4249     - title: "2009.0-6"
4250       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4251     - title: "2101.0-6"
4252       data-set: "vpp-performance-changes-3n-dnv-cmp"
4253   comparisons:
4254     - title: "2009.0-6 vs 2009.0-5"
4255       reference: 2
4256       compare: 3
4257     - title: "2101.0-6 vs 2009.0-6"
4258       reference: 3
4259       compare: 4
4260   legend:
4261     - ''
4262     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4263     - '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).'
4264     - '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.'
4265     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4266     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4267
4268 # VPP Performance Changes 3n-tsh 1t1c pdr
4269 - type: "table"
4270   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4271   algorithm: "table_comparison"
4272   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4274   filter: "'1T1C'"
4275   columns:
4276     - title: "2005.0-5"
4277       data-set: "vpp-performance-changes-3n-tsh-h1"
4278     - title: "2009.0-5"
4279       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4280     - title: "2009.0-6"
4281       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4282     - title: "2101.0-6"
4283       data-set: "vpp-performance-changes-3n-tsh-cmp"
4284   comparisons:
4285     - title: "2009.0-6 vs 2009.0-5"
4286       reference: 2
4287       compare: 3
4288 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4289     - title: "2101.0-6 vs 2009.0-6"
4290       reference: 3
4291       compare: 4
4292 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4293   legend:
4294     - ''
4295     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4296     - '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).'
4297     - '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.'
4298     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4299     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4300
4301 # VPP Performance Changes 3n-tsh 2t2c pdr
4302 - type: "table"
4303   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4304   algorithm: "table_comparison"
4305   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4307   filter: "'2T2C'"
4308   columns:
4309     - title: "2005.0-5"
4310       data-set: "vpp-performance-changes-3n-tsh-h1"
4311     - title: "2009.0-5"
4312       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4313     - title: "2009.0-6"
4314       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4315     - title: "2101.0-6"
4316       data-set: "vpp-performance-changes-3n-tsh-cmp"
4317   comparisons:
4318     - title: "2009.0-6 vs 2009.0-5"
4319       reference: 2
4320       compare: 3
4321 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4322     - title: "2101.0-6 vs 2009.0-6"
4323       reference: 3
4324       compare: 4
4325 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4326   legend:
4327     - ''
4328     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4329     - '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).'
4330     - '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.'
4331     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4332     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4333
4334 # VPP Performance Changes 3n-tsh 1t1c ndr
4335 - type: "table"
4336   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4337   algorithm: "table_comparison"
4338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4340   filter: "'1T1C'"
4341   columns:
4342     - title: "2005.0-5"
4343       data-set: "vpp-performance-changes-3n-tsh-h1"
4344     - title: "2009.0-5"
4345       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4346     - title: "2009.0-6"
4347       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4348     - title: "2101.0-6"
4349       data-set: "vpp-performance-changes-3n-tsh-cmp"
4350   comparisons:
4351     - title: "2009.0-6 vs 2009.0-5"
4352       reference: 2
4353       compare: 3
4354 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4355     - title: "2101.0-6 vs 2009.0-6"
4356       reference: 3
4357       compare: 4
4358 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4359   legend:
4360     - ''
4361     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4362     - '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).'
4363     - '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.'
4364     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4365     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4366
4367 # VPP Performance Changes 3n-tsh 2t2c ndr
4368 - type: "table"
4369   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4370   algorithm: "table_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4373   filter: "'2T2C'"
4374   columns:
4375     - title: "2005.0-5"
4376       data-set: "vpp-performance-changes-3n-tsh-h1"
4377     - title: "2009.0-5"
4378       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4379     - title: "2009.0-6"
4380       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4381     - title: "2101.0-6"
4382       data-set: "vpp-performance-changes-3n-tsh-cmp"
4383   comparisons:
4384     - title: "2009.0-6 vs 2009.0-5"
4385       reference: 2
4386       compare: 3
4387 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4388     - title: "2101.0-6 vs 2009.0-6"
4389       reference: 3
4390       compare: 4
4391 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4392   legend:
4393     - ''
4394     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4395     - '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).'
4396     - '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.'
4397     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4398     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4399
4400 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4401 - type: "table"
4402   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4406   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4407   columns:
4408     - title: "3n-hsw xl710"
4409       data-set: "vpp-compare-testbeds-ref"
4410       tag: "NIC_Intel-XL710"
4411     - title: "3n-skx xxv710"
4412       data-set: "vpp-compare-testbeds-cmp"
4413       tag: "NIC_Intel-XXV710"
4414   comparisons:
4415     - title: "Diff"
4416       reference: 1
4417       compare: 2
4418   legend:
4419     - ""
4420     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4421     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4422
4423 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4424 - type: "table"
4425   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4426   algorithm: "table_comparison"
4427   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4429   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4430   columns:
4431     - title: "3n-hsw xl710"
4432       data-set: "vpp-compare-testbeds-ref"
4433       tag: "NIC_Intel-XL710"
4434     - title: "3n-skx xxv710"
4435       data-set: "vpp-compare-testbeds-cmp"
4436       tag: "NIC_Intel-XXV710"
4437   comparisons:
4438     - title: "Diff"
4439       reference: 1
4440       compare: 2
4441   legend:
4442     - ""
4443     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4444     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4445
4446 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4447 - type: "table"
4448   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4449   algorithm: "table_comparison"
4450   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4451   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4452   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4453   columns:
4454     - title: "3n-hsw xl710"
4455       data-set: "vpp-compare-testbeds-ref"
4456       tag: "NIC_Intel-XL710"
4457     - title: "3n-skx xxv710"
4458       data-set: "vpp-compare-testbeds-cmp"
4459       tag: "NIC_Intel-XXV710"
4460   comparisons:
4461     - title: "Diff"
4462       reference: 1
4463       compare: 2
4464   legend:
4465     - ""
4466     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4467     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4468
4469 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4470 - type: "table"
4471   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4472   algorithm: "table_comparison"
4473   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4475   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4476   columns:
4477     - title: "3n-hsw xl710"
4478       data-set: "vpp-compare-testbeds-ref"
4479       tag: "NIC_Intel-XL710"
4480     - title: "3n-skx xxv710"
4481       data-set: "vpp-compare-testbeds-cmp"
4482       tag: "NIC_Intel-XXV710"
4483   comparisons:
4484     - title: "Diff"
4485       reference: 1
4486       compare: 2
4487   legend:
4488     - ""
4489     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4490     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4491
4492 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4493 - type: "table"
4494   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4498   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4499   columns:
4500     - title: "2n-skx"
4501       data-set: "vpp-compare-testbeds-skx-clx-ref"
4502     - title: "2n-clx"
4503       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4504   comparisons:
4505     - title: "Diff"
4506       reference: 1
4507       compare: 2
4508   legend:
4509     - ""
4510     - "2n-skx, 2n-clx - testbeds and NICs tested."
4511     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4512
4513 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4514 - type: "table"
4515   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4516   algorithm: "table_comparison"
4517   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4519   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4520   columns:
4521     - title: "2n-skx"
4522       data-set: "vpp-compare-testbeds-skx-clx-ref"
4523     - title: "2n-clx"
4524       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4525   comparisons:
4526     - title: "Diff"
4527       reference: 1
4528       compare: 2
4529   legend:
4530     - ""
4531     - "2n-skx, 2n-clx - testbeds and NICs tested."
4532     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4533
4534 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4535 - type: "table"
4536   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4537   algorithm: "table_comparison"
4538   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4540   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4541   columns:
4542     - title: "2n-skx"
4543       data-set: "vpp-compare-testbeds-skx-clx-ref"
4544     - title: "2n-clx"
4545       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4546   comparisons:
4547     - title: "Diff"
4548       reference: 1
4549       compare: 2
4550   legend:
4551     - ""
4552     - "2n-skx, 2n-clx - testbeds and NICs tested."
4553     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4554
4555 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4556 - type: "table"
4557   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4561   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4562   columns:
4563     - title: "2n-skx"
4564       data-set: "vpp-compare-testbeds-skx-clx-ref"
4565     - title: "2n-clx"
4566       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4567   comparisons:
4568     - title: "Diff"
4569       reference: 1
4570       compare: 2
4571   legend:
4572     - ""
4573     - "2n-skx, 2n-clx - testbeds and NICs tested."
4574     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4575
4576 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4577 - type: "table"
4578   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4579   algorithm: "table_comparison"
4580   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4582   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4583   columns:
4584     - title: "3n-hsw xl710"
4585       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4586       tag: "NIC_Intel-XL710"
4587     - title: "2n-clx xxv710"
4588       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4589       tag: "NIC_Intel-XXV710"
4590   comparisons:
4591     - title: "Diff"
4592       reference: 1
4593       compare: 2
4594   legend:
4595     - ""
4596     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4597     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4598
4599 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4600 - type: "table"
4601   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4605   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4606   columns:
4607     - title: "3n-hsw xl710"
4608       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4609       tag: "NIC_Intel-XL710"
4610     - title: "2n-clx xxv710"
4611       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4612       tag: "NIC_Intel-XXV710"
4613   comparisons:
4614     - title: "Diff"
4615       reference: 1
4616       compare: 2
4617   legend:
4618     - ""
4619     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4620     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4621
4622 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4623 - type: "table"
4624   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4625   algorithm: "table_comparison"
4626   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4628   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4629   columns:
4630     - title: "3n-hsw xl710"
4631       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4632       tag: "NIC_Intel-XL710"
4633     - title: "2n-clx xxv710"
4634       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4635       tag: "NIC_Intel-XXV710"
4636   comparisons:
4637     - title: "Diff"
4638       reference: 1
4639       compare: 2
4640   legend:
4641     - ""
4642     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4643     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4644
4645 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4646 - type: "table"
4647   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4648   algorithm: "table_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4651   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4652   columns:
4653     - title: "3n-hsw xl710"
4654       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4655       tag: "NIC_Intel-XL710"
4656     - title: "2n-clx xxv710"
4657       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4658       tag: "NIC_Intel-XXV710"
4659   comparisons:
4660     - title: "Diff"
4661       reference: 1
4662       compare: 2
4663   legend:
4664     - ""
4665     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4666     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4667
4668 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4669 - type: "table"
4670   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4671   algorithm: "table_comparison"
4672   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4674   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4675   columns:
4676     - title: "3n-skx"
4677       data-set: "vpp-compare-topologies-ref"
4678     - title: "2n-skx"
4679       data-set: "vpp-compare-topologies-cmp"
4680   comparisons:
4681     - title: "Diff"
4682       reference: 1
4683       compare: 2
4684   legend:
4685     - ""
4686     - "3n-skx, 2n-skx - topologies tested."
4687     - "Diff - difference between 3n-skx and 2n-skx topologies."
4688
4689 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4690 - type: "table"
4691   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4695   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4696   columns:
4697     - title: "3n-skx"
4698       data-set: "vpp-compare-topologies-ref"
4699     - title: "2n-skx"
4700       data-set: "vpp-compare-topologies-cmp"
4701   comparisons:
4702     - title: "Diff"
4703       reference: 1
4704       compare: 2
4705   legend:
4706     - ""
4707     - "3n-skx, 2n-skx - topologies tested."
4708     - "Diff - difference between 3n-skx and 2n-skx topologies."
4709
4710 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4711 - type: "table"
4712   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4713   algorithm: "table_comparison"
4714   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4716   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4717   columns:
4718     - title: "3n-skx"
4719       data-set: "vpp-compare-topologies-ref"
4720     - title: "2n-skx"
4721       data-set: "vpp-compare-topologies-cmp"
4722   comparisons:
4723     - title: "Diff"
4724       reference: 1
4725       compare: 2
4726   legend:
4727     - ""
4728     - "3n-skx, 2n-skx - topologies tested."
4729     - "Diff - difference between 3n-skx and 2n-skx topologies."
4730
4731 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4732 - type: "table"
4733   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4737   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4738   columns:
4739     - title: "3n-skx"
4740       data-set: "vpp-compare-topologies-ref"
4741     - title: "2n-skx"
4742       data-set: "vpp-compare-topologies-cmp"
4743   comparisons:
4744     - title: "Diff"
4745       reference: 1
4746       compare: 2
4747   legend:
4748     - ""
4749     - "3n-skx, 2n-skx - topologies tested."
4750     - "Diff - difference between 3n-skx and 2n-skx topologies."
4751
4752 # VPP Performance Changes 3n-hsw 1t1c mrr
4753 - type: "table"
4754   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4755   algorithm: "table_comparison"
4756   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4758   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4759   columns:
4760     - title: "2005.0-5"
4761       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4762     - title: "2009.0-5"
4763       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4764     - title: "2009.0-6"
4765       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4766     - title: "2101.0-6"
4767       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4768   comparisons:
4769     - title: "2009.0-6 vs 2009.0-5"
4770       reference: 2
4771       compare: 3
4772 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4773     - title: "2101.0-6 vs 2009.0-6"
4774       reference: 3
4775       compare: 4
4776 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4777   legend:
4778     - ''
4779     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4780     - '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).'
4781     - '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.'
4782     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4783     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4784
4785 # VPP Performance Changes 3n-hsw 2t2c mrr
4786 - type: "table"
4787   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4788   algorithm: "table_comparison"
4789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4791   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4792   columns:
4793     - title: "2005.0-5"
4794       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4795     - title: "2009.0-5"
4796       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4797     - title: "2009.0-6"
4798       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4799     - title: "2101.0-6"
4800       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4801   comparisons:
4802     - title: "2009.0-6 vs 2009.0-5"
4803       reference: 2
4804       compare: 3
4805 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4806     - title: "2101.0-6 vs 2009.0-6"
4807       reference: 3
4808       compare: 4
4809 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4810   legend:
4811     - ''
4812     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4813     - '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).'
4814     - '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.'
4815     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4816     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4817
4818 # VPP Performance Changes 3n-hsw 4t4c mrr
4819 - type: "table"
4820   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4821   algorithm: "table_comparison"
4822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4824   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4825   columns:
4826     - title: "2005.0-5"
4827       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4828     - title: "2009.0-5"
4829       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4830     - title: "2009.0-6"
4831       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4832     - title: "2101.0-6"
4833       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4834   comparisons:
4835     - title: "2009.0-6 vs 2009.0-5"
4836       reference: 2
4837       compare: 3
4838 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4839     - title: "2101.0-6 vs 2009.0-6"
4840       reference: 3
4841       compare: 4
4842 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4843   legend:
4844     - ''
4845     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4846     - '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).'
4847     - '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.'
4848     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4849     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4850
4851 # VPP Performance Changes 3n-skx 2t1c mrr
4852 - type: "table"
4853   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4854   algorithm: "table_comparison"
4855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4857   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4858   columns:
4859     - title: "2005.0-5"
4860       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4861     - title: "2009.0-5"
4862       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4863     - title: "2009.0-6"
4864       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4865     - title: "2101.0-6"
4866       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4867   comparisons:
4868     - title: "2009.0-6 vs 2009.0-5"
4869       reference: 2
4870       compare: 3
4871 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
4872     - title: "2101.0-6 vs 2009.0-6"
4873       reference: 3
4874       compare: 4
4875 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
4876   legend:
4877     - ''
4878     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4879     - '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).'
4880     - '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.'
4881     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4882     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4883
4884 # VPP Performance Changes 3n-skx 4t2c mrr
4885 - type: "table"
4886   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4887   algorithm: "table_comparison"
4888   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4890   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4891   columns:
4892     - title: "2005.0-5"
4893       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4894     - title: "2009.0-5"
4895       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4896     - title: "2009.0-6"
4897       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4898     - title: "2101.0-6"
4899       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4900   comparisons:
4901     - title: "2009.0-6 vs 2009.0-5"
4902       reference: 2
4903       compare: 3
4904 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
4905     - title: "2101.0-6 vs 2009.0-6"
4906       reference: 3
4907       compare: 4
4908 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
4909   legend:
4910     - ''
4911     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4912     - '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).'
4913     - '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.'
4914     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4915     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4916
4917 # VPP Performance Changes 3n-skx 8t4c mrr
4918 - type: "table"
4919   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4920   algorithm: "table_comparison"
4921   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4923   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4924   columns:
4925     - title: "2005.0-5"
4926       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4927     - title: "2009.0-5"
4928       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4929     - title: "2009.0-6"
4930       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4931     - title: "2101.0-6"
4932       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4933   comparisons:
4934     - title: "2009.0-6 vs 2009.0-5"
4935       reference: 2
4936       compare: 3
4937 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
4938     - title: "2101.0-6 vs 2009.0-6"
4939       reference: 3
4940       compare: 4
4941 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
4942   legend:
4943     - ''
4944     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4945     - '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).'
4946     - '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.'
4947     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4948     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4949
4950 # VPP Performance Changes 2n-skx 2t1c mrr
4951 - type: "table"
4952   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4953   algorithm: "table_comparison"
4954   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4956   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4957   columns:
4958     - title: "2005.0-5"
4959       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4960     - title: "2009.0-5"
4961       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
4962     - title: "2009.0-6"
4963       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
4964     - title: "2101.0-6"
4965       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4966   comparisons:
4967     - title: "2009.0-6 vs 2009.0-5"
4968       reference: 2
4969       compare: 3
4970 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4971     - title: "2101.0-6 vs 2009.0-6"
4972       reference: 3
4973       compare: 4
4974 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4975   legend:
4976     - ''
4977     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4978     - '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).'
4979     - '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.'
4980     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4981     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4982
4983 # VPP Performance Changes 2n-skx 4t2c mrr
4984 - type: "table"
4985   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4986   algorithm: "table_comparison"
4987   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4989   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4990   columns:
4991     - title: "2005.0-5"
4992       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4993     - title: "2009.0-5"
4994       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
4995     - title: "2009.0-6"
4996       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
4997     - title: "2101.0-6"
4998       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4999   comparisons:
5000     - title: "2009.0-6 vs 2009.0-5"
5001       reference: 2
5002       compare: 3
5003 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5004     - title: "2101.0-6 vs 2009.0-6"
5005       reference: 3
5006       compare: 4
5007 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5008   legend:
5009     - ''
5010     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5011     - '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).'
5012     - '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.'
5013     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5014     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5015
5016 # VPP Performance Changes 2n-skx 8t4c mrr
5017 - type: "table"
5018   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5019   algorithm: "table_comparison"
5020   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5022   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5023   columns:
5024     - title: "2005.0-5"
5025       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5026     - title: "2009.0-5"
5027       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5028     - title: "2009.0-6"
5029       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5030     - title: "2101.0-6"
5031       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5032   comparisons:
5033     - title: "2009.0-6 vs 2009.0-5"
5034       reference: 2
5035       compare: 3
5036 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5037     - title: "2101.0-6 vs 2009.0-6"
5038       reference: 3
5039       compare: 4
5040 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5041   legend:
5042     - ''
5043     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5044     - '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).'
5045     - '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.'
5046     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5047     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5048
5049 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5050 - type: "table"
5051   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5052   algorithm: "table_comparison"
5053   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5055   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5056   columns:
5057     - title: "2005.0-5"
5058       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5059     - title: "2009.0-5"
5060       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5061     - title: "2009.0-6"
5062       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5063     - title: "2101.0-6"
5064       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5065   comparisons:
5066     - title: "2009.0-6 vs 2009.0-5"
5067       reference: 2
5068       compare: 3
5069 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5070     - title: "2101.0-6 vs 2009.0-6"
5071       reference: 3
5072       compare: 4
5073 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5074   legend:
5075     - ''
5076     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5077     - '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).'
5078     - '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.'
5079     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5080     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5081
5082 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5083 - type: "table"
5084   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5085   algorithm: "table_comparison"
5086   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5088   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5089   columns:
5090     - title: "2005.0-5"
5091       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5092     - title: "2009.0-5"
5093       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5094     - title: "2009.0-6"
5095       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5096     - title: "2101.0-6"
5097       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5098   comparisons:
5099     - title: "2009.0-6 vs 2009.0-5"
5100       reference: 2
5101       compare: 3
5102 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5103     - title: "2101.0-6 vs 2009.0-6"
5104       reference: 3
5105       compare: 4
5106 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5107   legend:
5108     - ''
5109     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5110     - '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).'
5111     - '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.'
5112     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5113     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5114
5115 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5116 - type: "table"
5117   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5118   algorithm: "table_comparison"
5119   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5121   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5122   columns:
5123     - title: "2005.0-5"
5124       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5125     - title: "2009.0-5"
5126       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5127     - title: "2009.0-6"
5128       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5129     - title: "2101.0-6"
5130       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5131   comparisons:
5132     - title: "2009.0-6 vs 2009.0-5"
5133       reference: 2
5134       compare: 3
5135 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5136     - title: "2101.0-6 vs 2009.0-6"
5137       reference: 3
5138       compare: 4
5139 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5140   legend:
5141     - ''
5142     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5143     - '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).'
5144     - '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.'
5145     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5146     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5147
5148 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
5149 - type: "table"
5150   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
5151   algorithm: "table_comparison"
5152   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
5153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5154   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
5155   columns:
5156 #     - title: "2005.0-5"
5157 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5158     - title: "2009.0-5"
5159       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5160     - title: "2009.0-6"
5161       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5162     - title: "2101.0-6"
5163       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5164   comparisons:
5165     - title: "2009.0-6 vs 2009.0-5"
5166       reference: 1  # 2
5167       compare: 2  # 3
5168 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
5169     - title: "2101.0-6 vs 2009.0-6"
5170       reference: 2  # 3
5171       compare: 3  # 4
5172 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
5173   legend:
5174     - ''
5175     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5176     - '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).'
5177     - '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.'
5178     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5179     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5180
5181 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
5182 - type: "table"
5183   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
5184   algorithm: "table_comparison"
5185   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
5186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5187   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
5188   columns:
5189 #     - title: "2005.0-5"
5190 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5191     - title: "2009.0-5"
5192       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5193     - title: "2009.0-6"
5194       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5195     - title: "2101.0-6"
5196       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5197   comparisons:
5198     - title: "2009.0-6 vs 2009.0-5"
5199       reference: 1  # 2
5200       compare: 2  # 3
5201 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
5202     - title: "2101.0-6 vs 2009.0-6"
5203       reference: 2  # 3
5204       compare: 3  # 4
5205 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
5206   legend:
5207     - ''
5208     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5209     - '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).'
5210     - '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.'
5211     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5212     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5213
5214 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
5215 - type: "table"
5216   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
5217   algorithm: "table_comparison"
5218   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
5219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5220   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
5221   columns:
5222 #     - title: "2005.0-5"
5223 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5224     - title: "2009.0-5"
5225       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5226     - title: "2009.0-6"
5227       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5228     - title: "2101.0-6"
5229       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5230   comparisons:
5231     - title: "2009.0-6 vs 2009.0-5"
5232       reference: 1  # 2
5233       compare: 2  # 3
5234 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
5235     - title: "2101.0-6 vs 2009.0-6"
5236       reference: 2  # 3
5237       compare: 3  # 4
5238 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
5239   legend:
5240     - ''
5241     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5242     - '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).'
5243     - '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.'
5244     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5245     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259 # VPP Performance Changes 2n-dnv 1t1c mrr
5260 - type: "table"
5261   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5262   algorithm: "table_comparison"
5263   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5264   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5265   filter: "'1T1C'"
5266   columns:
5267     - title: "2005.0-5"
5268       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5269     - title: "2009.0-5"
5270       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5271     - title: "2009.0-6"
5272       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5273     - title: "2101.0-6"
5274       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5275   comparisons:
5276     - title: "2009.0-6 vs 2009.0-5"
5277       reference: 2
5278       compare: 3
5279     - title: "2101.0-6 vs 2009.0-6"
5280       reference: 3
5281       compare: 4
5282   legend:
5283     - ''
5284     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5285     - '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).'
5286     - '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.'
5287     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5288     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5289
5290 # VPP Performance Changes 2n-dnv 2t2c mrr
5291 - type: "table"
5292   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5293   algorithm: "table_comparison"
5294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296   filter: "'2T2C'"
5297   columns:
5298     - title: "2005.0-5"
5299       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5300     - title: "2009.0-5"
5301       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5302     - title: "2009.0-6"
5303       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5304     - title: "2101.0-6"
5305       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5306   comparisons:
5307     - title: "2009.0-6 vs 2009.0-5"
5308       reference: 2
5309       compare: 3
5310     - title: "2101.0-6 vs 2009.0-6"
5311       reference: 3
5312       compare: 4
5313   legend:
5314     - ''
5315     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5316     - '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).'
5317     - '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.'
5318     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5319     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5320
5321 # VPP Performance Changes 2n-dnv 4t4c mrr
5322 - type: "table"
5323   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5324   algorithm: "table_comparison"
5325   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5327   filter: "'4T4C'"
5328   columns:
5329     - title: "2005.0-5"
5330       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5331     - title: "2009.0-5"
5332       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5333     - title: "2009.0-6"
5334       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5335     - title: "2101.0-6"
5336       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5337   comparisons:
5338     - title: "2009.0-6 vs 2009.0-5"
5339       reference: 2
5340       compare: 3
5341     - title: "2101.0-6 vs 2009.0-6"
5342       reference: 3
5343       compare: 4
5344   legend:
5345     - ''
5346     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5347     - '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).'
5348     - '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.'
5349     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5350     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5351
5352 # VPP Performance Changes 3n-dnv 1t1c mrr
5353 - type: "table"
5354   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5358   filter: "'1T1C'"
5359   columns:
5360     - title: "2005.0-5"
5361       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5362     - title: "2009.0-5"
5363       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5364     - title: "2009.0-6"
5365       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5366     - title: "2101.0-6"
5367       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5368   comparisons:
5369     - title: "2009.0-6 vs 2009.0-5"
5370       reference: 2
5371       compare: 3
5372     - title: "2101.0-6 vs 2009.0-6"
5373       reference: 3
5374       compare: 4
5375   legend:
5376     - ''
5377     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5378     - '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).'
5379     - '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.'
5380     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5381     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5382
5383 # VPP Performance Changes 3n-dnv 2t2c mrr
5384 - type: "table"
5385   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5386   algorithm: "table_comparison"
5387   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5389   filter: "'2T2C'"
5390   columns:
5391     - title: "2005.0-5"
5392       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5393     - title: "2009.0-5"
5394       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5395     - title: "2009.0-6"
5396       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5397     - title: "2101.0-6"
5398       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5399   comparisons:
5400     - title: "2009.0-6 vs 2009.0-5"
5401       reference: 2
5402       compare: 3
5403     - title: "2101.0-6 vs 2009.0-6"
5404       reference: 3
5405       compare: 4
5406   legend:
5407     - ''
5408     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5409     - '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).'
5410     - '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.'
5411     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5412     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5413
5414 # VPP Performance Changes 3n-dnv 4t4c mrr
5415 - type: "table"
5416   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5417   algorithm: "table_comparison"
5418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5420   filter: "'4T4C'"
5421   columns:
5422     - title: "2005.0-5"
5423       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5424     - title: "2009.0-5"
5425       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5426     - title: "2009.0-6"
5427       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5428     - title: "2101.0-6"
5429       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5430   comparisons:
5431     - title: "2009.0-6 vs 2009.0-5"
5432       reference: 2
5433       compare: 3
5434     - title: "2101.0-6 vs 2009.0-6"
5435       reference: 3
5436       compare: 4
5437   legend:
5438     - ''
5439     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5440     - '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).'
5441     - '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.'
5442     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5443     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5444
5445 # VPP Performance Changes 3n-tsh 1t1c mrr
5446 - type: "table"
5447   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5448   algorithm: "table_comparison"
5449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5450   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5451   filter: "'1T1C'"
5452   columns:
5453     - title: "2005.0-5"
5454       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5455     - title: "2009.0-5"
5456       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5457     - title: "2009.0-6"
5458       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5459     - title: "2101.0-6"
5460       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5461   comparisons:
5462     - title: "2009.0-6 vs 2009.0-5"
5463       reference: 2
5464       compare: 3
5465     - title: "2101.0-6 vs 2009.0-6"
5466       reference: 3
5467       compare: 4
5468   legend:
5469     - ''
5470     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5471     - '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).'
5472     - '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.'
5473     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5474     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5475
5476 # VPP Performance Changes 3n-tsh 2t2c mrr
5477 - type: "table"
5478   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5479   algorithm: "table_comparison"
5480   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5482   filter: "'2T2C'"
5483   columns:
5484     - title: "2005.0-5"
5485       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5486     - title: "2009.0-5"
5487       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5488     - title: "2009.0-6"
5489       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5490     - title: "2101.0-6"
5491       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5492   comparisons:
5493     - title: "2009.0-6 vs 2009.0-5"
5494       reference: 2
5495       compare: 3
5496     - title: "2101.0-6 vs 2009.0-6"
5497       reference: 3
5498       compare: 4
5499   legend:
5500     - ''
5501     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5502     - '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).'
5503     - '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.'
5504     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5505     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5506
5507 # VPP Performance Changes 3n-tsh 4t4c mrr
5508 - type: "table"
5509   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5510   algorithm: "table_comparison"
5511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5513   filter: "'4T4C'"
5514   columns:
5515     - title: "2005.0-5"
5516       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5517     - title: "2009.0-5"
5518       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5519     - title: "2009.0-6"
5520       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5521     - title: "2101.0-6"
5522       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5523   comparisons:
5524     - title: "2009.0-6 vs 2009.0-5"
5525       reference: 2
5526       compare: 3
5527     - title: "2101.0-6 vs 2009.0-6"
5528       reference: 3
5529       compare: 4
5530   legend:
5531     - ''
5532     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5533     - '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).'
5534     - '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.'
5535     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5536     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5537
5538 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5539 - type: "table"
5540   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5541   algorithm: "table_comparison"
5542   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5544   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5545   columns:
5546     - title: "3n-hsw xl710"
5547       data-set: "vpp-compare-testbeds-mrr-ref"
5548       tag: "NIC_Intel-XL710"
5549     - title: "3n-skx xxv710"
5550       data-set: "vpp-compare-testbeds-mrr-cmp"
5551       tag: "NIC_Intel-XXV710"
5552   comparisons:
5553     - title: "Diff"
5554       reference: 1
5555       compare: 2
5556   legend:
5557     - ""
5558     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5559     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5560
5561 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5562 - type: "table"
5563   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5564   algorithm: "table_comparison"
5565   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5567   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5568   columns:
5569     - title: "3n-hsw xl710"
5570       data-set: "vpp-compare-testbeds-mrr-ref"
5571       tag: "NIC_Intel-XL710"
5572     - title: "3n-skx xxv710"
5573       data-set: "vpp-compare-testbeds-mrr-cmp"
5574       tag: "NIC_Intel-XXV710"
5575   comparisons:
5576     - title: "Diff"
5577       reference: 1
5578       compare: 2
5579   legend:
5580     - ""
5581     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5582     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5583
5584 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5585 - type: "table"
5586   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5587   algorithm: "table_comparison"
5588   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5590   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5591   columns:
5592     - title: "3n-hsw xl710"
5593       data-set: "vpp-compare-testbeds-mrr-ref"
5594       tag: "NIC_Intel-XL710"
5595     - title: "3n-skx xxv710"
5596       data-set: "vpp-compare-testbeds-mrr-cmp"
5597       tag: "NIC_Intel-XXV710"
5598   comparisons:
5599     - title: "Diff"
5600       reference: 1
5601       compare: 2
5602   legend:
5603     - ""
5604     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5605     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5606
5607 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5608 - type: "table"
5609   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5610   algorithm: "table_comparison"
5611   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5613   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5614   columns:
5615     - title: "2n-skx"
5616       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5617     - title: "2n-clx"
5618       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5619   comparisons:
5620     - title: "Diff"
5621       reference: 1
5622       compare: 2
5623   legend:
5624     - ""
5625     - "2n-skx, 2n-clx - testbeds and NICs tested."
5626     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5627
5628 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5629 - type: "table"
5630   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5631   algorithm: "table_comparison"
5632   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5634   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5635   columns:
5636     - title: "2n-skx"
5637       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5638     - title: "2n-clx"
5639       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5640   comparisons:
5641     - title: "Diff"
5642       reference: 1
5643       compare: 2
5644   legend:
5645     - ""
5646     - "2n-skx, 2n-clx - testbeds and NICs tested."
5647     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5648
5649 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5650 - type: "table"
5651   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5652   algorithm: "table_comparison"
5653   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5655   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5656   columns:
5657     - title: "2n-skx"
5658       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5659     - title: "2n-clx"
5660       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5661   comparisons:
5662     - title: "Diff"
5663       reference: 1
5664       compare: 2
5665   legend:
5666     - ""
5667     - "2n-skx, 2n-clx - testbeds and NICs tested."
5668     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5669
5670 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5671 - type: "table"
5672   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5673   algorithm: "table_comparison"
5674   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5676   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5677   columns:
5678     - title: "3n-skx"
5679       data-set: "vpp-compare-topologies-mrr-ref"
5680     - title: "2n-skx"
5681       data-set: "vpp-compare-topologies-mrr-cmp"
5682   comparisons:
5683     - title: "Diff"
5684       reference: 1
5685       compare: 2
5686   legend:
5687     - ""
5688     - "3n-skx, 2n-skx - topologies tested."
5689     - "Diff - difference between 3n-skx and 2n-skx topologies."
5690
5691 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5692 - type: "table"
5693   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5694   algorithm: "table_comparison"
5695   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5697   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5698   columns:
5699     - title: "3n-skx"
5700       data-set: "vpp-compare-topologies-mrr-ref"
5701     - title: "2n-skx"
5702       data-set: "vpp-compare-topologies-mrr-cmp"
5703   comparisons:
5704     - title: "Diff"
5705       reference: 1
5706       compare: 2
5707   legend:
5708     - ""
5709     - "3n-skx, 2n-skx - topologies tested."
5710     - "Diff - difference between 3n-skx and 2n-skx topologies."
5711
5712 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5713 - type: "table"
5714   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5715   algorithm: "table_comparison"
5716   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5718   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5719   columns:
5720     - title: "3n-skx"
5721       data-set: "vpp-compare-topologies-mrr-ref"
5722     - title: "2n-skx"
5723       data-set: "vpp-compare-topologies-mrr-cmp"
5724   comparisons:
5725     - title: "Diff"
5726       reference: 1
5727       compare: 2
5728   legend:
5729     - ""
5730     - "3n-skx, 2n-skx - topologies tested."
5731     - "Diff - difference between 3n-skx and 2n-skx topologies."
5732
5733 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5734 - type: "table"
5735   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5736   algorithm: "table_comparison"
5737   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5739   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5740   columns:
5741     - title: "3n-hsw xl710"
5742       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5743       tag: "NIC_Intel-XL710"
5744     - title: "2n-clx xxv710"
5745       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5746       tag: "NIC_Intel-XXV710"
5747   comparisons:
5748     - title: "Diff"
5749       reference: 1
5750       compare: 2
5751   legend:
5752     - ""
5753     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5754     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5755
5756 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5757 - type: "table"
5758   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5759   algorithm: "table_comparison"
5760   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5762   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5763   columns:
5764     - title: "3n-hsw xl710"
5765       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5766       tag: "NIC_Intel-XL710"
5767     - title: "2n-clx xxv710"
5768       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5769       tag: "NIC_Intel-XXV710"
5770   comparisons:
5771     - title: "Diff"
5772       reference: 1
5773       compare: 2
5774   legend:
5775     - ""
5776     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5777     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5778
5779 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5780 - type: "table"
5781   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5782   algorithm: "table_comparison"
5783   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5785   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5786   columns:
5787     - title: "3n-hsw xl710"
5788       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5789       tag: "NIC_Intel-XL710"
5790     - title: "2n-clx xxv710"
5791       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5792       tag: "NIC_Intel-XXV710"
5793   comparisons:
5794     - title: "Diff"
5795       reference: 1
5796       compare: 2
5797   legend:
5798     - ""
5799     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5800     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5801
5802 # Detailed Test Results - VPP Performance Results 3n-hsw
5803 - type: "table"
5804   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5805   algorithm: "table_merged_details"
5806   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5807   columns:
5808     - title: " |prein| Test Name |preout| "
5809       data: "data name"
5810     - 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| "
5811       data: "data msg"
5812   data: "vpp-perf-results-3n-hsw"
5813   filter: "all"
5814   parameters:
5815   - "name"
5816   - "parent"
5817   - "msg"
5818
5819 # Detailed Test Results - VPP Performance Results 3n-skx
5820 - type: "table"
5821   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5822   algorithm: "table_merged_details"
5823   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5824   columns:
5825     - title: " |prein| Test Name |preout| "
5826       data: "data name"
5827     - 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| "
5828       data: "data msg"
5829   data: "vpp-perf-results-3n-skx"
5830   filter: "all"
5831   remove-ndr: False
5832   parameters:
5833   - "name"
5834   - "parent"
5835   - "msg"
5836
5837 # Detailed Test Results - VPP Performance Results 2n-skx
5838 - type: "table"
5839   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5840   algorithm: "table_merged_details"
5841   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5842   columns:
5843     - title: " |prein| Test Name |preout| "
5844       data: "data name"
5845     - 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| "
5846       data: "data msg"
5847   data: "vpp-perf-results-2n-skx"
5848   filter: "all"
5849   remove-ndr: False
5850   parameters:
5851   - "name"
5852   - "parent"
5853   - "msg"
5854
5855 # Detailed Test Results - VPP Performance Results 2n-zn2
5856 - type: "table"
5857   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
5858   algorithm: "table_merged_details"
5859   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
5860   columns:
5861     - title: " |prein| Test Name |preout| "
5862       data: "data name"
5863     - 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| "
5864       data: "data msg"
5865   data: "vpp-perf-results-2n-zn2"
5866   filter: "all"
5867   remove-ndr: False
5868   parameters:
5869   - "name"
5870   - "parent"
5871   - "msg"
5872
5873 # Detailed Test Results - VPP Performance Results 2n-clx
5874 - type: "table"
5875   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5878   columns:
5879     - title: " |prein| Test Name |preout| "
5880       data: "data name"
5881     - 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| "
5882       data: "data msg"
5883   data: "vpp-perf-results-2n-clx"
5884   filter: "all"
5885   parameters:
5886   - "name"
5887   - "parent"
5888   - "msg"
5889
5890 # Detailed Test Results - VPP Performance Results 3n-tsh
5891 - type: "table"
5892   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5893   algorithm: "table_merged_details"
5894   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5895   columns:
5896     - title: " |prein| Test Name |preout| "
5897       data: "data name"
5898     - 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| "
5899       data: "data msg"
5900   data: "vpp-perf-results-3n-tsh"
5901   filter: "all"
5902   parameters:
5903   - "name"
5904   - "parent"
5905   - "msg"
5906
5907 # Detailed Test Results - VPP Performance Results 3n-dnv
5908 - type: "table"
5909   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5910   algorithm: "table_merged_details"
5911   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5912   columns:
5913     - title: " |prein| Test Name |preout| "
5914       data: "data name"
5915     - 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| "
5916       data: "data msg"
5917   data: "vpp-perf-results-3n-dnv"
5918   filter: "all"
5919   parameters:
5920   - "name"
5921   - "parent"
5922   - "msg"
5923
5924 # Detailed Test Results - VPP Performance Results 2n-dnv
5925 - type: "table"
5926   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5927   algorithm: "table_merged_details"
5928   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5929   columns:
5930     - title: " |prein| Test Name |preout| "
5931       data: "data name"
5932     - 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| "
5933       data: "data msg"
5934   data: "vpp-perf-results-2n-dnv"
5935   filter: "all"
5936   parameters:
5937   - "name"
5938   - "parent"
5939   - "msg"
5940
5941 # Test configuration - VPP Performance Test Configs 3n-hsw
5942 - type: "table"
5943   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5944   algorithm: "table_merged_details"
5945   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5946   columns:
5947     - title: " |prein| Test Name |preout| "
5948       data: "data name"
5949     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5950       data: "data conf-history"
5951   data: "vpp-perf-results-3n-hsw"
5952   filter: "all"
5953   parameters:
5954   - "parent"
5955   - "name"
5956   - "conf-history"
5957
5958 # Test configuration - VPP Performance Test Configs 3n-skx
5959 - type: "table"
5960   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5961   algorithm: "table_merged_details"
5962   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5963   columns:
5964     - title: " |prein| Test Name |preout| "
5965       data: "data name"
5966     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5967       data: "data conf-history"
5968   data: "vpp-perf-results-3n-skx"
5969   filter: "all"
5970   parameters:
5971   - "parent"
5972   - "name"
5973   - "conf-history"
5974
5975 # Test configuration - VPP Performance Test Configs 2n-skx
5976 - type: "table"
5977   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5978   algorithm: "table_merged_details"
5979   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5980   columns:
5981     - title: " |prein| Test Name |preout| "
5982       data: "data name"
5983     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5984       data: "data conf-history"
5985   data: "vpp-perf-results-2n-skx"
5986   filter: "all"
5987   parameters:
5988   - "parent"
5989   - "name"
5990   - "conf-history"
5991
5992 # Test configuration - VPP Performance Test Configs 2n-zn2
5993 - type: "table"
5994   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
5995   algorithm: "table_merged_details"
5996   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
5997   columns:
5998     - title: " |prein| Test Name |preout| "
5999       data: "data name"
6000     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6001       data: "data conf-history"
6002   data: "vpp-perf-results-2n-zn2"
6003   filter: "all"
6004   parameters:
6005   - "parent"
6006   - "name"
6007   - "conf-history"
6008
6009 # Test configuration - VPP Performance Test Configs 2n-clx
6010 - type: "table"
6011   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6012   algorithm: "table_merged_details"
6013   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6014   columns:
6015     - title: " |prein| Test Name |preout| "
6016       data: "data name"
6017     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6018       data: "data conf-history"
6019   data: "vpp-perf-results-2n-clx"
6020   filter: "all"
6021   parameters:
6022   - "parent"
6023   - "name"
6024   - "conf-history"
6025
6026 # Test configuration - VPP Performance Test Configs 3n-tsh
6027 - type: "table"
6028   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6029   algorithm: "table_merged_details"
6030   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6031   columns:
6032     - title: " |prein| Test Name |preout| "
6033       data: "data name"
6034     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6035       data: "data conf-history"
6036   data: "vpp-perf-results-3n-tsh"
6037   filter: "all"
6038   parameters:
6039   - "parent"
6040   - "name"
6041   - "conf-history"
6042
6043 # Test configuration - VPP Performance Test Configs 3n-dnv
6044 - type: "table"
6045   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6046   algorithm: "table_merged_details"
6047   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6048   columns:
6049     - title: " |prein| Test Name |preout| "
6050       data: "data name"
6051     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6052       data: "data conf-history"
6053   data: "vpp-perf-results-3n-dnv"
6054   filter: "all"
6055   parameters:
6056   - "parent"
6057   - "name"
6058   - "conf-history"
6059
6060 # Test configuration - VPP Performance Test Configs 2n-dnv
6061 - type: "table"
6062   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6063   algorithm: "table_merged_details"
6064   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6065   columns:
6066     - title: " |prein| Test Name |preout| "
6067       data: "data name"
6068     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6069       data: "data conf-history"
6070   data: "vpp-perf-results-2n-dnv"
6071   filter: "all"
6072   parameters:
6073   - "parent"
6074   - "name"
6075   - "conf-history"
6076
6077 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6078 - type: "table"
6079   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6080   algorithm: "table_oper_data_html"
6081   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6082   data: "vpp-perf-results-3n-hsw"
6083   filter: "all"
6084
6085 # Test Operational Data - VPP Performance Operational Data 3n-skx
6086 - type: "table"
6087   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6088   algorithm: "table_oper_data_html"
6089   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6090   data: "vpp-perf-results-3n-skx"
6091   filter: "all"
6092
6093 # Test Operational Data - VPP Performance Operational Data 2n-skx
6094 - type: "table"
6095   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6096   algorithm: "table_oper_data_html"
6097   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6098   data: "vpp-perf-results-2n-skx"
6099   filter: "all"
6100
6101 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6102 - type: "table"
6103   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6104   algorithm: "table_oper_data_html"
6105   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6106   data: "vpp-perf-results-2n-zn2"
6107   filter: "all"
6108
6109 # Test Operational Data - VPP Performance Operational Data 2n-clx
6110 - type: "table"
6111   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6112   algorithm: "table_oper_data_html"
6113   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6114   data: "vpp-perf-results-2n-clx"
6115   filter: "all"
6116
6117 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6118 - type: "table"
6119   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6120   algorithm: "table_oper_data_html"
6121   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6122   data: "vpp-perf-results-3n-tsh"
6123   filter: "all"
6124
6125 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6126 - type: "table"
6127   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6128   algorithm: "table_oper_data_html"
6129   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6130   data: "vpp-perf-results-3n-dnv"
6131   filter: "all"
6132
6133 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6134 - type: "table"
6135   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6136   algorithm: "table_oper_data_html"
6137   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6138   data: "vpp-perf-results-2n-dnv"
6139   filter: "all"
6140
6141 # Detailed Test Results - VPP MRR Results 3n-hsw
6142 - type: "table"
6143   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6144   algorithm: "table_merged_details"
6145   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6146   columns:
6147     - title: " |prein| Test Name |preout| "
6148       data: "data name"
6149     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6150       data: "data msg"
6151   data: "vpp-mrr-results-3n-hsw"
6152   filter: "all"
6153   parameters:
6154   - "name"
6155   - "parent"
6156   - "msg"
6157
6158 # Detailed Test Results - VPP MRR Results 3n-skx
6159 - type: "table"
6160   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6161   algorithm: "table_merged_details"
6162   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6163   columns:
6164     - title: " |prein| Test Name |preout| "
6165       data: "data name"
6166     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6167       data: "data msg"
6168   data: "vpp-mrr-results-3n-skx"
6169   filter: "all"
6170   parameters:
6171   - "name"
6172   - "parent"
6173   - "msg"
6174
6175 # Detailed Test Results - VPP MRR Results 2n-skx
6176 - type: "table"
6177   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6178   algorithm: "table_merged_details"
6179   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6180   columns:
6181     - title: " |prein| Test Name |preout| "
6182       data: "data name"
6183     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6184       data: "data msg"
6185   data: "vpp-mrr-results-2n-skx"
6186   filter: "all"
6187   parameters:
6188   - "name"
6189   - "parent"
6190   - "msg"
6191
6192 # Detailed Test Results - VPP MRR Results 2n-zn2
6193 - type: "table"
6194   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6195   algorithm: "table_merged_details"
6196   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6197   columns:
6198     - title: " |prein| Test Name |preout| "
6199       data: "data name"
6200     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6201       data: "data msg"
6202   data: "vpp-mrr-results-2n-zn2"
6203   filter: "all"
6204   parameters:
6205   - "name"
6206   - "parent"
6207   - "msg"
6208
6209 # Detailed Test Results - VPP MRR Results 2n-clx
6210 - type: "table"
6211   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6212   algorithm: "table_merged_details"
6213   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6214   columns:
6215     - title: " |prein| Test Name |preout| "
6216       data: "data name"
6217     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6218       data: "data msg"
6219   data: "vpp-mrr-results-2n-clx"
6220   filter: "all"
6221   parameters:
6222   - "name"
6223   - "parent"
6224   - "msg"
6225
6226 # Detailed Test Results - VPP MRR Results 3n-tsh
6227 - type: "table"
6228   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6229   algorithm: "table_merged_details"
6230   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6231   columns:
6232     - title: " |prein| Test Name |preout| "
6233       data: "data name"
6234     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6235       data: "data msg"
6236   data: "vpp-mrr-results-3n-tsh"
6237   filter: "all"
6238   parameters:
6239   - "name"
6240   - "parent"
6241   - "msg"
6242
6243 # Detailed Test Results - VPP MRR Results 3n-dnv
6244 - type: "table"
6245   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6246   algorithm: "table_merged_details"
6247   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6248   columns:
6249     - title: " |prein| Test Name |preout| "
6250       data: "data name"
6251     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6252       data: "data msg"
6253   data: "vpp-mrr-results-3n-dnv"
6254   filter: "all"
6255   parameters:
6256   - "name"
6257   - "parent"
6258   - "msg"
6259
6260 # Detailed Test Results - VPP MRR Results 2n-dnv
6261 - type: "table"
6262   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6263   algorithm: "table_merged_details"
6264   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6265   columns:
6266     - title: " |prein| Test Name |preout| "
6267       data: "data name"
6268     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6269       data: "data msg"
6270   data: "vpp-mrr-results-2n-dnv"
6271   filter: "all"
6272   parameters:
6273   - "name"
6274   - "parent"
6275   - "msg"
6276
6277 # Test configuration - VPP MRR Test Configs 3n-hsw
6278 - type: "table"
6279   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6280   algorithm: "table_merged_details"
6281   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6282   columns:
6283     - title: " |prein| Test Name |preout| "
6284       data: "data name"
6285     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6286       data: "data conf-history"
6287   data: "vpp-mrr-results-3n-hsw"
6288   filter: "all"
6289   parameters:
6290   - "parent"
6291   - "name"
6292   - "conf-history"
6293
6294 # Test configuration - VPP MRR Test Configs 3n-skx
6295 - type: "table"
6296   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6297   algorithm: "table_merged_details"
6298   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6299   columns:
6300     - title: " |prein| Test Name |preout| "
6301       data: "data name"
6302     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6303       data: "data conf-history"
6304   data: "vpp-mrr-results-3n-skx"
6305   filter: "all"
6306   parameters:
6307   - "parent"
6308   - "name"
6309   - "conf-history"
6310
6311 # Test configuration - VPP MRR Test Configs 2n-skx
6312 - type: "table"
6313   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6314   algorithm: "table_merged_details"
6315   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6316   columns:
6317     - title: " |prein| Test Name |preout| "
6318       data: "data name"
6319     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6320       data: "data conf-history"
6321   data: "vpp-mrr-results-2n-skx"
6322   filter: "all"
6323   parameters:
6324   - "parent"
6325   - "name"
6326   - "conf-history"
6327
6328 # Test configuration - VPP MRR Test Configs 2n-zn2
6329 - type: "table"
6330   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6331   algorithm: "table_merged_details"
6332   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6333   columns:
6334     - title: " |prein| Test Name |preout| "
6335       data: "data name"
6336     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6337       data: "data conf-history"
6338   data: "vpp-mrr-results-2n-zn2"
6339   filter: "all"
6340   parameters:
6341   - "parent"
6342   - "name"
6343   - "conf-history"
6344
6345 # Test configuration - VPP MRR Test Configs 2n-clx
6346 - type: "table"
6347   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6348   algorithm: "table_merged_details"
6349   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6350   columns:
6351     - title: " |prein| Test Name |preout| "
6352       data: "data name"
6353     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6354       data: "data conf-history"
6355   data: "vpp-mrr-results-2n-clx"
6356   filter: "all"
6357   parameters:
6358   - "parent"
6359   - "name"
6360   - "conf-history"
6361
6362 # Test configuration - VPP MRR Test Configs 3n-tsh
6363 - type: "table"
6364   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6365   algorithm: "table_merged_details"
6366   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6367   columns:
6368     - title: " |prein| Test Name |preout| "
6369       data: "data name"
6370     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6371       data: "data conf-history"
6372   data: "vpp-mrr-results-3n-tsh"
6373   filter: "all"
6374   parameters:
6375   - "parent"
6376   - "name"
6377   - "conf-history"
6378
6379 # Test configuration - VPP MRR Test Configs 3n-dnv
6380 - type: "table"
6381   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6382   algorithm: "table_merged_details"
6383   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6384   columns:
6385     - title: " |prein| Test Name |preout| "
6386       data: "data name"
6387     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6388       data: "data conf-history"
6389   data: "vpp-mrr-results-3n-dnv"
6390   filter: "all"
6391   parameters:
6392   - "parent"
6393   - "name"
6394   - "conf-history"
6395
6396 # Test configuration - VPP MRR Test Configs 2n-dnv
6397 - type: "table"
6398   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6399   algorithm: "table_merged_details"
6400   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6401   columns:
6402     - title: " |prein| Test Name |preout| "
6403       data: "data name"
6404     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6405       data: "data conf-history"
6406   data: "vpp-mrr-results-2n-dnv"
6407   filter: "all"
6408   parameters:
6409   - "parent"
6410   - "name"
6411   - "conf-history"
6412
6413 # Detailed Test Results - VPP Device Results - Ubuntu
6414 - type: "table"
6415   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6416   algorithm: "table_merged_details"
6417   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6418   columns:
6419     - title: " |prein| Test Name |preout| "
6420       data: "data name"
6421     - title: " |prein| Status |preout| "
6422       data: "data status"
6423   data: "vpp-device-results-ubuntu"
6424   filter: "all"
6425   parameters:
6426   - "name"
6427   - "parent"
6428   - "doc"
6429   - "status"
6430
6431 # Test configuration - VPP Device Test Configs - Ubuntu
6432 - type: "table"
6433   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6434   algorithm: "table_merged_details"
6435   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6436   columns:
6437     - title: " |prein| Test Name |preout| "
6438       data: "data name"
6439     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6440       data: "data conf-history"
6441   data: "vpp-device-results-ubuntu"
6442   filter: "all"
6443   parameters:
6444   - "parent"
6445   - "name"
6446   - "conf-history"
6447
6448 ################################################################################
6449
6450 # DPDK Performance Changes 3n-hsw 1t1c pdr
6451 - type: "table"
6452   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6453   algorithm: "table_comparison"
6454   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6456   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6457   columns:
6458     - title: "2005"
6459       data-set: "dpdk-performance-changes-3n-hsw-h1"
6460     - title: "2009"
6461       data-set: "dpdk-performance-changes-3n-hsw-ref"
6462     - title: "2101"
6463       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6464   comparisons:
6465     - title: "Diff"
6466       reference: 2
6467       compare: 3
6468   legend:
6469     - ""
6470     - "2005, 2009, 2101 - DPDK versions tested."
6471     - "Diff - difference between 2009 and 2101 DPDK version."
6472
6473 # DPDK Performance Changes 3n-hsw 2t2c pdr
6474 - type: "table"
6475   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6476   algorithm: "table_comparison"
6477   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6479   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6480   columns:
6481     - title: "2005"
6482       data-set: "dpdk-performance-changes-3n-hsw-h1"
6483     - title: "2009"
6484       data-set: "dpdk-performance-changes-3n-hsw-ref"
6485     - title: "2101"
6486       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6487   comparisons:
6488     - title: "Diff"
6489       reference: 2
6490       compare: 3
6491   legend:
6492     - ""
6493     - "2005, 2009, 2101 - DPDK versions tested."
6494     - "Diff - difference between 2009 and 2101 DPDK version."
6495
6496 # DPDK Performance Changes 3n-hsw 1t1c pdr
6497 - type: "table"
6498   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6499   algorithm: "table_comparison"
6500   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6502   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6503   columns:
6504     - title: "2005"
6505       data-set: "dpdk-performance-changes-3n-hsw-h1"
6506     - title: "2009"
6507       data-set: "dpdk-performance-changes-3n-hsw-ref"
6508     - title: "2101"
6509       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6510   comparisons:
6511     - title: "Diff"
6512       reference: 2
6513       compare: 3
6514   legend:
6515     - ""
6516     - "2005, 2009, 2101 - DPDK versions tested."
6517     - "Diff - difference between 2009 and 2101 DPDK version."
6518
6519 # DPDK Performance Changes 3n-hsw 2t2c ndr
6520 - type: "table"
6521   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6522   algorithm: "table_comparison"
6523   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6525   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6526   columns:
6527     - title: "2005"
6528       data-set: "dpdk-performance-changes-3n-hsw-h1"
6529     - title: "2009"
6530       data-set: "dpdk-performance-changes-3n-hsw-ref"
6531     - title: "2101"
6532       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6533   comparisons:
6534     - title: "Diff"
6535       reference: 2
6536       compare: 3
6537   legend:
6538     - ""
6539     - "2005, 2009, 2101 - DPDK versions tested."
6540     - "Diff - difference between 2009 and 2101 DPDK version."
6541
6542 # DPDK Performance Changes 3n-skx 2t1c pdr
6543 - type: "table"
6544   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6545   algorithm: "table_comparison"
6546   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6548   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6549   columns:
6550     - title: "2005"
6551       data-set: "dpdk-performance-changes-3n-skx-h1"
6552     - title: "2009"
6553       data-set: "dpdk-performance-changes-3n-skx-ref"
6554     - title: "2101"
6555       data-set: "dpdk-performance-changes-3n-skx-cmp"
6556   comparisons:
6557     - title: "Diff"
6558       reference: 2
6559       compare: 3
6560   legend:
6561     - ""
6562     - "2005, 2009, 2101 - DPDK versions tested."
6563     - "Diff - difference between 2009 and 2101 DPDK version."
6564
6565 # DPDK Performance Changes 3n-skx 4t2c pdr
6566 - type: "table"
6567   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6568   algorithm: "table_comparison"
6569   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6571   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6572   columns:
6573     - title: "2005"
6574       data-set: "dpdk-performance-changes-3n-skx-h1"
6575     - title: "2009"
6576       data-set: "dpdk-performance-changes-3n-skx-ref"
6577     - title: "2101"
6578       data-set: "dpdk-performance-changes-3n-skx-cmp"
6579   comparisons:
6580     - title: "Diff"
6581       reference: 2
6582       compare: 3
6583   legend:
6584     - ""
6585     - "2005, 2009, 2101 - DPDK versions tested."
6586     - "Diff - difference between 2009 and 2101 DPDK version."
6587
6588 # DPDK Performance Changes 3n-skx 2t1c ndr
6589 - type: "table"
6590   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6591   algorithm: "table_comparison"
6592   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6594   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6595   columns:
6596     - title: "2005"
6597       data-set: "dpdk-performance-changes-3n-skx-h1"
6598     - title: "2009"
6599       data-set: "dpdk-performance-changes-3n-skx-ref"
6600     - title: "2101"
6601       data-set: "dpdk-performance-changes-3n-skx-cmp"
6602   comparisons:
6603     - title: "Diff"
6604       reference: 2
6605       compare: 3
6606   legend:
6607     - ""
6608     - "2005, 2009, 2101 - DPDK versions tested."
6609     - "Diff - difference between 2009 and 2101 DPDK version."
6610
6611 # DPDK Performance Changes 3n-skx 4t2c ndr
6612 - type: "table"
6613   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6614   algorithm: "table_comparison"
6615   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6617   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6618   columns:
6619     - title: "2005"
6620       data-set: "dpdk-performance-changes-3n-skx-h1"
6621     - title: "2009"
6622       data-set: "dpdk-performance-changes-3n-skx-ref"
6623     - title: "2101"
6624       data-set: "dpdk-performance-changes-3n-skx-cmp"
6625   comparisons:
6626     - title: "Diff"
6627       reference: 2
6628       compare: 3
6629   legend:
6630     - ""
6631     - "2005, 2009, 2101 - DPDK versions tested."
6632     - "Diff - difference between 2009 and 2101 DPDK version."
6633
6634 # DPDK Performance Changes 2n-skx 2t1c pdr
6635 - type: "table"
6636   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6637   algorithm: "table_comparison"
6638   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6640   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6641   columns:
6642     - title: "2005"
6643       data-set: "dpdk-performance-changes-2n-skx-h1"
6644     - title: "2009"
6645       data-set: "dpdk-performance-changes-2n-skx-ref"
6646     - title: "2101"
6647       data-set: "dpdk-performance-changes-2n-skx-cmp"
6648   comparisons:
6649     - title: "Diff"
6650       reference: 2
6651       compare: 3
6652   legend:
6653     - ""
6654     - "2005, 2009, 2101 - DPDK versions tested."
6655     - "Diff - difference between 2009 and 2101 DPDK version."
6656
6657 # DPDK Performance Changes 2n-skx 4t2c pdr
6658 - type: "table"
6659   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6660   algorithm: "table_comparison"
6661   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6663   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6664   columns:
6665     - title: "2005"
6666       data-set: "dpdk-performance-changes-2n-skx-h1"
6667     - title: "2009"
6668       data-set: "dpdk-performance-changes-2n-skx-ref"
6669     - title: "2101"
6670       data-set: "dpdk-performance-changes-2n-skx-cmp"
6671   comparisons:
6672     - title: "Diff"
6673       reference: 2
6674       compare: 3
6675   legend:
6676     - ""
6677     - "2005, 2009, 2101 - DPDK versions tested."
6678     - "Diff - difference between 2009 and 2101 DPDK version."
6679
6680 # DPDK Performance Changes 2n-skx 2t1c ndr
6681 - type: "table"
6682   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6683   algorithm: "table_comparison"
6684   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6686   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6687   columns:
6688     - title: "2005"
6689       data-set: "dpdk-performance-changes-2n-skx-h1"
6690     - title: "2009"
6691       data-set: "dpdk-performance-changes-2n-skx-ref"
6692     - title: "2101"
6693       data-set: "dpdk-performance-changes-2n-skx-cmp"
6694   comparisons:
6695     - title: "Diff"
6696       reference: 2
6697       compare: 3
6698   legend:
6699     - ""
6700     - "2005, 2009, 2101 - DPDK versions tested."
6701     - "Diff - difference between 2009 and 2101 DPDK version."
6702
6703 # DPDK Performance Changes 2n-skx 4t2c ndr
6704 - type: "table"
6705   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6706   algorithm: "table_comparison"
6707   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6709   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6710   columns:
6711     - title: "2005"
6712       data-set: "dpdk-performance-changes-2n-skx-h1"
6713     - title: "2009"
6714       data-set: "dpdk-performance-changes-2n-skx-ref"
6715     - title: "2101"
6716       data-set: "dpdk-performance-changes-2n-skx-cmp"
6717   comparisons:
6718     - title: "Diff"
6719       reference: 2
6720       compare: 3
6721   legend:
6722     - ""
6723     - "2005, 2009, 2101 - DPDK versions tested."
6724     - "Diff - difference between 2009 and 2101 DPDK version."
6725
6726 # DPDK Performance Changes 2n-clx 2t1c pdr
6727 - type: "table"
6728   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6729   algorithm: "table_comparison"
6730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6732   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6733   columns:
6734     - title: "2005"
6735       data-set: "dpdk-performance-changes-2n-clx-h1"
6736     - title: "2009"
6737       data-set: "dpdk-performance-changes-2n-clx-ref"
6738     - title: "2101"
6739       data-set: "dpdk-performance-changes-2n-clx-cmp"
6740   comparisons:
6741     - title: "Diff"
6742       reference: 2
6743       compare: 3
6744   legend:
6745     - ""
6746     - "2005, 2009, 2101 - DPDK versions tested."
6747     - "Diff - difference between 2009 and 2101 DPDK version."
6748
6749 # DPDK Performance Changes 2n-clx 4t2c pdr
6750 - type: "table"
6751   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6752   algorithm: "table_comparison"
6753   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6755   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6756   columns:
6757     - title: "2005"
6758       data-set: "dpdk-performance-changes-2n-clx-h1"
6759     - title: "2009"
6760       data-set: "dpdk-performance-changes-2n-clx-ref"
6761     - title: "2101"
6762       data-set: "dpdk-performance-changes-2n-clx-cmp"
6763   comparisons:
6764     - title: "Diff"
6765       reference: 2
6766       compare: 3
6767   legend:
6768     - ""
6769     - "2005, 2009, 2101 - DPDK versions tested."
6770     - "Diff - difference between 2009 and 2101 DPDK version."
6771
6772 # DPDK Performance Changes 2n-clx 2t1c ndr
6773 - type: "table"
6774   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6775   algorithm: "table_comparison"
6776   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6778   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6779   columns:
6780     - title: "2005"
6781       data-set: "dpdk-performance-changes-2n-clx-h1"
6782     - title: "2009"
6783       data-set: "dpdk-performance-changes-2n-clx-ref"
6784     - title: "2101"
6785       data-set: "dpdk-performance-changes-2n-clx-cmp"
6786   comparisons:
6787     - title: "Diff"
6788       reference: 2
6789       compare: 3
6790   legend:
6791     - ""
6792     - "2005, 2009, 2101 - DPDK versions tested."
6793     - "Diff - difference between 2009 and 2101 DPDK version."
6794
6795 # DPDK Performance Changes 2n-clx 4t2c ndr
6796 - type: "table"
6797   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6798   algorithm: "table_comparison"
6799   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6801   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6802   columns:
6803     - title: "2005"
6804       data-set: "dpdk-performance-changes-2n-clx-h1"
6805     - title: "2009"
6806       data-set: "dpdk-performance-changes-2n-clx-ref"
6807     - title: "2101"
6808       data-set: "dpdk-performance-changes-2n-clx-cmp"
6809   comparisons:
6810     - title: "Diff"
6811       reference: 2
6812       compare: 3
6813   legend:
6814     - ""
6815     - "2005, 2009, 2101 - DPDK versions tested."
6816     - "Diff - difference between 2009 and 2101 DPDK version."
6817
6818 # DPDK Performance Changes 2n-zn2 2t1c pdr
6819 - type: "table"
6820   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
6821   algorithm: "table_comparison"
6822   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
6823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6824   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6825   columns:
6826 #     - title: "2005"
6827 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6828     - title: "2009"
6829       data-set: "dpdk-performance-changes-2n-zn2-ref"
6830     - title: "2101"
6831       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6832   comparisons:
6833     - title: "Diff"
6834       reference: 1  # 2
6835       compare: 2  # 3
6836   legend:
6837     - ""
6838     - "2009, 2101 - DPDK versions tested."
6839     - "Diff - difference between 2009 and 2101 DPDK version."
6840
6841 # DPDK Performance Changes 2n-zn2 4t2c pdr
6842 - type: "table"
6843   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
6844   algorithm: "table_comparison"
6845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
6846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6847   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6848   columns:
6849 #     - title: "2005"
6850 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6851     - title: "2009"
6852       data-set: "dpdk-performance-changes-2n-zn2-ref"
6853     - title: "2101"
6854       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6855   comparisons:
6856     - title: "Diff"
6857       reference: 1  # 2
6858       compare: 2  # 3
6859   legend:
6860     - ""
6861     - "2009, 2101 - DPDK versions tested."
6862     - "Diff - difference between 2009 and 2101 DPDK version."
6863
6864 # DPDK Performance Changes 2n-zn2 2t1c ndr
6865 - type: "table"
6866   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
6867   algorithm: "table_comparison"
6868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
6869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6870   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6871   columns:
6872 #     - title: "2005"
6873 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6874     - title: "2009"
6875       data-set: "dpdk-performance-changes-2n-zn2-ref"
6876     - title: "2101"
6877       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6878   comparisons:
6879     - title: "Diff"
6880       reference: 1  # 2
6881       compare: 2  # 3
6882   legend:
6883     - ""
6884     - "2009, 2101 - DPDK versions tested."
6885     - "Diff - difference between 2009 and 2101 DPDK version."
6886
6887 # DPDK Performance Changes 2n-zn2 4t2c ndr
6888 - type: "table"
6889   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
6890   algorithm: "table_comparison"
6891   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
6892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6893   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6894   columns:
6895 #     - title: "2005"
6896 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6897     - title: "2009"
6898       data-set: "dpdk-performance-changes-2n-zn2-ref"
6899     - title: "2101"
6900       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6901   comparisons:
6902     - title: "Diff"
6903       reference: 1  # 2
6904       compare: 2  # 3
6905   legend:
6906     - ""
6907     - "2009, 2101 - DPDK versions tested."
6908     - "Diff - difference between 2009 and 2101 DPDK version."
6909
6910 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6911 #- type: "table"
6912 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6913 #  algorithm: "table_comparison"
6914 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6916 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6917 #  columns:
6918 #    - title: "2001"
6919 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6920 #    - title: "2005"
6921 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6922 #    - title: "2009"
6923 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6924 #  comparisons:
6925 #    - title: "Diff"
6926 #      reference: 2
6927 #      compare: 3
6928 #  legend:
6929 #    - ""
6930 #    - "2001, 2005, 2009 - DPDK versions tested."
6931 #    - "Diff - difference between 2005 and 2009 DPDK version."
6932 #
6933 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6934 #- type: "table"
6935 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6936 #  algorithm: "table_comparison"
6937 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6938 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6939 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6940 #  columns:
6941 #    - title: "2001"
6942 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6943 #    - title: "2005"
6944 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6945 #    - title: "2009"
6946 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6947 #  comparisons:
6948 #    - title: "Diff"
6949 #      reference: 2
6950 #      compare: 3
6951 #  legend:
6952 #    - ""
6953 #    - "2001, 2005, 2009 - DPDK versions tested."
6954 #    - "Diff - difference between 2005 and 2009 DPDK version."
6955 #
6956 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6957 #- type: "table"
6958 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6959 #  algorithm: "table_comparison"
6960 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6961 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6962 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6963 #  columns:
6964 #    - title: "2001"
6965 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6966 #    - title: "2005"
6967 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6968 #    - title: "2009"
6969 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6970 #  comparisons:
6971 #    - title: "Diff"
6972 #      reference: 2
6973 #      compare: 3
6974 #  legend:
6975 #    - ""
6976 #    - "2001, 2005, 2009 - DPDK versions tested."
6977 #    - "Diff - difference between 2005 and 2009 DPDK version."
6978 #
6979 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6980 #- type: "table"
6981 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6982 #  algorithm: "table_comparison"
6983 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6984 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6985 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6986 #  columns:
6987 #    - title: "2001"
6988 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6989 #    - title: "2005"
6990 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6991 #    - title: "2009"
6992 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6993 #  comparisons:
6994 #    - title: "Diff"
6995 #      reference: 2
6996 #      compare: 3
6997 #  legend:
6998 #    - ""
6999 #    - "2001, 2005, 2009 - DPDK versions tested."
7000 #    - "Diff - difference between 2005 and 2009 DPDK version."
7001 #
7002 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7003 #- type: "table"
7004 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7005 #  algorithm: "table_comparison"
7006 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7008 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7009 #  columns:
7010 #    - title: "2001"
7011 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7012 #    - title: "2005"
7013 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7014 #    - title: "2009"
7015 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7016 #  comparisons:
7017 #    - title: "Diff"
7018 #      reference: 2
7019 #      compare: 3
7020 #  legend:
7021 #    - ""
7022 #    - "2001, 2005, 2009 - DPDK versions tested."
7023 #    - "Diff - difference between 2005 and 2009 DPDK version."
7024 #
7025 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7026 #- type: "table"
7027 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7028 #  algorithm: "table_comparison"
7029 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7030 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7031 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7032 #  columns:
7033 #    - title: "2001"
7034 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7035 #    - title: "2005"
7036 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7037 #    - title: "2009"
7038 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7039 #  comparisons:
7040 #    - title: "Diff"
7041 #      reference: 2
7042 #      compare: 3
7043 #  legend:
7044 #    - ""
7045 #    - "2001, 2005, 2009 - DPDK versions tested."
7046 #    - "Diff - difference between 2005 and 2009 DPDK version."
7047 #
7048 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7049 #- type: "table"
7050 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7051 #  algorithm: "table_comparison"
7052 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7054 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7055 #  columns:
7056 #    - title: "2001"
7057 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7058 #    - title: "2005"
7059 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7060 #    - title: "2009"
7061 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7062 #  comparisons:
7063 #    - title: "Diff"
7064 #      reference: 2
7065 #      compare: 3
7066 #  legend:
7067 #    - ""
7068 #    - "2001, 2005, 2009 - DPDK versions tested."
7069 #    - "Diff - difference between 2005 and 2009 DPDK version."
7070 #
7071 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7072 #- type: "table"
7073 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7074 #  algorithm: "table_comparison"
7075 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7077 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7078 #  columns:
7079 #    - title: "2001"
7080 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7081 #    - title: "2005"
7082 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7083 #    - title: "2009"
7084 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7085 #  comparisons:
7086 #    - title: "Diff"
7087 #      reference: 2
7088 #      compare: 3
7089 #  legend:
7090 #    - ""
7091 #    - "2001, 2005, 2009 - DPDK versions tested."
7092 #    - "Diff - difference between 2005 and 2009 DPDK version."
7093
7094 # DPDK Performance Changes 3n-tsh 1t1c pdr
7095 - type: "table"
7096   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7097   algorithm: "table_comparison"
7098   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7100   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7101   columns:
7102     - title: "2005"
7103       data-set: "dpdk-performance-changes-3n-tsh-h1"
7104     - title: "2009"
7105       data-set: "dpdk-performance-changes-3n-tsh-ref"
7106     - title: "2101"
7107       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7108   comparisons:
7109     - title: "Diff"
7110       reference: 2
7111       compare: 3
7112   legend:
7113     - ""
7114     - "2005, 2009, 2101 - DPDK versions tested."
7115     - "Diff - difference between 2009 and 2101 DPDK version."
7116
7117 # DPDK Performance Changes 3n-tsh 2t2c pdr
7118 - type: "table"
7119   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7120   algorithm: "table_comparison"
7121   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7123   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7124   columns:
7125     - title: "2005"
7126       data-set: "dpdk-performance-changes-3n-tsh-h1"
7127     - title: "2009"
7128       data-set: "dpdk-performance-changes-3n-tsh-ref"
7129     - title: "2101"
7130       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7131   comparisons:
7132     - title: "Diff"
7133       reference: 2
7134       compare: 3
7135   legend:
7136     - ""
7137     - "2005, 2009, 2101 - DPDK versions tested."
7138     - "Diff - difference between 2009 and 2101 DPDK version."
7139
7140 # DPDK Performance Changes 3n-tsh 1t1c ndr
7141 - type: "table"
7142   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7143   algorithm: "table_comparison"
7144   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7146   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7147   columns:
7148     - title: "2005"
7149       data-set: "dpdk-performance-changes-3n-tsh-h1"
7150     - title: "2009"
7151       data-set: "dpdk-performance-changes-3n-tsh-ref"
7152     - title: "2101"
7153       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7154   comparisons:
7155     - title: "Diff"
7156       reference: 2
7157       compare: 3
7158   legend:
7159     - ""
7160     - "2005, 2009, 2101 - DPDK versions tested."
7161     - "Diff - difference between 2009 and 2101 DPDK version."
7162
7163 # DPDK Performance Changes 3n-tsh 2t2c ndr
7164 - type: "table"
7165   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7166   algorithm: "table_comparison"
7167   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7169   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7170   columns:
7171     - title: "2005"
7172       data-set: "dpdk-performance-changes-3n-tsh-h1"
7173     - title: "2009"
7174       data-set: "dpdk-performance-changes-3n-tsh-ref"
7175     - title: "2101"
7176       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7177   comparisons:
7178     - title: "Diff"
7179       reference: 2
7180       compare: 3
7181   legend:
7182     - ""
7183     - "2005, 2009, 2101 - DPDK versions tested."
7184     - "Diff - difference between 2009 and 2101 DPDK version."
7185
7186 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7187 - type: "table"
7188   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7189   algorithm: "table_comparison"
7190   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7192   filter: "'NIC_Intel-X710'"
7193   columns:
7194     - title: "3n-hsw x710"
7195       data-set: "dpdk-compare-testbeds-ref"
7196     - title: "3n-skx x710"
7197       data-set: "dpdk-compare-testbeds-cmp"
7198   comparisons:
7199     - title: "Diff"
7200       reference: 1
7201       compare: 2
7202   legend:
7203     - ""
7204     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7205     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7206
7207 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7208 - type: "table"
7209   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7210   algorithm: "table_comparison"
7211   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7213   filter: "'NIC_Intel-X710'"
7214   columns:
7215     - title: "3n-hsw x710"
7216       data-set: "dpdk-compare-testbeds-ref"
7217     - title: "3n-skx x710"
7218       data-set: "dpdk-compare-testbeds-cmp"
7219   comparisons:
7220     - title: "Diff"
7221       reference: 1
7222       compare: 2
7223   legend:
7224     - ""
7225     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7226     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7227
7228 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7229 - type: "table"
7230   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7231   algorithm: "table_comparison"
7232   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7234   filter: "'NIC_Intel-XXV710'"
7235   columns:
7236     - title: "2n-skx"
7237       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7238     - title: "2n-clx"
7239       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7240   comparisons:
7241     - title: "Diff"
7242       reference: 1
7243       compare: 2
7244   legend:
7245     - ""
7246     - "2n-skx, 2n-clx - testbeds and NICs tested."
7247     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7248
7249 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7250 - type: "table"
7251   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7252   algorithm: "table_comparison"
7253   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7255   filter: "'NIC_Intel-XXV710'"
7256   columns:
7257     - title: "2n-skx"
7258       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7259     - title: "2n-clx"
7260       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7261   comparisons:
7262     - title: "Diff"
7263       reference: 1
7264       compare: 2
7265   legend:
7266     - ""
7267     - "2n-skx, 2n-clx - testbeds and NICs tested."
7268     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7269
7270 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7271 - type: "table"
7272   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7273   algorithm: "table_comparison"
7274   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7276   filter: "'NIC_Intel-XXV710'"
7277   columns:
7278     - title: "3n-skx"
7279       data-set: "dpdk-compare-topologies-ref"
7280     - title: "2n-skx"
7281       data-set: "dpdk-compare-topologies-cmp"
7282   comparisons:
7283     - title: "Diff"
7284       reference: 1
7285       compare: 2
7286   legend:
7287     - ""
7288     - "3n-skx, 2n-skx - topologies tested."
7289     - "Diff - difference between 3n-skx and 2n-skx topologies."
7290
7291 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7292 - type: "table"
7293   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7294   algorithm: "table_comparison"
7295   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7297   filter: "'NIC_Intel-XXV710'"
7298   columns:
7299     - title: "3n-skx"
7300       data-set: "dpdk-compare-topologies-ref"
7301     - title: "2n-skx"
7302       data-set: "dpdk-compare-topologies-cmp"
7303   comparisons:
7304     - title: "Diff"
7305       reference: 1
7306       compare: 2
7307   legend:
7308     - ""
7309     - "3n-skx, 2n-skx - topologies tested."
7310     - "Diff - difference between 3n-skx and 2n-skx topologies."
7311
7312 # Detailed Test Results - DPDK Performance Results 3n-hsw
7313 - type: "table"
7314   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7315   algorithm: "table_merged_details"
7316   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7317   columns:
7318     - title: " |prein| Test Name |preout| "
7319       data: "data name"
7320     - 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| "
7321       data: "data msg"
7322   data: "dpdk-perf-results-3n-hsw"
7323   filter: "all"
7324   parameters:
7325   - "name"
7326   - "parent"
7327   - "msg"
7328
7329 # Detailed Test Results - DPDK Performance Results 3n-skx
7330 - type: "table"
7331   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7332   algorithm: "table_merged_details"
7333   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7334   columns:
7335     - title: " |prein| Test Name |preout| "
7336       data: "data name"
7337     - 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| "
7338       data: "data msg"
7339   data: "dpdk-perf-results-3n-skx"
7340   filter: "all"
7341   remove-ndr: False
7342   parameters:
7343   - "name"
7344   - "parent"
7345   - "msg"
7346
7347 # Detailed Test Results - DPDK Performance Results 2n-skx
7348 - type: "table"
7349   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7350   algorithm: "table_merged_details"
7351   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7352   columns:
7353     - title: " |prein| Test Name |preout| "
7354       data: "data name"
7355     - 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| "
7356       data: "data msg"
7357   data: "dpdk-perf-results-2n-skx"
7358   filter: "all"
7359   remove-ndr: False
7360   parameters:
7361   - "name"
7362   - "parent"
7363   - "msg"
7364
7365 # Detailed Test Results - DPDK Performance Results 2n-zn2
7366 - type: "table"
7367   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7368   algorithm: "table_merged_details"
7369   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7370   columns:
7371     - title: " |prein| Test Name |preout| "
7372       data: "data name"
7373     - 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| "
7374       data: "data msg"
7375   data: "dpdk-perf-results-2n-zn2"
7376   filter: "all"
7377   remove-ndr: False
7378   parameters:
7379   - "name"
7380   - "parent"
7381   - "msg"
7382
7383 # Detailed Test Results - DPDK Performance Results 2n-clx
7384 - type: "table"
7385   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7386   algorithm: "table_merged_details"
7387   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7388   columns:
7389     - title: " |prein| Test Name |preout| "
7390       data: "data name"
7391     - 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| "
7392       data: "data msg"
7393   data: "dpdk-perf-results-2n-clx"
7394   filter: "all"
7395   parameters:
7396   - "name"
7397   - "parent"
7398   - "msg"
7399
7400 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7401 #- type: "table"
7402 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7403 #  algorithm: "table_merged_details"
7404 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7405 #  columns:
7406 #    - title: " |prein| Test Name |preout| "
7407 #      data: "data name"
7408 #    - 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| "
7409 #      data: "data msg"
7410 #  data: "dpdk-perf-results-2n-dnv"
7411 #  filter: "all"
7412 #  parameters:
7413 #  - "name"
7414 #  - "parent"
7415 #  - "msg"
7416 #
7417 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7418 #- type: "table"
7419 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7420 #  algorithm: "table_merged_details"
7421 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7422 #  columns:
7423 #    - title: " |prein| Test Name |preout| "
7424 #      data: "data name"
7425 #    - 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| "
7426 #      data: "data msg"
7427 #  data: "dpdk-perf-results-3n-dnv"
7428 #  filter: "all"
7429 #  parameters:
7430 #  - "name"
7431 #  - "parent"
7432 #  - "msg"
7433
7434 # Detailed Test Results - DPDK Performance Results 3n-tsh
7435 - type: "table"
7436   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7437   algorithm: "table_merged_details"
7438   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7439   columns:
7440     - title: " |prein| Test Name |preout| "
7441       data: "data name"
7442     - 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| "
7443       data: "data msg"
7444   data: "dpdk-perf-results-3n-tsh"
7445   filter: "all"
7446   parameters:
7447   - "name"
7448   - "parent"
7449   - "msg"
7450
7451 ################################################################################
7452 ###                                F I L E S                                 ###
7453 ################################################################################
7454
7455 # VPP Performance Results
7456 - type: "file"
7457   title: "VPP Performance Results"
7458   algorithm: "file_details_split"
7459   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7460   dir-tables:
7461     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7462     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7463     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7464     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7465     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7466     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7467     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7468     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7469   data:
7470     - "vpp-perf-results-2n-skx"
7471     - "vpp-perf-results-3n-skx"
7472     - "vpp-perf-results-2n-clx"
7473     - "vpp-perf-results-2n-zn2"
7474     - "vpp-perf-results-3n-hsw"
7475     - "vpp-perf-results-3n-tsh"
7476     - "vpp-perf-results-2n-dnv"
7477     - "vpp-perf-results-3n-dnv"
7478   filter: "all"
7479   data-start-level: 4
7480   order-chapters:
7481     level-1:
7482       - "l2"
7483       - "ip4"
7484       - "ip6"
7485       - "srv6"
7486       - "ip4_tunnels"
7487       - "ip6_tunnels"
7488       - "vm_vhost"
7489       - "container_memif"
7490       - "crypto"
7491       - "vts"
7492       - "lb"
7493       - "nfv_density"
7494       - "hoststack"
7495     level-2:
7496       - "2n-skx"
7497       - "3n-skx"
7498       - "2n-clx"
7499       - "2n-zn2"
7500       - "3n-hsw"
7501       - "3n-tsh"
7502       - "2n-dnv"
7503       - "3n-dnv"
7504     level-3:
7505       - "xl710"
7506       - "x520"
7507       - "xxv710"
7508       - "x710"
7509       - "x553"
7510       - "cx556a"
7511       - "vic1227"
7512       - "vic1385"
7513
7514 # VPP Performance Configuration
7515 - type: "file"
7516   title: "VPP Performance Configuration"
7517   algorithm: "file_details_split"
7518   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7519   dir-tables:
7520     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7521     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7522     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7523     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7524     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7525     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7526     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7527     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7528   data:
7529     - "vpp-perf-results-2n-skx"
7530     - "vpp-perf-results-3n-skx"
7531     - "vpp-perf-results-2n-clx"
7532     - "vpp-perf-results-2n-zn2"
7533     - "vpp-perf-results-3n-hsw"
7534     - "vpp-perf-results-3n-tsh"
7535     - "vpp-perf-results-2n-dnv"
7536     - "vpp-perf-results-3n-dnv"
7537   filter: "all"
7538   data-start-level: 4
7539   order-chapters:
7540     level-1:
7541       - "l2"
7542       - "ip4"
7543       - "ip6"
7544       - "srv6"
7545       - "ip4_tunnels"
7546       - "ip6_tunnels"
7547       - "vm_vhost"
7548       - "container_memif"
7549       - "crypto"
7550       - "vts"
7551       - "lb"
7552       - "nfv_density"
7553       - "hoststack"
7554     level-2:
7555       - "2n-skx"
7556       - "3n-skx"
7557       - "2n-clx"
7558       - "2n-zn2"
7559       - "3n-hsw"
7560       - "3n-tsh"
7561       - "2n-dnv"
7562       - "3n-dnv"
7563     level-3:
7564       - "xl710"
7565       - "x520"
7566       - "xxv710"
7567       - "x710"
7568       - "x553"
7569       - "cx556a"
7570       - "vic1227"
7571       - "vic1385"
7572
7573 # VPP Performance Operational
7574 - type: "file"
7575   title: "VPP Performance Operational"
7576   algorithm: "file_details_split_html"
7577   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7578   dir-tables:
7579     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7580     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7581     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7582     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7583     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7584     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7585     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7586     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7587   data:
7588     - "vpp-perf-results-2n-skx"
7589     - "vpp-perf-results-3n-skx"
7590     - "vpp-perf-results-2n-clx"
7591     - "vpp-perf-results-2n-zn2"
7592     - "vpp-perf-results-3n-hsw"
7593     - "vpp-perf-results-3n-tsh"
7594     - "vpp-perf-results-2n-dnv"
7595     - "vpp-perf-results-3n-dnv"
7596   filter: "all"
7597   data-start-level: 4
7598   order-chapters:
7599     level-1:
7600       - "l2"
7601       - "ip4"
7602       - "ip6"
7603       - "srv6"
7604       - "ip4_tunnels"
7605       - "ip6_tunnels"
7606       - "vm_vhost"
7607       - "container_memif"
7608       - "crypto"
7609       - "vts"
7610       - "lb"
7611       - "nfv_density"
7612       - "hoststack"
7613     level-2:
7614       - "2n-skx"
7615       - "3n-skx"
7616       - "2n-clx"
7617       - "2n-zn2"
7618       - "3n-hsw"
7619       - "3n-tsh"
7620       - "2n-dnv"
7621       - "3n-dnv"
7622     level-3:
7623       - "xl710"
7624       - "x520"
7625       - "xxv710"
7626       - "x710"
7627       - "x553"
7628       - "cx556a"
7629       - "vic1227"
7630       - "vic1385"
7631
7632 # VPP MRR Results
7633 - type: "file"
7634   title: "VPP MRR Results"
7635   algorithm: "file_details_split"
7636   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7637   dir-tables:
7638     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7639     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7640     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7641     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7642     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7643     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7644     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7645     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7646   data:
7647     - "vpp-mrr-results-2n-skx"
7648     - "vpp-mrr-results-3n-skx"
7649     - "vpp-mrr-results-2n-clx"
7650     - "vpp-mrr-results-2n-zn2"
7651     - "vpp-mrr-results-3n-hsw"
7652     - "vpp-mrr-results-3n-tsh"
7653     - "vpp-mrr-results-2n-dnv"
7654     - "vpp-mrr-results-3n-dnv"
7655   filter: "all"
7656   data-start-level: 4
7657   order-chapters:
7658     level-1:
7659       - "l2"
7660       - "ip4"
7661       - "ip6"
7662       - "srv6"
7663       - "ip4_tunnels"
7664       - "ip6_tunnels"
7665       - "vm_vhost"
7666       - "container_memif"
7667       - "crypto"
7668       - "vts"
7669       - "lb"
7670       - "nfv_density"
7671       - "hoststack"
7672     level-2:
7673       - "2n-skx"
7674       - "3n-skx"
7675       - "2n-clx"
7676       - "2n-zn2"
7677       - "3n-hsw"
7678       - "3n-tsh"
7679       - "2n-dnv"
7680       - "3n-dnv"
7681     level-3:
7682       - "xl710"
7683       - "x520"
7684       - "xxv710"
7685       - "x710"
7686       - "x553"
7687       - "cx556a"
7688       - "vic1227"
7689       - "vic1385"
7690
7691 # VPP MRR Configuration
7692 - type: "file"
7693   title: "VPP MRR Configuration"
7694   algorithm: "file_details_split"
7695   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7696   dir-tables:
7697     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7698     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7699     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7700     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7701     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7702     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7703     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7704     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7705   data:
7706     - "vpp-mrr-results-2n-skx"
7707     - "vpp-mrr-results-3n-skx"
7708     - "vpp-mrr-results-2n-clx"
7709     - "vpp-mrr-results-2n-zn2"
7710     - "vpp-mrr-results-3n-hsw"
7711     - "vpp-mrr-results-3n-tsh"
7712     - "vpp-mrr-results-2n-dnv"
7713     - "vpp-mrr-results-3n-dnv"
7714   filter: "all"
7715   data-start-level: 4
7716   order-chapters:
7717     level-1:
7718       - "l2"
7719       - "ip4"
7720       - "ip6"
7721       - "srv6"
7722       - "ip4_tunnels"
7723       - "ip6_tunnels"
7724       - "vm_vhost"
7725       - "container_memif"
7726       - "crypto"
7727       - "vts"
7728       - "lb"
7729       - "nfv_density"
7730       - "hoststack"
7731     level-2:
7732       - "2n-skx"
7733       - "3n-skx"
7734       - "2n-clx"
7735       - "2n-zn2"
7736       - "3n-hsw"
7737       - "3n-tsh"
7738       - "2n-dnv"
7739       - "3n-dnv"
7740     level-3:
7741       - "xl710"
7742       - "x520"
7743       - "xxv710"
7744       - "x710"
7745       - "x553"
7746       - "cx556a"
7747       - "vic1227"
7748       - "vic1385"
7749
7750 # VPP Device Results - Ubuntu
7751 - type: "file"
7752   title: "VPP Device Results - Ubuntu"
7753   algorithm: "file_test_results"
7754   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7755   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7756   data: "vpp-device-results-ubuntu"
7757   filter: "all"
7758   data-start-level: 4
7759
7760 # VPP Device Configuration - Ubuntu
7761 - type: "file"
7762   title: "VPP Device Configuration - Ubuntu"
7763   algorithm: "file_test_results"
7764   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7765   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7766   data: "vpp-device-results-ubuntu"
7767   filter: "all"
7768   data-start-level: 4
7769
7770 # DPDK Performance Results 3n-hsw
7771 - type: "file"
7772   title: "DPDK Performance Results 3n-hsw"
7773   algorithm: "file_test_results"
7774   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7775   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7776   data: "dpdk-perf-results-3n-hsw"
7777   filter: "all"
7778   data-start-level: 4
7779
7780 # DPDK Performance Results 3n-skx
7781 - type: "file"
7782   title: "DPDK Performance Results 3n-skx"
7783   algorithm: "file_test_results"
7784   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7785   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7786   data: "dpdk-perf-results-3n-skx"
7787   filter: "all"
7788   data-start-level: 4
7789
7790 # DPDK Performance Results 2n-skx
7791 - type: "file"
7792   title: "DPDK Performance Results 2n-skx"
7793   algorithm: "file_test_results"
7794   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7795   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7796   data: "dpdk-perf-results-2n-skx"
7797   filter: "all"
7798   data-start-level: 4
7799
7800 # DPDK Performance Results 2n-zn2
7801 - type: "file"
7802   title: "DPDK Performance Results 2n-zn2"
7803   algorithm: "file_test_results"
7804   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7805   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7806   data: "dpdk-perf-results-2n-zn2"
7807   filter: "all"
7808   data-start-level: 4
7809
7810 # DPDK Performance Results 2n-clx
7811 - type: "file"
7812   title: "DPDK Performance Results 2n-clx"
7813   algorithm: "file_test_results"
7814   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7815   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7816   data: "dpdk-perf-results-2n-clx"
7817   filter: "all"
7818   data-start-level: 4
7819
7820 ## DPDK Performance Results 2n-dnv
7821 #- type: "file"
7822 #  title: "DPDK Performance Results 2n-dnv"
7823 #  algorithm: "file_test_results"
7824 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7825 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7826 #  data: "dpdk-perf-results-2n-dnv"
7827 #  filter: "all"
7828 #  data-start-level: 4
7829 #
7830 ## DPDK Performance Results 3n-dnv
7831 #- type: "file"
7832 #  title: "DPDK Performance Results 3n-dnv"
7833 #  algorithm: "file_test_results"
7834 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7835 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7836 #  data: "dpdk-perf-results-3n-dnv"
7837 #  filter: "all"
7838 #  data-start-level: 4
7839
7840 # DPDK Performance Results 3n-tsh
7841 - type: "file"
7842   title: "DPDK Performance Results 3n-tsh"
7843   algorithm: "file_test_results"
7844   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7845   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7846   data: "dpdk-perf-results-3n-tsh"
7847   filter: "all"
7848   data-start-level: 4
7849
7850 ################################################################################
7851 ###                                P L O T S                                 ###
7852 ################################################################################
7853
7854 # Hoststack tests 3n-hsw
7855
7856 - type: "plot"
7857   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7858   algorithm: "plot_perf_box_name"
7859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7860   data: "plot-vpp-hoststack-3n-hsw"
7861   include:
7862     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7863     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7864   layout:
7865     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7866     layout: "plot-hoststack"
7867
7868 - type: "plot"
7869   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7870   algorithm: "plot_perf_box_name"
7871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7872   data: "plot-vpp-hoststack-3n-hsw"
7873   include:
7874     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7875     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7876   layout:
7877     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7878     layout: "plot-hoststack"
7879
7880 - type: "plot"
7881   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7882   algorithm: "plot_perf_box_name"
7883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7884   data: "plot-vpp-hoststack-3n-hsw"
7885   include:
7886     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7887     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7888     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7889     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7890   layout:
7891     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7892     layout: "plot-hoststack"
7893
7894 ################################################################################
7895
7896 # Soak Test (PLRsearch), boxes - 2n-clx
7897 - type: "plot"
7898   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7899   algorithm: "plot_perf_box_name"
7900   output-file-type: ".html"
7901   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7902   data: "plot-vpp-soak-2n-clx"
7903   include:
7904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7910   layout:
7911     title: "30 Minutes Soak Test (PLRsearch)"
7912     layout: "plot-soak-throughput"
7913
7914 # Soak Test (PLRsearch), boxes - 2n-clx
7915 - type: "plot"
7916   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7917   algorithm: "plot_perf_box_name"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7920   data: "plot-vpp-soak-2n-clx"
7921   include:
7922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7927     - "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"
7928   layout:
7929     title: "30 Minutes Soak Test (PLRsearch)"
7930     layout: "plot-soak-throughput"
7931
7932 # Soak Test (PLRsearch), boxes - 2n-skx
7933 - type: "plot"
7934   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7935   algorithm: "plot_perf_box_name"
7936   output-file-type: ".html"
7937   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7938   data: "plot-vpp-soak-2n-skx"
7939   include:
7940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7946   layout:
7947     title: "30 Minutes Soak Test (PLRsearch)"
7948     layout: "plot-soak-throughput"
7949
7950 # Soak Test (PLRsearch), boxes - 2n-skx
7951 - type: "plot"
7952   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7953   algorithm: "plot_perf_box_name"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7956   data: "plot-vpp-soak-2n-skx"
7957   include:
7958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7963     - "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"
7964   layout:
7965     title: "30 Minutes Soak Test (PLRsearch)"
7966     layout: "plot-soak-throughput"
7967
7968 ###############################################################################
7969
7970 # Reconf tests 2n-skx
7971
7972 - type: "plot"
7973   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7974   algorithm: "plot_nf_reconf_box_name"
7975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7976   data: "plot-vpp-nfv-reconf-2n-skx"
7977   include:
7978     - "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"
7979     - "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"
7980     - "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"
7981     - "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"
7982     - "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"
7983     - "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"
7984   layout:
7985     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7986     layout: "plot-throughput"
7987
7988 - type: "plot"
7989   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7990   algorithm: "plot_nf_reconf_box_name"
7991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7992   data: "plot-vpp-nfv-reconf-2n-skx"
7993   include:
7994     - "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"
7995     - "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"
7996     - "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"
7997     - "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"
7998     - "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"
7999     - "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"
8000   layout:
8001     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8002     layout: "plot-throughput"
8003
8004 - type: "plot"
8005   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8006   algorithm: "plot_nf_reconf_box_name"
8007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8008   data: "plot-vpp-nfv-reconf-2n-skx"
8009   include:
8010     - "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"
8011     - "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"
8012     - "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"
8013     - "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"
8014     - "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"
8015     - "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"
8016   layout:
8017     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8018     layout: "plot-throughput"
8019
8020 ###############################################################################
8021
8022 # Reconf tests 2n-clx
8023
8024 - type: "plot"
8025   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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 - type: "plot"
8053   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8054   algorithm: "plot_nf_reconf_box_name"
8055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8056   data: "plot-vpp-nfv-reconf-2n-clx"
8057   include:
8058     - "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"
8059     - "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"
8060     - "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"
8061     - "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"
8062   layout:
8063     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8064     layout: "plot-throughput"
8065
8066 ###############################################################################
8067
8068 # Plots - NF Density - VSC - MRR IMIX
8069 - type: "plot"
8070   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8071   algorithm: "plot_nf_heatmap"
8072   output-file-type: ".html"
8073   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8074   data: "plot-vpp-nfv-2n-skx-mrr"
8075   filter: "'NIC_Intel-XXV710' and
8076            'NF_DENSITY' and
8077            'VHOST' and
8078            not 'VXLAN' and
8079            'CHAIN' and
8080            'NF_VPPIP4' and
8081            'IMIX' and
8082            '2T1C' and
8083            'MRR'"
8084   parameters:
8085   - "result"
8086   - "name"
8087   - "tags"
8088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8089   x-axis: "X = VNFs per Service Chain"
8090   y-axis: "Y = Number of Service Chains"
8091   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8092   layout:
8093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8094     layout: "plot-service-density"
8095
8096 - type: "plot"
8097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8098   algorithm: "plot_nf_heatmap"
8099   output-file-type: ".html"
8100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8101   data: "plot-vpp-nfv-2n-skx-mrr"
8102   filter: "'NIC_Intel-XXV710' and
8103            'NF_DENSITY' and
8104            'VHOST' and
8105            not 'VXLAN' and
8106            'CHAIN' and
8107            'NF_VPPIP4' and
8108            'IMIX' and
8109            '4T2C' and
8110            'MRR'"
8111   parameters:
8112   - "result"
8113   - "name"
8114   - "tags"
8115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8116   x-axis: "X = VNFs per Service Chain"
8117   y-axis: "Y = Number of Service Chains"
8118   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8119   layout:
8120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8121     layout: "plot-service-density"
8122
8123 - type: "plot"
8124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8125   algorithm: "plot_nf_heatmap"
8126   output-file-type: ".html"
8127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8128   data: "plot-vpp-nfv-2n-skx-mrr"
8129   filter: "'NIC_Intel-XXV710' and
8130            'NF_DENSITY' and
8131            'VHOST' and
8132            not 'VXLAN' and
8133            'CHAIN' and
8134            'NF_VPPIP4' and
8135            'IMIX' and
8136            '8T4C' and
8137            'MRR'"
8138   parameters:
8139   - "result"
8140   - "name"
8141   - "tags"
8142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8143   x-axis: "X = VNFs per Service Chain"
8144   y-axis: "Y = Number of Service Chains"
8145   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8146   layout:
8147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8148     layout: "plot-service-density"
8149
8150 # Plots - NF Density - VSC - NDR IMIX
8151 - type: "plot"
8152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8153   algorithm: "plot_nf_heatmap"
8154   output-file-type: ".html"
8155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8156   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8157   filter: "'NIC_Intel-XXV710' and
8158            'NF_DENSITY' and
8159            'VHOST' and
8160            not 'VXLAN' and
8161            'CHAIN' and
8162            'NF_VPPIP4' and
8163            'IMIX' and
8164            '2T1C' and
8165            'NDRPDR'"
8166   parameters:
8167   - "throughput"
8168   - "name"
8169   - "tags"
8170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8171   x-axis: "X = VNFs per Service Chain"
8172   y-axis: "Y = Number of Service Chains"
8173   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8174   layout:
8175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8176     layout: "plot-service-density"
8177
8178 - type: "plot"
8179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8180   algorithm: "plot_nf_heatmap"
8181   output-file-type: ".html"
8182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8183   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8184   filter: "'NIC_Intel-XXV710' and
8185            'NF_DENSITY' and
8186            'VHOST' and
8187            not 'VXLAN' and
8188            'CHAIN' and
8189            'NF_VPPIP4' and
8190            'IMIX' and
8191            '4T2C' and
8192            'NDRPDR'"
8193   parameters:
8194   - "throughput"
8195   - "name"
8196   - "tags"
8197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8198   x-axis: "X = VNFs per Service Chain"
8199   y-axis: "Y = Number of Service Chains"
8200   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8201   layout:
8202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8203     layout: "plot-service-density"
8204
8205 - type: "plot"
8206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8207   algorithm: "plot_nf_heatmap"
8208   output-file-type: ".html"
8209   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8210   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8211   filter: "'NIC_Intel-XXV710' and
8212            'NF_DENSITY' and
8213            'VHOST' and
8214            not 'VXLAN' and
8215            'CHAIN' and
8216            'NF_VPPIP4' and
8217            'IMIX' and
8218            '8T4C' and
8219            'NDRPDR'"
8220   parameters:
8221   - "throughput"
8222   - "name"
8223   - "tags"
8224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8225   x-axis: "X = VNFs per Service Chain"
8226   y-axis: "Y = Number of Service Chains"
8227   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8228   layout:
8229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8230     layout: "plot-service-density"
8231
8232 # Plots - NF Density - VSC - PDR IMIX
8233 - type: "plot"
8234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8235   algorithm: "plot_nf_heatmap"
8236   output-file-type: ".html"
8237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8238   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8239   filter: "'NIC_Intel-XXV710' and
8240            'NF_DENSITY' and
8241            'VHOST' and
8242            not 'VXLAN' and
8243            'CHAIN' and
8244            'NF_VPPIP4' and
8245            'IMIX' and
8246            '2T1C' and
8247            'NDRPDR'"
8248   parameters:
8249   - "throughput"
8250   - "name"
8251   - "tags"
8252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8253   x-axis: "X = VNFs per Service Chain"
8254   y-axis: "Y = Number of Service Chains"
8255   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8256   layout:
8257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8258     layout: "plot-service-density"
8259
8260 - type: "plot"
8261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8262   algorithm: "plot_nf_heatmap"
8263   output-file-type: ".html"
8264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8265   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8266   filter: "'NIC_Intel-XXV710' and
8267            'NF_DENSITY' and
8268            'VHOST' and
8269            not 'VXLAN' and
8270            'CHAIN' and
8271            'NF_VPPIP4' and
8272            'IMIX' and
8273            '4T2C' and
8274            'NDRPDR'"
8275   parameters:
8276   - "throughput"
8277   - "name"
8278   - "tags"
8279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8280   x-axis: "X = VNFs per Service Chain"
8281   y-axis: "Y = Number of Service Chains"
8282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8283   layout:
8284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8285     layout: "plot-service-density"
8286
8287 - type: "plot"
8288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8289   algorithm: "plot_nf_heatmap"
8290   output-file-type: ".html"
8291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8292   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8293   filter: "'NIC_Intel-XXV710' and
8294            'NF_DENSITY' and
8295            'VHOST' and
8296            not 'VXLAN' and
8297            'CHAIN' and
8298            'NF_VPPIP4' and
8299            'IMIX' and
8300            '8T4C' and
8301            'NDRPDR'"
8302   parameters:
8303   - "throughput"
8304   - "name"
8305   - "tags"
8306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8307   x-axis: "X = VNFs per Service Chain"
8308   y-axis: "Y = Number of Service Chains"
8309   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8310   layout:
8311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8312     layout: "plot-service-density"
8313
8314 ###############################################################################
8315
8316 # Plots - NF Density - VSC - MRR IMIX
8317 - type: "plot"
8318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8319   algorithm: "plot_nf_heatmap"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8322   data: "plot-vpp-nfv-2n-skx-mrr"
8323   filter: "'NIC_Intel-XXV710' and
8324            'NF_DENSITY' and
8325            'VHOST' and
8326            'VXLAN' and
8327            'CHAIN' and
8328            'IMIX' and
8329            '2T1C' and
8330            'MRR'"
8331   parameters:
8332   - "result"
8333   - "name"
8334   - "tags"
8335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8336   x-axis: "X = VNFs per Service Chain"
8337   y-axis: "Y = Number of Service Chains"
8338   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8339   layout:
8340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8341     layout: "plot-service-density"
8342
8343 - type: "plot"
8344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8345   algorithm: "plot_nf_heatmap"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8348   data: "plot-vpp-nfv-2n-skx-mrr"
8349   filter: "'NIC_Intel-XXV710' and
8350            'NF_DENSITY' and
8351            'VHOST' and
8352            'VXLAN' and
8353            'CHAIN' and
8354            'IMIX' and
8355            '4T2C' and
8356            'MRR'"
8357   parameters:
8358   - "result"
8359   - "name"
8360   - "tags"
8361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8362   x-axis: "X = VNFs per Service Chain"
8363   y-axis: "Y = Number of Service Chains"
8364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8365   layout:
8366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8367     layout: "plot-service-density"
8368
8369 - type: "plot"
8370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8371   algorithm: "plot_nf_heatmap"
8372   output-file-type: ".html"
8373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8374   data: "plot-vpp-nfv-2n-skx-mrr"
8375   filter: "'NIC_Intel-XXV710' and
8376            'NF_DENSITY' and
8377            'VHOST' and
8378            'VXLAN' and
8379            'CHAIN' and
8380            'IMIX' and
8381            '8T4C' and
8382            'MRR'"
8383   parameters:
8384   - "result"
8385   - "name"
8386   - "tags"
8387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8388   x-axis: "X = VNFs per Service Chain"
8389   y-axis: "Y = Number of Service Chains"
8390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8391   layout:
8392     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8393     layout: "plot-service-density"
8394
8395 # Plots - NF Density - VSC - NDR IMIX
8396 - type: "plot"
8397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8398   algorithm: "plot_nf_heatmap"
8399   output-file-type: ".html"
8400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8401   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8402   filter: "'NIC_Intel-XXV710' and
8403            'NF_DENSITY' and
8404            'VHOST' and
8405            'VXLAN' and
8406            'CHAIN' and
8407            'IMIX' and
8408            '2T1C' and
8409            'NDRPDR'"
8410   parameters:
8411   - "throughput"
8412   - "name"
8413   - "tags"
8414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8415   x-axis: "X = VNFs per Service Chain"
8416   y-axis: "Y = Number of Service Chains"
8417   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8418   layout:
8419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8420     layout: "plot-service-density"
8421
8422 - type: "plot"
8423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8424   algorithm: "plot_nf_heatmap"
8425   output-file-type: ".html"
8426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8427   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8428   filter: "'NIC_Intel-XXV710' and
8429            'NF_DENSITY' and
8430            'VHOST' and
8431            'VXLAN' and
8432            'CHAIN' and
8433            'IMIX' and
8434            '4T2C' and
8435            'NDRPDR'"
8436   parameters:
8437   - "throughput"
8438   - "name"
8439   - "tags"
8440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8441   x-axis: "X = VNFs per Service Chain"
8442   y-axis: "Y = Number of Service Chains"
8443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8444   layout:
8445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8446     layout: "plot-service-density"
8447
8448 - type: "plot"
8449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8450   algorithm: "plot_nf_heatmap"
8451   output-file-type: ".html"
8452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8453   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8454   filter: "'NIC_Intel-XXV710' and
8455            'NF_DENSITY' and
8456            'VHOST' and
8457            'VXLAN' and
8458            'CHAIN' and
8459            'IMIX' and
8460            '8T4C' and
8461            'NDRPDR'"
8462   parameters:
8463   - "throughput"
8464   - "name"
8465   - "tags"
8466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8467   x-axis: "X = VNFs per Service Chain"
8468   y-axis: "Y = Number of Service Chains"
8469   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8470   layout:
8471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8472     layout: "plot-service-density"
8473
8474 # Plots - NF Density - VSC - PDR IMIX
8475 - type: "plot"
8476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8477   algorithm: "plot_nf_heatmap"
8478   output-file-type: ".html"
8479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8480   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8481   filter: "'NIC_Intel-XXV710' and
8482            'NF_DENSITY' and
8483            'VHOST' and
8484            'VXLAN' and
8485            'CHAIN' and
8486            'IMIX' and
8487            '2T1C' and
8488            'NDRPDR'"
8489   parameters:
8490   - "throughput"
8491   - "name"
8492   - "tags"
8493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8494   x-axis: "X = VNFs per Service Chain"
8495   y-axis: "Y = Number of Service Chains"
8496   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8497   layout:
8498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8499     layout: "plot-service-density"
8500
8501 - type: "plot"
8502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8503   algorithm: "plot_nf_heatmap"
8504   output-file-type: ".html"
8505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8506   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8507   filter: "'NIC_Intel-XXV710' and
8508            'NF_DENSITY' and
8509            'VHOST' and
8510            'VXLAN' and
8511            'CHAIN' and
8512            'IMIX' and
8513            '4T2C' and
8514            'NDRPDR'"
8515   parameters:
8516   - "throughput"
8517   - "name"
8518   - "tags"
8519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8520   x-axis: "X = VNFs per Service Chain"
8521   y-axis: "Y = Number of Service Chains"
8522   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8523   layout:
8524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8525     layout: "plot-service-density"
8526
8527 - type: "plot"
8528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8529   algorithm: "plot_nf_heatmap"
8530   output-file-type: ".html"
8531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8532   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8533   filter: "'NIC_Intel-XXV710' and
8534            'NF_DENSITY' and
8535            'VHOST' and
8536            'VXLAN' and
8537            'CHAIN' and
8538            'IMIX' and
8539            '8T4C' and
8540            'NDRPDR'"
8541   parameters:
8542   - "throughput"
8543   - "name"
8544   - "tags"
8545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8546   x-axis: "X = VNFs per Service Chain"
8547   y-axis: "Y = Number of Service Chains"
8548   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8549   layout:
8550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8551     layout: "plot-service-density"
8552
8553 ###############################################################################
8554
8555 # Plots - NF Density - CSC - MRR IMIX
8556 - type: "plot"
8557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8558   algorithm: "plot_nf_heatmap"
8559   output-file-type: ".html"
8560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8561   data: "plot-vpp-nfv-2n-skx-mrr"
8562   filter: "'NIC_Intel-XXV710' and
8563            'NF_DENSITY' and
8564            'DOCKER' and
8565            'CHAIN' and
8566            'NF_VPPIP4' and
8567            'IMIX' and
8568            '2T1C' and
8569            'MRR'"
8570   parameters:
8571   - "result"
8572   - "name"
8573   - "tags"
8574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8575   x-axis: "X = CNFs per Service Chain"
8576   y-axis: "Y = Number of Service Chains"
8577   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8578   layout:
8579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8580     layout: "plot-service-density"
8581
8582 - type: "plot"
8583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8584   algorithm: "plot_nf_heatmap"
8585   output-file-type: ".html"
8586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8587   data: "plot-vpp-nfv-2n-skx-mrr"
8588   filter: "'NIC_Intel-XXV710' and
8589            'NF_DENSITY' and
8590            'DOCKER' and
8591            'CHAIN' and
8592            'NF_VPPIP4' and
8593            'IMIX' and
8594            '4T2C' and
8595            'MRR'"
8596   parameters:
8597   - "result"
8598   - "name"
8599   - "tags"
8600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8601   x-axis: "X = CNFs per Service Chain"
8602   y-axis: "Y = Number of Service Chains"
8603   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8604   layout:
8605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8606     layout: "plot-service-density"
8607
8608 - type: "plot"
8609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8610   algorithm: "plot_nf_heatmap"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8613   data: "plot-vpp-nfv-2n-skx-mrr"
8614   filter: "'NIC_Intel-XXV710' and
8615            'NF_DENSITY' and
8616            'DOCKER' and
8617            'CHAIN' and
8618            'NF_VPPIP4' and
8619            'IMIX' and
8620            '8T4C' and
8621            'MRR'"
8622   parameters:
8623   - "result"
8624   - "name"
8625   - "tags"
8626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8627   x-axis: "X = CNFs per Service Chain"
8628   y-axis: "Y = Number of Service Chains"
8629   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8630   layout:
8631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8632     layout: "plot-service-density"
8633
8634 # Plots - NF Density - CSC - NDR IMIX
8635 - type: "plot"
8636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8637   algorithm: "plot_nf_heatmap"
8638   output-file-type: ".html"
8639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8640   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8641   filter: "'NIC_Intel-XXV710' and
8642            'NF_DENSITY' and
8643            'DOCKER' and
8644            'CHAIN' and
8645            'NF_VPPIP4' and
8646            'IMIX' and
8647            '2T1C' and
8648            'NDRPDR'"
8649   parameters:
8650   - "throughput"
8651   - "name"
8652   - "tags"
8653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8654   x-axis: "X = CNFs per Service Chain"
8655   y-axis: "Y = Number of Service Chains"
8656   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8657   layout:
8658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8659     layout: "plot-service-density"
8660
8661 - type: "plot"
8662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8663   algorithm: "plot_nf_heatmap"
8664   output-file-type: ".html"
8665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8666   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8667   filter: "'NIC_Intel-XXV710' and
8668            'NF_DENSITY' and
8669            'DOCKER' and
8670            'CHAIN' and
8671            'NF_VPPIP4' and
8672            'IMIX' and
8673            '4T2C' and
8674            'NDRPDR'"
8675   parameters:
8676   - "throughput"
8677   - "name"
8678   - "tags"
8679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8680   x-axis: "X = CNFs per Service Chain"
8681   y-axis: "Y = Number of Service Chains"
8682   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8683   layout:
8684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8685     layout: "plot-service-density"
8686
8687 - type: "plot"
8688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8689   algorithm: "plot_nf_heatmap"
8690   output-file-type: ".html"
8691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8692   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8693   filter: "'NIC_Intel-XXV710' and
8694            'NF_DENSITY' and
8695            'DOCKER' and
8696            'CHAIN' and
8697            'NF_VPPIP4' and
8698            'IMIX' and
8699            '8T4C' and
8700            'NDRPDR'"
8701   parameters:
8702   - "throughput"
8703   - "name"
8704   - "tags"
8705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706   x-axis: "X = CNFs per Service Chain"
8707   y-axis: "Y = Number of Service Chains"
8708   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8709   layout:
8710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8711     layout: "plot-service-density"
8712
8713 # Plots - NF Density - CSC - PDR IMIX
8714 - type: "plot"
8715   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8716   algorithm: "plot_nf_heatmap"
8717   output-file-type: ".html"
8718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8719   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8720   filter: "'NIC_Intel-XXV710' and
8721            'NF_DENSITY' and
8722            'DOCKER' and
8723            'CHAIN' and
8724            'NF_VPPIP4' and
8725            'IMIX' and
8726            '2T1C' and
8727            'NDRPDR'"
8728   parameters:
8729   - "throughput"
8730   - "name"
8731   - "tags"
8732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8733   x-axis: "X = CNFs per Service Chain"
8734   y-axis: "Y = Number of Service Chains"
8735   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8736   layout:
8737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8738     layout: "plot-service-density"
8739
8740 - type: "plot"
8741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8742   algorithm: "plot_nf_heatmap"
8743   output-file-type: ".html"
8744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8745   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8746   filter: "'NIC_Intel-XXV710' and
8747            'NF_DENSITY' and
8748            'DOCKER' and
8749            'CHAIN' and
8750            'NF_VPPIP4' and
8751            'IMIX' and
8752            '4T2C' and
8753            'NDRPDR'"
8754   parameters:
8755   - "throughput"
8756   - "name"
8757   - "tags"
8758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8759   x-axis: "X = CNFs per Service Chain"
8760   y-axis: "Y = Number of Service Chains"
8761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8762   layout:
8763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8764     layout: "plot-service-density"
8765
8766 - type: "plot"
8767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8768   algorithm: "plot_nf_heatmap"
8769   output-file-type: ".html"
8770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8771   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8772   filter: "'NIC_Intel-XXV710' and
8773            'NF_DENSITY' and
8774            'DOCKER' and
8775            'CHAIN' and
8776            'NF_VPPIP4' and
8777            'IMIX' and
8778            '8T4C' and
8779            'NDRPDR'"
8780   parameters:
8781   - "throughput"
8782   - "name"
8783   - "tags"
8784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8785   x-axis: "X = CNFs per Service Chain"
8786   y-axis: "Y = Number of Service Chains"
8787   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8788   layout:
8789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8790     layout: "plot-service-density"
8791
8792 ################################################################################
8793 #
8794 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8795 #- type: "plot"
8796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8797 #  algorithm: "plot_nf_heatmap"
8798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8799 #  data: "plot-vpp-nfv-3n-skx-mrr"
8800 #  filter: "'NIC_Intel-XXV710' and
8801 #           'NF_DENSITY' and
8802 #           'DOCKER' and
8803 #           'CHAIN' and
8804 #           'NF_VPPIP4' and
8805 #           'IPSEC' and
8806 #           'TNL_4' and
8807 #           'IMIX' and
8808 #           '2T1C' and
8809 #           'MRR'"
8810 #  parameters:
8811 #  - "result"
8812 #  - "name"
8813 #  - "tags"
8814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8815 #  x-axis: "X = CNFs per Service Chain"
8816 #  y-axis: "Y = Number of Service Chains"
8817 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8818 #  layout:
8819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8820 #    layout: "plot-service-density"
8821 #
8822 #- type: "plot"
8823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8824 #  algorithm: "plot_nf_heatmap"
8825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8826 #  data: "plot-vpp-nfv-3n-skx-mrr"
8827 #  filter: "'NIC_Intel-XXV710' and
8828 #           'NF_DENSITY' and
8829 #           'DOCKER' and
8830 #           'CHAIN' and
8831 #           'NF_VPPIP4' and
8832 #           'IPSEC' and
8833 #           'TNL_4' and
8834 #           'IMIX' and
8835 #           '4T2C' and
8836 #           'MRR'"
8837 #  parameters:
8838 #  - "result"
8839 #  - "name"
8840 #  - "tags"
8841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8842 #  x-axis: "X = CNFs per Service Chain"
8843 #  y-axis: "Y = Number of Service Chains"
8844 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8845 #  layout:
8846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8847 #    layout: "plot-service-density"
8848 #
8849 #- type: "plot"
8850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8851 #  algorithm: "plot_nf_heatmap"
8852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8853 #  data: "plot-vpp-nfv-3n-skx-mrr"
8854 #  filter: "'NIC_Intel-XXV710' and
8855 #           'NF_DENSITY' and
8856 #           'DOCKER' and
8857 #           'CHAIN' and
8858 #           'NF_VPPIP4' and
8859 #           'IPSEC' and
8860 #           'TNL_4' and
8861 #           'IMIX' and
8862 #           '8T4C' and
8863 #           'MRR'"
8864 #  parameters:
8865 #  - "result"
8866 #  - "name"
8867 #  - "tags"
8868 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8869 #  x-axis: "X = CNFs per Service Chain"
8870 #  y-axis: "Y = Number of Service Chains"
8871 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8872 #  layout:
8873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8874 #    layout: "plot-service-density"
8875
8876 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8877 #- type: "plot"
8878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8879 #  algorithm: "plot_nf_heatmap"
8880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8881 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8882 #  filter: "'NIC_Intel-XXV710' and
8883 #           'NF_DENSITY' and
8884 #           'DOCKER' and
8885 #           'CHAIN' and
8886 #           'NF_VPPIP4' and
8887 #           'IPSEC' and
8888 #           'TNL_4' and
8889 #           'IMIX' and
8890 #           '2T1C' and
8891 #           'NDRPDR'"
8892 #  parameters:
8893 #  - "throughput"
8894 #  - "name"
8895 #  - "tags"
8896 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8897 #  x-axis: "X = CNFs per Service Chain"
8898 #  y-axis: "Y = Number of Service Chains"
8899 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8900 #  layout:
8901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8902 #    layout: "plot-service-density"
8903 #
8904 #- type: "plot"
8905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8906 #  algorithm: "plot_nf_heatmap"
8907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8908 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8909 #  filter: "'NIC_Intel-XXV710' and
8910 #           'NF_DENSITY' and
8911 #           'DOCKER' and
8912 #           'CHAIN' and
8913 #           'NF_VPPIP4' and
8914 #           'IPSEC' and
8915 #           'TNL_4' and
8916 #           'IMIX' and
8917 #           '4T2C' and
8918 #           'NDRPDR'"
8919 #  parameters:
8920 #  - "throughput"
8921 #  - "name"
8922 #  - "tags"
8923 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8924 #  x-axis: "X = CNFs per Service Chain"
8925 #  y-axis: "Y = Number of Service Chains"
8926 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8927 #  layout:
8928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8929 #    layout: "plot-service-density"
8930 #
8931 #- type: "plot"
8932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8933 #  algorithm: "plot_nf_heatmap"
8934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8935 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8936 #  filter: "'NIC_Intel-XXV710' and
8937 #           'NF_DENSITY' and
8938 #           'DOCKER' and
8939 #           'CHAIN' and
8940 #           'NF_VPPIP4' and
8941 #           'IPSEC' and
8942 #           'TNL_4' and
8943 #           'IMIX' and
8944 #           '8T4C' and
8945 #           'NDRPDR'"
8946 #  parameters:
8947 #  - "throughput"
8948 #  - "name"
8949 #  - "tags"
8950 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8951 #  x-axis: "X = CNFs per Service Chain"
8952 #  y-axis: "Y = Number of Service Chains"
8953 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8954 #  layout:
8955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8956 #    layout: "plot-service-density"
8957 #
8958 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8959 #- type: "plot"
8960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8961 #  algorithm: "plot_nf_heatmap"
8962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8963 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8964 #  filter: "'NIC_Intel-XXV710' and
8965 #           'NF_DENSITY' and
8966 #           'DOCKER' and
8967 #           'CHAIN' and
8968 #           'NF_VPPIP4' and
8969 #           'IPSEC' and
8970 #           'TNL_4' and
8971 #           'IMIX' and
8972 #           '2T1C' and
8973 #           'NDRPDR'"
8974 #  parameters:
8975 #  - "throughput"
8976 #  - "name"
8977 #  - "tags"
8978 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8979 #  x-axis: "X = CNFs per Service Chain"
8980 #  y-axis: "Y = Number of Service Chains"
8981 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8982 #  layout:
8983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8984 #    layout: "plot-service-density"
8985 #
8986 #- type: "plot"
8987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8988 #  algorithm: "plot_nf_heatmap"
8989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8990 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8991 #  filter: "'NIC_Intel-XXV710' and
8992 #           'NF_DENSITY' and
8993 #           'DOCKER' and
8994 #           'CHAIN' and
8995 #           'NF_VPPIP4' and
8996 #           'IPSEC' and
8997 #           'TNL_4' and
8998 #           'IMIX' and
8999 #           '4T2C' and
9000 #           'NDRPDR'"
9001 #  parameters:
9002 #  - "throughput"
9003 #  - "name"
9004 #  - "tags"
9005 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9006 #  x-axis: "X = CNFs per Service Chain"
9007 #  y-axis: "Y = Number of Service Chains"
9008 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9009 #  layout:
9010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9011 #    layout: "plot-service-density"
9012 #
9013 #- type: "plot"
9014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9015 #  algorithm: "plot_nf_heatmap"
9016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9017 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9018 #  filter: "'NIC_Intel-XXV710' and
9019 #           'NF_DENSITY' and
9020 #           'DOCKER' and
9021 #           'CHAIN' and
9022 #           'NF_VPPIP4' and
9023 #           'IPSEC' and
9024 #           'TNL_4' and
9025 #           'IMIX' and
9026 #           '8T4C' and
9027 #           'NDRPDR'"
9028 #  parameters:
9029 #  - "throughput"
9030 #  - "name"
9031 #  - "tags"
9032 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9033 #  x-axis: "X = CNFs per Service Chain"
9034 #  y-axis: "Y = Number of Service Chains"
9035 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9036 #  layout:
9037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9038 #    layout: "plot-service-density"
9039
9040 ###############################################################################
9041
9042 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9043 #- type: "plot"
9044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9045 #  algorithm: "plot_nf_heatmap"
9046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9047 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9048 #  filter: "'NIC_Intel-XL710' and
9049 #           'NF_DENSITY' and
9050 #           'DOCKER' and
9051 #           'CHAIN' and
9052 #           'NF_VPPIP4' and
9053 #           'IMIX' and
9054 #           'TNL_4' and
9055 #           '1T1C' and
9056 #           'MRR'"
9057 #  parameters:
9058 #  - "result"
9059 #  - "name"
9060 #  - "tags"
9061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9062 #  x-axis: "X = CNFs per Service Chain"
9063 #  y-axis: "Y = Number of Service Chains"
9064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9065 #  layout:
9066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9067 #    layout: "plot-service-density"
9068 #
9069 #- type: "plot"
9070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9071 #  algorithm: "plot_nf_heatmap"
9072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9073 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9074 #  filter: "'NIC_Intel-XL710' and
9075 #           'NF_DENSITY' and
9076 #           'DOCKER' and
9077 #           'CHAIN' and
9078 #           'NF_VPPIP4' and
9079 #           'IPSEC' and
9080 #           'TNL_4' and
9081 #           'IMIX' and
9082 #           '2T2C' and
9083 #           'MRR'"
9084 #  parameters:
9085 #  - "result"
9086 #  - "name"
9087 #  - "tags"
9088 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9089 #  x-axis: "X = CNFs per Service Chain"
9090 #  y-axis: "Y = Number of Service Chains"
9091 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9092 #  layout:
9093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9094 #    layout: "plot-service-density"
9095 #
9096 #- type: "plot"
9097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9098 #  algorithm: "plot_nf_heatmap"
9099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9100 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9101 #  filter: "'NIC_Intel-XL710' and
9102 #           'NF_DENSITY' and
9103 #           'DOCKER' and
9104 #           'CHAIN' and
9105 #           'NF_VPPIP4' and
9106 #           'IPSEC' and
9107 #           'TNL_4' and
9108 #           'IMIX' and
9109 #           '4T4C' and
9110 #           'MRR'"
9111 #  parameters:
9112 #  - "result"
9113 #  - "name"
9114 #  - "tags"
9115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9116 #  x-axis: "X = CNFs per Service Chain"
9117 #  y-axis: "Y = Number of Service Chains"
9118 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9119 #  layout:
9120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9121 #    layout: "plot-service-density"
9122
9123 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9124 #- type: "plot"
9125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9126 #  algorithm: "plot_nf_heatmap"
9127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9128 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9129 #  filter: "'NIC_Intel-XL710' and
9130 #           'NF_DENSITY' and
9131 #           'DOCKER' and
9132 #           'CHAIN' and
9133 #           'NF_VPPIP4' and
9134 #           'IPSEC' and
9135 #           'TNL_4' and
9136 #           'IMIX' and
9137 #           '1T1C' and
9138 #           'NDRPDR'"
9139 #  parameters:
9140 #  - "throughput"
9141 #  - "name"
9142 #  - "tags"
9143 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9144 #  x-axis: "X = CNFs per Service Chain"
9145 #  y-axis: "Y = Number of Service Chains"
9146 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9147 #  layout:
9148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9149 #    layout: "plot-service-density"
9150 #
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9155 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9156 #  filter: "'NIC_Intel-XL710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'CHAIN' and
9160 #           'NF_VPPIP4' and
9161 #           'IPSEC' and
9162 #           'TNL_4' and
9163 #           'IMIX' and
9164 #           '2T2C' and
9165 #           'NDRPDR'"
9166 #  parameters:
9167 #  - "throughput"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Chain"
9172 #  y-axis: "Y = Number of Service Chains"
9173 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9176 #    layout: "plot-service-density"
9177 #
9178 #- type: "plot"
9179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9180 #  algorithm: "plot_nf_heatmap"
9181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9182 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9183 #  filter: "'NIC_Intel-XL710' and
9184 #           'NF_DENSITY' and
9185 #           'DOCKER' and
9186 #           'CHAIN' and
9187 #           'NF_VPPIP4' and
9188 #           'IPSEC' and
9189 #           'TNL_4' and
9190 #           'IMIX' and
9191 #           '4T4C' and
9192 #           'NDRPDR'"
9193 #  parameters:
9194 #  - "throughput"
9195 #  - "name"
9196 #  - "tags"
9197 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9198 #  x-axis: "X = CNFs per Service Chain"
9199 #  y-axis: "Y = Number of Service Chains"
9200 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9201 #  layout:
9202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9203 #    layout: "plot-service-density"
9204 #
9205 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9206 #- type: "plot"
9207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9208 #  algorithm: "plot_nf_heatmap"
9209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9210 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9211 #  filter: "'NIC_Intel-XL710' and
9212 #           'NF_DENSITY' and
9213 #           'DOCKER' and
9214 #           'CHAIN' and
9215 #           'NF_VPPIP4' and
9216 #           'IPSEC' and
9217 #           'TNL_4' and
9218 #           'IMIX' and
9219 #           '1T1C' and
9220 #           'NDRPDR'"
9221 #  parameters:
9222 #  - "throughput"
9223 #  - "name"
9224 #  - "tags"
9225 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9226 #  x-axis: "X = CNFs per Service Chain"
9227 #  y-axis: "Y = Number of Service Chains"
9228 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9229 #  layout:
9230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9231 #    layout: "plot-service-density"
9232 #
9233 #- type: "plot"
9234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9235 #  algorithm: "plot_nf_heatmap"
9236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9237 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9238 #  filter: "'NIC_Intel-XL710' and
9239 #           'NF_DENSITY' and
9240 #           'DOCKER' and
9241 #           'CHAIN' and
9242 #           'NF_VPPIP4' and
9243 #           'IPSEC' and
9244 #           'TNL_4' and
9245 #           'IMIX' and
9246 #           '2T2C' and
9247 #           'NDRPDR'"
9248 #  parameters:
9249 #  - "throughput"
9250 #  - "name"
9251 #  - "tags"
9252 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9253 #  x-axis: "X = CNFs per Service Chain"
9254 #  y-axis: "Y = Number of Service Chains"
9255 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9256 #  layout:
9257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9258 #    layout: "plot-service-density"
9259 #
9260 #- type: "plot"
9261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9262 #  algorithm: "plot_nf_heatmap"
9263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9264 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9265 #  filter: "'NIC_Intel-XL710' and
9266 #           'NF_DENSITY' and
9267 #           'DOCKER' and
9268 #           'CHAIN' and
9269 #           'NF_VPPIP4' and
9270 #           'IPSEC' and
9271 #           'TNL_4' and
9272 #           'IMIX' and
9273 #           '4T4C' and
9274 #           'NDRPDR'"
9275 #  parameters:
9276 #  - "throughput"
9277 #  - "name"
9278 #  - "tags"
9279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9280 #  x-axis: "X = CNFs per Service Chain"
9281 #  y-axis: "Y = Number of Service Chains"
9282 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9283 #  layout:
9284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9285 #    layout: "plot-service-density"
9286
9287 ###############################################################################
9288
9289 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9294 #  data: "plot-vpp-nfv-3n-skx-mrr"
9295 #  filter: "'NIC_Intel-XXV710' and
9296 #           'NF_DENSITY' and
9297 #           'DOCKER' and
9298 #           'CHAIN' and
9299 #           'NF_VPPIP4' and
9300 #           'IPSEC' and
9301 #           'TNL_1000' and
9302 #           'IMIX' and
9303 #           '2T1C' and
9304 #           'MRR'"
9305 #  parameters:
9306 #  - "result"
9307 #  - "name"
9308 #  - "tags"
9309 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9310 #  x-axis: "X = CNFs per Service Chain"
9311 #  y-axis: "Y = Number of Service Chains"
9312 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9313 #  layout:
9314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9315 #    layout: "plot-service-density"
9316 #
9317 #- type: "plot"
9318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9319 #  algorithm: "plot_nf_heatmap"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9321 #  data: "plot-vpp-nfv-3n-skx-mrr"
9322 #  filter: "'NIC_Intel-XXV710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'CHAIN' and
9326 #           'NF_VPPIP4' and
9327 #           'IPSEC' and
9328 #           'TNL_1000' and
9329 #           'IMIX' and
9330 #           '4T2C' and
9331 #           'MRR'"
9332 #  parameters:
9333 #  - "result"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Chain"
9338 #  y-axis: "Y = Number of Service Chains"
9339 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9342 #    layout: "plot-service-density"
9343 #
9344 #- type: "plot"
9345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9346 #  algorithm: "plot_nf_heatmap"
9347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9348 #  data: "plot-vpp-nfv-3n-skx-mrr"
9349 #  filter: "'NIC_Intel-XXV710' and
9350 #           'NF_DENSITY' and
9351 #           'DOCKER' and
9352 #           'CHAIN' and
9353 #           'NF_VPPIP4' and
9354 #           'IPSEC' and
9355 #           'TNL_1000' and
9356 #           'IMIX' and
9357 #           '8T4C' and
9358 #           'MRR'"
9359 #  parameters:
9360 #  - "result"
9361 #  - "name"
9362 #  - "tags"
9363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9364 #  x-axis: "X = CNFs per Service Chain"
9365 #  y-axis: "Y = Number of Service Chains"
9366 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9367 #  layout:
9368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9369 #    layout: "plot-service-density"
9370
9371 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9372 #- type: "plot"
9373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9374 #  algorithm: "plot_nf_heatmap"
9375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9376 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9377 #  filter: "'NIC_Intel-XXV710' and
9378 #           'NF_DENSITY' and
9379 #           'DOCKER' and
9380 #           'CHAIN' and
9381 #           'NF_VPPIP4' and
9382 #           'IPSEC' and
9383 #           'TNL_1000' and
9384 #           'IMIX' and
9385 #           '2T1C' and
9386 #           'NDRPDR'"
9387 #  parameters:
9388 #  - "throughput"
9389 #  - "name"
9390 #  - "tags"
9391 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9392 #  x-axis: "X = CNFs per Service Chain"
9393 #  y-axis: "Y = Number of Service Chains"
9394 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9395 #  layout:
9396 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9397 #    layout: "plot-service-density"
9398 #
9399 #- type: "plot"
9400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9401 #  algorithm: "plot_nf_heatmap"
9402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9403 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9404 #  filter: "'NIC_Intel-XXV710' and
9405 #           'NF_DENSITY' and
9406 #           'DOCKER' and
9407 #           'CHAIN' and
9408 #           'NF_VPPIP4' and
9409 #           'IPSEC' and
9410 #           'TNL_1000' and
9411 #           'IMIX' and
9412 #           '4T2C' and
9413 #           'NDRPDR'"
9414 #  parameters:
9415 #  - "throughput"
9416 #  - "name"
9417 #  - "tags"
9418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9419 #  x-axis: "X = CNFs per Service Chain"
9420 #  y-axis: "Y = Number of Service Chains"
9421 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9422 #  layout:
9423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9424 #    layout: "plot-service-density"
9425 #
9426 #- type: "plot"
9427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9428 #  algorithm: "plot_nf_heatmap"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9430 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'CHAIN' and
9435 #           'NF_VPPIP4' and
9436 #           'IPSEC' and
9437 #           'TNL_1000' and
9438 #           'IMIX' and
9439 #           '8T4C' and
9440 #           'NDRPDR'"
9441 #  parameters:
9442 #  - "throughput"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Chain"
9447 #  y-axis: "Y = Number of Service Chains"
9448 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9451 #    layout: "plot-service-density"
9452 #
9453 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9454 #- type: "plot"
9455 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9456 #  algorithm: "plot_nf_heatmap"
9457 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9458 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9459 #  filter: "'NIC_Intel-XXV710' and
9460 #           'NF_DENSITY' and
9461 #           'DOCKER' and
9462 #           'CHAIN' and
9463 #           'NF_VPPIP4' and
9464 #           'IPSEC' and
9465 #           'TNL_1000' and
9466 #           'IMIX' and
9467 #           '2T1C' and
9468 #           'NDRPDR'"
9469 #  parameters:
9470 #  - "throughput"
9471 #  - "name"
9472 #  - "tags"
9473 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9474 #  x-axis: "X = CNFs per Service Chain"
9475 #  y-axis: "Y = Number of Service Chains"
9476 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9477 #  layout:
9478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9479 #    layout: "plot-service-density"
9480 #
9481 #- type: "plot"
9482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9483 #  algorithm: "plot_nf_heatmap"
9484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9485 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9486 #  filter: "'NIC_Intel-XXV710' and
9487 #           'NF_DENSITY' and
9488 #           'DOCKER' and
9489 #           'CHAIN' and
9490 #           'NF_VPPIP4' and
9491 #           'IPSEC' and
9492 #           'TNL_1000' and
9493 #           'IMIX' and
9494 #           '4T2C' and
9495 #           'NDRPDR'"
9496 #  parameters:
9497 #  - "throughput"
9498 #  - "name"
9499 #  - "tags"
9500 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9501 #  x-axis: "X = CNFs per Service Chain"
9502 #  y-axis: "Y = Number of Service Chains"
9503 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9504 #  layout:
9505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9506 #    layout: "plot-service-density"
9507 #
9508 #- type: "plot"
9509 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9510 #  algorithm: "plot_nf_heatmap"
9511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9512 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9513 #  filter: "'NIC_Intel-XXV710' and
9514 #           'NF_DENSITY' and
9515 #           'DOCKER' and
9516 #           'CHAIN' and
9517 #           'NF_VPPIP4' and
9518 #           'IPSEC' and
9519 #           'TNL_1000' and
9520 #           'IMIX' and
9521 #           '8T4C' and
9522 #           'NDRPDR'"
9523 #  parameters:
9524 #  - "throughput"
9525 #  - "name"
9526 #  - "tags"
9527 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9528 #  x-axis: "X = CNFs per Service Chain"
9529 #  y-axis: "Y = Number of Service Chains"
9530 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9531 #  layout:
9532 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9533 #    layout: "plot-service-density"
9534
9535 ###############################################################################
9536
9537 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9538 #- type: "plot"
9539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9540 #  algorithm: "plot_nf_heatmap"
9541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9542 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9543 #  filter: "'NIC_Intel-XL710' and
9544 #           'NF_DENSITY' and
9545 #           'DOCKER' and
9546 #           'CHAIN' and
9547 #           'NF_VPPIP4' and
9548 #           'IMIX' and
9549 #           'TNL_1000' and
9550 #           '1T1C' and
9551 #           'MRR'"
9552 #  parameters:
9553 #  - "result"
9554 #  - "name"
9555 #  - "tags"
9556 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9557 #  x-axis: "X = CNFs per Service Chain"
9558 #  y-axis: "Y = Number of Service Chains"
9559 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9560 #  layout:
9561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9562 #    layout: "plot-service-density"
9563 #
9564 #- type: "plot"
9565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9566 #  algorithm: "plot_nf_heatmap"
9567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9568 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9569 #  filter: "'NIC_Intel-XL710' and
9570 #           'NF_DENSITY' and
9571 #           'DOCKER' and
9572 #           'CHAIN' and
9573 #           'NF_VPPIP4' and
9574 #           'IPSEC' and
9575 #           'TNL_1000' and
9576 #           'IMIX' and
9577 #           '2T2C' and
9578 #           'MRR'"
9579 #  parameters:
9580 #  - "result"
9581 #  - "name"
9582 #  - "tags"
9583 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9584 #  x-axis: "X = CNFs per Service Chain"
9585 #  y-axis: "Y = Number of Service Chains"
9586 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9587 #  layout:
9588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9589 #    layout: "plot-service-density"
9590 #
9591 #- type: "plot"
9592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9593 #  algorithm: "plot_nf_heatmap"
9594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9595 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9596 #  filter: "'NIC_Intel-XL710' and
9597 #           'NF_DENSITY' and
9598 #           'DOCKER' and
9599 #           'CHAIN' and
9600 #           'NF_VPPIP4' and
9601 #           'IPSEC' and
9602 #           'TNL_1000' and
9603 #           'IMIX' and
9604 #           '4T4C' and
9605 #           'MRR'"
9606 #  parameters:
9607 #  - "result"
9608 #  - "name"
9609 #  - "tags"
9610 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9611 #  x-axis: "X = CNFs per Service Chain"
9612 #  y-axis: "Y = Number of Service Chains"
9613 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9614 #  layout:
9615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9616 #    layout: "plot-service-density"
9617
9618 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9619 #- type: "plot"
9620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9621 #  algorithm: "plot_nf_heatmap"
9622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9623 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9624 #  filter: "'NIC_Intel-XL710' and
9625 #           'NF_DENSITY' and
9626 #           'DOCKER' and
9627 #           'CHAIN' and
9628 #           'NF_VPPIP4' and
9629 #           'IPSEC' and
9630 #           'TNL_1000' and
9631 #           'IMIX' and
9632 #           '1T1C' and
9633 #           'NDRPDR'"
9634 #  parameters:
9635 #  - "throughput"
9636 #  - "name"
9637 #  - "tags"
9638 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9639 #  x-axis: "X = CNFs per Service Chain"
9640 #  y-axis: "Y = Number of Service Chains"
9641 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9642 #  layout:
9643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9644 #    layout: "plot-service-density"
9645 #
9646 #- type: "plot"
9647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9648 #  algorithm: "plot_nf_heatmap"
9649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9650 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9651 #  filter: "'NIC_Intel-XL710' and
9652 #           'NF_DENSITY' and
9653 #           'DOCKER' and
9654 #           'CHAIN' and
9655 #           'NF_VPPIP4' and
9656 #           'IPSEC' and
9657 #           'TNL_1000' and
9658 #           'IMIX' and
9659 #           '2T2C' and
9660 #           'NDRPDR'"
9661 #  parameters:
9662 #  - "throughput"
9663 #  - "name"
9664 #  - "tags"
9665 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9666 #  x-axis: "X = CNFs per Service Chain"
9667 #  y-axis: "Y = Number of Service Chains"
9668 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9669 #  layout:
9670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9671 #    layout: "plot-service-density"
9672 #
9673 #- type: "plot"
9674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9675 #  algorithm: "plot_nf_heatmap"
9676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9677 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9678 #  filter: "'NIC_Intel-XL710' and
9679 #           'NF_DENSITY' and
9680 #           'DOCKER' and
9681 #           'CHAIN' and
9682 #           'NF_VPPIP4' and
9683 #           'IPSEC' and
9684 #           'TNL_1000' and
9685 #           'IMIX' and
9686 #           '4T4C' and
9687 #           'NDRPDR'"
9688 #  parameters:
9689 #  - "throughput"
9690 #  - "name"
9691 #  - "tags"
9692 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9693 #  x-axis: "X = CNFs per Service Chain"
9694 #  y-axis: "Y = Number of Service Chains"
9695 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9696 #  layout:
9697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9698 #    layout: "plot-service-density"
9699 #
9700 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9701 #- type: "plot"
9702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9703 #  algorithm: "plot_nf_heatmap"
9704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9705 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9706 #  filter: "'NIC_Intel-XL710' and
9707 #           'NF_DENSITY' and
9708 #           'DOCKER' and
9709 #           'CHAIN' and
9710 #           'NF_VPPIP4' and
9711 #           'IPSEC' and
9712 #           'TNL_1000' and
9713 #           'IMIX' and
9714 #           '1T1C' and
9715 #           'NDRPDR'"
9716 #  parameters:
9717 #  - "throughput"
9718 #  - "name"
9719 #  - "tags"
9720 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9721 #  x-axis: "X = CNFs per Service Chain"
9722 #  y-axis: "Y = Number of Service Chains"
9723 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9724 #  layout:
9725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9726 #    layout: "plot-service-density"
9727 #
9728 #- type: "plot"
9729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9730 #  algorithm: "plot_nf_heatmap"
9731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9732 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9733 #  filter: "'NIC_Intel-XL710' and
9734 #           'NF_DENSITY' and
9735 #           'DOCKER' and
9736 #           'CHAIN' and
9737 #           'NF_VPPIP4' and
9738 #           'IPSEC' and
9739 #           'TNL_1000' and
9740 #           'IMIX' and
9741 #           '2T2C' and
9742 #           'NDRPDR'"
9743 #  parameters:
9744 #  - "throughput"
9745 #  - "name"
9746 #  - "tags"
9747 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9748 #  x-axis: "X = CNFs per Service Chain"
9749 #  y-axis: "Y = Number of Service Chains"
9750 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9751 #  layout:
9752 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9753 #    layout: "plot-service-density"
9754 #
9755 #- type: "plot"
9756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9757 #  algorithm: "plot_nf_heatmap"
9758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9759 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9760 #  filter: "'NIC_Intel-XL710' and
9761 #           'NF_DENSITY' and
9762 #           'DOCKER' and
9763 #           'CHAIN' and
9764 #           'NF_VPPIP4' and
9765 #           'IPSEC' and
9766 #           'TNL_1000' and
9767 #           'IMIX' and
9768 #           '4T4C' and
9769 #           'NDRPDR'"
9770 #  parameters:
9771 #  - "throughput"
9772 #  - "name"
9773 #  - "tags"
9774 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9775 #  x-axis: "X = CNFs per Service Chain"
9776 #  y-axis: "Y = Number of Service Chains"
9777 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9778 #  layout:
9779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9780 #    layout: "plot-service-density"
9781
9782 ###############################################################################
9783
9784 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9785 #- type: "plot"
9786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9787 #  algorithm: "plot_nf_heatmap"
9788 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9789 #  data: "plot-vpp-nfv-3n-skx-mrr"
9790 #  filter: "'NIC_Intel-XXV710' and
9791 #           'NF_DENSITY' and
9792 #           'DOCKER' and
9793 #           'CHAIN' and
9794 #           'NF_VPPIP4' and
9795 #           'IPSEC' and
9796 #           'TNL_10000' and
9797 #           'IMIX' and
9798 #           '2T1C' and
9799 #           'MRR'"
9800 #  parameters:
9801 #  - "result"
9802 #  - "name"
9803 #  - "tags"
9804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9805 #  x-axis: "X = CNFs per Service Chain"
9806 #  y-axis: "Y = Number of Service Chains"
9807 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9808 #  layout:
9809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9810 #    layout: "plot-service-density"
9811 #
9812 #- type: "plot"
9813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9814 #  algorithm: "plot_nf_heatmap"
9815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9816 #  data: "plot-vpp-nfv-3n-skx-mrr"
9817 #  filter: "'NIC_Intel-XXV710' and
9818 #           'NF_DENSITY' and
9819 #           'DOCKER' and
9820 #           'CHAIN' and
9821 #           'NF_VPPIP4' and
9822 #           'IPSEC' and
9823 #           'TNL_10000' and
9824 #           'IMIX' and
9825 #           '4T2C' and
9826 #           'MRR'"
9827 #  parameters:
9828 #  - "result"
9829 #  - "name"
9830 #  - "tags"
9831 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9832 #  x-axis: "X = CNFs per Service Chain"
9833 #  y-axis: "Y = Number of Service Chains"
9834 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9835 #  layout:
9836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9837 #    layout: "plot-service-density"
9838 #
9839 #- type: "plot"
9840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9841 #  algorithm: "plot_nf_heatmap"
9842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9843 #  data: "plot-vpp-nfv-3n-skx-mrr"
9844 #  filter: "'NIC_Intel-XXV710' and
9845 #           'NF_DENSITY' and
9846 #           'DOCKER' and
9847 #           'CHAIN' and
9848 #           'NF_VPPIP4' and
9849 #           'IPSEC' and
9850 #           'TNL_10000' and
9851 #           'IMIX' and
9852 #           '8T4C' and
9853 #           'MRR'"
9854 #  parameters:
9855 #  - "result"
9856 #  - "name"
9857 #  - "tags"
9858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9859 #  x-axis: "X = CNFs per Service Chain"
9860 #  y-axis: "Y = Number of Service Chains"
9861 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9862 #  layout:
9863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9864 #    layout: "plot-service-density"
9865
9866 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9867 #- type: "plot"
9868 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9869 #  algorithm: "plot_nf_heatmap"
9870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9871 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9872 #  filter: "'NIC_Intel-XXV710' and
9873 #           'NF_DENSITY' and
9874 #           'DOCKER' and
9875 #           'CHAIN' and
9876 #           'NF_VPPIP4' and
9877 #           'IPSEC' and
9878 #           'TNL_10000' and
9879 #           'IMIX' and
9880 #           '2T1C' and
9881 #           'NDRPDR'"
9882 #  parameters:
9883 #  - "throughput"
9884 #  - "name"
9885 #  - "tags"
9886 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9887 #  x-axis: "X = CNFs per Service Chain"
9888 #  y-axis: "Y = Number of Service Chains"
9889 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9890 #  layout:
9891 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9892 #    layout: "plot-service-density"
9893 #
9894 #- type: "plot"
9895 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9896 #  algorithm: "plot_nf_heatmap"
9897 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9898 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9899 #  filter: "'NIC_Intel-XXV710' and
9900 #           'NF_DENSITY' and
9901 #           'DOCKER' and
9902 #           'CHAIN' and
9903 #           'NF_VPPIP4' and
9904 #           'IPSEC' and
9905 #           'TNL_10000' and
9906 #           'IMIX' and
9907 #           '4T2C' and
9908 #           'NDRPDR'"
9909 #  parameters:
9910 #  - "throughput"
9911 #  - "name"
9912 #  - "tags"
9913 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9914 #  x-axis: "X = CNFs per Service Chain"
9915 #  y-axis: "Y = Number of Service Chains"
9916 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9917 #  layout:
9918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9919 #    layout: "plot-service-density"
9920 #
9921 #- type: "plot"
9922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9923 #  algorithm: "plot_nf_heatmap"
9924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9925 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9926 #  filter: "'NIC_Intel-XXV710' and
9927 #           'NF_DENSITY' and
9928 #           'DOCKER' and
9929 #           'CHAIN' and
9930 #           'NF_VPPIP4' and
9931 #           'IPSEC' and
9932 #           'TNL_10000' and
9933 #           'IMIX' and
9934 #           '8T4C' and
9935 #           'NDRPDR'"
9936 #  parameters:
9937 #  - "throughput"
9938 #  - "name"
9939 #  - "tags"
9940 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9941 #  x-axis: "X = CNFs per Service Chain"
9942 #  y-axis: "Y = Number of Service Chains"
9943 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9944 #  layout:
9945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9946 #    layout: "plot-service-density"
9947 #
9948 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9949 #- type: "plot"
9950 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9951 #  algorithm: "plot_nf_heatmap"
9952 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9953 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9954 #  filter: "'NIC_Intel-XXV710' and
9955 #           'NF_DENSITY' and
9956 #           'DOCKER' and
9957 #           'CHAIN' and
9958 #           'NF_VPPIP4' and
9959 #           'IPSEC' and
9960 #           'TNL_10000' and
9961 #           'IMIX' and
9962 #           '2T1C' and
9963 #           'NDRPDR'"
9964 #  parameters:
9965 #  - "throughput"
9966 #  - "name"
9967 #  - "tags"
9968 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9969 #  x-axis: "X = CNFs per Service Chain"
9970 #  y-axis: "Y = Number of Service Chains"
9971 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9972 #  layout:
9973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9974 #    layout: "plot-service-density"
9975 #
9976 #- type: "plot"
9977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9978 #  algorithm: "plot_nf_heatmap"
9979 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9980 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9981 #  filter: "'NIC_Intel-XXV710' and
9982 #           'NF_DENSITY' and
9983 #           'DOCKER' and
9984 #           'CHAIN' and
9985 #           'NF_VPPIP4' and
9986 #           'IPSEC' and
9987 #           'TNL_10000' and
9988 #           'IMIX' and
9989 #           '4T2C' and
9990 #           'NDRPDR'"
9991 #  parameters:
9992 #  - "throughput"
9993 #  - "name"
9994 #  - "tags"
9995 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9996 #  x-axis: "X = CNFs per Service Chain"
9997 #  y-axis: "Y = Number of Service Chains"
9998 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9999 #  layout:
10000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10001 #    layout: "plot-service-density"
10002 #
10003 #- type: "plot"
10004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10005 #  algorithm: "plot_nf_heatmap"
10006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10007 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10008 #  filter: "'NIC_Intel-XXV710' and
10009 #           'NF_DENSITY' and
10010 #           'DOCKER' and
10011 #           'CHAIN' and
10012 #           'NF_VPPIP4' and
10013 #           'IPSEC' and
10014 #           'TNL_10000' and
10015 #           'IMIX' and
10016 #           '8T4C' and
10017 #           'NDRPDR'"
10018 #  parameters:
10019 #  - "throughput"
10020 #  - "name"
10021 #  - "tags"
10022 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10023 #  x-axis: "X = CNFs per Service Chain"
10024 #  y-axis: "Y = Number of Service Chains"
10025 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10026 #  layout:
10027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10028 #    layout: "plot-service-density"
10029
10030 ###############################################################################
10031
10032 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10033 #- type: "plot"
10034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10035 #  algorithm: "plot_nf_heatmap"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10037 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10038 #  filter: "'NIC_Intel-XL710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'CHAIN' and
10042 #           'NF_VPPIP4' and
10043 #           'IMIX' and
10044 #           'TNL_10000' and
10045 #           '1T1C' and
10046 #           'MRR'"
10047 #  parameters:
10048 #  - "result"
10049 #  - "name"
10050 #  - "tags"
10051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10052 #  x-axis: "X = CNFs per Service Chain"
10053 #  y-axis: "Y = Number of Service Chains"
10054 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10055 #  layout:
10056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10057 #    layout: "plot-service-density"
10058 #
10059 #- type: "plot"
10060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10061 #  algorithm: "plot_nf_heatmap"
10062 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10063 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10064 #  filter: "'NIC_Intel-XL710' and
10065 #           'NF_DENSITY' and
10066 #           'DOCKER' and
10067 #           'CHAIN' and
10068 #           'NF_VPPIP4' and
10069 #           'IPSEC' and
10070 #           'TNL_10000' and
10071 #           'IMIX' and
10072 #           '2T2C' and
10073 #           'MRR'"
10074 #  parameters:
10075 #  - "result"
10076 #  - "name"
10077 #  - "tags"
10078 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10079 #  x-axis: "X = CNFs per Service Chain"
10080 #  y-axis: "Y = Number of Service Chains"
10081 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10082 #  layout:
10083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10084 #    layout: "plot-service-density"
10085 #
10086 #- type: "plot"
10087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10088 #  algorithm: "plot_nf_heatmap"
10089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10090 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10091 #  filter: "'NIC_Intel-XL710' and
10092 #           'NF_DENSITY' and
10093 #           'DOCKER' and
10094 #           'CHAIN' and
10095 #           'NF_VPPIP4' and
10096 #           'IPSEC' and
10097 #           'TNL_10000' and
10098 #           'IMIX' and
10099 #           '4T4C' and
10100 #           'MRR'"
10101 #  parameters:
10102 #  - "result"
10103 #  - "name"
10104 #  - "tags"
10105 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10106 #  x-axis: "X = CNFs per Service Chain"
10107 #  y-axis: "Y = Number of Service Chains"
10108 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10109 #  layout:
10110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10111 #    layout: "plot-service-density"
10112
10113 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10114 #- type: "plot"
10115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10116 #  algorithm: "plot_nf_heatmap"
10117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10118 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10119 #  filter: "'NIC_Intel-XL710' and
10120 #           'NF_DENSITY' and
10121 #           'DOCKER' and
10122 #           'CHAIN' and
10123 #           'NF_VPPIP4' and
10124 #           'IPSEC' and
10125 #           'TNL_10000' and
10126 #           'IMIX' and
10127 #           '1T1C' and
10128 #           'NDRPDR'"
10129 #  parameters:
10130 #  - "throughput"
10131 #  - "name"
10132 #  - "tags"
10133 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10134 #  x-axis: "X = CNFs per Service Chain"
10135 #  y-axis: "Y = Number of Service Chains"
10136 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10137 #  layout:
10138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10139 #    layout: "plot-service-density"
10140 #
10141 #- type: "plot"
10142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10143 #  algorithm: "plot_nf_heatmap"
10144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10145 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10146 #  filter: "'NIC_Intel-XL710' and
10147 #           'NF_DENSITY' and
10148 #           'DOCKER' and
10149 #           'CHAIN' and
10150 #           'NF_VPPIP4' and
10151 #           'IPSEC' and
10152 #           'TNL_10000' and
10153 #           'IMIX' and
10154 #           '2T2C' and
10155 #           'NDRPDR'"
10156 #  parameters:
10157 #  - "throughput"
10158 #  - "name"
10159 #  - "tags"
10160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10161 #  x-axis: "X = CNFs per Service Chain"
10162 #  y-axis: "Y = Number of Service Chains"
10163 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10164 #  layout:
10165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10166 #    layout: "plot-service-density"
10167 #
10168 #- type: "plot"
10169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10170 #  algorithm: "plot_nf_heatmap"
10171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10172 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10173 #  filter: "'NIC_Intel-XL710' and
10174 #           'NF_DENSITY' and
10175 #           'DOCKER' and
10176 #           'CHAIN' and
10177 #           'NF_VPPIP4' and
10178 #           'IPSEC' and
10179 #           'TNL_10000' and
10180 #           'IMIX' and
10181 #           '4T4C' and
10182 #           'NDRPDR'"
10183 #  parameters:
10184 #  - "throughput"
10185 #  - "name"
10186 #  - "tags"
10187 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10188 #  x-axis: "X = CNFs per Service Chain"
10189 #  y-axis: "Y = Number of Service Chains"
10190 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10191 #  layout:
10192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10193 #    layout: "plot-service-density"
10194 #
10195 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10196 #- type: "plot"
10197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10198 #  algorithm: "plot_nf_heatmap"
10199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10200 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10201 #  filter: "'NIC_Intel-XL710' and
10202 #           'NF_DENSITY' and
10203 #           'DOCKER' and
10204 #           'CHAIN' and
10205 #           'NF_VPPIP4' and
10206 #           'IPSEC' and
10207 #           'TNL_10000' and
10208 #           'IMIX' and
10209 #           '1T1C' and
10210 #           'NDRPDR'"
10211 #  parameters:
10212 #  - "throughput"
10213 #  - "name"
10214 #  - "tags"
10215 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10216 #  x-axis: "X = CNFs per Service Chain"
10217 #  y-axis: "Y = Number of Service Chains"
10218 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10219 #  layout:
10220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10221 #    layout: "plot-service-density"
10222 #
10223 #- type: "plot"
10224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10225 #  algorithm: "plot_nf_heatmap"
10226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10227 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10228 #  filter: "'NIC_Intel-XL710' and
10229 #           'NF_DENSITY' and
10230 #           'DOCKER' and
10231 #           'CHAIN' and
10232 #           'NF_VPPIP4' and
10233 #           'IPSEC' and
10234 #           'TNL_10000' and
10235 #           'IMIX' and
10236 #           '2T2C' and
10237 #           'NDRPDR'"
10238 #  parameters:
10239 #  - "throughput"
10240 #  - "name"
10241 #  - "tags"
10242 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10243 #  x-axis: "X = CNFs per Service Chain"
10244 #  y-axis: "Y = Number of Service Chains"
10245 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10246 #  layout:
10247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10248 #    layout: "plot-service-density"
10249 #
10250 #- type: "plot"
10251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10252 #  algorithm: "plot_nf_heatmap"
10253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10254 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10255 #  filter: "'NIC_Intel-XL710' and
10256 #           'NF_DENSITY' and
10257 #           'DOCKER' and
10258 #           'CHAIN' and
10259 #           'NF_VPPIP4' and
10260 #           'IPSEC' and
10261 #           'TNL_10000' and
10262 #           'IMIX' and
10263 #           '4T4C' and
10264 #           'NDRPDR'"
10265 #  parameters:
10266 #  - "throughput"
10267 #  - "name"
10268 #  - "tags"
10269 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10270 #  x-axis: "X = CNFs per Service Chain"
10271 #  y-axis: "Y = Number of Service Chains"
10272 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10273 #  layout:
10274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10275 #    layout: "plot-service-density"
10276
10277 ###############################################################################
10278
10279 # Plots - NF Density - CSP - MRR IMIX
10280 - type: "plot"
10281   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10282   algorithm: "plot_nf_heatmap"
10283   output-file-type: ".html"
10284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10285   data: "plot-vpp-nfv-2n-skx-mrr"
10286   filter: "'NIC_Intel-XXV710' and
10287            'NF_DENSITY' and
10288            'DOCKER' and
10289            'PIPELINE' and
10290            'NF_VPPIP4' and
10291            'IMIX' and
10292            '2T1C' and
10293            'MRR'"
10294   parameters:
10295   - "result"
10296   - "name"
10297   - "tags"
10298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10299   x-axis: "X = CNFs per Service Pipeline"
10300   y-axis: "Y = Number of Service Pipelines"
10301   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10302   layout:
10303     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10304     layout: "plot-service-density"
10305
10306 - type: "plot"
10307   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10308   algorithm: "plot_nf_heatmap"
10309   output-file-type: ".html"
10310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10311   data: "plot-vpp-nfv-2n-skx-mrr"
10312   filter: "'NIC_Intel-XXV710' and
10313            'NF_DENSITY' and
10314            'DOCKER' and
10315            'PIPELINE' and
10316            'NF_VPPIP4' and
10317            'IMIX' and
10318            '4T2C' and
10319            'MRR'"
10320   parameters:
10321   - "result"
10322   - "name"
10323   - "tags"
10324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10325   x-axis: "X = CNFs per Service Pipeline"
10326   y-axis: "Y = Number of Service Pipelines"
10327   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10328   layout:
10329     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10330     layout: "plot-service-density"
10331
10332 - type: "plot"
10333   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10334   algorithm: "plot_nf_heatmap"
10335   output-file-type: ".html"
10336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10337   data: "plot-vpp-nfv-2n-skx-mrr"
10338   filter: "'NIC_Intel-XXV710' and
10339            'NF_DENSITY' and
10340            'DOCKER' and
10341            'PIPELINE' and
10342            'NF_VPPIP4' and
10343            'IMIX' and
10344            '8T4C' and
10345            'MRR'"
10346   parameters:
10347   - "result"
10348   - "name"
10349   - "tags"
10350   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10351   x-axis: "X = CNFs per Service Pipeline"
10352   y-axis: "Y = Number of Service Pipelines"
10353   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10354   layout:
10355     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10356     layout: "plot-service-density"
10357
10358 # Plots - NF Density - CSP - NDR IMIX
10359 - type: "plot"
10360   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10361   algorithm: "plot_nf_heatmap"
10362   output-file-type: ".html"
10363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10364   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10365   filter: "'NIC_Intel-XXV710' and
10366            'NF_DENSITY' and
10367            'DOCKER' and
10368            'PIPELINE' and
10369            'NF_VPPIP4' and
10370            'IMIX' and
10371            '2T1C' and
10372            'NDRPDR'"
10373   parameters:
10374   - "throughput"
10375   - "name"
10376   - "tags"
10377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10378   x-axis: "X = CNFs per Service Pipeline"
10379   y-axis: "Y = Number of Service Pipelines"
10380   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10381   layout:
10382     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10383     layout: "plot-service-density"
10384
10385 - type: "plot"
10386   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10387   algorithm: "plot_nf_heatmap"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10390   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10391   filter: "'NIC_Intel-XXV710' and
10392            'NF_DENSITY' and
10393            'DOCKER' and
10394            'PIPELINE' and
10395            'NF_VPPIP4' and
10396            'IMIX' and
10397            '4T2C' and
10398            'NDRPDR'"
10399   parameters:
10400   - "throughput"
10401   - "name"
10402   - "tags"
10403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10404   x-axis: "X = CNFs per Service Pipeline"
10405   y-axis: "Y = Number of Service Pipelines"
10406   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10407   layout:
10408     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10409     layout: "plot-service-density"
10410
10411 - type: "plot"
10412   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10413   algorithm: "plot_nf_heatmap"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10416   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10417   filter: "'NIC_Intel-XXV710' and
10418            'NF_DENSITY' and
10419            'DOCKER' and
10420            'PIPELINE' and
10421            'NF_VPPIP4' and
10422            'IMIX' and
10423            '8T4C' and
10424            'NDRPDR'"
10425   parameters:
10426   - "throughput"
10427   - "name"
10428   - "tags"
10429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10430   x-axis: "X = CNFs per Service Pipeline"
10431   y-axis: "Y = Number of Service Pipelines"
10432   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10433   layout:
10434     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10435     layout: "plot-service-density"
10436
10437 # Plots - NF Density - CSP - PDR IMIX
10438 - type: "plot"
10439   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10440   algorithm: "plot_nf_heatmap"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10443   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10444   filter: "'NIC_Intel-XXV710' and
10445            'NF_DENSITY' and
10446            'DOCKER' and
10447            'PIPELINE' and
10448            'NF_VPPIP4' and
10449            'IMIX' and
10450            '2T1C' and
10451            'NDRPDR'"
10452   parameters:
10453   - "throughput"
10454   - "name"
10455   - "tags"
10456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10457   x-axis: "X = CNFs per Service Pipeline"
10458   y-axis: "Y = Number of Service Pipelines"
10459   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10460   layout:
10461     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10462     layout: "plot-service-density"
10463
10464 - type: "plot"
10465   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10466   algorithm: "plot_nf_heatmap"
10467   output-file-type: ".html"
10468   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10469   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10470   filter: "'NIC_Intel-XXV710' and
10471            'NF_DENSITY' and
10472            'DOCKER' and
10473            'PIPELINE' and
10474            'NF_VPPIP4' and
10475            'IMIX' and
10476            '4T2C' and
10477            'NDRPDR'"
10478   parameters:
10479   - "throughput"
10480   - "name"
10481   - "tags"
10482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10483   x-axis: "X = CNFs per Service Pipeline"
10484   y-axis: "Y = Number of Service Pipelines"
10485   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10486   layout:
10487     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10488     layout: "plot-service-density"
10489
10490 - type: "plot"
10491   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10492   algorithm: "plot_nf_heatmap"
10493   output-file-type: ".html"
10494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10495   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10496   filter: "'NIC_Intel-XXV710' and
10497            'NF_DENSITY' and
10498            'DOCKER' and
10499            'PIPELINE' and
10500            'NF_VPPIP4' and
10501            'IMIX' and
10502            '8T4C' and
10503            'NDRPDR'"
10504   parameters:
10505   - "throughput"
10506   - "name"
10507   - "tags"
10508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10509   x-axis: "X = CNFs per Service Pipeline"
10510   y-axis: "Y = Number of Service Pipelines"
10511   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10512   layout:
10513     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10514     layout: "plot-service-density"
10515
10516 ###############################################################################
10517 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10518
10519 - type: "plot"
10520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10521   algorithm: "plot_nf_heatmap"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10524   data: "plot-vpp-nfv-2n-clx-mrr"
10525   filter: "'NIC_Intel-XXV710' and
10526            'NF_DENSITY' and
10527            'VHOST' and
10528            not 'VXLAN' and
10529            'CHAIN' and
10530            'NF_VPPIP4' and
10531            'IMIX' and
10532            '2T1C' and
10533            'MRR'"
10534   parameters:
10535   - "result"
10536   - "name"
10537   - "tags"
10538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10539   x-axis: "X = VNFs per Service Chain"
10540   y-axis: "Y = Number of Service Chains"
10541   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10542   layout:
10543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10544     layout: "plot-service-density"
10545
10546 - type: "plot"
10547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10548   algorithm: "plot_nf_heatmap"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10551   data: "plot-vpp-nfv-2n-clx-mrr"
10552   filter: "'NIC_Intel-XXV710' and
10553            'NF_DENSITY' and
10554            'VHOST' and
10555            not 'VXLAN' and
10556            'CHAIN' and
10557            'NF_VPPIP4' and
10558            'IMIX' and
10559            '4T2C' and
10560            'MRR'"
10561   parameters:
10562   - "result"
10563   - "name"
10564   - "tags"
10565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10566   x-axis: "X = VNFs per Service Chain"
10567   y-axis: "Y = Number of Service Chains"
10568   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10569   layout:
10570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10571     layout: "plot-service-density"
10572
10573 - type: "plot"
10574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10575   algorithm: "plot_nf_heatmap"
10576   output-file-type: ".html"
10577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10578   data: "plot-vpp-nfv-2n-clx-mrr"
10579   filter: "'NIC_Intel-XXV710' and
10580            'NF_DENSITY' and
10581            'VHOST' and
10582            not 'VXLAN' and
10583            'CHAIN' and
10584            'NF_VPPIP4' and
10585            'IMIX' and
10586            '8T4C' and
10587            'MRR'"
10588   parameters:
10589   - "result"
10590   - "name"
10591   - "tags"
10592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10593   x-axis: "X = VNFs per Service Chain"
10594   y-axis: "Y = Number of Service Chains"
10595   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10596   layout:
10597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10598     layout: "plot-service-density"
10599
10600 # Plots - NF Density - VSC - NDR IMIX
10601 - type: "plot"
10602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10603   algorithm: "plot_nf_heatmap"
10604   output-file-type: ".html"
10605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10606   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10607   filter: "'NIC_Intel-XXV710' and
10608            'NF_DENSITY' and
10609            'VHOST' and
10610            not 'VXLAN' and
10611            'CHAIN' and
10612            'NF_VPPIP4' and
10613            'IMIX' and
10614            '2T1C' and
10615            'NDRPDR'"
10616   parameters:
10617   - "throughput"
10618   - "name"
10619   - "tags"
10620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10621   x-axis: "X = VNFs per Service Chain"
10622   y-axis: "Y = Number of Service Chains"
10623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10624   layout:
10625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10626     layout: "plot-service-density"
10627
10628 - type: "plot"
10629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10630   algorithm: "plot_nf_heatmap"
10631   output-file-type: ".html"
10632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10633   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10634   filter: "'NIC_Intel-XXV710' and
10635            'NF_DENSITY' and
10636            'VHOST' and
10637            not 'VXLAN' and
10638            'CHAIN' and
10639            'NF_VPPIP4' and
10640            'IMIX' and
10641            '4T2C' and
10642            'NDRPDR'"
10643   parameters:
10644   - "throughput"
10645   - "name"
10646   - "tags"
10647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10648   x-axis: "X = VNFs per Service Chain"
10649   y-axis: "Y = Number of Service Chains"
10650   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10651   layout:
10652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10653     layout: "plot-service-density"
10654
10655 - type: "plot"
10656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10657   algorithm: "plot_nf_heatmap"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10660   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10661   filter: "'NIC_Intel-XXV710' and
10662            'NF_DENSITY' and
10663            'VHOST' and
10664            not 'VXLAN' and
10665            'CHAIN' and
10666            'NF_VPPIP4' and
10667            'IMIX' and
10668            '8T4C' and
10669            'NDRPDR'"
10670   parameters:
10671   - "throughput"
10672   - "name"
10673   - "tags"
10674   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10675   x-axis: "X = VNFs per Service Chain"
10676   y-axis: "Y = Number of Service Chains"
10677   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10678   layout:
10679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10680     layout: "plot-service-density"
10681
10682 # Plots - NF Density - VSC - PDR IMIX
10683 - type: "plot"
10684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10685   algorithm: "plot_nf_heatmap"
10686   output-file-type: ".html"
10687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10688   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10689   filter: "'NIC_Intel-XXV710' and
10690            'NF_DENSITY' and
10691            'VHOST' and
10692            not 'VXLAN' and
10693            'CHAIN' and
10694            'NF_VPPIP4' and
10695            'IMIX' and
10696            '2T1C' and
10697            'NDRPDR'"
10698   parameters:
10699   - "throughput"
10700   - "name"
10701   - "tags"
10702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10703   x-axis: "X = VNFs per Service Chain"
10704   y-axis: "Y = Number of Service Chains"
10705   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10706   layout:
10707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10708     layout: "plot-service-density"
10709
10710 - type: "plot"
10711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10712   algorithm: "plot_nf_heatmap"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10715   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10716   filter: "'NIC_Intel-XXV710' and
10717            'NF_DENSITY' and
10718            'VHOST' and
10719            not 'VXLAN' and
10720            'CHAIN' and
10721            'NF_VPPIP4' and
10722            'IMIX' and
10723            '4T2C' and
10724            'NDRPDR'"
10725   parameters:
10726   - "throughput"
10727   - "name"
10728   - "tags"
10729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10730   x-axis: "X = VNFs per Service Chain"
10731   y-axis: "Y = Number of Service Chains"
10732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10733   layout:
10734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10735     layout: "plot-service-density"
10736
10737 - type: "plot"
10738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10739   algorithm: "plot_nf_heatmap"
10740   output-file-type: ".html"
10741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10742   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10743   filter: "'NIC_Intel-XXV710' and
10744            'NF_DENSITY' and
10745            'VHOST' and
10746            not 'VXLAN' and
10747            'CHAIN' and
10748            'NF_VPPIP4' and
10749            'IMIX' and
10750            '8T4C' and
10751            'NDRPDR'"
10752   parameters:
10753   - "throughput"
10754   - "name"
10755   - "tags"
10756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10757   x-axis: "X = VNFs per Service Chain"
10758   y-axis: "Y = Number of Service Chains"
10759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10760   layout:
10761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10762     layout: "plot-service-density"
10763
10764 # Plots - NF Density - VSC - MRR IMIX
10765 - type: "plot"
10766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10767   algorithm: "plot_nf_heatmap"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10770   data: "plot-vpp-nfv-2n-clx-mrr"
10771   filter: "'NIC_Intel-XXV710' and
10772            'NF_DENSITY' and
10773            'VHOST' and
10774            'VXLAN' and
10775            'CHAIN' and
10776            'IMIX' and
10777            '2T1C' and
10778            'MRR'"
10779   parameters:
10780   - "result"
10781   - "name"
10782   - "tags"
10783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10784   x-axis: "X = VNFs per Service Chain"
10785   y-axis: "Y = Number of Service Chains"
10786   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10787   layout:
10788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10789     layout: "plot-service-density"
10790
10791 - type: "plot"
10792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10793   algorithm: "plot_nf_heatmap"
10794   output-file-type: ".html"
10795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10796   data: "plot-vpp-nfv-2n-clx-mrr"
10797   filter: "'NIC_Intel-XXV710' and
10798            'NF_DENSITY' and
10799            'VHOST' and
10800            'VXLAN' and
10801            'CHAIN' and
10802            'IMIX' and
10803            '4T2C' and
10804            'MRR'"
10805   parameters:
10806   - "result"
10807   - "name"
10808   - "tags"
10809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10810   x-axis: "X = VNFs per Service Chain"
10811   y-axis: "Y = Number of Service Chains"
10812   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10813   layout:
10814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10815     layout: "plot-service-density"
10816
10817 - type: "plot"
10818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10819   algorithm: "plot_nf_heatmap"
10820   output-file-type: ".html"
10821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10822   data: "plot-vpp-nfv-2n-clx-mrr"
10823   filter: "'NIC_Intel-XXV710' and
10824            'NF_DENSITY' and
10825            'VHOST' and
10826            'VXLAN' and
10827            'CHAIN' and
10828            'IMIX' and
10829            '8T4C' and
10830            'MRR'"
10831   parameters:
10832   - "result"
10833   - "name"
10834   - "tags"
10835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10836   x-axis: "X = VNFs per Service Chain"
10837   y-axis: "Y = Number of Service Chains"
10838   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10839   layout:
10840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10841     layout: "plot-service-density"
10842
10843 # Plots - NF Density - VSC - NDR IMIX
10844 - type: "plot"
10845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10846   algorithm: "plot_nf_heatmap"
10847   output-file-type: ".html"
10848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10849   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10850   filter: "'NIC_Intel-XXV710' and
10851            'NF_DENSITY' and
10852            'VHOST' and
10853            'VXLAN' and
10854            'CHAIN' and
10855            'IMIX' and
10856            '2T1C' and
10857            'NDRPDR'"
10858   parameters:
10859   - "throughput"
10860   - "name"
10861   - "tags"
10862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10863   x-axis: "X = VNFs per Service Chain"
10864   y-axis: "Y = Number of Service Chains"
10865   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10866   layout:
10867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10868     layout: "plot-service-density"
10869
10870 - type: "plot"
10871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10872   algorithm: "plot_nf_heatmap"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10875   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10876   filter: "'NIC_Intel-XXV710' and
10877            'NF_DENSITY' and
10878            'VHOST' and
10879            'VXLAN' and
10880            'CHAIN' and
10881            'IMIX' and
10882            '4T2C' and
10883            'NDRPDR'"
10884   parameters:
10885   - "throughput"
10886   - "name"
10887   - "tags"
10888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10889   x-axis: "X = VNFs per Service Chain"
10890   y-axis: "Y = Number of Service Chains"
10891   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10892   layout:
10893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10894     layout: "plot-service-density"
10895
10896 - type: "plot"
10897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10898   algorithm: "plot_nf_heatmap"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10901   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10902   filter: "'NIC_Intel-XXV710' and
10903            'NF_DENSITY' and
10904            'VHOST' and
10905            'VXLAN' and
10906            'CHAIN' and
10907            'IMIX' and
10908            '8T4C' and
10909            'NDRPDR'"
10910   parameters:
10911   - "throughput"
10912   - "name"
10913   - "tags"
10914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10915   x-axis: "X = VNFs per Service Chain"
10916   y-axis: "Y = Number of Service Chains"
10917   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10918   layout:
10919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10920     layout: "plot-service-density"
10921
10922 # Plots - NF Density - VSC - PDR IMIX
10923 - type: "plot"
10924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10925   algorithm: "plot_nf_heatmap"
10926   output-file-type: ".html"
10927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10928   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10929   filter: "'NIC_Intel-XXV710' and
10930            'NF_DENSITY' and
10931            'VHOST' and
10932            'VXLAN' and
10933            'CHAIN' and
10934            'IMIX' and
10935            '2T1C' and
10936            'NDRPDR'"
10937   parameters:
10938   - "throughput"
10939   - "name"
10940   - "tags"
10941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10942   x-axis: "X = VNFs per Service Chain"
10943   y-axis: "Y = Number of Service Chains"
10944   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10945   layout:
10946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10947     layout: "plot-service-density"
10948
10949 - type: "plot"
10950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10951   algorithm: "plot_nf_heatmap"
10952   output-file-type: ".html"
10953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10954   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10955   filter: "'NIC_Intel-XXV710' and
10956            'NF_DENSITY' and
10957            'VHOST' and
10958            'VXLAN' and
10959            'CHAIN' and
10960            'IMIX' and
10961            '4T2C' and
10962            'NDRPDR'"
10963   parameters:
10964   - "throughput"
10965   - "name"
10966   - "tags"
10967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10968   x-axis: "X = VNFs per Service Chain"
10969   y-axis: "Y = Number of Service Chains"
10970   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10971   layout:
10972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10973     layout: "plot-service-density"
10974
10975 - type: "plot"
10976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10977   algorithm: "plot_nf_heatmap"
10978   output-file-type: ".html"
10979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10980   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10981   filter: "'NIC_Intel-XXV710' and
10982            'NF_DENSITY' and
10983            'VHOST' and
10984            'VXLAN' and
10985            'CHAIN' and
10986            'IMIX' and
10987            '8T4C' and
10988            'NDRPDR'"
10989   parameters:
10990   - "throughput"
10991   - "name"
10992   - "tags"
10993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10994   x-axis: "X = VNFs per Service Chain"
10995   y-axis: "Y = Number of Service Chains"
10996   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10997   layout:
10998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10999     layout: "plot-service-density"
11000
11001 # Plots - NF Density - CSC - MRR IMIX
11002 - type: "plot"
11003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11004   algorithm: "plot_nf_heatmap"
11005   output-file-type: ".html"
11006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11007   data: "plot-vpp-nfv-2n-clx-mrr"
11008   filter: "'NIC_Intel-XXV710' and
11009            'NF_DENSITY' and
11010            'DOCKER' and
11011            'CHAIN' and
11012            'NF_VPPIP4' and
11013            'IMIX' and
11014            '2T1C' and
11015            'MRR'"
11016   parameters:
11017   - "result"
11018   - "name"
11019   - "tags"
11020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11021   x-axis: "X = CNFs per Service Chain"
11022   y-axis: "Y = Number of Service Chains"
11023   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11024   layout:
11025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11026     layout: "plot-service-density"
11027
11028 - type: "plot"
11029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11030   algorithm: "plot_nf_heatmap"
11031   output-file-type: ".html"
11032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11033   data: "plot-vpp-nfv-2n-clx-mrr"
11034   filter: "'NIC_Intel-XXV710' and
11035            'NF_DENSITY' and
11036            'DOCKER' and
11037            'CHAIN' and
11038            'NF_VPPIP4' and
11039            'IMIX' and
11040            '4T2C' and
11041            'MRR'"
11042   parameters:
11043   - "result"
11044   - "name"
11045   - "tags"
11046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11047   x-axis: "X = CNFs per Service Chain"
11048   y-axis: "Y = Number of Service Chains"
11049   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11050   layout:
11051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11052     layout: "plot-service-density"
11053
11054 - type: "plot"
11055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11056   algorithm: "plot_nf_heatmap"
11057   output-file-type: ".html"
11058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11059   data: "plot-vpp-nfv-2n-clx-mrr"
11060   filter: "'NIC_Intel-XXV710' and
11061            'NF_DENSITY' and
11062            'DOCKER' and
11063            'CHAIN' and
11064            'NF_VPPIP4' and
11065            'IMIX' and
11066            '8T4C' and
11067            'MRR'"
11068   parameters:
11069   - "result"
11070   - "name"
11071   - "tags"
11072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11073   x-axis: "X = CNFs per Service Chain"
11074   y-axis: "Y = Number of Service Chains"
11075   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11076   layout:
11077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11078     layout: "plot-service-density"
11079
11080 # Plots - NF Density - CSC - NDR IMIX
11081 - type: "plot"
11082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11083   algorithm: "plot_nf_heatmap"
11084   output-file-type: ".html"
11085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11086   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11087   filter: "'NIC_Intel-XXV710' and
11088            'NF_DENSITY' and
11089            'DOCKER' and
11090            'CHAIN' and
11091            'NF_VPPIP4' and
11092            'IMIX' and
11093            '2T1C' and
11094            'NDRPDR'"
11095   parameters:
11096   - "throughput"
11097   - "name"
11098   - "tags"
11099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11100   x-axis: "X = CNFs per Service Chain"
11101   y-axis: "Y = Number of Service Chains"
11102   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11103   layout:
11104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11105     layout: "plot-service-density"
11106
11107 - type: "plot"
11108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11109   algorithm: "plot_nf_heatmap"
11110   output-file-type: ".html"
11111   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11112   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11113   filter: "'NIC_Intel-XXV710' and
11114            'NF_DENSITY' and
11115            'DOCKER' and
11116            'CHAIN' and
11117            'NF_VPPIP4' and
11118            'IMIX' and
11119            '4T2C' and
11120            'NDRPDR'"
11121   parameters:
11122   - "throughput"
11123   - "name"
11124   - "tags"
11125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11126   x-axis: "X = CNFs per Service Chain"
11127   y-axis: "Y = Number of Service Chains"
11128   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11129   layout:
11130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11131     layout: "plot-service-density"
11132
11133 - type: "plot"
11134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11135   algorithm: "plot_nf_heatmap"
11136   output-file-type: ".html"
11137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11138   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11139   filter: "'NIC_Intel-XXV710' and
11140            'NF_DENSITY' and
11141            'DOCKER' and
11142            'CHAIN' and
11143            'NF_VPPIP4' and
11144            'IMIX' and
11145            '8T4C' and
11146            'NDRPDR'"
11147   parameters:
11148   - "throughput"
11149   - "name"
11150   - "tags"
11151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11152   x-axis: "X = CNFs per Service Chain"
11153   y-axis: "Y = Number of Service Chains"
11154   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11155   layout:
11156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11157     layout: "plot-service-density"
11158
11159 # Plots - NF Density - CSC - PDR IMIX
11160 - type: "plot"
11161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11162   algorithm: "plot_nf_heatmap"
11163   output-file-type: ".html"
11164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11165   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11166   filter: "'NIC_Intel-XXV710' and
11167            'NF_DENSITY' and
11168            'DOCKER' and
11169            'CHAIN' and
11170            'NF_VPPIP4' and
11171            'IMIX' and
11172            '2T1C' and
11173            'NDRPDR'"
11174   parameters:
11175   - "throughput"
11176   - "name"
11177   - "tags"
11178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11179   x-axis: "X = CNFs per Service Chain"
11180   y-axis: "Y = Number of Service Chains"
11181   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11182   layout:
11183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11184     layout: "plot-service-density"
11185
11186 - type: "plot"
11187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11188   algorithm: "plot_nf_heatmap"
11189   output-file-type: ".html"
11190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11191   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11192   filter: "'NIC_Intel-XXV710' and
11193            'NF_DENSITY' and
11194            'DOCKER' and
11195            'CHAIN' and
11196            'NF_VPPIP4' and
11197            'IMIX' and
11198            '4T2C' and
11199            'NDRPDR'"
11200   parameters:
11201   - "throughput"
11202   - "name"
11203   - "tags"
11204   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11205   x-axis: "X = CNFs per Service Chain"
11206   y-axis: "Y = Number of Service Chains"
11207   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11208   layout:
11209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11210     layout: "plot-service-density"
11211
11212 - type: "plot"
11213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11214   algorithm: "plot_nf_heatmap"
11215   output-file-type: ".html"
11216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11217   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11218   filter: "'NIC_Intel-XXV710' and
11219            'NF_DENSITY' and
11220            'DOCKER' and
11221            'CHAIN' and
11222            'NF_VPPIP4' and
11223            'IMIX' and
11224            '8T4C' and
11225            'NDRPDR'"
11226   parameters:
11227   - "throughput"
11228   - "name"
11229   - "tags"
11230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11231   x-axis: "X = CNFs per Service Chain"
11232   y-axis: "Y = Number of Service Chains"
11233   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11234   layout:
11235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11236     layout: "plot-service-density"
11237
11238 # Plots - NF Density - CSP - MRR IMIX
11239 - type: "plot"
11240   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11241   algorithm: "plot_nf_heatmap"
11242   output-file-type: ".html"
11243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11244   data: "plot-vpp-nfv-2n-clx-mrr"
11245   filter: "'NIC_Intel-XXV710' and
11246            'NF_DENSITY' and
11247            'DOCKER' and
11248            'PIPELINE' and
11249            'NF_VPPIP4' and
11250            'IMIX' and
11251            '2T1C' and
11252            'MRR'"
11253   parameters:
11254   - "result"
11255   - "name"
11256   - "tags"
11257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11258   x-axis: "X = CNFs per Service Pipeline"
11259   y-axis: "Y = Number of Service Pipelines"
11260   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11261   layout:
11262     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11263     layout: "plot-service-density"
11264
11265 - type: "plot"
11266   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11267   algorithm: "plot_nf_heatmap"
11268   output-file-type: ".html"
11269   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11270   data: "plot-vpp-nfv-2n-clx-mrr"
11271   filter: "'NIC_Intel-XXV710' and
11272            'NF_DENSITY' and
11273            'DOCKER' and
11274            'PIPELINE' and
11275            'NF_VPPIP4' and
11276            'IMIX' and
11277            '4T2C' and
11278            'MRR'"
11279   parameters:
11280   - "result"
11281   - "name"
11282   - "tags"
11283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11284   x-axis: "X = CNFs per Service Pipeline"
11285   y-axis: "Y = Number of Service Pipelines"
11286   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11287   layout:
11288     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11289     layout: "plot-service-density"
11290
11291 - type: "plot"
11292   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11293   algorithm: "plot_nf_heatmap"
11294   output-file-type: ".html"
11295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11296   data: "plot-vpp-nfv-2n-clx-mrr"
11297   filter: "'NIC_Intel-XXV710' and
11298            'NF_DENSITY' and
11299            'DOCKER' and
11300            'PIPELINE' and
11301            'NF_VPPIP4' and
11302            'IMIX' and
11303            '8T4C' and
11304            'MRR'"
11305   parameters:
11306   - "result"
11307   - "name"
11308   - "tags"
11309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11310   x-axis: "X = CNFs per Service Pipeline"
11311   y-axis: "Y = Number of Service Pipelines"
11312   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11313   layout:
11314     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11315     layout: "plot-service-density"
11316
11317 # Plots - NF Density - CSP - NDR IMIX
11318 - type: "plot"
11319   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11320   algorithm: "plot_nf_heatmap"
11321   output-file-type: ".html"
11322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11323   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11324   filter: "'NIC_Intel-XXV710' and
11325            'NF_DENSITY' and
11326            'DOCKER' and
11327            'PIPELINE' and
11328            'NF_VPPIP4' and
11329            'IMIX' and
11330            '2T1C' and
11331            'NDRPDR'"
11332   parameters:
11333   - "throughput"
11334   - "name"
11335   - "tags"
11336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11337   x-axis: "X = CNFs per Service Pipeline"
11338   y-axis: "Y = Number of Service Pipelines"
11339   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11340   layout:
11341     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11342     layout: "plot-service-density"
11343
11344 - type: "plot"
11345   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11346   algorithm: "plot_nf_heatmap"
11347   output-file-type: ".html"
11348   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11349   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11350   filter: "'NIC_Intel-XXV710' and
11351            'NF_DENSITY' and
11352            'DOCKER' and
11353            'PIPELINE' and
11354            'NF_VPPIP4' and
11355            'IMIX' and
11356            '4T2C' and
11357            'NDRPDR'"
11358   parameters:
11359   - "throughput"
11360   - "name"
11361   - "tags"
11362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11363   x-axis: "X = CNFs per Service Pipeline"
11364   y-axis: "Y = Number of Service Pipelines"
11365   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11366   layout:
11367     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11368     layout: "plot-service-density"
11369
11370 - type: "plot"
11371   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11372   algorithm: "plot_nf_heatmap"
11373   output-file-type: ".html"
11374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11375   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11376   filter: "'NIC_Intel-XXV710' and
11377            'NF_DENSITY' and
11378            'DOCKER' and
11379            'PIPELINE' and
11380            'NF_VPPIP4' and
11381            'IMIX' and
11382            '8T4C' and
11383            'NDRPDR'"
11384   parameters:
11385   - "throughput"
11386   - "name"
11387   - "tags"
11388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11389   x-axis: "X = CNFs per Service Pipeline"
11390   y-axis: "Y = Number of Service Pipelines"
11391   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11392   layout:
11393     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11394     layout: "plot-service-density"
11395
11396 # Plots - NF Density - CSP - PDR IMIX
11397 - type: "plot"
11398   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11399   algorithm: "plot_nf_heatmap"
11400   output-file-type: ".html"
11401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11402   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11403   filter: "'NIC_Intel-XXV710' and
11404            'NF_DENSITY' and
11405            'DOCKER' and
11406            'PIPELINE' and
11407            'NF_VPPIP4' and
11408            'IMIX' and
11409            '2T1C' and
11410            'NDRPDR'"
11411   parameters:
11412   - "throughput"
11413   - "name"
11414   - "tags"
11415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11416   x-axis: "X = CNFs per Service Pipeline"
11417   y-axis: "Y = Number of Service Pipelines"
11418   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11419   layout:
11420     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11421     layout: "plot-service-density"
11422
11423 - type: "plot"
11424   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11425   algorithm: "plot_nf_heatmap"
11426   output-file-type: ".html"
11427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11428   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11429   filter: "'NIC_Intel-XXV710' and
11430            'NF_DENSITY' and
11431            'DOCKER' and
11432            'PIPELINE' and
11433            'NF_VPPIP4' and
11434            'IMIX' and
11435            '4T2C' and
11436            'NDRPDR'"
11437   parameters:
11438   - "throughput"
11439   - "name"
11440   - "tags"
11441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11442   x-axis: "X = CNFs per Service Pipeline"
11443   y-axis: "Y = Number of Service Pipelines"
11444   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11445   layout:
11446     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11447     layout: "plot-service-density"
11448
11449 - type: "plot"
11450   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11451   algorithm: "plot_nf_heatmap"
11452   output-file-type: ".html"
11453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11454   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11455   filter: "'NIC_Intel-XXV710' and
11456            'NF_DENSITY' and
11457            'DOCKER' and
11458            'PIPELINE' and
11459            'NF_VPPIP4' and
11460            'IMIX' and
11461            '8T4C' and
11462            'NDRPDR'"
11463   parameters:
11464   - "throughput"
11465   - "name"
11466   - "tags"
11467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11468   x-axis: "X = CNFs per Service Pipeline"
11469   y-axis: "Y = Number of Service Pipelines"
11470   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11471   layout:
11472     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11473     layout: "plot-service-density"
11474
11475 ################################################################################
11476
11477 # Packet Throughput
11478
11479 - type: "plot"
11480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
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-ndr"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11498   include:
11499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11503   layout:
11504     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
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-ndr"
11519     layout: "plot-throughput"
11520
11521 - type: "plot"
11522   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11523   algorithm: "plot_perf_box_name"
11524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11526   include:
11527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11531   layout:
11532     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11533     layout: "plot-throughput"
11534
11535 - type: "plot"
11536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11537   algorithm: "plot_perf_box_name"
11538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11540   include:
11541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11546   layout:
11547     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11561   layout:
11562     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11576   layout:
11577     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11591   layout:
11592     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11600   include:
11601     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11602     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11603     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11604     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11605     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11606   layout:
11607     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11615   include:
11616     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11617     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11618     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11619     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11620     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11621   layout:
11622     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11637   layout:
11638     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11639     layout: "plot-throughput"
11640
11641 - type: "plot"
11642   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11643   algorithm: "plot_perf_box_name"
11644   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11646   include:
11647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11653   layout:
11654     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11659   algorithm: "plot_perf_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11662   include:
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11668   layout:
11669     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11676   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11677   include:
11678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11683   layout:
11684     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11685     layout: "plot-throughput"
11686
11687 - type: "plot"
11688   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11689   algorithm: "plot_perf_box_name"
11690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11692   include:
11693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11696   layout:
11697     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11705   include:
11706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11709   layout:
11710     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11718   include:
11719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11724   layout:
11725     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11739   layout:
11740     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11752   layout:
11753     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11761   include:
11762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11765   layout:
11766     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11781   layout:
11782     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11790   include:
11791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11797   layout:
11798     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11806   include:
11807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11812   layout:
11813     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11821   include:
11822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11827   layout:
11828     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11836   include:
11837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11847   layout:
11848     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11849     layout: "plot-cps"
11850
11851 - type: "plot"
11852   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11853   algorithm: "plot_perf_box_name"
11854   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11855   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11856   include:
11857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11867   layout:
11868     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11876   include:
11877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11887   layout:
11888     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11889     layout: "plot-cps"
11890
11891 - type: "plot"
11892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11896   include:
11897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11907   layout:
11908     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11916   include:
11917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11922   layout:
11923     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11931   include:
11932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11937   layout:
11938     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11946   include:
11947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11957   layout:
11958     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11959     layout: "plot-cps"
11960
11961 - type: "plot"
11962   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11966   include:
11967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11977   layout:
11978     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986   include:
11987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11997   layout:
11998     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11999     layout: "plot-cps"
12000
12001 - type: "plot"
12002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12006   include:
12007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12014     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12015     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12016     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12017   layout:
12018     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12033   layout:
12034     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12042   include:
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12049   layout:
12050     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12058   include:
12059     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12062   layout:
12063     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12071   include:
12072     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12075   layout:
12076     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12089 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12090   layout:
12091     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12102 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12103 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12104 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12105   layout:
12106     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12114   include:
12115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12120   layout:
12121     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12129   include:
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12135   layout:
12136     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12144   include:
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12150   layout:
12151     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12165   layout:
12166     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
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-ndr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12188   include:
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12193   layout:
12194     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12202   include:
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12208   layout:
12209     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12217   include:
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12223   layout:
12224     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12225     layout: "plot-throughput"
12226
12227 - type: "plot"
12228   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12229   algorithm: "plot_perf_box_name"
12230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12232   include:
12233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12238   layout:
12239     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12247   include:
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12253   layout:
12254     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
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-ndr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12281   layout:
12282     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12283     layout: "plot-throughput"
12284
12285 - type: "plot"
12286   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12287   algorithm: "plot_perf_box_name"
12288   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12289   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12290   include:
12291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12296   layout:
12297     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12298     layout: "plot-throughput"
12299
12300 - type: "plot"
12301   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12302   algorithm: "plot_perf_box_name"
12303   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12304   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12305   include:
12306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12311   layout:
12312     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12319   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12320   include:
12321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12327   layout:
12328     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12336   include:
12337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12343   layout:
12344     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12352   include:
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12358   layout:
12359     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12366   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12367   include:
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12373   layout:
12374     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12381   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12382   include:
12383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12388   layout:
12389     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12396   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12397   include:
12398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12403   layout:
12404     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12409   algorithm: "plot_perf_box_name"
12410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12412   include:
12413     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12415   layout:
12416     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12424   include:
12425     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12427   layout:
12428     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
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-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12450   include:
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12455   layout:
12456     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
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-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12478   include:
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12483   layout:
12484     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
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-ndr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12506   include:
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12511   layout:
12512     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
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-ndr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12534   include:
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12539   layout:
12540     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12541     layout: "plot-throughput"
12542
12543 - type: "plot"
12544   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12545   algorithm: "plot_perf_box_name"
12546   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12548   include:
12549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12555   layout:
12556     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12564   include:
12565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12571   layout:
12572     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12586   layout:
12587     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12601   layout:
12602     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12610   include:
12611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12616   layout:
12617     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12631   layout:
12632     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12640   include:
12641     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12644   layout:
12645     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12653   include:
12654     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12657   layout:
12658     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12666   include:
12667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12670   layout:
12671     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12672     layout: "plot-throughput"
12673
12674 - type: "plot"
12675   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12676   algorithm: "plot_perf_box_name"
12677   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12679   include:
12680     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12683   layout:
12684     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12692   include:
12693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12697     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12698   layout:
12699     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12704   algorithm: "plot_perf_box_name"
12705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12707   include:
12708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12712     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12713   layout:
12714     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12715     layout: "plot-throughput"
12716
12717 - type: "plot"
12718   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12719   algorithm: "plot_perf_box_name"
12720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12722   include:
12723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12728   layout:
12729     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12730     layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12734   algorithm: "plot_perf_box_name"
12735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12737   include:
12738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12743   layout:
12744     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12745     layout: "plot-throughput"
12746
12747 - type: "plot"
12748   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12751   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12752   include:
12753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12758   layout:
12759     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12764   algorithm: "plot_perf_box_name"
12765   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12767   include:
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12773   layout:
12774     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12775     layout: "plot-throughput"
12776
12777 - type: "plot"
12778   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12779   algorithm: "plot_perf_box_name"
12780   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12781   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12782   include:
12783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12788   layout:
12789     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12796   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12797   include:
12798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12803   layout:
12804     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12805     layout: "plot-throughput"
12806
12807 - type: "plot"
12808   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12809   algorithm: "plot_perf_box_name"
12810   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12811   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12812   include:
12813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12818   layout:
12819     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12827   include:
12828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12833   layout:
12834     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12842   include:
12843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12849   layout:
12850     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12858   include:
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12865   layout:
12866     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
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-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12879   layout:
12880     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12888   include:
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893   layout:
12894     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902   include:
12903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909   layout:
12910     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12918   include:
12919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925   layout:
12926     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12934   include:
12935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941   layout:
12942     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12950   include:
12951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957   layout:
12958     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12966   include:
12967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973   layout:
12974     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12982   include:
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989   layout:
12990     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12998   include:
12999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005   layout:
13006     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13014   include:
13015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021   layout:
13022     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13029   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13030   include:
13031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037   layout:
13038     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13039     layout: "plot-throughput"
13040
13041 - type: "plot"
13042   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13043   algorithm: "plot_perf_box_name"
13044   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13045   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13046   include:
13047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13053   layout:
13054     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13062   include:
13063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13069   layout:
13070     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13078   include:
13079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13085   layout:
13086     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13094   include:
13095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13100   layout:
13101     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13102     layout: "plot-throughput"
13103
13104 - type: "plot"
13105   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13106   algorithm: "plot_perf_box_name"
13107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13109   include:
13110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13115   layout:
13116     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13124   include:
13125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13130   layout:
13131     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13139   include:
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13145   layout:
13146     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
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-ndr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13173   layout:
13174     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
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-ndr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13196   include:
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13201   layout:
13202     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13203     layout: "plot-throughput"
13204
13205 - type: "plot"
13206   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13207   algorithm: "plot_perf_box_name"
13208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13210   include:
13211     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13217   layout:
13218     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13226   include:
13227     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13233   layout:
13234     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13235     layout: "plot-throughput"
13236
13237 - type: "plot"
13238   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13239   algorithm: "plot_perf_box_name"
13240   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13242   include:
13243     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13248   layout:
13249     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13250     layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13257   include:
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13263   layout:
13264     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13272   include:
13273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13278   layout:
13279     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13293   layout:
13294     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
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-ndr"
13309     layout: "plot-throughput"
13310
13311 - type: "plot"
13312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13313   algorithm: "plot_perf_box_name"
13314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13316   include:
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13321   layout:
13322     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13323     layout: "plot-throughput"
13324
13325 - type: "plot"
13326   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13327   algorithm: "plot_perf_box_name"
13328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13330   include:
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13337   layout:
13338     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13339     layout: "plot-throughput"
13340
13341 - type: "plot"
13342   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13343   algorithm: "plot_perf_box_name"
13344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13346   include:
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13353   layout:
13354     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13362   include:
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13369   layout:
13370     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13371     layout: "plot-throughput"
13372
13373 - type: "plot"
13374   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13375   algorithm: "plot_perf_box_name"
13376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13378   include:
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13385   layout:
13386     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13387     layout: "plot-throughput"
13388
13389 - type: "plot"
13390   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13391   algorithm: "plot_perf_box_name"
13392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13394   include:
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13401   layout:
13402     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13410   include:
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13417   layout:
13418     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13419     layout: "plot-throughput"
13420
13421 - type: "plot"
13422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13423   algorithm: "plot_perf_box_name"
13424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13426   include:
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13433   layout:
13434     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13435     layout: "plot-throughput"
13436
13437 - type: "plot"
13438   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13439   algorithm: "plot_perf_box_name"
13440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13442   include:
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13449   layout:
13450     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
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-ndr"
13465     layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13471   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13472   include:
13473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13477   layout:
13478     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13479     layout: "plot-throughput"
13480
13481 - type: "plot"
13482   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13483   algorithm: "plot_perf_box_name"
13484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13486   include:
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13493   layout:
13494     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13495     layout: "plot-throughput"
13496
13497 - type: "plot"
13498   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13499   algorithm: "plot_perf_box_name"
13500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13502   include:
13503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13509   layout:
13510     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13511     layout: "plot-throughput"
13512
13513 - type: "plot"
13514   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13515   algorithm: "plot_perf_box_name"
13516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13518   include:
13519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13525   layout:
13526     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13527     layout: "plot-throughput"
13528
13529 - type: "plot"
13530   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13531   algorithm: "plot_perf_box_name"
13532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13534   include:
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13541   layout:
13542     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13543     layout: "plot-throughput"
13544
13545 - type: "plot"
13546   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13547   algorithm: "plot_perf_box_name"
13548   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
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-ndr"
13557     layout: "plot-throughput"
13558
13559 - type: "plot"
13560   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13561   algorithm: "plot_perf_box_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13563   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13564   include:
13565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13569   layout:
13570     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13571     layout: "plot-throughput"
13572
13573 - type: "plot"
13574   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13575   algorithm: "plot_perf_box_name"
13576   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13577   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13578   include:
13579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13582     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13585   layout:
13586     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13587     layout: "plot-throughput"
13588
13589 - type: "plot"
13590   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13591   algorithm: "plot_perf_box_name"
13592   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13593   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13594   include:
13595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13601   layout:
13602     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13603     layout: "plot-throughput"
13604
13605 - type: "plot"
13606   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13607   algorithm: "plot_perf_box_name"
13608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
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-ndr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13624   include:
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13629   layout:
13630     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13631     layout: "plot-throughput"
13632
13633 - type: "plot"
13634   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13635   algorithm: "plot_perf_box_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13637   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13638   include:
13639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13645   layout:
13646     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13651   algorithm: "plot_perf_box_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13653   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13654   include:
13655     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13658     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13661   layout:
13662     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13663     layout: "plot-throughput"
13664
13665 - type: "plot"
13666   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13667   algorithm: "plot_perf_box_name"
13668   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13669   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13670   include:
13671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13677   layout:
13678     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13679     layout: "plot-throughput"
13680
13681 - type: "plot"
13682   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13683   algorithm: "plot_perf_box_name"
13684   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13685   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13686   include:
13687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13692     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13693   layout:
13694     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13695     layout: "plot-throughput"
13696
13697 - type: "plot"
13698   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13699   algorithm: "plot_perf_box_name"
13700   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13702   include:
13703     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13704     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13705     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13706     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13707     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13708     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13709   layout:
13710     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13711     layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13718   include:
13719     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13720     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13721     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13722     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13723     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13724     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13725   layout:
13726     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13731   algorithm: "plot_perf_box_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13734   include:
13735     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13736     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13737     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13738 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13739 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13740 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13741   layout:
13742     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13743     layout: "plot-throughput"
13744
13745 - type: "plot"
13746   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13747   algorithm: "plot_perf_box_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13750   include:
13751     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13752     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13753     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13754 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13755 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13756 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13757   layout:
13758     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13759     layout: "plot-throughput"
13760
13761 - type: "plot"
13762   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13763   algorithm: "plot_perf_box_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13766   include:
13767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13770     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13773   layout:
13774     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13775     layout: "plot-throughput"
13776
13777 - type: "plot"
13778   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13779   algorithm: "plot_perf_box_name"
13780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13782   include:
13783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13789   layout:
13790     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13791     layout: "plot-throughput"
13792
13793 - type: "plot"
13794   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13795   algorithm: "plot_perf_box_name"
13796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13798   include:
13799     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13805   layout:
13806     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13814   include:
13815     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13819     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13820     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13821   layout:
13822     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13823     layout: "plot-throughput"
13824
13825 #- type: "plot"
13826 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13827 #  algorithm: "plot_perf_box_name"
13828 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13829 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13830 #  include:
13831 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13832 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13833 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13834 #  layout:
13835 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13836 #    layout: "plot-throughput"
13837 #
13838 #- type: "plot"
13839 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13840 #  algorithm: "plot_perf_box_name"
13841 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13842 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13843 #  include:
13844 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13845 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13846 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13847 #  layout:
13848 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13849 #    layout: "plot-throughput"
13850
13851 - type: "plot"
13852   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13853   algorithm: "plot_perf_box_name"
13854   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13855   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13856   include:
13857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13862   layout:
13863     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13864     layout: "plot-throughput"
13865
13866 - type: "plot"
13867   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13868   algorithm: "plot_perf_box_name"
13869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13877   layout:
13878     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13879     layout: "plot-throughput"
13880
13881 - type: "plot"
13882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13883   algorithm: "plot_perf_box_name"
13884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13886   include:
13887     - "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"
13888     - "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"
13889     - "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"
13890     - "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"
13891     - "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"
13892   layout:
13893     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13894     layout: "plot-throughput"
13895
13896 - type: "plot"
13897   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13898   algorithm: "plot_perf_box_name"
13899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13901   include:
13902     - "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"
13903     - "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"
13904     - "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"
13905     - "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"
13906     - "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"
13907   layout:
13908     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13909     layout: "plot-throughput"
13910
13911 - type: "plot"
13912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13913   algorithm: "plot_perf_box_name"
13914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13916   include:
13917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13922   layout:
13923     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13928   algorithm: "plot_perf_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13931   include:
13932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13937   layout:
13938     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13952   layout:
13953     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13958   algorithm: "plot_perf_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13967   layout:
13968     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13969     layout: "plot-throughput"
13970
13971 - type: "plot"
13972   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13973   algorithm: "plot_perf_box_name"
13974   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13976   include:
13977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13982   layout:
13983     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13984     layout: "plot-throughput"
13985
13986 - type: "plot"
13987   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13988   algorithm: "plot_perf_box_name"
13989   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13991   include:
13992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13997   layout:
13998     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14006   include:
14007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14012   layout:
14013     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14021   include:
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14027   layout:
14028     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
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-ndr"
14043     layout: "plot-throughput"
14044
14045 - type: "plot"
14046   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14047   algorithm: "plot_perf_box_name"
14048   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
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-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14052     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14055   layout:
14056     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14057     layout: "plot-throughput"
14058
14059 - type: "plot"
14060   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14061   algorithm: "plot_perf_box_name"
14062   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
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-ndr"
14071     layout: "plot-throughput"
14072
14073 - type: "plot"
14074   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14075   algorithm: "plot_perf_box_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14078   include:
14079     - "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"
14080     - "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"
14081     - "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"
14082     - "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"
14083   layout:
14084     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14085     layout: "plot-throughput"
14086
14087 - type: "plot"
14088   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14089   algorithm: "plot_perf_box_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14099   layout:
14100     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14101     layout: "plot-throughput"
14102
14103 - type: "plot"
14104   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14105   algorithm: "plot_perf_box_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14108   include:
14109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14115   layout:
14116     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14117     layout: "plot-throughput"
14118
14119 - type: "plot"
14120   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14121   algorithm: "plot_perf_box_name"
14122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14124   include:
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14131   layout:
14132     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14133     layout: "plot-throughput"
14134
14135 - type: "plot"
14136   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14137   algorithm: "plot_perf_box_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14147   layout:
14148     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14149     layout: "plot-throughput"
14150
14151 - type: "plot"
14152   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14153   algorithm: "plot_perf_box_name"
14154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14156   include:
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14163   layout:
14164     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14165     layout: "plot-throughput"
14166
14167 - type: "plot"
14168   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14169   algorithm: "plot_perf_box_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14179   layout:
14180     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14181     layout: "plot-throughput"
14182
14183 - type: "plot"
14184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14185   algorithm: "plot_perf_box_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14194   layout:
14195     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14196     layout: "plot-throughput"
14197
14198 - type: "plot"
14199   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14200   algorithm: "plot_perf_box_name"
14201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14209   layout:
14210     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14215   algorithm: "plot_perf_box_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14221   layout:
14222     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14223     layout: "plot-throughput"
14224
14225 - type: "plot"
14226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14227   algorithm: "plot_perf_box_name"
14228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14230   include:
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14233   layout:
14234     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14235     layout: "plot-throughput"
14236
14237 - type: "plot"
14238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14239   algorithm: "plot_perf_box_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14242   include:
14243     - "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"
14244     - "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"
14245   layout:
14246     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14247     layout: "plot-throughput"
14248
14249 - type: "plot"
14250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14251   algorithm: "plot_perf_box_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "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"
14256     - "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"
14257   layout:
14258     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14259     layout: "plot-throughput"
14260
14261 - type: "plot"
14262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14263   algorithm: "plot_perf_box_name"
14264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14269   layout:
14270     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14271     layout: "plot-throughput"
14272
14273 - type: "plot"
14274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14275   algorithm: "plot_perf_box_name"
14276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14278   include:
14279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14281   layout:
14282     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14283     layout: "plot-throughput"
14284
14285 - type: "plot"
14286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14287   algorithm: "plot_perf_box_name"
14288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14290   include:
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293   layout:
14294     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14295     layout: "plot-throughput"
14296
14297 - type: "plot"
14298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14299   algorithm: "plot_perf_box_name"
14300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14302   include:
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14305   layout:
14306     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14307     layout: "plot-throughput"
14308
14309 - type: "plot"
14310   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14311   algorithm: "plot_perf_box_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14314   include:
14315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14321   layout:
14322     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14323     layout: "plot-throughput"
14324
14325 - type: "plot"
14326   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14327   algorithm: "plot_perf_box_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14330   include:
14331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14337   layout:
14338     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14339     layout: "plot-throughput"
14340
14341 - type: "plot"
14342   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14343   algorithm: "plot_perf_box_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14346   include:
14347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14353   layout:
14354     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14355     layout: "plot-throughput"
14356
14357 - type: "plot"
14358   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14359   algorithm: "plot_perf_box_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14362   include:
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14369   layout:
14370     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14371     layout: "plot-throughput"
14372
14373 - type: "plot"
14374   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14375   algorithm: "plot_perf_box_name"
14376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14378   include:
14379     - "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"
14380     - "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"
14381     - "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"
14382     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14383     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14384     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14385   layout:
14386     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14387     layout: "plot-throughput"
14388
14389 - type: "plot"
14390   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14391   algorithm: "plot_perf_box_name"
14392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14394   include:
14395     - "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"
14396     - "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"
14397     - "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"
14398     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14399     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14400     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14401   layout:
14402     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14403     layout: "plot-throughput"
14404
14405 ################################################################################
14406
14407 # Packet Speedup
14408
14409 - type: "plot"
14410   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-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-ndr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14428   include:
14429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14430     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14433   layout:
14434     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-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-ndr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14461   layout:
14462     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14476   layout:
14477     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14478     layout: "plot-throughput-speedup-analysis"
14479
14480 - type: "plot"
14481   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14482   algorithm: "plot_tsa_name"
14483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14485   include:
14486     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14488     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14489     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14490     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14491   layout:
14492     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14493     layout: "plot-throughput-speedup-analysis"
14494
14495 - type: "plot"
14496   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14497   algorithm: "plot_tsa_name"
14498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14500   include:
14501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14502     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14503     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14504     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14505     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14506   layout:
14507     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14508     layout: "plot-throughput-speedup-analysis"
14509
14510 - type: "plot"
14511   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14512   algorithm: "plot_tsa_name"
14513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14515   include:
14516     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14518     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14519     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14520     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14521   layout:
14522     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14523     layout: "plot-throughput-speedup-analysis"
14524
14525 - type: "plot"
14526   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14527   algorithm: "plot_tsa_name"
14528   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14530   include:
14531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14537   layout:
14538     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14539     layout: "plot-throughput-speedup-analysis"
14540
14541 - type: "plot"
14542   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14543   algorithm: "plot_tsa_name"
14544   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14546   include:
14547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14553   layout:
14554     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14555     layout: "plot-throughput-speedup-analysis"
14556
14557 - type: "plot"
14558   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14559   algorithm: "plot_tsa_name"
14560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14562   include:
14563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14568   layout:
14569     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14583   layout:
14584     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14592   include:
14593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14596   layout:
14597     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14609   layout:
14610     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14624   layout:
14625     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14626     layout: "plot-throughput-speedup-analysis"
14627
14628 - type: "plot"
14629   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14630   algorithm: "plot_tsa_name"
14631   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14633   include:
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14639   layout:
14640     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14641     layout: "plot-throughput-speedup-analysis"
14642
14643 - type: "plot"
14644   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14645   algorithm: "plot_tsa_name"
14646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14648   include:
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14665   layout:
14666     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14681   layout:
14682     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 - type: "plot"
14686   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14687   algorithm: "plot_tsa_name"
14688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14690   include:
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14697   layout:
14698     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14706   include:
14707     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14712   layout:
14713     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14721   include:
14722     - "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"
14723     - "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"
14724     - "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"
14725     - "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"
14726     - "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"
14727   layout:
14728     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "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"
14738     - "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"
14739     - "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"
14740     - "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"
14741     - "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"
14742     - "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"
14743     - "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"
14744     - "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"
14745     - "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"
14746     - "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"
14747   layout:
14748     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14749     layout: "plot-throughput-speedup-analysis-cps"
14750
14751 - type: "plot"
14752   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14756   include:
14757     - "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"
14758     - "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"
14759     - "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"
14760     - "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"
14761     - "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"
14762     - "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"
14763     - "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"
14764     - "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"
14765     - "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"
14766     - "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"
14767   layout:
14768     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 - type: "plot"
14772   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14773   algorithm: "plot_tsa_name"
14774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14776   include:
14777     - "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"
14778     - "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"
14779     - "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"
14780     - "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"
14781     - "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"
14782     - "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"
14783     - "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"
14784     - "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"
14785     - "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"
14786     - "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"
14787   layout:
14788     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14789     layout: "plot-throughput-speedup-analysis-cps"
14790
14791 - type: "plot"
14792   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14796   include:
14797     - "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"
14798     - "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"
14799     - "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"
14800     - "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"
14801     - "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"
14802     - "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"
14803     - "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"
14804     - "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"
14805     - "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"
14806     - "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"
14807   layout:
14808     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14809     layout: "plot-throughput-speedup-analysis"
14810
14811 - type: "plot"
14812   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14813   algorithm: "plot_tsa_name"
14814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14816   include:
14817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14822   layout:
14823     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14824     layout: "plot-throughput-speedup-analysis"
14825
14826 - type: "plot"
14827   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14828   algorithm: "plot_tsa_name"
14829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14831   include:
14832     - "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"
14833     - "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"
14834     - "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"
14835     - "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"
14836     - "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"
14837   layout:
14838     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14839     layout: "plot-throughput-speedup-analysis"
14840
14841 - type: "plot"
14842   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14846   include:
14847     - "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"
14848     - "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"
14849     - "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"
14850     - "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"
14851     - "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"
14852     - "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"
14853     - "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"
14854     - "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"
14855     - "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"
14856     - "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"
14857   layout:
14858     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14859     layout: "plot-throughput-speedup-analysis-cps"
14860
14861 - type: "plot"
14862   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14863   algorithm: "plot_tsa_name"
14864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14866   include:
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875     - "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"
14876     - "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"
14877   layout:
14878     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14886   include:
14887     - "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"
14888     - "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"
14889     - "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"
14890     - "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"
14891     - "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"
14892     - "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"
14893     - "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"
14894     - "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"
14895     - "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"
14896     - "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"
14897   layout:
14898     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14899     layout: "plot-throughput-speedup-analysis-cps"
14900
14901 - type: "plot"
14902   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14906   include:
14907     - "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"
14908     - "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"
14909     - "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"
14910     - "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"
14911     - "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"
14912     - "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"
14913     - "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"
14914     - "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"
14915     - "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"
14916     - "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"
14917   layout:
14918     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14933   layout:
14934     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14949   layout:
14950     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14958   include:
14959     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14962   layout:
14963     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14971   include:
14972     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14975   layout:
14976     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14988 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14989 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14990   layout:
14991     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15003 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15004 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15005   layout:
15006     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15020   layout:
15021     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15035   layout:
15036     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15044   include:
15045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15050   layout:
15051     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15059   include:
15060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15065   layout:
15066     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-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-ndr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15088   include:
15089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15093   layout:
15094     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15102   include:
15103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15108   layout:
15109     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15123   layout:
15124     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15132   include:
15133     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15135   layout:
15136     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15144   include:
15145     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15147   layout:
15148     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-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-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15175   layout:
15176     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-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-ndr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15203   layout:
15204     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15219   layout:
15220     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15228   include:
15229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15235   layout:
15236     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15250   layout:
15251     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15259   include:
15260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15265   layout:
15266     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15280   layout:
15281     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15289   include:
15290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15295   layout:
15296     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15304   include:
15305     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15308   layout:
15309     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15317   include:
15318     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15321   layout:
15322     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15323     layout: "plot-throughput-speedup-analysis"
15324
15325 - type: "plot"
15326   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15327   algorithm: "plot_tsa_name"
15328   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15330   include:
15331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15334   layout:
15335     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15343   include:
15344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15347   layout:
15348     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15356   include:
15357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15362   layout:
15363     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15364     layout: "plot-throughput-speedup-analysis"
15365
15366 - type: "plot"
15367   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15368   algorithm: "plot_tsa_name"
15369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15371   include:
15372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15377   layout:
15378     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15386   include:
15387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15392   layout:
15393     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15401   include:
15402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15407   layout:
15408     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 - type: "plot"
15412   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15413   algorithm: "plot_tsa_name"
15414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15416   include:
15417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15421     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15422     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15423   layout:
15424     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 - type: "plot"
15428   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15429   algorithm: "plot_tsa_name"
15430   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15432   include:
15433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-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-sw-dpdk-pdr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-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-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15453   layout:
15454     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15462   include:
15463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15467   layout:
15468     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15476   include:
15477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15481     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15483   layout:
15484     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15492   include:
15493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15499   layout:
15500     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15501     layout: "plot-throughput-speedup-analysis"
15502
15503 - type: "plot"
15504   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15505   algorithm: "plot_tsa_name"
15506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15508   include:
15509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15514     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15515   layout:
15516     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15524   include:
15525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15530     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15531   layout:
15532     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15533     layout: "plot-throughput-speedup-analysis"
15534
15535 - type: "plot"
15536   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15537   algorithm: "plot_tsa_name"
15538   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15540   include:
15541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15547   layout:
15548     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15556   include:
15557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15563   layout:
15564     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15572   include:
15573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15578   layout:
15579     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15587   include:
15588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15593   layout:
15594     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15602   include:
15603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15608   layout:
15609     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15617   include:
15618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15623   layout:
15624     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-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-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15646   include:
15647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15651   layout:
15652     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-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-ndr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15674   include:
15675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15679   layout:
15680     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15681     layout: "plot-throughput-speedup-analysis"
15682
15683 - type: "plot"
15684   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15685   algorithm: "plot_tsa_name"
15686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15688   include:
15689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15695   layout:
15696     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15697     layout: "plot-throughput-speedup-analysis"
15698
15699 - type: "plot"
15700   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15701   algorithm: "plot_tsa_name"
15702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15704   include:
15705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15711   layout:
15712     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15713     layout: "plot-throughput-speedup-analysis"
15714
15715 - type: "plot"
15716   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15717   algorithm: "plot_tsa_name"
15718   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15720   include:
15721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15726   layout:
15727     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15735   include:
15736     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15741   layout:
15742     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15750   include:
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15756   layout:
15757     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15765   include:
15766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15771   layout:
15772     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-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-ndr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 - type: "plot"
15790   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15791   algorithm: "plot_tsa_name"
15792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15794   include:
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15799   layout:
15800     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15808   include:
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15815   layout:
15816     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15817     layout: "plot-throughput-speedup-analysis"
15818
15819 - type: "plot"
15820   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15821   algorithm: "plot_tsa_name"
15822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15824   include:
15825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15831   layout:
15832     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15840   include:
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15847   layout:
15848     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15856   include:
15857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15863   layout:
15864     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15872   include:
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15879   layout:
15880     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15895   layout:
15896     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15904   include:
15905     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15906     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15907     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15908     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15909     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15910     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15911   layout:
15912     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15920   include:
15921     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15922     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15923     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15924     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15925     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15926     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15927   layout:
15928     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15936   include:
15937     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15938     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15939     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15940     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15941     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15942     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15943   layout:
15944     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15952   include:
15953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15954     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15955     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15956     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15957     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15958     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15959   layout:
15960     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15968   include:
15969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15974   layout:
15975     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 - type: "plot"
15979   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15980   algorithm: "plot_tsa_name"
15981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15983   include:
15984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15989   layout:
15990     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15998   include:
15999     - "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"
16000     - "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"
16001     - "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"
16002     - "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"
16003     - "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"
16004   layout:
16005     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 - type: "plot"
16009   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16010   algorithm: "plot_tsa_name"
16011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16013   include:
16014     - "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"
16015     - "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"
16016     - "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"
16017     - "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"
16018     - "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"
16019   layout:
16020     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16028   include:
16029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16034   layout:
16035     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16043   include:
16044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16049   layout:
16050     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16058   include:
16059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16064   layout:
16065     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16073   include:
16074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16079   layout:
16080     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16081     layout: "plot-throughput-speedup-analysis"
16082
16083 - type: "plot"
16084   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16085   algorithm: "plot_tsa_name"
16086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16088   include:
16089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16094   layout:
16095     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16096     layout: "plot-throughput-speedup-analysis"
16097
16098 - type: "plot"
16099   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16103   include:
16104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16109   layout:
16110     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16118   include:
16119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16124   layout:
16125     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16133   include:
16134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16139   layout:
16140     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-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-ndr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-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-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "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"
16165     - "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"
16166     - "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"
16167   layout:
16168     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-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-ndr"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 - type: "plot"
16186   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16187   algorithm: "plot_tsa_name"
16188   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16190   include:
16191     - "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"
16192     - "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"
16193     - "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"
16194     - "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"
16195   layout:
16196     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 - type: "plot"
16200   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16201   algorithm: "plot_tsa_name"
16202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16204   include:
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211   layout:
16212     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16220   include:
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16227   layout:
16228     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16229     layout: "plot-throughput-speedup-analysis"
16230
16231 - type: "plot"
16232   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16233   algorithm: "plot_tsa_name"
16234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16236   include:
16237     - "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"
16238     - "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"
16239     - "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"
16240     - "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"
16241     - "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"
16242     - "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"
16243   layout:
16244     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16245     layout: "plot-throughput-speedup-analysis"
16246
16247 - type: "plot"
16248   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16249   algorithm: "plot_tsa_name"
16250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16252   include:
16253     - "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"
16254     - "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"
16255     - "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"
16256     - "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"
16257     - "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"
16258     - "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"
16259   layout:
16260     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16268   include:
16269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16275   layout:
16276     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16284   include:
16285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16291   layout:
16292     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16300   include:
16301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16306   layout:
16307     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16315   include:
16316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16321   layout:
16322     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16330   include:
16331     - "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"
16332     - "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"
16333   layout:
16334     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16342   include:
16343     - "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"
16344     - "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"
16345   layout:
16346     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16354   include:
16355     - "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"
16356     - "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"
16357   layout:
16358     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16359     layout: "plot-throughput-speedup-analysis"
16360
16361 - type: "plot"
16362   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16363   algorithm: "plot_tsa_name"
16364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16366   include:
16367     - "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"
16368     - "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"
16369   layout:
16370     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16378   include:
16379     - "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"
16380     - "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"
16381     - "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"
16382     - "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"
16383     - "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"
16384     - "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"
16385   layout:
16386     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16394   include:
16395     - "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"
16396     - "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"
16397     - "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"
16398     - "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"
16399     - "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"
16400     - "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"
16401   layout:
16402     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16403     layout: "plot-throughput-speedup-analysis"
16404
16405 - type: "plot"
16406   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16407   algorithm: "plot_tsa_name"
16408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16410   include:
16411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16416   layout:
16417     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16418     layout: "plot-throughput-speedup-analysis"
16419
16420 - type: "plot"
16421   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16422   algorithm: "plot_tsa_name"
16423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16425   include:
16426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16428     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16431   layout:
16432     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16440   include:
16441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16446   layout:
16447     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16455   include:
16456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16461   layout:
16462     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-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-ndr"
16477     layout: "plot-throughput-speedup-analysis"
16478
16479 - type: "plot"
16480   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16481   algorithm: "plot_tsa_name"
16482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16484   include:
16485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16489   layout:
16490     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-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-ndr"
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 - type: "plot"
16508   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16509   algorithm: "plot_tsa_name"
16510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16512   include:
16513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16517   layout:
16518     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16526   include:
16527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16532   layout:
16533     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16541   include:
16542     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16547   layout:
16548     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16556   include:
16557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16563   layout:
16564     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16565     layout: "plot-throughput-speedup-analysis"
16566
16567 - type: "plot"
16568   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16569   algorithm: "plot_tsa_name"
16570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16572   include:
16573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16579   layout:
16580     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16581     layout: "plot-throughput-speedup-analysis"
16582
16583 - type: "plot"
16584   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16585   algorithm: "plot_tsa_name"
16586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-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-ndr"
16595     layout: "plot-throughput-speedup-analysis"
16596
16597 - type: "plot"
16598   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16599   algorithm: "plot_tsa_name"
16600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16602   include:
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16607   layout:
16608     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16609     layout: "plot-throughput-speedup-analysis"
16610
16611 - type: "plot"
16612   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16613   algorithm: "plot_tsa_name"
16614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16616   include:
16617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16623   layout:
16624     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16625     layout: "plot-throughput-speedup-analysis"
16626
16627 - type: "plot"
16628   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16629   algorithm: "plot_tsa_name"
16630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16632   include:
16633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16639   layout:
16640     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16641     layout: "plot-throughput-speedup-analysis"
16642
16643 - type: "plot"
16644   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16645   algorithm: "plot_tsa_name"
16646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16648   include:
16649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16655   layout:
16656     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16657     layout: "plot-throughput-speedup-analysis"
16658
16659 - type: "plot"
16660   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16661   algorithm: "plot_tsa_name"
16662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16664   include:
16665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16671   layout:
16672     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16680   include:
16681     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16682     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16683     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16684     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16685     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16686     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16687   layout:
16688     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16696   include:
16697     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16698     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16700     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16701     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16702     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16703   layout:
16704     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16705     layout: "plot-throughput-speedup-analysis"
16706
16707 - type: "plot"
16708   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16709   algorithm: "plot_tsa_name"
16710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16712   include:
16713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16719   layout:
16720     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16721     layout: "plot-throughput-speedup-analysis"
16722
16723 - type: "plot"
16724   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16725   algorithm: "plot_tsa_name"
16726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16728   include:
16729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16735   layout:
16736     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16737     layout: "plot-throughput-speedup-analysis"
16738
16739 - type: "plot"
16740   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16741   algorithm: "plot_tsa_name"
16742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16744   include:
16745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16751   layout:
16752     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16753     layout: "plot-throughput-speedup-analysis"
16754
16755 - type: "plot"
16756   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16757   algorithm: "plot_tsa_name"
16758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16760   include:
16761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16767   layout:
16768     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16769     layout: "plot-throughput-speedup-analysis"
16770
16771 #- type: "plot"
16772 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16773 #  algorithm: "plot_tsa_name"
16774 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16775 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16776 #  include:
16777 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16778 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16780 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16781 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16783 #  layout:
16784 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16785 #    layout: "plot-throughput-speedup-analysis"
16786 #
16787 #- type: "plot"
16788 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16789 #  algorithm: "plot_tsa_name"
16790 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16791 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16792 #  include:
16793 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16794 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16796 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16797 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16798 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16799 #  layout:
16800 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16801 #    layout: "plot-throughput-speedup-analysis"
16802
16803 - type: "plot"
16804   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16805   algorithm: "plot_tsa_name"
16806   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16807   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16808   include:
16809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16814   layout:
16815     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16816     layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16823   include:
16824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16829   layout:
16830     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16845   layout:
16846     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16847     layout: "plot-throughput-speedup-analysis"
16848
16849 - type: "plot"
16850   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16851   algorithm: "plot_tsa_name"
16852   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16853   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16854   include:
16855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16861   layout:
16862     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16863     layout: "plot-throughput-speedup-analysis"
16864
16865 - type: "plot"
16866   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16867   algorithm: "plot_tsa_name"
16868   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16869   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16870   include:
16871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16876   layout:
16877     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16885   include:
16886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16891   layout:
16892     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16893     layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-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-ndr-tsa"
16907     layout: "plot-throughput-speedup-analysis"
16908
16909 - type: "plot"
16910   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16911   algorithm: "plot_tsa_name"
16912   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16913   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16914   include:
16915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16919   layout:
16920     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16921     layout: "plot-throughput-speedup-analysis"
16922
16923 - type: "plot"
16924   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16925   algorithm: "plot_tsa_name"
16926   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16927   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16928   include:
16929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16935   layout:
16936     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16937     layout: "plot-throughput-speedup-analysis"
16938
16939 - type: "plot"
16940   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16941   algorithm: "plot_tsa_name"
16942   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16943   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16944   include:
16945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16951   layout:
16952     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16953     layout: "plot-throughput-speedup-analysis"
16954
16955 - type: "plot"
16956   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16957   algorithm: "plot_tsa_name"
16958   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16959   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16960   include:
16961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16966   layout:
16967     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16968     layout: "plot-throughput-speedup-analysis"
16969
16970 - type: "plot"
16971   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16972   algorithm: "plot_tsa_name"
16973   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16974   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16975   include:
16976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16981   layout:
16982     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16983     layout: "plot-throughput-speedup-analysis"
16984
16985 - type: "plot"
16986   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16987   algorithm: "plot_tsa_name"
16988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16990   include:
16991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16996   layout:
16997     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17005   include:
17006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17011   layout:
17012     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-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-ndr-tsa"
17027     layout: "plot-throughput-speedup-analysis"
17028
17029 - type: "plot"
17030   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17031   algorithm: "plot_tsa_name"
17032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17034   include:
17035     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17039   layout:
17040     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17041     layout: "plot-throughput-speedup-analysis"
17042
17043 - type: "plot"
17044   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17045   algorithm: "plot_tsa_name"
17046   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17047   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17048   include:
17049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17054   layout:
17055     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17056     layout: "plot-throughput-speedup-analysis"
17057
17058 - type: "plot"
17059   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17060   algorithm: "plot_tsa_name"
17061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17063   include:
17064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17069   layout:
17070     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17071     layout: "plot-throughput-speedup-analysis"
17072
17073 - type: "plot"
17074   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17075   algorithm: "plot_tsa_name"
17076   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17077   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17078   include:
17079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17085   layout:
17086     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17087     layout: "plot-throughput-speedup-analysis"
17088
17089 - type: "plot"
17090   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17091   algorithm: "plot_tsa_name"
17092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17094   include:
17095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17101   layout:
17102     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17103     layout: "plot-throughput-speedup-analysis"
17104
17105 - type: "plot"
17106   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17107   algorithm: "plot_tsa_name"
17108   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-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-ndr-tsa"
17117     layout: "plot-throughput-speedup-analysis"
17118
17119 - type: "plot"
17120   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17121   algorithm: "plot_tsa_name"
17122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17124   include:
17125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17126     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17127     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17129   layout:
17130     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17131     layout: "plot-throughput-speedup-analysis"
17132
17133 - type: "plot"
17134   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17135   algorithm: "plot_tsa_name"
17136   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17137   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17138   include:
17139     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17145   layout:
17146     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17147     layout: "plot-throughput-speedup-analysis"
17148
17149 - type: "plot"
17150   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17151   algorithm: "plot_tsa_name"
17152   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17153   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17154   include:
17155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17159     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17160     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17161   layout:
17162     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17163     layout: "plot-throughput-speedup-analysis"
17164
17165 - type: "plot"
17166   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17167   algorithm: "plot_tsa_name"
17168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17170   include:
17171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17174     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17175     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17176     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17177   layout:
17178     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17179     layout: "plot-throughput-speedup-analysis"
17180
17181 - type: "plot"
17182   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17183   algorithm: "plot_tsa_name"
17184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17186   include:
17187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17191     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17192     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17193   layout:
17194     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17195     layout: "plot-throughput-speedup-analysis"
17196
17197 #- type: "plot"
17198 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17199 #  algorithm: "plot_tsa_name"
17200 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17201 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17202 #  include:
17203 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17204 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17205 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17206 #  layout:
17207 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17208 #    layout: "plot-throughput-speedup-analysis"
17209 #
17210 #- type: "plot"
17211 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17212 #  algorithm: "plot_tsa_name"
17213 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17214 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17215 #  include:
17216 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17217 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17218 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17219 #  layout:
17220 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17221 #    layout: "plot-throughput-speedup-analysis"
17222
17223 ################################################################################
17224
17225 # Packet Throughput - DPDK
17226
17227 # 2n-skx-xxv710
17228
17229 - type: "plot"
17230   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17233   data: "plot-dpdk-throughput-latency-2n-skx"
17234   include:
17235     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17236     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17237   layout:
17238     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17239     layout: "plot-throughput"
17240
17241 - type: "plot"
17242   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17243   algorithm: "plot_perf_box_name"
17244   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17245   data: "plot-dpdk-throughput-latency-2n-skx"
17246   include:
17247     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17248     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17249   layout:
17250     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17257   data: "plot-dpdk-throughput-latency-2n-skx"
17258   include:
17259     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17260     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17261   layout:
17262     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17269   data: "plot-dpdk-throughput-latency-2n-skx"
17270   include:
17271     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17272     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17273   layout:
17274     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17275     layout: "plot-throughput"
17276
17277 # 2n-skx-x710
17278
17279 - type: "plot"
17280   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17283   data: "plot-dpdk-throughput-latency-2n-skx"
17284   include:
17285     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17286     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17287   layout:
17288     title: "2n-skx-x710-64b-2t1c-base-ndr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17295   data: "plot-dpdk-throughput-latency-2n-skx"
17296   include:
17297     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17298     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17299   layout:
17300     title: "2n-skx-x710-64b-4t2c-base-ndr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17307   data: "plot-dpdk-throughput-latency-2n-skx"
17308   include:
17309     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17310     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17311   layout:
17312     title: "2n-skx-x710-64b-2t1c-base-pdr"
17313     layout: "plot-throughput"
17314
17315 - type: "plot"
17316   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17319   data: "plot-dpdk-throughput-latency-2n-skx"
17320   include:
17321     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17322     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17323   layout:
17324     title: "2n-skx-x710-64b-4t2c-base-pdr"
17325     layout: "plot-throughput"
17326
17327 # 3n-skx-xxv710
17328
17329 - type: "plot"
17330   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17333   data: "plot-dpdk-throughput-latency-3n-skx"
17334   include:
17335     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17336     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17337   layout:
17338     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17345   data: "plot-dpdk-throughput-latency-3n-skx"
17346   include:
17347     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17348     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17349   layout:
17350     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17357   data: "plot-dpdk-throughput-latency-3n-skx"
17358   include:
17359     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17360     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17361   layout:
17362     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17363     layout: "plot-throughput"
17364
17365 - type: "plot"
17366   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17369   data: "plot-dpdk-throughput-latency-3n-skx"
17370   include:
17371     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17372     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17373   layout:
17374     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17375     layout: "plot-throughput"
17376
17377 # 3n-skx-x710
17378
17379 - type: "plot"
17380   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17383   data: "plot-dpdk-throughput-latency-3n-skx"
17384   include:
17385     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17386     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17387   layout:
17388     title: "3n-skx-x710-64b-2t1c-base-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17395   data: "plot-dpdk-throughput-latency-3n-skx"
17396   include:
17397     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17398     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17399   layout:
17400     title: "3n-skx-x710-64b-4t2c-base-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17407   data: "plot-dpdk-throughput-latency-3n-skx"
17408   include:
17409     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17410     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17411   layout:
17412     title: "3n-skx-x710-64b-2t1c-base-pdr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17419   data: "plot-dpdk-throughput-latency-3n-skx"
17420   include:
17421     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17422     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17423   layout:
17424     title: "3n-skx-x710-64b-4t2c-base-pdr"
17425     layout: "plot-throughput"
17426
17427 # 3n-hsw-xl710
17428
17429 - type: "plot"
17430   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17433   data: "plot-dpdk-throughput-latency-3n-hsw"
17434   include:
17435     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17436     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17437   layout:
17438     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17445   data: "plot-dpdk-throughput-latency-3n-hsw"
17446   include:
17447     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17448     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17449   layout:
17450     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17451     layout: "plot-throughput"
17452
17453 - type: "plot"
17454   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17457   data: "plot-dpdk-throughput-latency-3n-hsw"
17458   include:
17459     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17460     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17461   layout:
17462     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17469   data: "plot-dpdk-throughput-latency-3n-hsw"
17470   include:
17471     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17472     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17473   layout:
17474     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17475     layout: "plot-throughput"
17476
17477 # 3n-hsw-x710
17478
17479 - type: "plot"
17480   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17483   data: "plot-dpdk-throughput-latency-3n-hsw"
17484   include:
17485     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17486     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17487   layout:
17488     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17495   data: "plot-dpdk-throughput-latency-3n-hsw"
17496   include:
17497     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17498     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17499   layout:
17500     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17507   data: "plot-dpdk-throughput-latency-3n-hsw"
17508   include:
17509     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17510     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17511   layout:
17512     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17513     layout: "plot-throughput"
17514
17515 - type: "plot"
17516   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17517   algorithm: "plot_perf_box_name"
17518   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17519   data: "plot-dpdk-throughput-latency-3n-hsw"
17520   include:
17521     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17522     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17523   layout:
17524     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17525     layout: "plot-throughput"
17526
17527 ## 2n-dnv-x553
17528 #
17529 #- type: "plot"
17530 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17531 #  algorithm: "plot_perf_box_name"
17532 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17533 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17534 #  include:
17535 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17536 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17537 #  layout:
17538 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17539 #    layout: "plot-throughput"
17540 #
17541 #- type: "plot"
17542 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17543 #  algorithm: "plot_perf_box_name"
17544 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17545 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17546 #  include:
17547 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17548 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17549 #  layout:
17550 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17551 #    layout: "plot-throughput"
17552 #
17553 #- type: "plot"
17554 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17555 #  algorithm: "plot_perf_box_name"
17556 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17557 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17558 #  include:
17559 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17560 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17561 #  layout:
17562 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17563 #    layout: "plot-throughput"
17564 #
17565 #- type: "plot"
17566 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17567 #  algorithm: "plot_perf_box_name"
17568 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17569 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17570 #  include:
17571 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17572 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17573 #  layout:
17574 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17575 #    layout: "plot-throughput"
17576 #
17577 ## 3n-dnv-x553
17578 #
17579 #- type: "plot"
17580 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17581 #  algorithm: "plot_perf_box_name"
17582 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17583 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17584 #  include:
17585 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17586 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17587 #  layout:
17588 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17589 #    layout: "plot-throughput"
17590 #
17591 #- type: "plot"
17592 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17593 #  algorithm: "plot_perf_box_name"
17594 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17595 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17596 #  include:
17597 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17598 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17599 #  layout:
17600 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17601 #    layout: "plot-throughput"
17602 #
17603 #- type: "plot"
17604 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17605 #  algorithm: "plot_perf_box_name"
17606 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17607 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17608 #  include:
17609 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17610 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17611 #  layout:
17612 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17613 #    layout: "plot-throughput"
17614 #
17615 #- type: "plot"
17616 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17617 #  algorithm: "plot_perf_box_name"
17618 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17619 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17620 #  include:
17621 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17622 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17623 #  layout:
17624 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17625 #    layout: "plot-throughput"
17626
17627 # 3n-tsh-x520
17628
17629 - type: "plot"
17630   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17633   data: "plot-dpdk-throughput-latency-3n-tsh"
17634   include:
17635     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17636     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17637   layout:
17638     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17645   data: "plot-dpdk-throughput-latency-3n-tsh"
17646   include:
17647     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17648     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17649   layout:
17650     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17651     layout: "plot-throughput"
17652
17653 - type: "plot"
17654   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17655   algorithm: "plot_perf_box_name"
17656   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17657   data: "plot-dpdk-throughput-latency-3n-tsh"
17658   include:
17659     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17660     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17661   layout:
17662     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17667   algorithm: "plot_perf_box_name"
17668   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17669   data: "plot-dpdk-throughput-latency-3n-tsh"
17670   include:
17671     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17672     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17673   layout:
17674     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17675     layout: "plot-throughput"
17676
17677 ################################################################################
17678 ###   2n-clx                                                                 ###
17679 ################################################################################
17680
17681 # Packet Throughput
17682
17683 - type: "plot"
17684   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
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-ndr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
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-ndr"
17723     layout: "plot-throughput"
17724
17725 - type: "plot"
17726   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17727   algorithm: "plot_perf_box_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
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-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17760     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17761     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17762     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17763   layout:
17764     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17779   layout:
17780     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17795   layout:
17796     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
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-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17829   algorithm: "plot_perf_box_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17849   layout:
17850     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17851     layout: "plot-throughput"
17852
17853 - type: "plot"
17854   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17855   algorithm: "plot_perf_box_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17879   layout:
17880     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17892   layout:
17893     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17905   layout:
17906     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17907     layout: "plot-throughput"
17908
17909 - type: "plot"
17910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17911   algorithm: "plot_perf_box_name"
17912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17914   include:
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17921   layout:
17922     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17923     layout: "plot-throughput"
17924
17925 - type: "plot"
17926   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17927   algorithm: "plot_perf_box_name"
17928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17930   include:
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17987   layout:
17988     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17989     layout: "plot-cps"
17990
17991 - type: "plot"
17992   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17993   algorithm: "plot_perf_box_name"
17994   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17996   include:
17997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17999     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18000     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18003     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18007   layout:
18008     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18018     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18019     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18027   layout:
18028     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18029     layout: "plot-cps"
18030
18031 - type: "plot"
18032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18033   algorithm: "plot_perf_box_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18049     layout: "plot-throughput"
18050
18051 - type: "plot"
18052   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18053   algorithm: "plot_perf_box_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18062   layout:
18063     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18064     layout: "plot-throughput"
18065
18066 - type: "plot"
18067   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18068   algorithm: "plot_perf_box_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18077   layout:
18078     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18079     layout: "plot-throughput"
18080
18081 - type: "plot"
18082   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18083   algorithm: "plot_perf_box_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18097   layout:
18098     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18099     layout: "plot-cps"
18100
18101 - type: "plot"
18102   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18103   algorithm: "plot_perf_box_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18117   layout:
18118     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18119     layout: "plot-throughput"
18120
18121 - type: "plot"
18122   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18123   algorithm: "plot_perf_box_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18137   layout:
18138     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18139     layout: "plot-cps"
18140
18141 - type: "plot"
18142   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18143   algorithm: "plot_perf_box_name"
18144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18146   include:
18147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18149     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18150     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18151     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18152     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18153     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18154     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18159     layout: "plot-throughput"
18160
18161 - type: "plot"
18162   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18163   algorithm: "plot_perf_box_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18173   layout:
18174     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18175     layout: "plot-throughput"
18176
18177 - type: "plot"
18178   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18179   algorithm: "plot_perf_box_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18189   layout:
18190     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18191     layout: "plot-throughput"
18192
18193 - type: "plot"
18194   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18195   algorithm: "plot_perf_box_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18201   layout:
18202     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18203     layout: "plot-throughput"
18204
18205 - type: "plot"
18206   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18207   algorithm: "plot_perf_box_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18210   include:
18211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18213   layout:
18214     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18215     layout: "plot-throughput"
18216
18217 - type: "plot"
18218   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18219   algorithm: "plot_perf_box_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18222   include:
18223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18229   layout:
18230     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18231     layout: "plot-throughput"
18232
18233 - type: "plot"
18234   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18235   algorithm: "plot_perf_box_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18245   layout:
18246     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18247     layout: "plot-throughput"
18248
18249 - type: "plot"
18250   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18251   algorithm: "plot_perf_box_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18261   layout:
18262     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18263     layout: "plot-throughput"
18264
18265 - type: "plot"
18266   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18267   algorithm: "plot_perf_box_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18277   layout:
18278     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18279     layout: "plot-throughput"
18280
18281 - type: "plot"
18282   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18283   algorithm: "plot_perf_box_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18293   layout:
18294     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18295     layout: "plot-throughput"
18296
18297 - type: "plot"
18298   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18299   algorithm: "plot_perf_box_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18309   layout:
18310     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18311     layout: "plot-throughput"
18312
18313 - type: "plot"
18314   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18315   algorithm: "plot_perf_box_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18324   layout:
18325     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18326     layout: "plot-throughput"
18327
18328 - type: "plot"
18329   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18330   algorithm: "plot_perf_box_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18339   layout:
18340     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18341     layout: "plot-throughput"
18342
18343 - type: "plot"
18344   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18345   algorithm: "plot_perf_box_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18354   layout:
18355     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18356     layout: "plot-throughput"
18357
18358 - type: "plot"
18359   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18360   algorithm: "plot_perf_box_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18369   layout:
18370     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18371     layout: "plot-throughput"
18372
18373 - type: "plot"
18374   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18375   algorithm: "plot_perf_box_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18384   layout:
18385     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18386     layout: "plot-throughput"
18387
18388 - type: "plot"
18389   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18390   algorithm: "plot_perf_box_name"
18391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18393   include:
18394     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18399   layout:
18400     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18401     layout: "plot-throughput"
18402
18403 - type: "plot"
18404   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18405   algorithm: "plot_perf_box_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18414   layout:
18415     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18416     layout: "plot-throughput"
18417
18418 - type: "plot"
18419   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18420   algorithm: "plot_perf_box_name"
18421   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18423   include:
18424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18429   layout:
18430     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18431     layout: "plot-throughput"
18432
18433 - type: "plot"
18434   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18435   algorithm: "plot_perf_box_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18444   layout:
18445     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18446     layout: "plot-throughput"
18447
18448 - type: "plot"
18449   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18450   algorithm: "plot_perf_box_name"
18451   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18453   include:
18454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18459   layout:
18460     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18461     layout: "plot-throughput"
18462
18463 - type: "plot"
18464   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18465   algorithm: "plot_perf_box_name"
18466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18468   include:
18469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18474   layout:
18475     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18476     layout: "plot-throughput"
18477
18478 - type: "plot"
18479   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18480   algorithm: "plot_perf_box_name"
18481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18483   include:
18484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18489   layout:
18490     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18491     layout: "plot-throughput"
18492
18493 - type: "plot"
18494   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18495   algorithm: "plot_perf_box_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
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-ndr"
18505     layout: "plot-throughput"
18506
18507 - type: "plot"
18508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18509   algorithm: "plot_perf_box_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18517   layout:
18518     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18519     layout: "plot-throughput"
18520
18521 - type: "plot"
18522   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18523   algorithm: "plot_perf_box_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18532   layout:
18533     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18534     layout: "plot-throughput"
18535
18536 - type: "plot"
18537   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18538   algorithm: "plot_perf_box_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18547   layout:
18548     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18549     layout: "plot-throughput"
18550
18551 - type: "plot"
18552   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18553   algorithm: "plot_perf_box_name"
18554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
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-ndr"
18563     layout: "plot-throughput"
18564
18565 - type: "plot"
18566   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18567   algorithm: "plot_perf_box_name"
18568   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18570   include:
18571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18575   layout:
18576     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18577     layout: "plot-throughput"
18578
18579 - type: "plot"
18580   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18581   algorithm: "plot_perf_box_name"
18582   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18584   include:
18585     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18590   layout:
18591     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18592     layout: "plot-throughput"
18593
18594 - type: "plot"
18595   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18596   algorithm: "plot_perf_box_name"
18597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18599   include:
18600     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18605   layout:
18606     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18607     layout: "plot-throughput"
18608
18609 - type: "plot"
18610   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
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-ndr"
18621     layout: "plot-throughput"
18622
18623 - type: "plot"
18624   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18625   algorithm: "plot_perf_box_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18633   layout:
18634     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18635     layout: "plot-throughput"
18636
18637 - type: "plot"
18638   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18639   algorithm: "plot_perf_box_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18645     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18648   layout:
18649     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18650     layout: "plot-throughput"
18651
18652 - type: "plot"
18653   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18654   algorithm: "plot_perf_box_name"
18655   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18657   include:
18658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18663   layout:
18664     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18665     layout: "plot-throughput"
18666
18667 - type: "plot"
18668   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18669   algorithm: "plot_perf_box_name"
18670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18672   include:
18673     - "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"
18674     - "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"
18675     - "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"
18676     - "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"
18677     - "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"
18678   layout:
18679     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18680     layout: "plot-throughput"
18681
18682 - type: "plot"
18683   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18684   algorithm: "plot_perf_box_name"
18685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18687   include:
18688     - "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"
18689     - "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"
18690     - "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"
18691     - "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"
18692     - "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"
18693   layout:
18694     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18695     layout: "plot-throughput"
18696
18697 - type: "plot"
18698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18699   algorithm: "plot_perf_box_name"
18700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18702   include:
18703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18708   layout:
18709     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18710     layout: "plot-throughput"
18711
18712 - type: "plot"
18713   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18714   algorithm: "plot_perf_box_name"
18715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18717   include:
18718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18720     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18721     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18723   layout:
18724     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18725     layout: "plot-throughput"
18726
18727 - type: "plot"
18728   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18729   algorithm: "plot_perf_box_name"
18730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18732   include:
18733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18738   layout:
18739     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18740     layout: "plot-throughput"
18741
18742 - type: "plot"
18743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18744   algorithm: "plot_perf_box_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18753   layout:
18754     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18755     layout: "plot-throughput"
18756
18757 - type: "plot"
18758   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18759   algorithm: "plot_perf_box_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
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-ndr"
18769     layout: "plot-throughput"
18770
18771 - type: "plot"
18772   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18773   algorithm: "plot_perf_box_name"
18774   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
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-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18781   layout:
18782     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18783     layout: "plot-throughput"
18784
18785 - type: "plot"
18786   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18787   algorithm: "plot_perf_box_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
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-ndr"
18797     layout: "plot-throughput"
18798
18799 - type: "plot"
18800   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18801   algorithm: "plot_perf_box_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "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"
18806     - "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"
18807     - "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"
18808     - "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"
18809   layout:
18810     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18811     layout: "plot-throughput"
18812
18813 - type: "plot"
18814   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18815   algorithm: "plot_perf_box_name"
18816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18818   include:
18819     - "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"
18820     - "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"
18821     - "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"
18822     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18823     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18824     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18825   layout:
18826     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18827     layout: "plot-throughput"
18828
18829 - type: "plot"
18830   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18831   algorithm: "plot_perf_box_name"
18832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18834   include:
18835     - "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"
18836     - "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"
18837     - "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"
18838     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18839     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18840     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18843     layout: "plot-throughput"
18844
18845 ################################################################################
18846
18847 # Packet Speedup
18848
18849 - type: "plot"
18850   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18851   algorithm: "plot_tsa_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-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-ndr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18871     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18873   layout:
18874     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18875     layout: "plot-throughput-speedup-analysis"
18876
18877 - type: "plot"
18878   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18879   algorithm: "plot_tsa_name"
18880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-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-ndr"
18889     layout: "plot-throughput-speedup-analysis"
18890
18891 - type: "plot"
18892   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18893   algorithm: "plot_tsa_name"
18894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18896   include:
18897     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18899     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18900     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18901   layout:
18902     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-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-ndr"
18917     layout: "plot-throughput-speedup-analysis"
18918
18919 - type: "plot"
18920   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18921   algorithm: "plot_tsa_name"
18922   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18924   include:
18925     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18926     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18927     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18928     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18929   layout:
18930     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18931     layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18945   layout:
18946     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18947     layout: "plot-throughput-speedup-analysis"
18948
18949 - type: "plot"
18950   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18951   algorithm: "plot_tsa_name"
18952   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18954   include:
18955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18961   layout:
18962     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18963     layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-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-ndr"
18977     layout: "plot-throughput-speedup-analysis"
18978
18979 - type: "plot"
18980   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18981   algorithm: "plot_tsa_name"
18982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18984   include:
18985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18989   layout:
18990     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18991     layout: "plot-throughput-speedup-analysis"
18992
18993 - type: "plot"
18994   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18995   algorithm: "plot_tsa_name"
18996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998   include:
18999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19002   layout:
19003     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19004     layout: "plot-throughput-speedup-analysis"
19005
19006 - type: "plot"
19007   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19008   algorithm: "plot_tsa_name"
19009   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19011   include:
19012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19015   layout:
19016     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19030   layout:
19031     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19032     layout: "plot-throughput-speedup-analysis"
19033
19034 - type: "plot"
19035   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19036   algorithm: "plot_tsa_name"
19037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19039   include:
19040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19045   layout:
19046     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19047     layout: "plot-throughput-speedup-analysis"
19048
19049 - type: "plot"
19050   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19051   algorithm: "plot_tsa_name"
19052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19054   include:
19055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19058   layout:
19059     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19071   layout:
19072     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19073     layout: "plot-throughput-speedup-analysis"
19074
19075 - type: "plot"
19076   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19077   algorithm: "plot_tsa_name"
19078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19080   include:
19081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19087   layout:
19088     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19089     layout: "plot-throughput-speedup-analysis"
19090
19091 - type: "plot"
19092   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19093   algorithm: "plot_tsa_name"
19094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19096   include:
19097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "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"
19113     - "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"
19114     - "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"
19115     - "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"
19116     - "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"
19117   layout:
19118     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19119     layout: "plot-throughput-speedup-analysis"
19120
19121 - type: "plot"
19122   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19123   algorithm: "plot_tsa_name"
19124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19126   include:
19127     - "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"
19128     - "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"
19129     - "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"
19130     - "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"
19131     - "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"
19132     - "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"
19133     - "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"
19134     - "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"
19135     - "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"
19136     - "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"
19137   layout:
19138     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19139     layout: "plot-throughput-speedup-analysis-cps"
19140
19141 - type: "plot"
19142   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19143   algorithm: "plot_tsa_name"
19144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19146   include:
19147     - "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"
19148     - "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"
19149     - "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"
19150     - "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"
19151     - "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"
19152     - "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"
19153     - "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"
19154     - "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"
19155     - "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"
19156     - "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"
19157   layout:
19158     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19159     layout: "plot-throughput-speedup-analysis"
19160
19161 - type: "plot"
19162   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19163   algorithm: "plot_tsa_name"
19164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19166   include:
19167     - "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"
19168     - "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"
19169     - "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"
19170     - "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"
19171     - "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"
19172     - "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"
19173     - "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"
19174     - "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"
19175     - "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"
19176     - "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"
19177   layout:
19178     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19179     layout: "plot-throughput-speedup-analysis-cps"
19180
19181 - type: "plot"
19182   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19183   algorithm: "plot_tsa_name"
19184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19186   include:
19187     - "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"
19188     - "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"
19189     - "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"
19190     - "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"
19191     - "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"
19192     - "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"
19193     - "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"
19194     - "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"
19195     - "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"
19196     - "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"
19197   layout:
19198     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19199     layout: "plot-throughput-speedup-analysis"
19200
19201 - type: "plot"
19202   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19203   algorithm: "plot_tsa_name"
19204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19206   include:
19207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19213   layout:
19214     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19215     layout: "plot-throughput-speedup-analysis"
19216
19217 - type: "plot"
19218   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19219   algorithm: "plot_tsa_name"
19220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19222   include:
19223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19228   layout:
19229     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19230     layout: "plot-throughput-speedup-analysis"
19231
19232 - type: "plot"
19233   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19234   algorithm: "plot_tsa_name"
19235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19237   include:
19238     - "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"
19239     - "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"
19240     - "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"
19241     - "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"
19242     - "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"
19243   layout:
19244     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19245     layout: "plot-throughput-speedup-analysis"
19246
19247 - type: "plot"
19248   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19249   algorithm: "plot_tsa_name"
19250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19252   include:
19253     - "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"
19254     - "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"
19255     - "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"
19256     - "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"
19257     - "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"
19258     - "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"
19259     - "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"
19260     - "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"
19261     - "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"
19262     - "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"
19263   layout:
19264     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19265     layout: "plot-throughput-speedup-analysis-cps"
19266
19267 - type: "plot"
19268   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19269   algorithm: "plot_tsa_name"
19270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19272   include:
19273     - "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"
19274     - "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"
19275     - "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"
19276     - "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"
19277     - "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"
19278     - "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"
19279     - "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"
19280     - "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"
19281     - "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"
19282     - "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"
19283   layout:
19284     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19285     layout: "plot-throughput-speedup-analysis"
19286
19287 - type: "plot"
19288   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19289   algorithm: "plot_tsa_name"
19290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19292   include:
19293     - "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"
19294     - "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"
19295     - "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"
19296     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19297     - "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"
19298     - "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"
19299     - "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"
19300     - "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"
19301     - "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"
19302     - "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"
19303   layout:
19304     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19305     layout: "plot-throughput-speedup-analysis-cps"
19306
19307 - type: "plot"
19308   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19309   algorithm: "plot_tsa_name"
19310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19312   include:
19313     - "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"
19314     - "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"
19315     - "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"
19316     - "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"
19317     - "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"
19318     - "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"
19319     - "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"
19320     - "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"
19321     - "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"
19322     - "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"
19323   layout:
19324     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19325     layout: "plot-throughput-speedup-analysis"
19326
19327 - type: "plot"
19328   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19329   algorithm: "plot_tsa_name"
19330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19332   include:
19333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19339   layout:
19340     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19341     layout: "plot-throughput-speedup-analysis"
19342
19343 - type: "plot"
19344   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19345   algorithm: "plot_tsa_name"
19346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19348   include:
19349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19355   layout:
19356     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19357     layout: "plot-throughput-speedup-analysis"
19358
19359 - type: "plot"
19360   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19361   algorithm: "plot_tsa_name"
19362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19364   include:
19365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19367   layout:
19368     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19369     layout: "plot-throughput-speedup-analysis"
19370
19371 - type: "plot"
19372   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19373   algorithm: "plot_tsa_name"
19374   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19376   include:
19377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19379   layout:
19380     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19381     layout: "plot-throughput-speedup-analysis"
19382
19383 - type: "plot"
19384   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19385   algorithm: "plot_tsa_name"
19386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19388   include:
19389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19395   layout:
19396     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19397     layout: "plot-throughput-speedup-analysis"
19398
19399 - type: "plot"
19400   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19401   algorithm: "plot_tsa_name"
19402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19404   include:
19405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19411   layout:
19412     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19413     layout: "plot-throughput-speedup-analysis"
19414
19415 - type: "plot"
19416   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19417   algorithm: "plot_tsa_name"
19418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19420   include:
19421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19427   layout:
19428     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19429     layout: "plot-throughput-speedup-analysis"
19430
19431 - type: "plot"
19432   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19433   algorithm: "plot_tsa_name"
19434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19436   include:
19437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19443   layout:
19444     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19445     layout: "plot-throughput-speedup-analysis"
19446
19447 - type: "plot"
19448   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19449   algorithm: "plot_tsa_name"
19450   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19452   include:
19453     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19454     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19455     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19459   layout:
19460     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19461     layout: "plot-throughput-speedup-analysis"
19462
19463 - type: "plot"
19464   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19465   algorithm: "plot_tsa_name"
19466   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19468   include:
19469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19475   layout:
19476     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19477     layout: "plot-throughput-speedup-analysis"
19478
19479 - type: "plot"
19480   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19481   algorithm: "plot_tsa_name"
19482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19484   include:
19485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19490   layout:
19491     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19492     layout: "plot-throughput-speedup-analysis"
19493
19494 - type: "plot"
19495   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19496   algorithm: "plot_tsa_name"
19497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19499   include:
19500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19505   layout:
19506     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19507     layout: "plot-throughput-speedup-analysis"
19508
19509 - type: "plot"
19510   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19511   algorithm: "plot_tsa_name"
19512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19514   include:
19515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19520   layout:
19521     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19522     layout: "plot-throughput-speedup-analysis"
19523
19524 - type: "plot"
19525   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19526   algorithm: "plot_tsa_name"
19527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19529   include:
19530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19535   layout:
19536     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19537     layout: "plot-throughput-speedup-analysis"
19538
19539 - type: "plot"
19540   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19541   algorithm: "plot_tsa_name"
19542   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19544   include:
19545     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19546     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19547     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19550   layout:
19551     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19552     layout: "plot-throughput-speedup-analysis"
19553
19554 - type: "plot"
19555   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19556   algorithm: "plot_tsa_name"
19557   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19559   include:
19560     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19561     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19562     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19563     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19565   layout:
19566     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19567     layout: "plot-throughput-speedup-analysis"
19568
19569 - type: "plot"
19570   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19571   algorithm: "plot_tsa_name"
19572   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19574   include:
19575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19580   layout:
19581     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19582     layout: "plot-throughput-speedup-analysis"
19583
19584 - type: "plot"
19585   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19586   algorithm: "plot_tsa_name"
19587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19589   include:
19590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19595   layout:
19596     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19597     layout: "plot-throughput-speedup-analysis"
19598
19599 - type: "plot"
19600   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19601   algorithm: "plot_tsa_name"
19602   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19604   include:
19605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19610   layout:
19611     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19612     layout: "plot-throughput-speedup-analysis"
19613
19614 - type: "plot"
19615   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19616   algorithm: "plot_tsa_name"
19617   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19619   include:
19620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19625   layout:
19626     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19627     layout: "plot-throughput-speedup-analysis"
19628
19629 - type: "plot"
19630   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19631   algorithm: "plot_tsa_name"
19632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19634   include:
19635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19640   layout:
19641     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19642     layout: "plot-throughput-speedup-analysis"
19643
19644 - type: "plot"
19645   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19646   algorithm: "plot_tsa_name"
19647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19649   include:
19650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19655   layout:
19656     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19657     layout: "plot-throughput-speedup-analysis"
19658
19659 - type: "plot"
19660   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19661   algorithm: "plot_tsa_name"
19662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-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-ndr"
19671     layout: "plot-throughput-speedup-analysis"
19672
19673 - type: "plot"
19674   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19675   algorithm: "plot_tsa_name"
19676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19678   include:
19679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19683   layout:
19684     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19685     layout: "plot-throughput-speedup-analysis"
19686
19687 - type: "plot"
19688   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19689   algorithm: "plot_tsa_name"
19690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19692   include:
19693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19698   layout:
19699     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19700     layout: "plot-throughput-speedup-analysis"
19701
19702 - type: "plot"
19703   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19704   algorithm: "plot_tsa_name"
19705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19707   include:
19708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19713   layout:
19714     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19715     layout: "plot-throughput-speedup-analysis"
19716
19717 - type: "plot"
19718   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19719   algorithm: "plot_tsa_name"
19720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-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-ndr"
19729     layout: "plot-throughput-speedup-analysis"
19730
19731 - type: "plot"
19732   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19733   algorithm: "plot_tsa_name"
19734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19736   include:
19737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19741   layout:
19742     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19743     layout: "plot-throughput-speedup-analysis"
19744
19745 - type: "plot"
19746   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19747   algorithm: "plot_tsa_name"
19748   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19750   include:
19751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19753     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19754     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19755     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19756   layout:
19757     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19758     layout: "plot-throughput-speedup-analysis"
19759
19760 - type: "plot"
19761   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19762   algorithm: "plot_tsa_name"
19763   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19765   include:
19766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19771   layout:
19772     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19773     layout: "plot-throughput-speedup-analysis"
19774
19775 - type: "plot"
19776   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19777   algorithm: "plot_tsa_name"
19778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-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-ndr"
19787     layout: "plot-throughput-speedup-analysis"
19788
19789 - type: "plot"
19790   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19791   algorithm: "plot_tsa_name"
19792   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19794   include:
19795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19796     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19799   layout:
19800     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19801     layout: "plot-throughput-speedup-analysis"
19802
19803 - type: "plot"
19804   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19805   algorithm: "plot_tsa_name"
19806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19808   include:
19809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19814   layout:
19815     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19816     layout: "plot-throughput-speedup-analysis"
19817
19818 - type: "plot"
19819   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19820   algorithm: "plot_tsa_name"
19821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19823   include:
19824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19829   layout:
19830     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19831     layout: "plot-throughput-speedup-analysis"
19832
19833 - type: "plot"
19834   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19835   algorithm: "plot_tsa_name"
19836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19838   include:
19839     - "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"
19840     - "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"
19841     - "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"
19842     - "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"
19843     - "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"
19844   layout:
19845     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19846     layout: "plot-throughput-speedup-analysis"
19847
19848 - type: "plot"
19849   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19850   algorithm: "plot_tsa_name"
19851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19853   include:
19854     - "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"
19855     - "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"
19856     - "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"
19857     - "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"
19858     - "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"
19859   layout:
19860     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19861     layout: "plot-throughput-speedup-analysis"
19862
19863 - type: "plot"
19864   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19865   algorithm: "plot_tsa_name"
19866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19868   include:
19869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19874   layout:
19875     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19876     layout: "plot-throughput-speedup-analysis"
19877
19878 - type: "plot"
19879   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19880   algorithm: "plot_tsa_name"
19881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19883   include:
19884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19889   layout:
19890     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19891     layout: "plot-throughput-speedup-analysis"
19892
19893 - type: "plot"
19894   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19895   algorithm: "plot_tsa_name"
19896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19898   include:
19899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19904   layout:
19905     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19906     layout: "plot-throughput-speedup-analysis"
19907
19908 - type: "plot"
19909   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19910   algorithm: "plot_tsa_name"
19911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19913   include:
19914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19919   layout:
19920     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19921     layout: "plot-throughput-speedup-analysis"
19922
19923 - type: "plot"
19924   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19925   algorithm: "plot_tsa_name"
19926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-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-ndr"
19935     layout: "plot-throughput-speedup-analysis"
19936
19937 - type: "plot"
19938   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19939   algorithm: "plot_tsa_name"
19940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-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-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19947   layout:
19948     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19949     layout: "plot-throughput-speedup-analysis"
19950
19951 - type: "plot"
19952   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19953   algorithm: "plot_tsa_name"
19954   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-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-2t1c-l2-vhost-vppl2xc-base-ndr"
19963     layout: "plot-throughput-speedup-analysis"
19964
19965 - type: "plot"
19966   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19967   algorithm: "plot_tsa_name"
19968   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19970   include:
19971     - "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"
19972     - "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"
19973     - "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"
19974     - "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"
19975   layout:
19976     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19977     layout: "plot-throughput-speedup-analysis"
19978
19979 - type: "plot"
19980   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19981   algorithm: "plot_tsa_name"
19982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19984   include:
19985     - "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"
19986     - "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"
19987     - "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"
19988     - "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"
19989     - "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"
19990     - "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"
19991   layout:
19992     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19993     layout: "plot-throughput-speedup-analysis"
19994
19995 - type: "plot"
19996   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19997   algorithm: "plot_tsa_name"
19998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20000   include:
20001     - "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"
20002     - "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"
20003     - "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"
20004     - "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"
20005     - "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"
20006     - "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"
20007   layout:
20008     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20009     layout: "plot-throughput-speedup-analysis"
20010
20011 # Packet Throughput - DPDK
20012
20013 # 2n-clx-xxv710
20014
20015 - type: "plot"
20016   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20017   algorithm: "plot_perf_box_name"
20018   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20019   data: "plot-dpdk-throughput-latency-2n-clx"
20020   include:
20021     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20022     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20023   layout:
20024     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20025     layout: "plot-throughput"
20026
20027 - type: "plot"
20028   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20029   algorithm: "plot_perf_box_name"
20030   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20031   data: "plot-dpdk-throughput-latency-2n-clx"
20032   include:
20033     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20034     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20035   layout:
20036     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20037     layout: "plot-throughput"
20038
20039 - type: "plot"
20040   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20041   algorithm: "plot_perf_box_name"
20042   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20043   data: "plot-dpdk-throughput-latency-2n-clx"
20044   include:
20045     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20046     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20047   layout:
20048     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20049     layout: "plot-throughput"
20050
20051 - type: "plot"
20052   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20053   algorithm: "plot_perf_box_name"
20054   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20055   data: "plot-dpdk-throughput-latency-2n-clx"
20056   include:
20057     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20058     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20059   layout:
20060     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20061     layout: "plot-throughput"
20062
20063 # 2n-clx-x710
20064
20065 - type: "plot"
20066   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20067   algorithm: "plot_perf_box_name"
20068   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20069   data: "plot-dpdk-throughput-latency-2n-clx"
20070   include:
20071     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20072     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20073   layout:
20074     title: "2n-clx-x710-64b-2t1c-base-ndr"
20075     layout: "plot-throughput"
20076
20077 - type: "plot"
20078   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20079   algorithm: "plot_perf_box_name"
20080   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20081   data: "plot-dpdk-throughput-latency-2n-clx"
20082   include:
20083     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20084     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20085   layout:
20086     title: "2n-clx-x710-64b-4t2c-base-ndr"
20087     layout: "plot-throughput"
20088
20089 - type: "plot"
20090   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20091   algorithm: "plot_perf_box_name"
20092   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20093   data: "plot-dpdk-throughput-latency-2n-clx"
20094   include:
20095     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20096     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20097   layout:
20098     title: "2n-clx-x710-64b-2t1c-base-pdr"
20099     layout: "plot-throughput"
20100
20101 - type: "plot"
20102   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20103   algorithm: "plot_perf_box_name"
20104   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20105   data: "plot-dpdk-throughput-latency-2n-clx"
20106   include:
20107     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20108     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20109   layout:
20110     title: "2n-clx-x710-64b-4t2c-base-pdr"
20111     layout: "plot-throughput"
20112
20113 ###############################################################################
20114
20115 # 2n-zn2
20116
20117 # Packet Throughput
20118
20119 - type: "plot"
20120   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20121   algorithm: "plot_perf_box_name"
20122   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
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-ndr"
20131     layout: "plot-throughput"
20132
20133 - type: "plot"
20134   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20135   algorithm: "plot_perf_box_name"
20136   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20137   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20138   include:
20139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20142     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20143   layout:
20144     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20145     layout: "plot-throughput"
20146
20147 - type: "plot"
20148   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20149   algorithm: "plot_perf_box_name"
20150   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
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-ndr"
20159     layout: "plot-throughput"
20160
20161 - type: "plot"
20162   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20163   algorithm: "plot_perf_box_name"
20164   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20165   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20166   include:
20167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20170     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20171   layout:
20172     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20173     layout: "plot-throughput"
20174
20175 - type: "plot"
20176   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20177   algorithm: "plot_perf_box_name"
20178   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
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-ndr"
20187     layout: "plot-throughput"
20188
20189 - type: "plot"
20190   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20191   algorithm: "plot_perf_box_name"
20192   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20193   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20194   include:
20195     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20196     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20197     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20198     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20199   layout:
20200     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20201     layout: "plot-throughput"
20202
20203 - type: "plot"
20204   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20205   algorithm: "plot_perf_box_name"
20206   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20207   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20208   include:
20209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20215   layout:
20216     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20217     layout: "plot-throughput"
20218
20219 - type: "plot"
20220   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20221   algorithm: "plot_perf_box_name"
20222   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20223   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20224   include:
20225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20231   layout:
20232     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20233     layout: "plot-throughput"
20234
20235 - type: "plot"
20236   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20237   algorithm: "plot_perf_box_name"
20238   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
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-ndr"
20247     layout: "plot-throughput"
20248
20249 - type: "plot"
20250   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20251   algorithm: "plot_perf_box_name"
20252   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20253   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20254   include:
20255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20259   layout:
20260     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20261     layout: "plot-throughput"
20262
20263 - type: "plot"
20264   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20265   algorithm: "plot_perf_box_name"
20266   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20267   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20268   include:
20269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20272   layout:
20273     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20274     layout: "plot-throughput"
20275
20276 - type: "plot"
20277   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20278   algorithm: "plot_perf_box_name"
20279   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20280   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20281   include:
20282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20285   layout:
20286     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20287     layout: "plot-throughput"
20288
20289 - type: "plot"
20290   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20291   algorithm: "plot_perf_box_name"
20292   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20293   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20294   include:
20295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20300   layout:
20301     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20302     layout: "plot-throughput"
20303
20304 - type: "plot"
20305   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20306   algorithm: "plot_perf_box_name"
20307   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20308   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20309   include:
20310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20315   layout:
20316     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20317     layout: "plot-throughput"
20318
20319 - type: "plot"
20320   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20321   algorithm: "plot_perf_box_name"
20322   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20323   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20324   include:
20325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20328   layout:
20329     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20330     layout: "plot-throughput"
20331
20332 - type: "plot"
20333   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20334   algorithm: "plot_perf_box_name"
20335   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20336   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20337   include:
20338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20341   layout:
20342     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20343     layout: "plot-throughput"
20344
20345 - type: "plot"
20346   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20347   algorithm: "plot_perf_box_name"
20348   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20349   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20350   include:
20351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20357   layout:
20358     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20359     layout: "plot-throughput"
20360
20361 - type: "plot"
20362   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20363   algorithm: "plot_perf_box_name"
20364   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20365   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20366   include:
20367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20373   layout:
20374     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20375     layout: "plot-throughput"
20376
20377 - type: "plot"
20378   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20379   algorithm: "plot_perf_box_name"
20380   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20381   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20382   include:
20383     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20384     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20385     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20386     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20387     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20388   layout:
20389     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20390     layout: "plot-throughput"
20391
20392 #- type: "plot"
20393 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20394 #  algorithm: "plot_perf_box_name"
20395 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20396 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20397 #  include:
20398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20403 #  layout:
20404 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20405 #    layout: "plot-throughput"
20406 #
20407 #- type: "plot"
20408 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20409 #  algorithm: "plot_perf_box_name"
20410 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20411 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20412 #  include:
20413 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20414 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20415 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20416 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20417 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20418 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20423 #  layout:
20424 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20425 #    layout: "plot-cps"
20426 #
20427 #- type: "plot"
20428 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20429 #  algorithm: "plot_perf_box_name"
20430 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20431 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20432 #  include:
20433 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20440 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20441 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20442 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20443 #  layout:
20444 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20445 #    layout: "plot-throughput"
20446 #
20447 #- type: "plot"
20448 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20449 #  algorithm: "plot_perf_box_name"
20450 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20451 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20452 #  include:
20453 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20455 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20456 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20457 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20458 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20459 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20460 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20461 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20462 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20463 #  layout:
20464 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20465 #    layout: "plot-cps"
20466 #
20467 #- type: "plot"
20468 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20469 #  algorithm: "plot_perf_box_name"
20470 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20471 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20472 #  include:
20473 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20474 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20475 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20476 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20483 #  layout:
20484 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20485 #    layout: "plot-throughput"
20486
20487 - type: "plot"
20488   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20489   algorithm: "plot_perf_box_name"
20490   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20491   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20492   include:
20493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20494     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20495     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20496     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20497     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20498   layout:
20499     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20500     layout: "plot-throughput"
20501
20502 #- type: "plot"
20503 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20504 #  algorithm: "plot_perf_box_name"
20505 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20506 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20507 #  include:
20508 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20509 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20513 #  layout:
20514 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20515 #    layout: "plot-throughput"
20516 #
20517 #- type: "plot"
20518 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20519 #  algorithm: "plot_perf_box_name"
20520 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20521 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20522 #  include:
20523 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20527 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20530 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20532 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20533 #  layout:
20534 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20535 #    layout: "plot-cps"
20536 #
20537 #- type: "plot"
20538 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20539 #  algorithm: "plot_perf_box_name"
20540 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20541 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20542 #  include:
20543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20544 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20545 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20546 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20547 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20548 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20549 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20550 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20551 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20552 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20553 #  layout:
20554 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20555 #    layout: "plot-throughput"
20556 #
20557 #- type: "plot"
20558 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20559 #  algorithm: "plot_perf_box_name"
20560 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20561 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20562 #  include:
20563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20568 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20569 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20570 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20571 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20572 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20573 #  layout:
20574 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20575 #    layout: "plot-cps"
20576 #
20577 #- type: "plot"
20578 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20579 #  algorithm: "plot_perf_box_name"
20580 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20581 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20582 #  include:
20583 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20584 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20585 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20587 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20588 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20589 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20590 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20591 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20592 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20593 #  layout:
20594 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20595 #    layout: "plot-throughput"
20596
20597 - type: "plot"
20598   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20599   algorithm: "plot_perf_box_name"
20600   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20601   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20602   include:
20603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20609   layout:
20610     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20611     layout: "plot-throughput"
20612
20613 - type: "plot"
20614   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20615   algorithm: "plot_perf_box_name"
20616   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20617   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20618   include:
20619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20625   layout:
20626     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20627     layout: "plot-throughput"
20628
20629 - type: "plot"
20630   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20631   algorithm: "plot_perf_box_name"
20632   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20633   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20634   include:
20635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20637   layout:
20638     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20639     layout: "plot-throughput"
20640
20641 - type: "plot"
20642   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20643   algorithm: "plot_perf_box_name"
20644   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20645   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20646   include:
20647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20649   layout:
20650     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20651     layout: "plot-throughput"
20652
20653 - type: "plot"
20654   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20655   algorithm: "plot_perf_box_name"
20656   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20657   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20658   include:
20659     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20660     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20661     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20662     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20663     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20665   layout:
20666     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20667     layout: "plot-throughput"
20668
20669 - type: "plot"
20670   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20671   algorithm: "plot_perf_box_name"
20672   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20673   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20674   include:
20675     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20676     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20678     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20679     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20681   layout:
20682     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20683     layout: "plot-throughput"
20684
20685 - type: "plot"
20686   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20687   algorithm: "plot_perf_box_name"
20688   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20689   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20690   include:
20691     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20692     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20693     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20694     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20697   layout:
20698     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20699     layout: "plot-throughput"
20700
20701 - type: "plot"
20702   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20703   algorithm: "plot_perf_box_name"
20704   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20705   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20706   include:
20707     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20708     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20709     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20710     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20711     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20712     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20713   layout:
20714     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20715     layout: "plot-throughput"
20716
20717 - type: "plot"
20718   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20719   algorithm: "plot_perf_box_name"
20720   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20721   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20722   include:
20723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20729   layout:
20730     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20731     layout: "plot-throughput"
20732
20733 - type: "plot"
20734   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20735   algorithm: "plot_perf_box_name"
20736   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20737   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20738   include:
20739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20745   layout:
20746     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20747     layout: "plot-throughput"
20748
20749 - type: "plot"
20750   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20751   algorithm: "plot_perf_box_name"
20752   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20753   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20754   include:
20755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20760   layout:
20761     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20762     layout: "plot-throughput"
20763
20764 - type: "plot"
20765   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20766   algorithm: "plot_perf_box_name"
20767   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20768   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20769   include:
20770     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20774     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20775   layout:
20776     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20777     layout: "plot-throughput"
20778
20779 - type: "plot"
20780   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20781   algorithm: "plot_perf_box_name"
20782   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20783   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20784   include:
20785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20789     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20790   layout:
20791     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20792     layout: "plot-throughput"
20793
20794 - type: "plot"
20795   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20796   algorithm: "plot_perf_box_name"
20797   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20798   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20799   include:
20800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20805   layout:
20806     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20807     layout: "plot-throughput"
20808
20809 - type: "plot"
20810   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20811   algorithm: "plot_perf_box_name"
20812   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20813   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20814   include:
20815     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20816     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20817     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20818     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20819     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20820   layout:
20821     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20822     layout: "plot-throughput"
20823
20824 - type: "plot"
20825   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20826   algorithm: "plot_perf_box_name"
20827   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20828   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20829   include:
20830     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20831     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20832     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20833     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20834     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20835   layout:
20836     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20837     layout: "plot-throughput"
20838
20839 - type: "plot"
20840   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20841   algorithm: "plot_perf_box_name"
20842   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20843   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20844   include:
20845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20850   layout:
20851     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20852     layout: "plot-throughput"
20853
20854 - type: "plot"
20855   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20856   algorithm: "plot_perf_box_name"
20857   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20858   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20859   include:
20860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20865   layout:
20866     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20867     layout: "plot-throughput"
20868
20869 - type: "plot"
20870   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20871   algorithm: "plot_perf_box_name"
20872   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20873   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20874   include:
20875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20880   layout:
20881     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20882     layout: "plot-throughput"
20883
20884 - type: "plot"
20885   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20886   algorithm: "plot_perf_box_name"
20887   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20888   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20889   include:
20890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20892     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20893     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20895   layout:
20896     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20897     layout: "plot-throughput"
20898
20899 - type: "plot"
20900   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20901   algorithm: "plot_perf_box_name"
20902   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20903   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20904   include:
20905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20911   layout:
20912     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20913     layout: "plot-throughput"
20914
20915 - type: "plot"
20916   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20917   algorithm: "plot_perf_box_name"
20918   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20919   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20920   include:
20921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20927   layout:
20928     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20929     layout: "plot-throughput"
20930
20931 - type: "plot"
20932   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20933   algorithm: "plot_perf_box_name"
20934   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
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-ndr"
20943     layout: "plot-throughput"
20944
20945 - type: "plot"
20946   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20947   algorithm: "plot_perf_box_name"
20948   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20949   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20950   include:
20951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20955   layout:
20956     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20957     layout: "plot-throughput"
20958
20959 - type: "plot"
20960   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20961   algorithm: "plot_perf_box_name"
20962   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20963   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20964   include:
20965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20971   layout:
20972     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20973     layout: "plot-throughput"
20974
20975 - type: "plot"
20976   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20977   algorithm: "plot_perf_box_name"
20978   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20979   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20980   include:
20981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20987   layout:
20988     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20989     layout: "plot-throughput"
20990
20991 - type: "plot"
20992   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20993   algorithm: "plot_perf_box_name"
20994   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
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-ndr"
21003     layout: "plot-throughput"
21004
21005 - type: "plot"
21006   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21007   algorithm: "plot_perf_box_name"
21008   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21009   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21010   include:
21011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21015   layout:
21016     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21017     layout: "plot-throughput"
21018
21019 - type: "plot"
21020   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21021   algorithm: "plot_perf_box_name"
21022   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21023   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21024   include:
21025     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21026     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21027     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21028     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21029     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21031   layout:
21032     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21033     layout: "plot-throughput"
21034
21035 - type: "plot"
21036   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21037   algorithm: "plot_perf_box_name"
21038   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21039   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21040   include:
21041     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21042     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21043     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21044     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21045     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21046     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21047   layout:
21048     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21049     layout: "plot-throughput"
21050
21051 - type: "plot"
21052   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21053   algorithm: "plot_perf_box_name"
21054   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
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-ndr"
21063     layout: "plot-throughput"
21064
21065 - type: "plot"
21066   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21067   algorithm: "plot_perf_box_name"
21068   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21069   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21070   include:
21071     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21072     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21073     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21074     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21075   layout:
21076     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21077     layout: "plot-throughput"
21078
21079 - type: "plot"
21080   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21081   algorithm: "plot_perf_box_name"
21082   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21083   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21084   include:
21085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21090   layout:
21091     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21092     layout: "plot-throughput"
21093
21094 - type: "plot"
21095   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21096   algorithm: "plot_perf_box_name"
21097   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21098   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21099   include:
21100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21105   layout:
21106     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21107     layout: "plot-throughput"
21108
21109 - type: "plot"
21110   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21111   algorithm: "plot_perf_box_name"
21112   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21113   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21114   include:
21115     - "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"
21116     - "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"
21117     - "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"
21118     - "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"
21119     - "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"
21120   layout:
21121     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21122     layout: "plot-throughput"
21123
21124 - type: "plot"
21125   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21126   algorithm: "plot_perf_box_name"
21127   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21128   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21129   include:
21130     - "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"
21131     - "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"
21132     - "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"
21133     - "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"
21134     - "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"
21135   layout:
21136     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21137     layout: "plot-throughput"
21138
21139 - type: "plot"
21140   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21141   algorithm: "plot_perf_box_name"
21142   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21143   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21144   include:
21145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21150   layout:
21151     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21152     layout: "plot-throughput"
21153
21154 - type: "plot"
21155   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21156   algorithm: "plot_perf_box_name"
21157   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21158   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21159   include:
21160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21165   layout:
21166     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21167     layout: "plot-throughput"
21168
21169 - type: "plot"
21170   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21171   algorithm: "plot_perf_box_name"
21172   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21173   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21174   include:
21175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21180   layout:
21181     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21182     layout: "plot-throughput"
21183
21184 - type: "plot"
21185   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21186   algorithm: "plot_perf_box_name"
21187   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21188   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21189   include:
21190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21195   layout:
21196     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21197     layout: "plot-throughput"
21198
21199 - type: "plot"
21200   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21201   algorithm: "plot_perf_box_name"
21202   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
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-ndr"
21211     layout: "plot-throughput"
21212
21213 - type: "plot"
21214   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21215   algorithm: "plot_perf_box_name"
21216   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
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-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21223   layout:
21224     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21225     layout: "plot-throughput"
21226
21227 - type: "plot"
21228   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21229   algorithm: "plot_perf_box_name"
21230   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
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-ndr"
21239     layout: "plot-throughput"
21240
21241 - type: "plot"
21242   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21243   algorithm: "plot_perf_box_name"
21244   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21245   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21246   include:
21247     - "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"
21248     - "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"
21249     - "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"
21250     - "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"
21251   layout:
21252     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21253     layout: "plot-throughput"
21254
21255 - type: "plot"
21256   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21257   algorithm: "plot_perf_box_name"
21258   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21259   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21260   include:
21261     - "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"
21262     - "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"
21263     - "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"
21264     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21265     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21266     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21267   layout:
21268     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21269     layout: "plot-throughput"
21270
21271 - type: "plot"
21272   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21273   algorithm: "plot_perf_box_name"
21274   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21275   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21276   include:
21277     - "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"
21278     - "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"
21279     - "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"
21280     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21281     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21282     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21283   layout:
21284     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21285     layout: "plot-throughput"
21286
21287 ################################################################################
21288
21289 # Packet Speedup
21290
21291 - type: "plot"
21292   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21293   algorithm: "plot_tsa_name"
21294   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-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-ndr"
21303     layout: "plot-throughput-speedup-analysis"
21304
21305 - type: "plot"
21306   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21307   algorithm: "plot_tsa_name"
21308   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21309   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21310   include:
21311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21314     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21315   layout:
21316     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21317     layout: "plot-throughput-speedup-analysis"
21318
21319 - type: "plot"
21320   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21321   algorithm: "plot_tsa_name"
21322   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-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-ndr"
21331     layout: "plot-throughput-speedup-analysis"
21332
21333 - type: "plot"
21334   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21335   algorithm: "plot_tsa_name"
21336   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21337   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21338   include:
21339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21342     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21343   layout:
21344     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21345     layout: "plot-throughput-speedup-analysis"
21346
21347 - type: "plot"
21348   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21349   algorithm: "plot_tsa_name"
21350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-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-ndr"
21359     layout: "plot-throughput-speedup-analysis"
21360
21361 - type: "plot"
21362   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21363   algorithm: "plot_tsa_name"
21364   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21365   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21366   include:
21367     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21368     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21369     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21370     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21371   layout:
21372     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21373     layout: "plot-throughput-speedup-analysis"
21374
21375 - type: "plot"
21376   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21377   algorithm: "plot_tsa_name"
21378   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21379   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21380   include:
21381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21387   layout:
21388     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21389     layout: "plot-throughput-speedup-analysis"
21390
21391 - type: "plot"
21392   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21393   algorithm: "plot_tsa_name"
21394   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21395   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21396   include:
21397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21403   layout:
21404     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21405     layout: "plot-throughput-speedup-analysis"
21406
21407 - type: "plot"
21408   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21409   algorithm: "plot_tsa_name"
21410   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-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-ndr"
21419     layout: "plot-throughput-speedup-analysis"
21420
21421 - type: "plot"
21422   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21423   algorithm: "plot_tsa_name"
21424   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21425   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21426   include:
21427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21431   layout:
21432     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21433     layout: "plot-throughput-speedup-analysis"
21434
21435 - type: "plot"
21436   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21437   algorithm: "plot_tsa_name"
21438   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21439   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21440   include:
21441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21444   layout:
21445     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21446     layout: "plot-throughput-speedup-analysis"
21447
21448 - type: "plot"
21449   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21450   algorithm: "plot_tsa_name"
21451   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21452   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21453   include:
21454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21457   layout:
21458     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21459     layout: "plot-throughput-speedup-analysis"
21460
21461 - type: "plot"
21462   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21463   algorithm: "plot_tsa_name"
21464   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21465   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21466   include:
21467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21472   layout:
21473     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21474     layout: "plot-throughput-speedup-analysis"
21475
21476 - type: "plot"
21477   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21478   algorithm: "plot_tsa_name"
21479   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21480   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21481   include:
21482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21487   layout:
21488     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21489     layout: "plot-throughput-speedup-analysis"
21490
21491 - type: "plot"
21492   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21493   algorithm: "plot_tsa_name"
21494   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21495   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21496   include:
21497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21500   layout:
21501     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21502     layout: "plot-throughput-speedup-analysis"
21503
21504 - type: "plot"
21505   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21506   algorithm: "plot_tsa_name"
21507   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21508   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21509   include:
21510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21513   layout:
21514     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21515     layout: "plot-throughput-speedup-analysis"
21516
21517 - type: "plot"
21518   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21519   algorithm: "plot_tsa_name"
21520   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21521   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21522   include:
21523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21529   layout:
21530     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21531     layout: "plot-throughput-speedup-analysis"
21532
21533 - type: "plot"
21534   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21535   algorithm: "plot_tsa_name"
21536   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21537   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21538   include:
21539     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21540     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21541     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21542     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21543     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21544   layout:
21545     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21546     layout: "plot-throughput-speedup-analysis"
21547
21548 #- type: "plot"
21549 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21550 #  algorithm: "plot_tsa_name"
21551 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21552 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21553 #  include:
21554 #    - "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"
21555 #    - "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"
21556 #    - "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"
21557 #    - "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"
21558 #    - "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"
21559 #  layout:
21560 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21561 #    layout: "plot-throughput-speedup-analysis"
21562 #
21563 #- type: "plot"
21564 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21565 #  algorithm: "plot_tsa_name"
21566 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21567 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21568 #  include:
21569 #    - "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"
21570 #    - "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"
21571 #    - "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"
21572 #    - "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"
21573 #    - "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"
21574 #    - "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"
21575 #    - "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"
21576 #    - "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"
21577 #    - "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"
21578 #    - "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"
21579 #  layout:
21580 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21581 #    layout: "plot-throughput-speedup-analysis-cps"
21582 #
21583 #- type: "plot"
21584 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21585 #  algorithm: "plot_tsa_name"
21586 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21587 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21588 #  include:
21589 #    - "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"
21590 #    - "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"
21591 #    - "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"
21592 #    - "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"
21593 #    - "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"
21594 #    - "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"
21595 #    - "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"
21596 #    - "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"
21597 #    - "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"
21598 #    - "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"
21599 #  layout:
21600 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21601 #    layout: "plot-throughput-speedup-analysis"
21602 #
21603 #- type: "plot"
21604 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21605 #  algorithm: "plot_tsa_name"
21606 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21607 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21608 #  include:
21609 #    - "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"
21610 #    - "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"
21611 #    - "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"
21612 #    - "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"
21613 #    - "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"
21614 #    - "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"
21615 #    - "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"
21616 #    - "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"
21617 #    - "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"
21618 #    - "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"
21619 #  layout:
21620 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21621 #    layout: "plot-throughput-speedup-analysis-cps"
21622 #
21623 #- type: "plot"
21624 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21625 #  algorithm: "plot_tsa_name"
21626 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21627 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21628 #  include:
21629 #    - "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"
21630 #    - "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"
21631 #    - "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"
21632 #    - "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"
21633 #    - "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"
21634 #    - "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"
21635 #    - "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"
21636 #    - "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"
21637 #    - "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"
21638 #    - "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"
21639 #  layout:
21640 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21641 #    layout: "plot-throughput-speedup-analysis"
21642
21643 - type: "plot"
21644   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21645   algorithm: "plot_tsa_name"
21646   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21647   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21648   include:
21649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21655   layout:
21656     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21657     layout: "plot-throughput-speedup-analysis"
21658
21659 - type: "plot"
21660   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21661   algorithm: "plot_tsa_name"
21662   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21663   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21664   include:
21665     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21666     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21667     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21669     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21670   layout:
21671     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21672     layout: "plot-throughput-speedup-analysis"
21673
21674 #- type: "plot"
21675 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21676 #  algorithm: "plot_tsa_name"
21677 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21678 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21679 #  include:
21680 #    - "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"
21681 #    - "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"
21682 #    - "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"
21683 #    - "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"
21684 #    - "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"
21685 #  layout:
21686 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21687 #    layout: "plot-throughput-speedup-analysis"
21688 #
21689 #- type: "plot"
21690 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21691 #  algorithm: "plot_tsa_name"
21692 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21693 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21694 #  include:
21695 #    - "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"
21696 #    - "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"
21697 #    - "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"
21698 #    - "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"
21699 #    - "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"
21700 #    - "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"
21701 #    - "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"
21702 #    - "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"
21703 #    - "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"
21704 #    - "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"
21705 #  layout:
21706 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21707 #    layout: "plot-throughput-speedup-analysis-cps"
21708 #
21709 #- type: "plot"
21710 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21711 #  algorithm: "plot_tsa_name"
21712 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21713 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21714 #  include:
21715 #    - "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"
21716 #    - "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"
21717 #    - "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"
21718 #    - "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"
21719 #    - "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"
21720 #    - "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"
21721 #    - "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"
21722 #    - "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"
21723 #    - "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"
21724 #    - "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"
21725 #  layout:
21726 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21727 #    layout: "plot-throughput-speedup-analysis"
21728 #
21729 #- type: "plot"
21730 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21731 #  algorithm: "plot_tsa_name"
21732 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21733 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21734 #  include:
21735 #    - "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"
21736 #    - "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"
21737 #    - "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"
21738 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21739 #    - "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"
21740 #    - "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"
21741 #    - "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"
21742 #    - "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"
21743 #    - "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"
21744 #    - "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"
21745 #  layout:
21746 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21747 #    layout: "plot-throughput-speedup-analysis-cps"
21748 #
21749 #- type: "plot"
21750 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21751 #  algorithm: "plot_tsa_name"
21752 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21753 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21754 #  include:
21755 #    - "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"
21756 #    - "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"
21757 #    - "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"
21758 #    - "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"
21759 #    - "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"
21760 #    - "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"
21761 #    - "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"
21762 #    - "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"
21763 #    - "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"
21764 #    - "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"
21765 #  layout:
21766 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21767 #    layout: "plot-throughput-speedup-analysis"
21768
21769 - type: "plot"
21770   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21771   algorithm: "plot_tsa_name"
21772   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21773   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21774   include:
21775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21781   layout:
21782     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21783     layout: "plot-throughput-speedup-analysis"
21784
21785 - type: "plot"
21786   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21787   algorithm: "plot_tsa_name"
21788   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21789   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21790   include:
21791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21797   layout:
21798     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21799     layout: "plot-throughput-speedup-analysis"
21800
21801 - type: "plot"
21802   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21803   algorithm: "plot_tsa_name"
21804   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21805   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21806   include:
21807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21809   layout:
21810     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21811     layout: "plot-throughput-speedup-analysis"
21812
21813 - type: "plot"
21814   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21815   algorithm: "plot_tsa_name"
21816   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21817   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21818   include:
21819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21821   layout:
21822     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21823     layout: "plot-throughput-speedup-analysis"
21824
21825 - type: "plot"
21826   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21827   algorithm: "plot_tsa_name"
21828   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21829   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21830   include:
21831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21837   layout:
21838     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21839     layout: "plot-throughput-speedup-analysis"
21840
21841 - type: "plot"
21842   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21843   algorithm: "plot_tsa_name"
21844   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21845   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21846   include:
21847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21853   layout:
21854     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21855     layout: "plot-throughput-speedup-analysis"
21856
21857 - type: "plot"
21858   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21859   algorithm: "plot_tsa_name"
21860   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21861   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21862   include:
21863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21869   layout:
21870     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21871     layout: "plot-throughput-speedup-analysis"
21872
21873 - type: "plot"
21874   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21875   algorithm: "plot_tsa_name"
21876   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21877   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21878   include:
21879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21885   layout:
21886     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21887     layout: "plot-throughput-speedup-analysis"
21888
21889 - type: "plot"
21890   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21891   algorithm: "plot_tsa_name"
21892   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21893   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21894   include:
21895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21901   layout:
21902     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21903     layout: "plot-throughput-speedup-analysis"
21904
21905 - type: "plot"
21906   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21907   algorithm: "plot_tsa_name"
21908   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21909   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21910   include:
21911     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21917   layout:
21918     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21919     layout: "plot-throughput-speedup-analysis"
21920
21921 - type: "plot"
21922   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21923   algorithm: "plot_tsa_name"
21924   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21925   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21926   include:
21927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21932   layout:
21933     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
21934     layout: "plot-throughput-speedup-analysis"
21935
21936 - type: "plot"
21937   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21938   algorithm: "plot_tsa_name"
21939   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21940   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21941   include:
21942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21946     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21947   layout:
21948     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
21949     layout: "plot-throughput-speedup-analysis"
21950
21951 - type: "plot"
21952   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21953   algorithm: "plot_tsa_name"
21954   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21955   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21956   include:
21957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21962   layout:
21963     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
21964     layout: "plot-throughput-speedup-analysis"
21965
21966 - type: "plot"
21967   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21968   algorithm: "plot_tsa_name"
21969   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21970   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21971   include:
21972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21977   layout:
21978     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
21979     layout: "plot-throughput-speedup-analysis"
21980
21981 - type: "plot"
21982   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21983   algorithm: "plot_tsa_name"
21984   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21985   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21986   include:
21987     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21988     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21989     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21990     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21991     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21992   layout:
21993     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
21994     layout: "plot-throughput-speedup-analysis"
21995
21996 - type: "plot"
21997   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21998   algorithm: "plot_tsa_name"
21999   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22000   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22001   include:
22002     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22003     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22004     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22005     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22006     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22007   layout:
22008     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22009     layout: "plot-throughput-speedup-analysis"
22010
22011 - type: "plot"
22012   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22013   algorithm: "plot_tsa_name"
22014   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22015   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22016   include:
22017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22022   layout:
22023     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22024     layout: "plot-throughput-speedup-analysis"
22025
22026 - type: "plot"
22027   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22028   algorithm: "plot_tsa_name"
22029   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22030   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22031   include:
22032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22037   layout:
22038     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22039     layout: "plot-throughput-speedup-analysis"
22040
22041 - type: "plot"
22042   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22043   algorithm: "plot_tsa_name"
22044   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22045   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22046   include:
22047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22052   layout:
22053     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22054     layout: "plot-throughput-speedup-analysis"
22055
22056 - type: "plot"
22057   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22058   algorithm: "plot_tsa_name"
22059   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22060   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22061   include:
22062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22067   layout:
22068     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22069     layout: "plot-throughput-speedup-analysis"
22070
22071 - type: "plot"
22072   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22073   algorithm: "plot_tsa_name"
22074   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22075   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22076   include:
22077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22083   layout:
22084     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22085     layout: "plot-throughput-speedup-analysis"
22086
22087 - type: "plot"
22088   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22089   algorithm: "plot_tsa_name"
22090   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22091   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22092   include:
22093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22099   layout:
22100     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22101     layout: "plot-throughput-speedup-analysis"
22102
22103 - type: "plot"
22104   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22105   algorithm: "plot_tsa_name"
22106   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-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-ndr"
22115     layout: "plot-throughput-speedup-analysis"
22116
22117 - type: "plot"
22118   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22119   algorithm: "plot_tsa_name"
22120   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22121   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22122   include:
22123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22127   layout:
22128     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22129     layout: "plot-throughput-speedup-analysis"
22130
22131 - type: "plot"
22132   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22133   algorithm: "plot_tsa_name"
22134   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22135   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22136   include:
22137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22143   layout:
22144     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22145     layout: "plot-throughput-speedup-analysis"
22146
22147 - type: "plot"
22148   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22149   algorithm: "plot_tsa_name"
22150   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22151   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22152   include:
22153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22159   layout:
22160     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22161     layout: "plot-throughput-speedup-analysis"
22162
22163 - type: "plot"
22164   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22165   algorithm: "plot_tsa_name"
22166   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-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-ndr"
22175     layout: "plot-throughput-speedup-analysis"
22176
22177 - type: "plot"
22178   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22179   algorithm: "plot_tsa_name"
22180   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22181   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22182   include:
22183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22187   layout:
22188     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22189     layout: "plot-throughput-speedup-analysis"
22190
22191 - type: "plot"
22192   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22193   algorithm: "plot_tsa_name"
22194   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22195   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22196   include:
22197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22201     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22202     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22203   layout:
22204     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22205     layout: "plot-throughput-speedup-analysis"
22206
22207 - type: "plot"
22208   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22209   algorithm: "plot_tsa_name"
22210   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22211   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22212   include:
22213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22216     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22217     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22219   layout:
22220     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22221     layout: "plot-throughput-speedup-analysis"
22222
22223 - type: "plot"
22224   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22225   algorithm: "plot_tsa_name"
22226   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-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-ndr"
22235     layout: "plot-throughput-speedup-analysis"
22236
22237 - type: "plot"
22238   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22239   algorithm: "plot_tsa_name"
22240   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22241   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22242   include:
22243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22244     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22247   layout:
22248     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22249     layout: "plot-throughput-speedup-analysis"
22250
22251 - type: "plot"
22252   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22253   algorithm: "plot_tsa_name"
22254   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22255   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22256   include:
22257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22262   layout:
22263     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22264     layout: "plot-throughput-speedup-analysis"
22265
22266 - type: "plot"
22267   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22268   algorithm: "plot_tsa_name"
22269   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22270   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22271   include:
22272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22277   layout:
22278     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22279     layout: "plot-throughput-speedup-analysis"
22280
22281 - type: "plot"
22282   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22283   algorithm: "plot_tsa_name"
22284   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22285   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22286   include:
22287     - "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"
22288     - "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"
22289     - "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"
22290     - "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"
22291     - "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"
22292   layout:
22293     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22294     layout: "plot-throughput-speedup-analysis"
22295
22296 - type: "plot"
22297   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22298   algorithm: "plot_tsa_name"
22299   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22300   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22301   include:
22302     - "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"
22303     - "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"
22304     - "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"
22305     - "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"
22306     - "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"
22307   layout:
22308     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22309     layout: "plot-throughput-speedup-analysis"
22310
22311 - type: "plot"
22312   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22313   algorithm: "plot_tsa_name"
22314   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22315   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22316   include:
22317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22322   layout:
22323     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22324     layout: "plot-throughput-speedup-analysis"
22325
22326 - type: "plot"
22327   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22328   algorithm: "plot_tsa_name"
22329   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22330   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22331   include:
22332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22337   layout:
22338     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22339     layout: "plot-throughput-speedup-analysis"
22340
22341 - type: "plot"
22342   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22343   algorithm: "plot_tsa_name"
22344   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22345   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22346   include:
22347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22352   layout:
22353     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22354     layout: "plot-throughput-speedup-analysis"
22355
22356 - type: "plot"
22357   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22358   algorithm: "plot_tsa_name"
22359   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22360   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22361   include:
22362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22367   layout:
22368     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22369     layout: "plot-throughput-speedup-analysis"
22370
22371 - type: "plot"
22372   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22373   algorithm: "plot_tsa_name"
22374   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-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-ndr"
22383     layout: "plot-throughput-speedup-analysis"
22384
22385 - type: "plot"
22386   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22387   algorithm: "plot_tsa_name"
22388   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-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-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22395   layout:
22396     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22397     layout: "plot-throughput-speedup-analysis"
22398
22399 - type: "plot"
22400   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22401   algorithm: "plot_tsa_name"
22402   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-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-2t1c-l2-vhost-vppl2xc-base-ndr"
22411     layout: "plot-throughput-speedup-analysis"
22412
22413 - type: "plot"
22414   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22415   algorithm: "plot_tsa_name"
22416   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22417   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22418   include:
22419     - "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"
22420     - "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"
22421     - "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"
22422     - "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"
22423   layout:
22424     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22425     layout: "plot-throughput-speedup-analysis"
22426
22427 - type: "plot"
22428   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22429   algorithm: "plot_tsa_name"
22430   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22431   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22432   include:
22433     - "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"
22434     - "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"
22435     - "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"
22436     - "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"
22437     - "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"
22438     - "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"
22439   layout:
22440     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22441     layout: "plot-throughput-speedup-analysis"
22442
22443 - type: "plot"
22444   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22445   algorithm: "plot_tsa_name"
22446   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22447   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22448   include:
22449     - "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"
22450     - "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"
22451     - "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"
22452     - "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"
22453     - "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"
22454     - "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"
22455   layout:
22456     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22457     layout: "plot-throughput-speedup-analysis"
22458
22459 # Packet Throughput - DPDK
22460
22461 # 2n-zn2-xxv710
22462
22463 - type: "plot"
22464   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22465   algorithm: "plot_perf_box_name"
22466   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22467   data: "plot-dpdk-throughput-latency-2n-zn2"
22468   include:
22469     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22470     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22471   layout:
22472     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22473     layout: "plot-throughput"
22474
22475 - type: "plot"
22476   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22477   algorithm: "plot_perf_box_name"
22478   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22479   data: "plot-dpdk-throughput-latency-2n-zn2"
22480   include:
22481     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22482     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22483   layout:
22484     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22485     layout: "plot-throughput"
22486
22487 - type: "plot"
22488   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22489   algorithm: "plot_perf_box_name"
22490   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22491   data: "plot-dpdk-throughput-latency-2n-zn2"
22492   include:
22493     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22494     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22495   layout:
22496     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22497     layout: "plot-throughput"
22498
22499 - type: "plot"
22500   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22501   algorithm: "plot_perf_box_name"
22502   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22503   data: "plot-dpdk-throughput-latency-2n-zn2"
22504   include:
22505     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22506     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22507   layout:
22508     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22509     layout: "plot-throughput"
22510
22511 # 2n-zn2-x710
22512
22513 - type: "plot"
22514   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22515   algorithm: "plot_perf_box_name"
22516   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22517   data: "plot-dpdk-throughput-latency-2n-zn2"
22518   include:
22519     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22520     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22521   layout:
22522     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22523     layout: "plot-throughput"
22524
22525 - type: "plot"
22526   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22527   algorithm: "plot_perf_box_name"
22528   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22529   data: "plot-dpdk-throughput-latency-2n-zn2"
22530   include:
22531     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22532     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22533   layout:
22534     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22535     layout: "plot-throughput"
22536
22537 - type: "plot"
22538   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22539   algorithm: "plot_perf_box_name"
22540   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22541   data: "plot-dpdk-throughput-latency-2n-zn2"
22542   include:
22543     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22544     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22545   layout:
22546     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22547     layout: "plot-throughput"
22548
22549 - type: "plot"
22550   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22551   algorithm: "plot_perf_box_name"
22552   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22553   data: "plot-dpdk-throughput-latency-2n-zn2"
22554   include:
22555     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22556     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22557   layout:
22558     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22559     layout: "plot-throughput"
22560
22561 ################################################################################
22562
22563 # - type: "plot"
22564 #   title: "Latency by percentile x-log: 2n-clx"
22565 #   algorithm: "plot_hdrh_lat_by_percentile"
22566 #   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-x-log-2n-clx"
22567 #   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22568 #   target-links: "../../_static/vpp"
22569 #   data: "plot-vpp-hdrh-lat-2n-clx"
22570 #   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22571 #   layout:
22572 #     layout: "plot-hdrh-latency-percentile-x-log"
22573
22574 - type: "plot"
22575   title: "Latency by percentile x-log: 2n-skx"
22576   algorithm: "plot_hdrh_lat_by_percentile"
22577   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-x-log-2n-skx"
22578   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22579   target-links: "../../_static/vpp"
22580   data: "plot-vpp-hdrh-lat-2n-skx"
22581   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22582   layout:
22583     layout: "plot-hdrh-latency-percentile-x-log"
22584
22585 - type: "plot"
22586   title: "Latency by percentile: 2n-skx"
22587   algorithm: "plot_hdrh_lat_by_percentile"
22588   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22589   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22590   target-links: "../../_static/vpp"
22591   data: "plot-vpp-hdrh-lat-2n-skx"
22592   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22593   layout:
22594     layout: "plot-hdrh-latency-by-percentile"
22595
22596 - type: "plot"
22597   title: "Latency by percentile: 2n-zn2"
22598   algorithm: "plot_hdrh_lat_by_percentile"
22599   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22600   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22601   target-links: "../../_static/vpp"
22602   data: "plot-vpp-hdrh-lat-2n-zn2"
22603   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22604   layout:
22605     layout: "plot-hdrh-latency-by-percentile"
22606
22607 - type: "plot"
22608   title: "Latency by percentile: 3n-skx"
22609   algorithm: "plot_hdrh_lat_by_percentile"
22610   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22611   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22612   target-links: "../../_static/vpp"
22613   data: "plot-vpp-hdrh-lat-3n-skx"
22614   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22615   layout:
22616     layout: "plot-hdrh-latency-by-percentile"
22617
22618 - type: "plot"
22619   title: "Latency by percentile: 2n-clx"
22620   algorithm: "plot_hdrh_lat_by_percentile"
22621   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22622   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22623   target-links: "../../_static/vpp"
22624   data: "plot-vpp-hdrh-lat-2n-clx"
22625   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22626   layout:
22627     layout: "plot-hdrh-latency-by-percentile"
22628
22629 - type: "plot"
22630   title: "Latency by percentile: 3n-hsw"
22631   algorithm: "plot_hdrh_lat_by_percentile"
22632   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22633   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22634   target-links: "../../_static/vpp"
22635   data: "plot-vpp-hdrh-lat-3n-hsw"
22636   filter: "'1T1C' and 'NIC_Intel-XL710'"
22637   layout:
22638     layout: "plot-hdrh-latency-by-percentile"
22639
22640 - type: "plot"
22641   title: "Latency by percentile: 3n-tsh"
22642   algorithm: "plot_hdrh_lat_by_percentile"
22643   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22644   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22645   target-links: "../../_static/vpp"
22646   data: "plot-vpp-hdrh-lat-3n-tsh"
22647   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22648   layout:
22649     layout: "plot-hdrh-latency-by-percentile"
22650
22651 - type: "plot"
22652   title: "Latency by percentile: DPDK 2n-skx"
22653   algorithm: "plot_hdrh_lat_by_percentile"
22654   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22655   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22656   target-links: "../../_static/dpdk"
22657   data: "plot-dpdk-hdrh-lat-2n-skx"
22658   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22659   layout:
22660     layout: "plot-hdrh-latency-by-percentile"
22661
22662 - type: "plot"
22663   title: "Latency by percentile: DPDK 3n-skx"
22664   algorithm: "plot_hdrh_lat_by_percentile"
22665   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22666   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22667   target-links: "../../_static/dpdk"
22668   data: "plot-dpdk-hdrh-lat-3n-skx"
22669   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22670   layout:
22671     layout: "plot-hdrh-latency-by-percentile"
22672
22673 - type: "plot"
22674   title: "Latency by percentile: DPDK 2n-clx"
22675   algorithm: "plot_hdrh_lat_by_percentile"
22676   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22677   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22678   target-links: "../../_static/dpdk"
22679   data: "plot-dpdk-hdrh-lat-2n-clx"
22680   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22681   layout:
22682     layout: "plot-hdrh-latency-by-percentile"
22683
22684 - type: "plot"
22685   title: "Latency by percentile: DPDK 2n-zn2"
22686   algorithm: "plot_hdrh_lat_by_percentile"
22687   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22688   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22689   target-links: "../../_static/dpdk"
22690   data: "plot-dpdk-hdrh-lat-2n-zn2"
22691   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22692   layout:
22693     layout: "plot-hdrh-latency-by-percentile"
22694
22695 - type: "plot"
22696   title: "Latency by percentile: DPDK 3n-hsw"
22697   algorithm: "plot_hdrh_lat_by_percentile"
22698   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22699   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22700   target-links: "../../_static/dpdk"
22701   data: "plot-dpdk-hdrh-lat-3n-hsw"
22702   filter: "'1T1C' and 'NIC_Intel-XL710'"
22703   layout:
22704     layout: "plot-hdrh-latency-by-percentile"
22705
22706 - type: "plot"
22707   title: "Latency by percentile: DPDK 3n-tsh"
22708   algorithm: "plot_hdrh_lat_by_percentile"
22709   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22710   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22711   target-links: "../../_static/dpdk"
22712   data: "plot-dpdk-hdrh-lat-3n-tsh"
22713   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22714   layout:
22715     layout: "plot-hdrh-latency-by-percentile"