Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,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-2009-3n-hsw:
161         - 21  # rls2009 NDRPDR iter env 5
162         - 22  # rls2009 NDRPDR iter env 5
163         - 24  # rls2009 NDRPDR iter env 5
164         - 25  # rls2009 NDRPDR iter env 5
165         - 26  # rls2009 NDRPDR iter env 5
166         - 27  # rls2009 NDRPDR iter env 5
167         - 28  # rls2009 NDRPDR iter env 5
168         - 29  # rls2009 NDRPDR iter env 5
169         - 30  # rls2009 NDRPDR iter env 5
170         - 31  # rls2009 NDRPDR iter env 5
171
172     plot-vpp-hdrh-lat-3n-hsw:
173       csit-vpp-perf-report-iterative-2009-3n-hsw:
174         - 22  # rls2009 NDRPDR iter env 5
175
176     plot-vpp-hoststack-3n-hsw:
177       csit-vpp-perf-report-iterative-2009-3n-hsw:
178         - 32  # rls2009 Hoststack iter env 5
179         - 33  # rls2009 Hoststack iter env 5
180         - 34  # rls2009 Hoststack iter env 5
181         - 35  # rls2009 Hoststack iter env 5
182         - 36  # rls2009 Hoststack iter env 5
183         - 37  # rls2009 Hoststack iter env 5
184         - 38  # rls2009 Hoststack iter env 5
185         - 39  # rls2009 Hoststack iter env 5
186         - 40  # rls2009 Hoststack iter env 5
187         - 41  # rls2009 Hoststack iter env 5
188
189     plot-dpdk-throughput-latency-3n-hsw:
190       csit-dpdk-perf-report-iterative-2009-3n-hsw:
191         - 6   # NDRPDR iter env5
192         - 7   # NDRPDR iter env5
193         - 8   # NDRPDR iter env5
194         - 9   # NDRPDR iter env5
195         - 10  # NDRPDR iter env5
196         - 11  # NDRPDR iter env5
197         - 12  # NDRPDR iter env5
198         - 13  # NDRPDR iter env5
199         - 14  # NDRPDR iter env5
200         - 15  # NDRPDR iter env5
201
202     plot-dpdk-hdrh-lat-3n-hsw:
203       csit-dpdk-perf-report-iterative-2009-3n-hsw:
204         - 6   # NDRPDR iter env5
205
206     # 3n-skx
207
208     plot-vpp-throughput-lat-tsa-3n-skx:
209       csit-vpp-perf-report-iterative-2009-3n-skx:
210         - 26  # rls2009 NDRPDR iter env 5
211         - 27  # rls2009 NDRPDR iter env 5
212         - 28  # rls2009 NDRPDR iter env 5
213         - 29  # rls2009 NDRPDR iter env 5
214         - 35  # rls2009 NDRPDR iter env 5
215         - 36  # rls2009 NDRPDR iter env 5
216         - 37  # rls2009 NDRPDR iter env 5
217         - 38  # rls2009 NDRPDR iter env 5
218         - 39  # rls2009 NDRPDR iter env 5
219         - 40  # rls2009 NDRPDR iter env 5
220
221     plot-vpp-hdrh-lat-3n-skx:
222       csit-vpp-perf-report-iterative-2009-3n-skx:
223         - 27  # rls2009 NDRPDR iter env 5
224
225 #    plot-vpp-nfv-3n-skx-ndrpdr:
226 #      # No data
227 #      csit-vpp-perf-report-iterative-2009-3n-skx:
228
229 #    plot-vpp-nfv-3n-skx-mrr:
230 #      # No data
231 #      csit-vpp-perf-report-iterative-2009-3n-skx:
232
233     plot-dpdk-throughput-latency-3n-skx:
234       csit-dpdk-perf-report-iterative-2009-3n-skx:
235         - 4   # NDRPDR sel env5
236         - 5   # NDRPDR sel env5
237         - 6   # NDRPDR sel env5
238         - 7   # NDRPDR sel env5
239         - 8   # NDRPDR sel env5
240         - 9   # NDRPDR sel env5
241         - 14  # NDRPDR sel env5
242         - 11  # NDRPDR sel env5
243         - 12  # NDRPDR sel env5
244         - 13  # NDRPDR sel env5
245
246     plot-dpdk-hdrh-lat-3n-skx:
247       csit-dpdk-perf-report-iterative-2009-3n-skx:
248         - 4   # NDRPDR sel env5
249
250     # 2n-skx
251
252     plot-vpp-throughput-lat-tsa-2n-skx:
253       csit-vpp-perf-report-iterative-2009-2n-skx:
254         - 35  # rls2009 NDRPDR iter env 5
255         - 36  # rls2009 NDRPDR iter env 5
256         - 37  # rls2009 NDRPDR iter env 5
257         - 39  # rls2009 NDRPDR iter env 5
258         - 40  # rls2009 NDRPDR iter env 5
259         - 42  # rls2009 NDRPDR iter env 5
260         - 43  # rls2009 NDRPDR iter env 5
261         - 44  # rls2009 NDRPDR iter env 5
262         - 46  # rls2009 NDRPDR iter env 5
263         - 48  # rls2009 NDRPDR iter env 5
264         - 110 # rls2009 NDRPDR iter NAT44 env 5
265         - 111 # rls2009 NDRPDR iter NAT44 env 5
266         - 112 # rls2009 NDRPDR iter NAT44 env 5
267         - 113 # rls2009 NDRPDR iter NAT44 env 5
268         - 114 # rls2009 NDRPDR iter NAT44 env 5
269         - 115 # rls2009 NDRPDR iter NAT44 env 5
270         - 116 # rls2009 NDRPDR iter NAT44 env 5
271         - 118 # rls2009 NDRPDR iter NAT44 env 5
272         - 119 # rls2009 NDRPDR iter NAT44 env 5
273         - 121 # rls2009 NDRPDR iter NAT44 env 5
274
275     plot-vpp-hdrh-lat-2n-skx:
276       csit-vpp-perf-report-iterative-2009-2n-skx:
277         - 35  # rls2009 NDRPDR iter env 5
278
279     plot-vpp-hdrh-lat-2n-skx-nat44:
280       csit-vpp-perf-report-iterative-2009-2n-skx:
281         - 110 # rls2009 NDRPDR iter NAT44 env 5
282
283     plot-vpp-soak-2n-skx:
284       csit-vpp-perf-report-iterative-2009-2n-skx:
285         - 33  # rls2009 soak env 5
286         - 34  # rls2009 soak env 5
287
288     plot-vpp-nfv-2n-skx-ndrpdr:
289       csit-vpp-perf-report-iterative-2009-2n-skx:
290         - 38  # rls2009 nf-density iter env 5
291         - 41  # rls2009 nf-density iter env 5
292         - 45  # rls2009 nf-density iter env 5
293         - 47  # rls2009 nf-density iter env 5
294         - 49  # rls2009 nf-density iter env 5
295         - 63  # rls2009 nf-density iter env 5
296         - 65  # rls2009 nf-density iter env 5
297         - 66  # rls2009 nf-density iter env 5
298         - 71  # rls2009 nf-density iter env 5
299         - 72  # rls2009 nf-density iter env 5
300
301     plot-vpp-nfv-2n-skx-mrr:
302       csit-vpp-perf-report-iterative-2009-2n-skx:
303         - 50  # rls2009 MRR nf-density iter env 5
304
305     plot-vpp-nfv-reconf-2n-skx:
306       csit-vpp-perf-report-iterative-2009-2n-skx:
307         - 27  # rls2009 reconf env 5
308         - 28  # rls2009 reconf env 5
309         - 29  # rls2009 reconf env 5
310         - 30  # rls2009 reconf env 5
311         - 31  # rls2009 reconf env 5
312         - 32  # rls2009 reconf env 5
313         - 61  # rls2009 reconf env 5
314         - 62  # rls2009 reconf env 5
315         - 68  # rls2009 reconf env 5
316         - 70  # rls2009 reconf env 5
317
318     plot-dpdk-throughput-latency-2n-skx:
319       csit-dpdk-perf-report-iterative-2009-2n-skx:
320         - 4   # NDRPDR iter env5
321         - 5   # NDRPDR iter env5
322         - 6   # NDRPDR iter env5
323         - 7   # NDRPDR iter env5
324         - 8   # NDRPDR iter env5
325         - 9   # NDRPDR iter env5
326         - 10  # NDRPDR iter env5
327         - 11  # NDRPDR iter env5
328         - 12  # NDRPDR iter env5
329         - 13  # NDRPDR iter env5
330
331     plot-dpdk-hdrh-lat-2n-skx:
332       csit-dpdk-perf-report-iterative-2009-2n-skx:
333         - 4   # NDRPDR iter env5
334
335     # 2n-zn2
336
337     plot-vpp-throughput-lat-tsa-2n-zn2:
338       csit-vpp-perf-report-iterative-2009-2n-zn2:
339         - 3   # rls2009 NDRPDR iter env 5
340         - 4   # rls2009 NDRPDR iter env 5
341         - 6   # rls2009 NDRPDR iter env 5
342         - 7   # rls2009 NDRPDR iter env 5
343         - 8   # rls2009 NDRPDR iter env 5
344         - 9   # rls2009 NDRPDR iter env 5
345         - 10  # rls2009 NDRPDR iter env 5
346         - 11  # rls2009 NDRPDR iter env 5
347
348     plot-vpp-hdrh-lat-2n-zn2:
349       csit-vpp-perf-report-iterative-2009-2n-zn2:
350         - 3   # rls2009 NDRPDR iter env 5
351
352     plot-dpdk-throughput-latency-2n-zn2:
353       csit-dpdk-perf-report-iterative-2009-2n-zn2:
354         - 1   # NDRPDR iter env5
355
356     plot-dpdk-hdrh-lat-2n-zn2:
357       csit-dpdk-perf-report-iterative-2009-2n-zn2:
358         - 1   # NDRPDR iter env5
359
360     # 2n-clx
361
362     plot-vpp-throughput-lat-tsa-2n-clx:
363       csit-vpp-perf-report-iterative-2009-2n-clx:
364         - 36  # rls2009 NDRPDR iter env 5
365         - 39  # rls2009 NDRPDR iter env 5
366         - 40  # rls2009 NDRPDR iter env 5
367         - 65  # rls2009 NDRPDR iter env 5
368         - 66  # rls2009 NDRPDR iter env 5
369         - 79  # rls2009 NDRPDR iter env 5
370         - 82  # rls2009 NDRPDR iter env 5
371         - 88  # rls2009 NDRPDR iter env 5
372         - 89  # rls2009 NDRPDR iter env 5
373         - 90  # rls2009 NDRPDR iter env 5
374         - 114 # rls2009 NDRPDR iter NAT44 env 5
375         - 115 # rls2009 NDRPDR iter NAT44 env 5
376         - 116 # rls2009 NDRPDR iter NAT44 env 5
377         - 117 # rls2009 NDRPDR iter NAT44 env 5
378         - 118 # rls2009 NDRPDR iter NAT44 env 5
379         - 119 # rls2009 NDRPDR iter NAT44 env 5
380         - 121 # rls2009 NDRPDR iter NAT44 env 5
381         - 122 # rls2009 NDRPDR iter NAT44 env 5
382         - 123 # rls2009 NDRPDR iter NAT44 env 5
383         - 126 # rls2009 NDRPDR iter NAT44 env 5
384
385     plot-vpp-hdrh-lat-2n-clx:
386       csit-vpp-perf-report-iterative-2009-2n-clx:
387         - 36  # rls2009 NDRPDR iter env 5
388
389     plot-vpp-hdrh-lat-2n-clx-nat44:
390       csit-vpp-perf-report-iterative-2009-2n-clx:
391         - 123 # rls2009 NDRPDR iter NAT44 env 5
392
393     plot-vpp-nfv-2n-clx-ndrpdr:
394       csit-vpp-perf-report-iterative-2009-2n-clx:
395         - 37  # rls2009 nf-density iter env 5
396         - 43  # rls2009 nf-density iter env 5
397         - 69  # rls2009 nf-density iter env 5
398         - 70  # rls2009 nf-density iter env 5
399         - 71  # rls2009 nf-density iter env 5
400         - 72  # rls2009 nf-density iter env 5
401         - 73  # rls2009 nf-density iter env 5
402         - 74  # rls2009 nf-density iter env 5
403         - 75  # rls2009 nf-density iter env 5
404         - 76  # rls2009 nf-density iter env 5
405
406     plot-vpp-nfv-2n-clx-mrr:
407       csit-vpp-perf-report-iterative-2009-2n-clx:
408         - 45  # rls2009 MRR nf-density iter env 5
409
410     plot-vpp-nfv-reconf-2n-clx:
411       csit-vpp-perf-report-iterative-2009-2n-clx:
412         - 25  # rls2009 reconf env 5
413         - 27  # rls2009 reconf env 5
414         - 28  # rls2009 reconf env 5
415         - 29  # rls2009 reconf env 5
416         - 30  # rls2009 reconf env 5
417         - 30  # rls2009 reconf env 5
418         - 32  # rls2009 reconf env 5
419         - 48  # rls2009 reconf env 5
420         - 53  # rls2009 reconf env 5
421         - 68  # rls2009 reconf env 5
422
423     plot-vpp-soak-2n-clx:
424       csit-vpp-perf-report-iterative-2009-2n-clx:
425         - 33  # rls2009 soak env 5
426         - 34  # rls2009 soak env 5
427
428     plot-dpdk-throughput-latency-2n-clx:
429       csit-dpdk-perf-report-iterative-2009-2n-clx:
430         - 4   # NDRPDR iter env5
431         - 5   # NDRPDR iter env5
432         - 6   # NDRPDR iter env5
433         - 7   # NDRPDR iter env5
434         - 8   # NDRPDR iter env5
435         - 9   # NDRPDR iter env5
436         - 10  # NDRPDR iter env5
437         - 11  # NDRPDR iter env5
438         - 12  # NDRPDR iter env5
439         - 13  # NDRPDR iter env5
440
441     plot-dpdk-hdrh-lat-2n-clx:
442       csit-dpdk-perf-report-iterative-2009-2n-clx:
443         - 4   # NDRPDR iter env5
444
445     # 3n-tsh
446
447     plot-vpp-throughput-lat-tsa-3n-tsh:
448       csit-vpp-perf-report-iterative-2009-3n-tsh:
449         - 14  # rls2009 NDRPDR iter env 5
450         - 20  # rls2009 NDRPDR iter env 5
451         - 21  # rls2009 NDRPDR iter env 5
452         - 22  # rls2009 NDRPDR iter env 5
453         - 23  # rls2009 NDRPDR iter env 5
454         - 28  # rls2009 NDRPDR iter env 5
455         - 30  # rls2009 NDRPDR iter env 5
456         - 33  # rls2009 NDRPDR iter env 5
457         - 38  # rls2009 NDRPDR iter env 5
458         - 41  # rls2009 NDRPDR iter env 5
459
460     plot-vpp-hdrh-lat-3n-tsh:
461       csit-vpp-perf-report-iterative-2009-3n-tsh:
462         - 14  # rls2009 NDRPDR iter env 5
463
464     plot-dpdk-throughput-latency-3n-tsh:
465       csit-dpdk-perf-report-iterative-2009-3n-tsh:
466         - 1   # NDRPDR iter env5
467         - 2   # NDRPDR iter env5
468         - 3   # NDRPDR iter env5
469         - 4   # NDRPDR iter env5
470         - 5   # NDRPDR iter env5
471         - 6   # NDRPDR iter env5
472         - 7   # NDRPDR iter env5
473         - 9   # NDRPDR iter env5
474         - 10  # NDRPDR iter env5
475         - 11  # NDRPDR iter env5
476
477     plot-dpdk-hdrh-lat-3n-tsh:
478       csit-dpdk-perf-report-iterative-2009-3n-tsh:
479         - 1   # NDRPDR iter env5
480
481     # 3n-dnv
482
483     plot-vpp-throughput-lat-tsa-3n-dnv:
484       csit-vpp-perf-report-iterative-2009-3n-dnv:
485         - 3   # rls2009 NDRPDR iter env 5
486         - 6   # rls2009 NDRPDR iter env 5
487         - 7   # rls2009 NDRPDR iter env 5
488         - 8   # rls2009 NDRPDR iter env 5
489         - 10  # rls2009 NDRPDR iter env 5
490         - 11  # rls2009 NDRPDR iter env 5
491         - 12  # rls2009 NDRPDR iter env 5
492         - 14  # rls2009 NDRPDR iter env 5
493         - 15  # rls2009 NDRPDR iter env 5
494         - 24  # rls2009 NDRPDR iter env 5
495
496 #    plot-dpdk-throughput-latency-3n-dnv:
497 #      # No data
498 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
499
500     # 2n-dnv
501
502     plot-vpp-throughput-lat-tsa-2n-dnv:
503       csit-vpp-perf-report-iterative-2009-2n-dnv:
504         - 3   # rls2009 NDRPDR iter env 5
505         - 5   # rls2009 NDRPDR iter env 5
506         - 6   # rls2009 NDRPDR iter env 5
507         - 7   # rls2009 NDRPDR iter env 5
508         - 9   # rls2009 NDRPDR iter env 5
509         - 10  # rls2009 NDRPDR iter env 5
510         - 11  # rls2009 NDRPDR iter env 5
511         - 12  # rls2009 NDRPDR iter env 5
512         - 14  # rls2009 NDRPDR iter env 5
513         - 15  # rls2009 NDRPDR iter env 5
514
515 #    plot-dpdk-throughput-latency-2n-dnv:
516 #      # No data
517 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
518
519     ###########################################################################
520     # Simple tables (only one data set):
521
522     # NIC Comparisons
523
524     vpp-nic-comparison-3n-skx:
525       csit-vpp-perf-report-iterative-2009-3n-skx:
526         - 26  # rls2009 NDRPDR iter env 5
527         - 27  # rls2009 NDRPDR iter env 5
528         - 28  # rls2009 NDRPDR iter env 5
529         - 29  # rls2009 NDRPDR iter env 5
530         - 35  # rls2009 NDRPDR iter env 5
531         - 36  # rls2009 NDRPDR iter env 5
532         - 37  # rls2009 NDRPDR iter env 5
533         - 38  # rls2009 NDRPDR iter env 5
534         - 39  # rls2009 NDRPDR iter env 5
535         - 40  # rls2009 NDRPDR iter env 5
536
537     vpp-nic-comparison-2n-skx:
538       csit-vpp-perf-report-iterative-2009-2n-skx:
539         - 35  # rls2009 NDRPDR iter env 5
540         - 36  # rls2009 NDRPDR iter env 5
541         - 37  # rls2009 NDRPDR iter env 5
542         - 39  # rls2009 NDRPDR iter env 5
543         - 40  # rls2009 NDRPDR iter env 5
544         - 42  # rls2009 NDRPDR iter env 5
545         - 43  # rls2009 NDRPDR iter env 5
546         - 44  # rls2009 NDRPDR iter env 5
547         - 46  # rls2009 NDRPDR iter env 5
548         - 48  # rls2009 NDRPDR iter env 5
549         - 110 # rls2009 NDRPDR iter NAT44 env 5
550         - 111 # rls2009 NDRPDR iter NAT44 env 5
551         - 112 # rls2009 NDRPDR iter NAT44 env 5
552         - 113 # rls2009 NDRPDR iter NAT44 env 5
553         - 114 # rls2009 NDRPDR iter NAT44 env 5
554         - 115 # rls2009 NDRPDR iter NAT44 env 5
555         - 116 # rls2009 NDRPDR iter NAT44 env 5
556         - 118 # rls2009 NDRPDR iter NAT44 env 5
557         - 119 # rls2009 NDRPDR iter NAT44 env 5
558         - 121 # rls2009 NDRPDR iter NAT44 env 5
559
560     vpp-nic-comparison-3n-skx-mrr:
561       csit-vpp-perf-report-iterative-2009-3n-skx:
562         - 24  # rls2009 MRR iter env 5
563
564     vpp-nic-comparison-2n-skx-mrr:
565       csit-vpp-perf-report-iterative-2009-2n-skx:
566         - 120 # rls2009 MRR iter env 5
567
568     # Results
569
570     vpp-perf-results-3n-hsw:
571       csit-vpp-perf-report-coverage-2009-3n-hsw:
572         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
573         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
574         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
575         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
576         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
577         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
578         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
579         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
580         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
581         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
582         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
583         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
584         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
585         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
586         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
587         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
588         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
589         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
590         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
591         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
592         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
593         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
594         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
595         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
596         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
597         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
598         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
599         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
600         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
601         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
602         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
603         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
604         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
605         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
606         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
607
608     vpp-perf-results-3n-skx:
609       csit-vpp-perf-report-coverage-2009-3n-skx:
610         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
611         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
612         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
613         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
614         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
615         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
616         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
617         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
618         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
619         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
620         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
621         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
622         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
623         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
624         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
625         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
626         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
627         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
628         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
629         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
630         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
631         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
632         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
633         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
634         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
635         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
636         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
637         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
638         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
639         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
640         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
641         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
642         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
643         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
644         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
645         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
646
647     vpp-perf-results-2n-skx:
648       csit-vpp-perf-report-coverage-2009-2n-skx:
649         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
650         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
651         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
652         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
653         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
654         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
655         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
656         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
657         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
658         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
659         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
660         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
661         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
662         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
663         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
664         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
665         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
666
667     vpp-perf-results-2n-zn2:
668       csit-vpp-perf-report-iterative-2009-2n-zn2:
669         - 3   # rls2009 NDRPDR iter env 5
670
671     vpp-perf-results-2n-clx:
672       csit-vpp-perf-report-coverage-2009-2n-clx:
673         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
674         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
675         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
676         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
677         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
678         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
679         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
680         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
681         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
682         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
683         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
684         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
685         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
686         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
687         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
688         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
689         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
690
691     vpp-perf-results-3n-tsh:
692       csit-vpp-perf-report-iterative-2009-3n-tsh:
693         - 14  # rls2009 NDRPDR iter env 5
694
695     vpp-perf-results-3n-dnv:
696       csit-vpp-perf-report-coverage-2009-3n-dnv:
697         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
698         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
699         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
700         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
701         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
702         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
703         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
704         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
705         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
706
707     vpp-perf-results-2n-dnv:
708       csit-vpp-perf-report-coverage-2009-2n-dnv:
709         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
710         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
711         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
712         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
713         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
714         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
715
716     vpp-mrr-results-3n-hsw:
717       csit-vpp-perf-report-iterative-2009-3n-hsw:
718         - 23  # rls2009 MRR iter env 5
719
720     vpp-mrr-results-3n-skx:
721       csit-vpp-perf-report-iterative-2009-3n-skx:
722         - 24  # rls2009 MRR iter env 5
723
724     vpp-mrr-results-2n-skx:
725       csit-vpp-perf-report-iterative-2009-2n-skx:
726         - 120 # rls2009 MRR iter env 5
727
728     vpp-mrr-results-2n-zn2:
729       csit-vpp-perf-report-iterative-2009-2n-zn2:
730         - 1   # rls2009 MRR iter env 5
731
732     vpp-mrr-results-2n-clx:
733       csit-vpp-perf-report-iterative-2009-2n-clx:
734         - 125 # rls2009 MRR iter env 5
735
736     vpp-mrr-results-3n-tsh:
737       csit-vpp-perf-report-iterative-2009-3n-tsh:
738         - 15  # rls2009 MRR iter env 5
739
740     vpp-mrr-results-3n-dnv:
741       csit-vpp-perf-report-iterative-2009-3n-dnv:
742         - 22  # rls2009 MRR iter env 5
743
744     vpp-mrr-results-2n-dnv:
745       csit-vpp-perf-report-iterative-2009-2n-dnv:
746         - 13  # rls2009 MRR iter env 5
747
748     vpp-device-results-ubuntu:
749       csit-vpp-device-2009-ubuntu1804-1n-skx:
750         - 131 # rls2009 env 5
751
752     dpdk-perf-results-3n-hsw:
753       csit-dpdk-perf-report-iterative-2009-3n-hsw:
754         - 6   # NDRPDR iter env5
755
756     dpdk-perf-results-3n-skx:
757       csit-dpdk-perf-report-iterative-2009-3n-skx:
758         - 4   # NDRPDR sel env5
759
760     dpdk-perf-results-2n-skx:
761       csit-dpdk-perf-report-iterative-2009-2n-skx:
762         - 4   # NDRPDR iter env5
763
764     dpdk-perf-results-2n-zn2:
765       csit-dpdk-perf-report-iterative-2009-2n-zn2:
766         - 1   # NDRPDR iter env5
767
768     dpdk-perf-results-2n-clx:
769       csit-dpdk-perf-report-iterative-2009-2n-clx:
770         - 4   # NDRPDR iter env5
771
772 #    dpdk-perf-results-2n-dnv:
773 #      # No data
774 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
775
776 #    dpdk-perf-results-3n-dnv:
777 #      # No data
778 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
779
780     dpdk-perf-results-3n-tsh:
781       csit-dpdk-perf-report-iterative-2009-3n-tsh:
782         - 1   # NDRPDR iter env5
783
784 ###########################################################################
785     # Tables (more than one data set)
786
787     # Performance changes
788
789     vpp-performance-changes-3n-hsw-h1:
790       csit-vpp-perf-report-iterative-2005-3n-hsw:
791         - 31  # NDRPDR sel 2001.0-4
792         - 32  # NDRPDR sel 2001.0-4
793         - 33  # NDRPDR sel 2001.0-4
794         - 34  # NDRPDR sel 2001.0-4
795         - 35  # NDRPDR sel 2001.0-4
796         - 36  # NDRPDR sel 2001.0-4
797         - 38  # NDRPDR sel 2001.0-4
798     vpp-performance-changes-3n-hsw-ref-env4:
799       csit-vpp-perf-report-iterative-2005-3n-hsw:
800         - 20  # NDRPDR sel env 4
801         - 21  # NDRPDR sel env 4
802         - 22  # NDRPDR sel env 4
803         - 23  # NDRPDR sel env 4
804         - 24  # NDRPDR sel env 4
805         - 25  # NDRPDR sel env 4
806         - 26  # NDRPDR sel env 4
807         - 27  # NDRPDR sel env 4
808         - 28  # NDRPDR sel env 4
809         - 29  # NDRPDR sel env 4
810     vpp-performance-changes-3n-hsw-ref-env5:
811       csit-vpp-perf-report-iterative-2009-3n-hsw:
812         - 9   # rls2005 NDRPDR iter env 5
813         - 10  # rls2005 NDRPDR iter env 5
814         - 11  # rls2005 NDRPDR iter env 5
815         - 12  # rls2005 NDRPDR iter env 5
816         - 13  # rls2005 NDRPDR iter env 5
817         - 14  # rls2005 NDRPDR iter env 5
818         - 15  # rls2005 NDRPDR iter env 5
819         - 16  # rls2005 NDRPDR iter env 5
820         - 17  # rls2005 NDRPDR iter env 5
821         - 19  # rls2005 NDRPDR iter env 5
822     vpp-performance-changes-3n-hsw-cmp:
823       csit-vpp-perf-report-iterative-2009-3n-hsw:
824         - 21  # rls2009 NDRPDR iter env 5
825         - 22  # rls2009 NDRPDR iter env 5
826         - 24  # rls2009 NDRPDR iter env 5
827         - 25  # rls2009 NDRPDR iter env 5
828         - 26  # rls2009 NDRPDR iter env 5
829         - 27  # rls2009 NDRPDR iter env 5
830         - 28  # rls2009 NDRPDR iter env 5
831         - 29  # rls2009 NDRPDR iter env 5
832         - 30  # rls2009 NDRPDR iter env 5
833         - 31  # rls2009 NDRPDR iter env 5
834
835     vpp-performance-changes-3n-skx-h1:
836       csit-vpp-perf-report-iterative-2005-3n-skx:
837         - 50  # NDRPDR sel 2001.0-4
838         - 51  # NDRPDR sel 2001.0-4
839         - 52  # NDRPDR sel 2001.0-4
840         - 53  # NDRPDR sel 2001.0-4
841         - 54  # NDRPDR sel 2001.0-4
842     vpp-performance-changes-3n-skx-ref-env4:
843       csit-vpp-perf-report-iterative-2005-3n-skx:
844         - 42  # NDRPDR sel env 4
845         - 43  # NDRPDR sel env 4
846         - 44  # NDRPDR sel env 4
847         - 45  # NDRPDR sel env 4
848         - 47  # NDRPDR sel env 4
849         - 55  # NDRPDR sel env 4
850         - 56  # NDRPDR sel env 4
851         - 57  # NDRPDR sel env 4
852         - 61  # NDRPDR sel env 4
853         - 62  # NDRPDR sel env 4
854     vpp-performance-changes-3n-skx-ref-env5:
855       csit-vpp-perf-report-iterative-2009-3n-skx:
856         - 13  # rls2005 NDRPDR iter env 5
857         - 18  # rls2005 NDRPDR iter env 5
858         - 19  # rls2005 NDRPDR iter env 5
859         - 41  # rls2005 NDRPDR iter env 5
860         - 43  # rls2005 NDRPDR iter env 5
861         - 44  # rls2005 NDRPDR iter env 5
862         - 45  # rls2005 NDRPDR iter env 5
863         - 46  # rls2005 NDRPDR iter env 5
864         - 48  # rls2005 NDRPDR iter env 5
865         - 49  # rls2005 NDRPDR iter env 5
866     vpp-performance-changes-3n-skx-cmp:
867       csit-vpp-perf-report-iterative-2009-3n-skx:
868         - 26  # rls2009 NDRPDR iter env 5
869         - 27  # rls2009 NDRPDR iter env 5
870         - 28  # rls2009 NDRPDR iter env 5
871         - 29  # rls2009 NDRPDR iter env 5
872         - 35  # rls2009 NDRPDR iter env 5
873         - 36  # rls2009 NDRPDR iter env 5
874         - 37  # rls2009 NDRPDR iter env 5
875         - 38  # rls2009 NDRPDR iter env 5
876         - 39  # rls2009 NDRPDR iter env 5
877         - 40  # rls2009 NDRPDR iter env 5
878
879     vpp-performance-changes-2n-skx-h1:
880       csit-vpp-perf-report-iterative-2005-2n-skx:
881         - 100 # NDRPDR sel 2001.0-4
882         - 101 # NDRPDR sel 2001.0-4
883         - 102 # NDRPDR sel 2001.0-4
884         - 103 # NDRPDR sel 2001.0-4
885         - 104 # NDRPDR sel 2001.0-4
886         - 105 # NDRPDR sel 2001.0-4
887     vpp-performance-changes-2n-skx-ref-env4:
888       csit-vpp-perf-report-iterative-2005-2n-skx:
889         - 88  # NDRPDR sel env 4
890         - 89  # NDRPDR sel env 4
891         - 90  # NDRPDR sel env 4
892         - 91  # NDRPDR sel env 4
893         - 92  # NDRPDR sel env 4
894         - 93  # NDRPDR sel env 4
895         - 94  # NDRPDR sel env 4
896         - 125 # NDRPDR sel env 4
897         - 126 # NDRPDR sel env 4
898         - 127 # NDRPDR sel env 4
899     vpp-performance-changes-2n-skx-ref-env5:
900       csit-vpp-perf-report-iterative-2009-2n-skx:
901         - 13  # rls2005 NDRPDR iter env 5
902         - 16  # rls2005 NDRPDR iter env 5
903         - 17  # rls2005 NDRPDR iter env 5
904         - 18  # rls2005 NDRPDR iter env 5
905         - 19  # rls2005 NDRPDR iter env 5
906         - 21  # rls2005 NDRPDR iter env 5
907         - 22  # rls2005 NDRPDR iter env 5
908         - 23  # rls2005 NDRPDR iter env 5
909         - 24  # rls2005 NDRPDR iter env 5
910         - 25  # rls2005 NDRPDR iter env 5
911     vpp-performance-changes-2n-skx-cmp:
912       csit-vpp-perf-report-iterative-2009-2n-skx:
913         - 35  # rls2009 NDRPDR iter env 5
914         - 36  # rls2009 NDRPDR iter env 5
915         - 37  # rls2009 NDRPDR iter env 5
916         - 39  # rls2009 NDRPDR iter env 5
917         - 40  # rls2009 NDRPDR iter env 5
918         - 42  # rls2009 NDRPDR iter env 5
919         - 43  # rls2009 NDRPDR iter env 5
920         - 44  # rls2009 NDRPDR iter env 5
921         - 46  # rls2009 NDRPDR iter env 5
922         - 48  # rls2009 NDRPDR iter env 5
923         - 110 # rls2009 NDRPDR iter NAT44 env 5
924         - 111 # rls2009 NDRPDR iter NAT44 env 5
925         - 112 # rls2009 NDRPDR iter NAT44 env 5
926         - 113 # rls2009 NDRPDR iter NAT44 env 5
927         - 114 # rls2009 NDRPDR iter NAT44 env 5
928         - 115 # rls2009 NDRPDR iter NAT44 env 5
929         - 116 # rls2009 NDRPDR iter NAT44 env 5
930         - 118 # rls2009 NDRPDR iter NAT44 env 5
931         - 119 # rls2009 NDRPDR iter NAT44 env 5
932         - 121 # rls2009 NDRPDR iter NAT44 env 5
933
934     vpp-performance-changes-2n-clx-h1:
935       csit-vpp-perf-report-iterative-2005-2n-clx:
936         - 73  # NDRPDR sel 2001.0-4
937         - 74  # NDRPDR sel 2001.0-4
938         - 75  # NDRPDR sel 2001.0-4
939         - 76  # NDRPDR sel 2001.0-4
940         - 77  # NDRPDR sel 2001.0-4
941         - 78  # NDRPDR sel 2001.0-4
942         - 79  # NDRPDR sel 2001.0-4
943         - 80  # NDRPDR sel 2001.0-4
944     vpp-performance-changes-2n-clx-ref-env4:
945       csit-vpp-perf-report-iterative-2005-2n-clx:
946         - 62  # NDRPDR sel env 4
947         - 63  # NDRPDR sel env 4
948         - 64  # NDRPDR sel env 4
949         - 65  # NDRPDR sel env 4
950         - 66  # NDRPDR sel env 4
951         - 68  # NDRPDR sel env 4
952         - 69  # NDRPDR sel env 4
953         - 70  # NDRPDR sel env 4
954         - 103 # NDRPDR sel env 4
955         - 104 # NDRPDR sel env 4
956     vpp-performance-changes-2n-clx-ref-env5:
957       csit-vpp-perf-report-iterative-2009-2n-clx:
958         - 13  # rls2005 NDRPDR iter env 5
959         - 15  # rls2005 NDRPDR iter env 5
960         - 17  # rls2005 NDRPDR iter env 5
961         - 18  # rls2005 NDRPDR iter env 5
962         - 19  # rls2005 NDRPDR iter env 5
963         - 20  # rls2005 NDRPDR iter env 5
964         - 21  # rls2005 NDRPDR iter env 5
965         - 22  # rls2005 NDRPDR iter env 5
966         - 23  # rls2005 NDRPDR iter env 5
967         - 24  # rls2005 NDRPDR iter env 5
968     vpp-performance-changes-2n-clx-cmp:
969       csit-vpp-perf-report-iterative-2009-2n-clx:
970         - 36  # rls2009 NDRPDR iter env 5
971         - 39  # rls2009 NDRPDR iter env 5
972         - 40  # rls2009 NDRPDR iter env 5
973         - 65  # rls2009 NDRPDR iter env 5
974         - 66  # rls2009 NDRPDR iter env 5
975         - 79  # rls2009 NDRPDR iter env 5
976         - 82  # rls2009 NDRPDR iter env 5
977         - 88  # rls2009 NDRPDR iter env 5
978         - 89  # rls2009 NDRPDR iter env 5
979         - 90  # rls2009 NDRPDR iter env 5
980         - 114 # rls2009 NDRPDR iter NAT44 env 5
981         - 115 # rls2009 NDRPDR iter NAT44 env 5
982         - 116 # rls2009 NDRPDR iter NAT44 env 5
983         - 117 # rls2009 NDRPDR iter NAT44 env 5
984         - 118 # rls2009 NDRPDR iter NAT44 env 5
985         - 119 # rls2009 NDRPDR iter NAT44 env 5
986         - 121 # rls2009 NDRPDR iter NAT44 env 5
987         - 122 # rls2009 NDRPDR iter NAT44 env 5
988         - 123 # rls2009 NDRPDR iter NAT44 env 5
989         - 126 # rls2009 NDRPDR iter NAT44 env 5
990
991     vpp-performance-changes-2n-dnv-h1:
992       csit-vpp-perf-verify-2001-2n-dnv:
993         - 4   # NDRPDR sel
994         - 5   # NDRPDR sel
995         - 6   # NDRPDR sel
996         - 7   # NDRPDR sel
997         - 8   # NDRPDR sel
998         - 9   # NDRPDR sel
999         - 10  # NDRPDR sel
1000         - 11  # NDRPDR sel
1001         - 13  # NDRPDR sel
1002         - 16  # NDRPDR sel
1003     vpp-performance-changes-2n-dnv-ref:
1004       csit-vpp-perf-report-iterative-2009-2n-dnv:
1005         - 16  # rls2005 NDRPDR iter env 5
1006         - 17  # rls2005 NDRPDR iter env 5
1007         - 18  # rls2005 NDRPDR iter env 5
1008         - 19  # rls2005 NDRPDR iter env 5
1009         - 21  # rls2005 NDRPDR iter env 5
1010         - 24  # rls2005 NDRPDR iter env 5
1011         - 27  # rls2005 NDRPDR iter env 5
1012         - 28  # rls2005 NDRPDR iter env 5
1013         - 29  # rls2005 NDRPDR iter env 5
1014         - 30  # rls2005 NDRPDR iter env 5
1015     vpp-performance-changes-2n-dnv-cmp:
1016       csit-vpp-perf-report-iterative-2009-2n-dnv:
1017         - 3   # rls2009 NDRPDR iter env 5
1018         - 5   # rls2009 NDRPDR iter env 5
1019         - 6   # rls2009 NDRPDR iter env 5
1020         - 7   # rls2009 NDRPDR iter env 5
1021         - 9   # rls2009 NDRPDR iter env 5
1022         - 10  # rls2009 NDRPDR iter env 5
1023         - 11  # rls2009 NDRPDR iter env 5
1024         - 12  # rls2009 NDRPDR iter env 5
1025         - 14  # rls2009 NDRPDR iter env 5
1026         - 15  # rls2009 NDRPDR iter env 5
1027
1028     vpp-performance-changes-3n-dnv-h1:
1029       csit-vpp-perf-verify-2001-3n-dnv:
1030         - 5   # NDRPDR sel
1031         - 6   # NDRPDR sel
1032         - 7   # NDRPDR sel
1033         - 8   # NDRPDR sel
1034         - 9   # NDRPDR sel
1035         - 10  # NDRPDR sel
1036         - 12  # NDRPDR sel
1037         - 16  # NDRPDR sel
1038         - 17  # NDRPDR sel
1039         - 18  # NDRPDR sel
1040     vpp-performance-changes-3n-dnv-ref:
1041       csit-vpp-perf-report-iterative-2009-3n-dnv:
1042         - 16  # rls2005 NDRPDR iter env 5
1043         - 23  # rls2005 NDRPDR iter env 5
1044         - 25  # rls2005 NDRPDR iter env 5
1045         - 26  # rls2005 NDRPDR iter env 5
1046         - 27  # rls2005 NDRPDR iter env 5
1047         - 28  # rls2005 NDRPDR iter env 5
1048         - 29  # rls2005 NDRPDR iter env 5
1049         - 30  # rls2005 NDRPDR iter env 5
1050         - 31  # rls2005 NDRPDR iter env 5
1051         - 32  # rls2005 NDRPDR iter env 5
1052     vpp-performance-changes-3n-dnv-cmp:
1053       csit-vpp-perf-report-iterative-2009-3n-dnv:
1054         - 3   # rls2009 NDRPDR iter env 5
1055         - 6   # rls2009 NDRPDR iter env 5
1056         - 7   # rls2009 NDRPDR iter env 5
1057         - 8   # rls2009 NDRPDR iter env 5
1058         - 10  # rls2009 NDRPDR iter env 5
1059         - 11  # rls2009 NDRPDR iter env 5
1060         - 12  # rls2009 NDRPDR iter env 5
1061         - 14  # rls2009 NDRPDR iter env 5
1062         - 15  # rls2009 NDRPDR iter env 5
1063         - 24  # rls2009 NDRPDR iter env 5
1064
1065     vpp-performance-changes-3n-tsh-h1:
1066       csit-vpp-perf-report-iterative-2005-3n-tsh:
1067         - 28  # NDRPDR sel 2001.0-4
1068         - 29  # NDRPDR sel 2001.0-4
1069         - 31  # NDRPDR sel 2001.0-4
1070     vpp-performance-changes-3n-tsh-ref-env4:
1071       csit-vpp-perf-report-iterative-2005-3n-tsh:
1072         - 23  # NDRPDR sel env 4
1073         - 25  # NDRPDR sel env 4
1074         - 33  # NDRPDR sel env 4
1075         - 34  # NDRPDR sel env 4
1076         - 35  # NDRPDR sel env 4
1077         - 36  # NDRPDR sel env 4
1078         - 37  # NDRPDR sel env 4
1079         - 38  # NDRPDR sel env 4
1080         - 39  # NDRPDR sel env 4
1081         - 40  # NDRPDR sel env 4
1082     vpp-performance-changes-3n-tsh-ref-env5:
1083       csit-vpp-perf-report-iterative-2009-3n-tsh:
1084         - 8   # rls2005 NDRPDR iter env 5
1085         - 11  # rls2005 NDRPDR iter env 5
1086         - 12  # rls2005 NDRPDR iter env 5
1087         - 24  # rls2005 NDRPDR iter env 5
1088         - 27  # rls2005 NDRPDR iter env 5
1089         - 29  # rls2005 NDRPDR iter env 5
1090         - 31  # rls2005 NDRPDR iter env 5
1091         - 39  # rls2005 NDRPDR iter env 5
1092         - 40  # rls2005 NDRPDR iter env 5
1093         - 42  # rls2005 NDRPDR iter env 5
1094     vpp-performance-changes-3n-tsh-cmp:
1095       csit-vpp-perf-report-iterative-2009-3n-tsh:
1096         - 14  # rls2009 NDRPDR iter env 5
1097         - 20  # rls2009 NDRPDR iter env 5
1098         - 21  # rls2009 NDRPDR iter env 5
1099         - 22  # rls2009 NDRPDR iter env 5
1100         - 23  # rls2009 NDRPDR iter env 5
1101         - 28  # rls2009 NDRPDR iter env 5
1102         - 30  # rls2009 NDRPDR iter env 5
1103         - 33  # rls2009 NDRPDR iter env 5
1104         - 38  # rls2009 NDRPDR iter env 5
1105         - 41  # rls2009 NDRPDR iter env 5
1106
1107     vpp-soak-vs-ndr-2n-skx-ref:
1108       csit-vpp-perf-report-iterative-2009-2n-skx:
1109         - 35  # rls2009 NDRPDR iter env 5
1110         - 36  # rls2009 NDRPDR iter env 5
1111         - 37  # rls2009 NDRPDR iter env 5
1112         - 39  # rls2009 NDRPDR iter env 5
1113         - 40  # rls2009 NDRPDR iter env 5
1114         - 42  # rls2009 NDRPDR iter env 5
1115         - 43  # rls2009 NDRPDR iter env 5
1116         - 44  # rls2009 NDRPDR iter env 5
1117         - 46  # rls2009 NDRPDR iter env 5
1118         - 48  # rls2009 NDRPDR iter env 5
1119     vpp-soak-vs-ndr-2n-skx-cmp:
1120       csit-vpp-perf-report-iterative-2009-2n-skx:
1121         - 33  # rls2009 soak env 5
1122         - 34  # rls2009 soak env 5
1123     vpp-soak-vs-ndr-2n-skx:
1124       csit-vpp-perf-report-iterative-2009-2n-skx:
1125         - 35  # rls2009 NDRPDR iter env 5
1126         - 36  # rls2009 NDRPDR iter env 5
1127         - 37  # rls2009 NDRPDR iter env 5
1128         - 39  # rls2009 NDRPDR iter env 5
1129         - 40  # rls2009 NDRPDR iter env 5
1130         - 42  # rls2009 NDRPDR iter env 5
1131         - 43  # rls2009 NDRPDR iter env 5
1132         - 44  # rls2009 NDRPDR iter env 5
1133         - 46  # rls2009 NDRPDR iter env 5
1134         - 48  # rls2009 NDRPDR iter env 5
1135         - 33  # rls2009 soak env 5
1136         - 34  # rls2009 soak env 5
1137
1138     vpp-soak-vs-ndr-2n-clx-ref:
1139       csit-vpp-perf-report-iterative-2009-2n-clx:
1140         - 36  # rls2009 NDRPDR iter env 5
1141         - 39  # rls2009 NDRPDR iter env 5
1142         - 40  # rls2009 NDRPDR iter env 5
1143         - 65  # rls2009 NDRPDR iter env 5
1144         - 66  # rls2009 NDRPDR iter env 5
1145         - 79  # rls2009 NDRPDR iter env 5
1146         - 82  # rls2009 NDRPDR iter env 5
1147         - 88  # rls2009 NDRPDR iter env 5
1148         - 89  # rls2009 NDRPDR iter env 5
1149         - 90  # rls2009 NDRPDR iter env 5
1150     vpp-soak-vs-ndr-2n-clx-cmp:
1151       csit-vpp-perf-report-iterative-2009-2n-clx:
1152         - 33  # rls2009 soak env 5
1153         - 34  # rls2009 soak env 5
1154     vpp-soak-vs-ndr-2n-clx:
1155       csit-vpp-perf-report-iterative-2009-2n-clx:
1156         - 36  # rls2009 NDRPDR iter env 5
1157         - 39  # rls2009 NDRPDR iter env 5
1158         - 40  # rls2009 NDRPDR iter env 5
1159         - 65  # rls2009 NDRPDR iter env 5
1160         - 66  # rls2009 NDRPDR iter env 5
1161         - 79  # rls2009 NDRPDR iter env 5
1162         - 82  # rls2009 NDRPDR iter env 5
1163         - 88  # rls2009 NDRPDR iter env 5
1164         - 89  # rls2009 NDRPDR iter env 5
1165         - 90  # rls2009 NDRPDR iter env 5
1166         - 33  # rls2009 soak env 5
1167         - 34  # rls2009 soak env 5
1168
1169     vpp-performance-changes-3n-hsw-mrr-h1:
1170       csit-vpp-perf-verify-2001-3n-hsw:
1171         - 17  # MRR sel
1172     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1173       csit-vpp-perf-report-iterative-2005-3n-hsw:
1174         - 30  # MRR env 4
1175     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1176       csit-vpp-perf-report-iterative-2009-3n-hsw:
1177         - 18  # rls2005 MRR iter env 5
1178     vpp-performance-changes-3n-hsw-mrr-cmp:
1179       csit-vpp-perf-report-iterative-2009-3n-hsw:
1180         - 23  # rls2009 MRR iter env 5
1181
1182     vpp-performance-changes-3n-skx-mrr-h1:
1183       csit-vpp-perf-verify-2001-3n-skx:
1184         - 50  # MRR sel
1185         - 53  # MRR sel addition
1186     vpp-performance-changes-3n-skx-mrr-ref-env4:
1187       csit-vpp-perf-report-iterative-2005-3n-skx:
1188         - 49  # MRR sel env 4
1189     vpp-performance-changes-3n-skx-mrr-ref-env5:
1190       csit-vpp-perf-report-iterative-2009-3n-skx:
1191         - 17  # rls2005 MRR iter env 5
1192     vpp-performance-changes-3n-skx-mrr-cmp:
1193       csit-vpp-perf-report-iterative-2009-3n-skx:
1194         - 24  # rls2009 MRR iter env 5
1195
1196     vpp-performance-changes-2n-skx-mrr-h1:
1197       csit-vpp-perf-verify-2001-2n-skx:
1198         - 101 # MRR sel
1199         - 128 # MRR sel addition
1200     vpp-performance-changes-2n-skx-mrr-ref-env4:
1201       csit-vpp-perf-report-iterative-2005-2n-skx:
1202         - 99  # MRR sel env 4
1203     vpp-performance-changes-2n-skx-mrr-ref-env5:
1204       csit-vpp-perf-report-iterative-2009-2n-skx:
1205         - 20  # rls2005 MRR iter env 5
1206     vpp-performance-changes-2n-skx-mrr-cmp:
1207       csit-vpp-perf-report-iterative-2009-2n-skx:
1208         - 120 # rls2009 MRR iter env 5
1209
1210     vpp-performance-changes-2n-clx-mrr-h1:
1211       csit-vpp-perf-verify-2001-2n-clx:
1212         - 39  # MRR
1213     vpp-performance-changes-2n-clx-mrr-ref-env4:
1214       csit-vpp-perf-report-iterative-2005-2n-clx:
1215         - 72   # MRR sel env 4
1216     vpp-performance-changes-2n-clx-mrr-ref-env5:
1217       csit-vpp-perf-report-iterative-2009-2n-clx:
1218         - 77  # rls2005 MRR iter env 5
1219     vpp-performance-changes-2n-clx-mrr-cmp:
1220       csit-vpp-perf-report-iterative-2009-2n-clx:
1221         - 125 # rls2009 MRR iter env 5
1222
1223     vpp-performance-changes-2n-dnv-mrr-h1:
1224       csit-vpp-perf-verify-2001-2n-dnv:
1225         - 12  # MRR sel
1226     vpp-performance-changes-2n-dnv-mrr-ref:
1227       csit-vpp-perf-report-iterative-2009-2n-dnv:
1228         - 23  # rls2005 MRR iter env 5
1229     vpp-performance-changes-2n-dnv-mrr-cmp:
1230       csit-vpp-perf-report-iterative-2009-2n-dnv:
1231         - 13  # rls2009 MRR iter env 5
1232
1233     vpp-performance-changes-3n-dnv-mrr-h1:
1234       csit-vpp-perf-verify-2001-3n-dnv:
1235         - 11  # MRR sel
1236     vpp-performance-changes-3n-dnv-mrr-ref:
1237       csit-vpp-perf-report-iterative-2009-3n-dnv:
1238         - 19  # rls2005 MRR iter env 5
1239     vpp-performance-changes-3n-dnv-mrr-cmp:
1240       csit-vpp-perf-report-iterative-2009-3n-dnv:
1241         - 22  # rls2009 MRR iter env 5
1242
1243     vpp-performance-changes-3n-tsh-mrr-h1:
1244       csit-vpp-perf-verify-2001-3n-tsh:
1245         - 9   # MRR sel
1246     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1247       csit-vpp-perf-report-iterative-2005-3n-tsh:
1248         - 27  # MRR sel env 4
1249     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1250       csit-vpp-perf-report-iterative-2009-3n-tsh:
1251         - 13  # rls2005 MRR iter env 5
1252     vpp-performance-changes-3n-tsh-mrr-cmp:
1253       csit-vpp-perf-report-iterative-2009-3n-tsh:
1254         - 15  # rls2009 MRR iter env 5
1255
1256     dpdk-performance-changes-3n-hsw-h1:
1257       csit-dpdk-perf-verify-2001-3n-hsw:
1258         - 4   # NDRPDR sel
1259         - 5   # NDRPDR sel
1260         - 6   # NDRPDR sel
1261         - 7   # NDRPDR sel
1262         - 8   # NDRPDR sel
1263         - 9   # NDRPDR sel
1264         - 10  # NDRPDR sel
1265         - 11  # NDRPDR sel
1266         - 12  # NDRPDR sel
1267         - 13  # NDRPDR sel
1268         - 15  # NDRPDR sel
1269         - 16  # NDRPDR sel
1270         - 17  # NDRPDR sel
1271         - 18  # NDRPDR sel
1272         - 19  # NDRPDR sel
1273         - 20  # NDRPDR sel
1274         - 21  # NDRPDR sel
1275         - 22  # NDRPDR sel
1276         - 23  # NDRPDR sel
1277         - 24  # NDRPDR sel
1278     dpdk-performance-changes-3n-hsw-ref:
1279       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1280         - 25  # NDRPDR iter
1281         - 26  # NDRPDR iter
1282         - 27  # NDRPDR iter
1283         - 28  # NDRPDR iter
1284         - 29  # NDRPDR iter
1285         - 30  # NDRPDR iter
1286         - 31  # NDRPDR iter
1287         - 32  # NDRPDR iter
1288         - 33  # NDRPDR iter
1289         - 34  # NDRPDR iter
1290     dpdk-performance-changes-3n-hsw-cmp:
1291       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1292         - 6   # NDRPDR iter env5
1293         - 7   # NDRPDR iter env5
1294         - 8   # NDRPDR iter env5
1295         - 9   # NDRPDR iter env5
1296         - 10  # NDRPDR iter env5
1297         - 11  # NDRPDR iter env5
1298         - 12  # NDRPDR iter env5
1299         - 13  # NDRPDR iter env5
1300         - 14  # NDRPDR iter env5
1301         - 15  # NDRPDR iter env5
1302
1303     dpdk-performance-changes-3n-skx-h1:
1304       csit-dpdk-perf-verify-2001-3n-skx:
1305         - 29  # NDRPDR sel xxv710
1306         - 33  # NDRPDR sel xxv710
1307         - 34  # NDRPDR sel xxv710
1308         - 35  # NDRPDR sel xxv710
1309         - 36  # NDRPDR sel xxv710
1310         - 37  # NDRPDR sel xxv710
1311         - 41  # NDRPDR sel xxv710
1312         - 42  # NDRPDR sel xxv710
1313         - 43  # NDRPDR sel xxv710
1314         - 45  # NDRPDR sel xxv710
1315         - 30  # NDRPDR sel x710
1316         - 31  # NDRPDR sel x710
1317         - 32  # NDRPDR sel x710
1318         - 38  # NDRPDR sel x710
1319         - 39  # NDRPDR sel x710
1320         - 40  # NDRPDR sel x710
1321         - 44  # NDRPDR sel x710
1322         - 46  # NDRPDR sel x710
1323         - 47  # NDRPDR sel x710
1324         - 48  # NDRPDR sel x710
1325     dpdk-performance-changes-3n-skx-ref:
1326       csit-dpdk-perf-report-iterative-2005-3n-skx:
1327         - 28  # NDRPDR iter
1328         - 29  # NDRPDR iter
1329         - 30  # NDRPDR iter
1330         - 31  # NDRPDR iter
1331         - 32  # NDRPDR iter
1332         - 33  # NDRPDR iter
1333         - 34  # NDRPDR iter
1334         - 35  # NDRPDR iter
1335         - 36  # NDRPDR iter
1336         - 37  # NDRPDR iter
1337     dpdk-performance-changes-3n-skx-cmp:
1338       csit-dpdk-perf-report-iterative-2009-3n-skx:
1339         - 4   # NDRPDR sel env5
1340         - 5   # NDRPDR sel env5
1341         - 6   # NDRPDR sel env5
1342         - 7   # NDRPDR sel env5
1343         - 8   # NDRPDR sel env5
1344         - 9   # NDRPDR sel env5
1345         - 14  # NDRPDR sel env5
1346         - 11  # NDRPDR sel env5
1347         - 12  # NDRPDR sel env5
1348         - 13  # NDRPDR sel env5
1349
1350     dpdk-performance-changes-2n-skx-h1:
1351       csit-dpdk-perf-verify-2001-2n-skx:
1352         - 35  # NDRPDR sel xxv710
1353         - 36  # NDRPDR sel xxv710
1354         - 37  # NDRPDR sel xxv710
1355         - 41  # NDRPDR sel xxv710
1356         - 42  # NDRPDR sel xxv710
1357         - 43  # NDRPDR sel xxv710
1358         - 46  # NDRPDR sel xxv710
1359         - 47  # NDRPDR sel xxv710
1360         - 52  # NDRPDR sel xxv710
1361         - 53  # NDRPDR sel xxv710
1362         - 38  # NDRPDR sel x710
1363         - 39  # NDRPDR sel x710
1364         - 40  # NDRPDR sel x710
1365         - 44  # NDRPDR sel x710
1366         - 45  # NDRPDR sel x710
1367         - 48  # NDRPDR sel x710
1368         - 49  # NDRPDR sel x710
1369         - 50  # NDRPDR sel x710
1370         - 51  # NDRPDR sel x710
1371         - 54  # NDRPDR sel x710
1372     dpdk-performance-changes-2n-skx-ref:
1373       csit-dpdk-perf-report-iterative-2005-2n-skx:
1374         - 20  # NDRPDR iter
1375         - 21  # NDRPDR iter
1376         - 22  # NDRPDR iter
1377         - 23  # NDRPDR iter
1378         - 24  # NDRPDR iter
1379         - 25  # NDRPDR iter
1380         - 26  # NDRPDR iter
1381         - 27  # NDRPDR iter
1382         - 28  # NDRPDR iter
1383         - 29  # NDRPDR iter
1384     dpdk-performance-changes-2n-skx-cmp:
1385       csit-dpdk-perf-report-iterative-2009-2n-skx:
1386         - 4   # NDRPDR iter env5
1387         - 5   # NDRPDR iter env5
1388         - 6   # NDRPDR iter env5
1389         - 7   # NDRPDR iter env5
1390         - 8   # NDRPDR iter env5
1391         - 9   # NDRPDR iter env5
1392         - 10  # NDRPDR iter env5
1393         - 11  # NDRPDR iter env5
1394         - 12  # NDRPDR iter env5
1395         - 13  # NDRPDR iter env5
1396
1397     dpdk-performance-changes-2n-clx-h1:
1398       csit-dpdk-perf-verify-2001-2n-clx:
1399         - 15  # NDRPDR sel
1400         - 16  # NDRPDR sel
1401         - 17  # NDRPDR sel
1402         - 18  # NDRPDR sel
1403         - 19  # NDRPDR sel
1404         - 20  # NDRPDR sel
1405         - 21  # NDRPDR sel
1406         - 22  # NDRPDR sel
1407         - 23  # NDRPDR sel
1408         - 24  # NDRPDR sel
1409         - 25  # NDRPDR sel
1410         - 26  # NDRPDR sel
1411         - 27  # NDRPDR sel
1412         - 28  # NDRPDR sel
1413         - 29  # NDRPDR sel
1414         - 30  # NDRPDR sel
1415         - 31  # NDRPDR sel
1416         - 32  # NDRPDR sel
1417         - 33  # NDRPDR sel
1418         - 34  # NDRPDR sel
1419     dpdk-performance-changes-2n-clx-ref:
1420       csit-dpdk-perf-report-iterative-2005-2n-clx:
1421         - 20  # NDRPDR iter
1422         - 21  # NDRPDR iter
1423         - 22  # NDRPDR iter
1424         - 23  # NDRPDR iter
1425         - 24  # NDRPDR iter
1426         - 25  # NDRPDR iter
1427         - 26  # NDRPDR iter
1428         - 27  # NDRPDR iter
1429         - 28  # NDRPDR iter
1430         - 29  # NDRPDR iter
1431     dpdk-performance-changes-2n-clx-cmp:
1432       csit-dpdk-perf-report-iterative-2009-2n-clx:
1433         - 4   # NDRPDR iter env5
1434         - 5   # NDRPDR iter env5
1435         - 6   # NDRPDR iter env5
1436         - 7   # NDRPDR iter env5
1437         - 8   # NDRPDR iter env5
1438         - 9   # NDRPDR iter env5
1439         - 10  # NDRPDR iter env5
1440         - 11  # NDRPDR iter env5
1441         - 12  # NDRPDR iter env5
1442         - 13  # NDRPDR iter env5
1443
1444 #    dpdk-performance-changes-2n-dnv-h1:
1445 #      csit-dpdk-perf-verify-2001-2n-dnv:
1446 #        - 9   # NDRPDR sel
1447 #        - 10  # NDRPDR sel
1448 #        - 11  # NDRPDR sel
1449 #        - 12  # NDRPDR sel
1450 #        - 13  # NDRPDR sel
1451 #        - 14  # NDRPDR sel
1452 #        - 15  # NDRPDR sel
1453 #        - 16  # NDRPDR sel
1454 #        - 17  # NDRPDR sel
1455 #        - 18  # NDRPDR sel
1456 #    dpdk-performance-changes-2n-dnv-ref:
1457 #      # No data
1458 #    dpdk-performance-changes-2n-dnv-cmp:
1459 #      # No data
1460 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1461
1462 #    dpdk-performance-changes-3n-dnv-h1:
1463 #      csit-dpdk-perf-verify-2001-3n-dnv:
1464 #        - 12  # NDRPDR sel
1465 #        - 13  # NDRPDR sel
1466 #        - 14  # NDRPDR sel
1467 #        - 15  # NDRPDR sel
1468 #        - 16  # NDRPDR sel
1469 #        - 17  # NDRPDR sel
1470 #        - 18  # NDRPDR sel
1471 #        - 19  # NDRPDR sel
1472 #        - 20  # NDRPDR sel
1473 #        - 22  # NDRPDR sel
1474 #    dpdk-performance-changes-3n-dnv-ref:
1475 #      # No data
1476 #    dpdk-performance-changes-3n-dnv-cmp:
1477 #      # No data
1478 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1479
1480     dpdk-performance-changes-3n-tsh-h1:
1481       csit-dpdk-perf-verify-2001-3n-tsh:
1482         - 3   # NDRPDR sel
1483         - 4   # NDRPDR sel
1484         - 5   # NDRPDR sel
1485         - 9   # NDRPDR sel
1486         - 10  # NDRPDR sel
1487         - 11  # NDRPDR sel
1488         - 12  # NDRPDR sel
1489         - 14  # NDRPDR sel
1490         - 15  # NDRPDR sel
1491         - 18  # NDRPDR sel
1492     dpdk-performance-changes-3n-tsh-ref:
1493       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1494         - 5   # NDRPDR sel
1495     dpdk-performance-changes-3n-tsh-cmp:
1496       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1497         - 1   # NDRPDR iter env5
1498         - 2   # NDRPDR iter env5
1499         - 3   # NDRPDR iter env5
1500         - 4   # NDRPDR iter env5
1501         - 5   # NDRPDR iter env5
1502         - 6   # NDRPDR iter env5
1503         - 7   # NDRPDR iter env5
1504         - 9   # NDRPDR iter env5
1505         - 10  # NDRPDR iter env5
1506         - 11  # NDRPDR iter env5
1507
1508     # Compare testbeds
1509
1510     vpp-compare-testbeds-ref:
1511       csit-vpp-perf-report-iterative-2009-3n-hsw:
1512         - 21  # rls2009 NDRPDR iter env 5
1513         - 22  # rls2009 NDRPDR iter env 5
1514         - 24  # rls2009 NDRPDR iter env 5
1515         - 25  # rls2009 NDRPDR iter env 5
1516         - 26  # rls2009 NDRPDR iter env 5
1517         - 27  # rls2009 NDRPDR iter env 5
1518         - 28  # rls2009 NDRPDR iter env 5
1519         - 29  # rls2009 NDRPDR iter env 5
1520         - 30  # rls2009 NDRPDR iter env 5
1521         - 31  # rls2009 NDRPDR iter env 5
1522     vpp-compare-testbeds-cmp:
1523       csit-vpp-perf-report-iterative-2009-3n-skx:
1524         - 26  # rls2009 NDRPDR iter env 5
1525         - 27  # rls2009 NDRPDR iter env 5
1526         - 28  # rls2009 NDRPDR iter env 5
1527         - 29  # rls2009 NDRPDR iter env 5
1528         - 35  # rls2009 NDRPDR iter env 5
1529         - 36  # rls2009 NDRPDR iter env 5
1530         - 37  # rls2009 NDRPDR iter env 5
1531         - 38  # rls2009 NDRPDR iter env 5
1532         - 39  # rls2009 NDRPDR iter env 5
1533         - 40  # rls2009 NDRPDR iter env 5
1534
1535     vpp-compare-testbeds-skx-clx-ref:
1536       csit-vpp-perf-report-iterative-2009-2n-skx:
1537         - 35  # rls2009 NDRPDR iter env 5
1538         - 36  # rls2009 NDRPDR iter env 5
1539         - 37  # rls2009 NDRPDR iter env 5
1540         - 39  # rls2009 NDRPDR iter env 5
1541         - 40  # rls2009 NDRPDR iter env 5
1542         - 42  # rls2009 NDRPDR iter env 5
1543         - 43  # rls2009 NDRPDR iter env 5
1544         - 44  # rls2009 NDRPDR iter env 5
1545         - 46  # rls2009 NDRPDR iter env 5
1546         - 48  # rls2009 NDRPDR iter env 5
1547         - 110 # rls2009 NDRPDR iter NAT44 env 5
1548         - 111 # rls2009 NDRPDR iter NAT44 env 5
1549         - 112 # rls2009 NDRPDR iter NAT44 env 5
1550         - 113 # rls2009 NDRPDR iter NAT44 env 5
1551         - 114 # rls2009 NDRPDR iter NAT44 env 5
1552         - 115 # rls2009 NDRPDR iter NAT44 env 5
1553         - 116 # rls2009 NDRPDR iter NAT44 env 5
1554         - 118 # rls2009 NDRPDR iter NAT44 env 5
1555         - 119 # rls2009 NDRPDR iter NAT44 env 5
1556         - 121 # rls2009 NDRPDR iter NAT44 env 5
1557     vpp-compare-testbeds-skx-clx-cmp:
1558       csit-vpp-perf-report-iterative-2009-2n-clx:
1559         - 36  # rls2009 NDRPDR iter env 5
1560         - 39  # rls2009 NDRPDR iter env 5
1561         - 40  # rls2009 NDRPDR iter env 5
1562         - 65  # rls2009 NDRPDR iter env 5
1563         - 66  # rls2009 NDRPDR iter env 5
1564         - 79  # rls2009 NDRPDR iter env 5
1565         - 82  # rls2009 NDRPDR iter env 5
1566         - 88  # rls2009 NDRPDR iter env 5
1567         - 89  # rls2009 NDRPDR iter env 5
1568         - 90  # rls2009 NDRPDR iter env 5
1569         - 114 # rls2009 NDRPDR iter NAT44 env 5
1570         - 115 # rls2009 NDRPDR iter NAT44 env 5
1571         - 116 # rls2009 NDRPDR iter NAT44 env 5
1572         - 117 # rls2009 NDRPDR iter NAT44 env 5
1573         - 118 # rls2009 NDRPDR iter NAT44 env 5
1574         - 119 # rls2009 NDRPDR iter NAT44 env 5
1575         - 121 # rls2009 NDRPDR iter NAT44 env 5
1576         - 122 # rls2009 NDRPDR iter NAT44 env 5
1577         - 123 # rls2009 NDRPDR iter NAT44 env 5
1578         - 126 # rls2009 NDRPDR iter NAT44 env 5
1579
1580     vpp-compare-testbeds-hsw-clx-ref:
1581       csit-vpp-perf-report-iterative-2009-3n-hsw:
1582         - 21  # rls2009 NDRPDR iter env 5
1583         - 22  # rls2009 NDRPDR iter env 5
1584         - 24  # rls2009 NDRPDR iter env 5
1585         - 25  # rls2009 NDRPDR iter env 5
1586         - 26  # rls2009 NDRPDR iter env 5
1587         - 27  # rls2009 NDRPDR iter env 5
1588         - 28  # rls2009 NDRPDR iter env 5
1589         - 29  # rls2009 NDRPDR iter env 5
1590         - 30  # rls2009 NDRPDR iter env 5
1591         - 31  # rls2009 NDRPDR iter env 5
1592     vpp-compare-testbeds-hsw-clx-cmp:
1593       csit-vpp-perf-report-iterative-2009-2n-clx:
1594         - 36  # rls2009 NDRPDR iter env 5
1595         - 39  # rls2009 NDRPDR iter env 5
1596         - 40  # rls2009 NDRPDR iter env 5
1597         - 65  # rls2009 NDRPDR iter env 5
1598         - 66  # rls2009 NDRPDR iter env 5
1599         - 79  # rls2009 NDRPDR iter env 5
1600         - 82  # rls2009 NDRPDR iter env 5
1601         - 88  # rls2009 NDRPDR iter env 5
1602         - 89  # rls2009 NDRPDR iter env 5
1603         - 90  # rls2009 NDRPDR iter env 5
1604
1605     vpp-compare-testbeds-mrr-ref:
1606       csit-vpp-perf-report-iterative-2009-3n-hsw:
1607         - 23  # rls2009 MRR iter env 5
1608     vpp-compare-testbeds-mrr-cmp:
1609       csit-vpp-perf-report-iterative-2009-3n-skx:
1610         - 24  # rls2009 MRR iter env 5
1611
1612     vpp-compare-testbeds-mrr-skx-clx-ref:
1613       csit-vpp-perf-report-iterative-2009-2n-skx:
1614         - 120 # rls2009 MRR iter env 5
1615     vpp-compare-testbeds-mrr-skx-clx-cmp:
1616       csit-vpp-perf-report-iterative-2009-2n-clx:
1617         - 125 # rls2009 MRR iter env 5
1618
1619     vpp-compare-testbeds-mrr-hsw-clx-ref:
1620       csit-vpp-perf-report-iterative-2009-3n-hsw:
1621         - 23  # rls2009 MRR iter env 5
1622     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1623       csit-vpp-perf-report-iterative-2009-2n-clx:
1624         - 125 # rls2009 MRR iter env 5
1625
1626     dpdk-compare-testbeds-ref:
1627       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1628         - 6   # NDRPDR iter env5
1629         - 7   # NDRPDR iter env5
1630         - 8   # NDRPDR iter env5
1631         - 9   # NDRPDR iter env5
1632         - 10  # NDRPDR iter env5
1633         - 11  # NDRPDR iter env5
1634         - 12  # NDRPDR iter env5
1635         - 13  # NDRPDR iter env5
1636         - 14  # NDRPDR iter env5
1637         - 15  # NDRPDR iter env5
1638     dpdk-compare-testbeds-cmp:
1639       csit-dpdk-perf-report-iterative-2009-3n-skx:
1640         - 4   # NDRPDR sel env5
1641         - 5   # NDRPDR sel env5
1642         - 6   # NDRPDR sel env5
1643         - 7   # NDRPDR sel env5
1644         - 8   # NDRPDR sel env5
1645         - 9   # NDRPDR sel env5
1646         - 14  # NDRPDR sel env5
1647         - 11  # NDRPDR sel env5
1648         - 12  # NDRPDR sel env5
1649         - 13  # NDRPDR sel env5
1650
1651     dpdk-compare-testbeds-skx-clx-ref:
1652       csit-dpdk-perf-report-iterative-2009-2n-skx:
1653         - 4   # NDRPDR iter env5
1654         - 5   # NDRPDR iter env5
1655         - 6   # NDRPDR iter env5
1656         - 7   # NDRPDR iter env5
1657         - 8   # NDRPDR iter env5
1658         - 9   # NDRPDR iter env5
1659         - 10  # NDRPDR iter env5
1660         - 11  # NDRPDR iter env5
1661         - 12  # NDRPDR iter env5
1662         - 13  # NDRPDR iter env5
1663     dpdk-compare-testbeds-skx-clx-cmp:
1664       csit-dpdk-perf-report-iterative-2009-2n-clx:
1665         - 4   # NDRPDR iter env5
1666         - 5   # NDRPDR iter env5
1667         - 6   # NDRPDR iter env5
1668         - 7   # NDRPDR iter env5
1669         - 8   # NDRPDR iter env5
1670         - 9   # NDRPDR iter env5
1671         - 10  # NDRPDR iter env5
1672         - 11  # NDRPDR iter env5
1673         - 12  # NDRPDR iter env5
1674         - 13  # NDRPDR iter env5
1675
1676     # Compare topologies
1677
1678     vpp-compare-topologies-ref:
1679       csit-vpp-perf-report-iterative-2009-3n-skx:
1680         - 26  # rls2009 NDRPDR iter env 5
1681         - 27  # rls2009 NDRPDR iter env 5
1682         - 28  # rls2009 NDRPDR iter env 5
1683         - 29  # rls2009 NDRPDR iter env 5
1684         - 35  # rls2009 NDRPDR iter env 5
1685         - 36  # rls2009 NDRPDR iter env 5
1686         - 37  # rls2009 NDRPDR iter env 5
1687         - 38  # rls2009 NDRPDR iter env 5
1688         - 39  # rls2009 NDRPDR iter env 5
1689         - 40  # rls2009 NDRPDR iter env 5
1690     vpp-compare-topologies-cmp:
1691       csit-vpp-perf-report-iterative-2009-2n-skx:
1692         - 35  # rls2009 NDRPDR iter env 5
1693         - 36  # rls2009 NDRPDR iter env 5
1694         - 37  # rls2009 NDRPDR iter env 5
1695         - 39  # rls2009 NDRPDR iter env 5
1696         - 40  # rls2009 NDRPDR iter env 5
1697         - 42  # rls2009 NDRPDR iter env 5
1698         - 43  # rls2009 NDRPDR iter env 5
1699         - 44  # rls2009 NDRPDR iter env 5
1700         - 46  # rls2009 NDRPDR iter env 5
1701         - 48  # rls2009 NDRPDR iter env 5
1702
1703     vpp-compare-topologies-mrr-ref:
1704       csit-vpp-perf-report-iterative-2009-3n-skx:
1705         - 24  # rls2009 MRR iter env 5
1706     vpp-compare-topologies-mrr-cmp:
1707       csit-vpp-perf-report-iterative-2009-2n-skx:
1708         - 120 # rls2009 MRR iter env 5
1709
1710     dpdk-compare-topologies-ref:
1711       csit-dpdk-perf-report-iterative-2009-3n-skx:
1712         - 4   # NDRPDR sel env5
1713         - 5   # NDRPDR sel env5
1714         - 6   # NDRPDR sel env5
1715         - 7   # NDRPDR sel env5
1716         - 8   # NDRPDR sel env5
1717         - 9   # NDRPDR sel env5
1718         - 14  # NDRPDR sel env5
1719         - 11  # NDRPDR sel env5
1720         - 12  # NDRPDR sel env5
1721         - 13  # NDRPDR sel env5
1722     dpdk-compare-topologies-cmp:
1723       csit-dpdk-perf-report-iterative-2009-2n-skx:
1724         - 4   # NDRPDR iter env5
1725         - 5   # NDRPDR iter env5
1726         - 6   # NDRPDR iter env5
1727         - 7   # NDRPDR iter env5
1728         - 8   # NDRPDR iter env5
1729         - 9   # NDRPDR iter env5
1730         - 10  # NDRPDR iter env5
1731         - 11  # NDRPDR iter env5
1732         - 12  # NDRPDR iter env5
1733         - 13  # NDRPDR iter env5
1734
1735   plot-layouts:
1736
1737     plot-soak-throughput:
1738       titlefont:
1739         size: 16
1740       xaxis:
1741         title: "<b>Test Cases [Index]</b>"
1742         titlefont:
1743           size: 14
1744         autorange: True
1745         fixedrange: False
1746         gridcolor: "rgb(230, 230, 230)"
1747         linecolor: "rgb(220, 220, 220)"
1748         linewidth: 1
1749         showgrid: True
1750         showline: True
1751         showticklabels: True
1752         tickcolor: "rgb(220, 220, 220)"
1753         tickmode: "linear"
1754         tickfont:
1755           size: 14
1756         zeroline: False
1757       yaxis:
1758         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1759         titlefont:
1760           size: 14
1761         gridcolor: "rgb(230, 230, 230)"
1762         hoverformat: ".4r"
1763         tickformat: ".3r"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         showgrid: True
1767         showline: True
1768         showticklabels: True
1769         tickcolor: "rgb(220, 220, 220)"
1770         tickfont:
1771           size: 14
1772         zeroline: False
1773         range: [0,50]
1774       autosize: False
1775       margin:
1776         t: 50
1777         b: 0
1778         l: 80
1779         r: 20
1780       showlegend: True
1781       legend:
1782         orientation: "h"
1783         font:
1784           size: 14
1785       width: 700
1786       height: 900
1787       paper_bgcolor: "#fff"
1788       plot_bgcolor: "#fff"
1789       hoverlabel:
1790         namelength: -1
1791
1792     plot-service-density:
1793       titlefont:
1794         size: 16
1795       xaxis:
1796         side: "top"
1797         autorange: True
1798         fixedrange: False
1799         showgrid: False
1800         showline: False
1801         showticklabels: False
1802         ticks: ""
1803         ticklen: 0
1804         tickwidth: 0
1805         zeroline: False
1806       yaxis:
1807         autorange: "reversed"
1808         showgrid: False
1809         showline: False
1810         showticklabels: False
1811         ticks: ""
1812         ticklen: 0
1813         tickwidth: 0
1814         zeroline: False
1815       showlegend: False
1816       paper_bgcolor: "#fff"
1817       plot_bgcolor: "#fff"
1818       width: 700
1819       height: 700
1820       hoverlabel:
1821         namelength: -1
1822
1823     plot-hoststack:
1824       titlefont:
1825         size: 16
1826       xaxis:
1827         title: "<b>Test Cases [Index]</b>"
1828         titlefont:
1829           size: 14
1830         autorange: True
1831         fixedrange: False
1832         gridcolor: "rgb(230, 230, 230)"
1833         linecolor: "rgb(220, 220, 220)"
1834         linewidth: 1
1835         showgrid: True
1836         showline: True
1837         showticklabels: True
1838         tickcolor: "rgb(220, 220, 220)"
1839         tickmode: "linear"
1840         tickfont:
1841           size: 14
1842         zeroline: False
1843       yaxis:
1844         title: "<b>Bandwidth [Gbps]</b>"
1845         titlefont:
1846           size: 14
1847         gridcolor: "rgb(230, 230, 230)"
1848         hoverformat: ".4s"
1849         linecolor: "rgb(220, 220, 220)"
1850         linewidth: 1
1851         rangemode: "tozero"
1852         showgrid: True
1853         showline: True
1854         showticklabels: True
1855         tickcolor: "rgb(230, 230, 230)"
1856         tickformat: ".3s"
1857         tickfont:
1858           size: 14
1859         zeroline: False
1860       autosize: False
1861       margin:
1862         t: 50
1863         b: 20
1864         l: 80
1865         r: 20
1866       showlegend: True
1867       legend:
1868         orientation: "h"
1869         font:
1870           size: 14
1871       width: 700
1872       height: 800
1873       paper_bgcolor: "#fff"
1874       plot_bgcolor: "#fff"
1875       hoverlabel:
1876         namelength: -1
1877
1878     plot-throughput:
1879       titlefont:
1880         size: 16
1881       xaxis:
1882         title: "<b>Test Cases [Index]</b>"
1883         titlefont:
1884           size: 14
1885         autorange: True
1886         fixedrange: False
1887         gridcolor: "rgb(230, 230, 230)"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(220, 220, 220)"
1894         tickmode: "linear"
1895         tickfont:
1896           size: 14
1897         zeroline: False
1898       yaxis:
1899         title: "<b>Packet Throughput [Mpps]</b>"
1900         titlefont:
1901           size: 14
1902         gridcolor: "rgb(230, 230, 230)"
1903         hoverformat: ".4r"
1904         tickformat: ".3r"
1905         linecolor: "rgb(220, 220, 220)"
1906         linewidth: 1
1907         showgrid: True
1908         showline: True
1909         showticklabels: True
1910         tickcolor: "rgb(220, 220, 220)"
1911         tickfont:
1912           size: 14
1913         zeroline: False
1914         range: [0,50]
1915       autosize: False
1916       margin:
1917         t: 50
1918         b: 0
1919         l: 80
1920         r: 20
1921       showlegend: True
1922       legend:
1923         orientation: "h"
1924         font:
1925           size: 14
1926       width: 700
1927       height: 900
1928       paper_bgcolor: "#fff"
1929       plot_bgcolor: "#fff"
1930       hoverlabel:
1931         namelength: -1
1932
1933     plot-throughput-gbps:
1934       titlefont:
1935         size: 16
1936       xaxis:
1937         title: "<b>Test Cases [Index]</b>"
1938         titlefont:
1939           size: 14
1940         autorange: True
1941         fixedrange: False
1942         gridcolor: "rgb(230, 230, 230)"
1943         linecolor: "rgb(220, 220, 220)"
1944         linewidth: 1
1945         showgrid: True
1946         showline: True
1947         showticklabels: True
1948         tickcolor: "rgb(220, 220, 220)"
1949         tickmode: "linear"
1950         tickfont:
1951           size: 14
1952         zeroline: False
1953       yaxis:
1954         title: "<b>Packet Throughput [Gbps]</b>"
1955         titlefont:
1956           size: 14
1957         gridcolor: "rgb(230, 230, 230)"
1958         hoverformat: ".4r"
1959         tickformat: ".3r"
1960         linecolor: "rgb(220, 220, 220)"
1961         linewidth: 1
1962         showgrid: True
1963         showline: True
1964         showticklabels: True
1965         tickcolor: "rgb(220, 220, 220)"
1966         tickfont:
1967           size: 14
1968         zeroline: False
1969         range: [0,10]
1970       autosize: False
1971       margin:
1972         t: 50
1973         b: 0
1974         l: 80
1975         r: 20
1976       showlegend: True
1977       legend:
1978         orientation: "h"
1979         font:
1980           size: 14
1981       width: 700
1982       height: 900
1983       paper_bgcolor: "#fff"
1984       plot_bgcolor: "#fff"
1985       hoverlabel:
1986         namelength: -1
1987
1988     plot-cps:
1989       titlefont:
1990         size: 16
1991       xaxis:
1992         title: "<b>Test Cases [Index]</b>"
1993         titlefont:
1994           size: 14
1995         autorange: True
1996         fixedrange: False
1997         gridcolor: "rgb(230, 230, 230)"
1998         linecolor: "rgb(220, 220, 220)"
1999         linewidth: 1
2000         showgrid: True
2001         showline: True
2002         showticklabels: True
2003         tickcolor: "rgb(220, 220, 220)"
2004         tickmode: "linear"
2005         tickfont:
2006           size: 14
2007         zeroline: False
2008       yaxis:
2009         title: "<b>Connection Rate [Mcps]</b>"
2010         titlefont:
2011           size: 14
2012         gridcolor: "rgb(230, 230, 230)"
2013         hoverformat: ".4r"
2014         tickformat: ".3s"
2015         linecolor: "rgb(220, 220, 220)"
2016         linewidth: 1
2017         showgrid: True
2018         showline: True
2019         showticklabels: True
2020         tickcolor: "rgb(220, 220, 220)"
2021         tickfont:
2022           size: 14
2023         zeroline: False
2024         range: [0,10]
2025       autosize: False
2026       margin:
2027         t: 50
2028         b: 0
2029         l: 80
2030         r: 20
2031       showlegend: True
2032       legend:
2033         orientation: "h"
2034         font:
2035           size: 14
2036       width: 700
2037       height: 900
2038       paper_bgcolor: "#fff"
2039       plot_bgcolor: "#fff"
2040       hoverlabel:
2041         namelength: -1
2042
2043     plot-throughput-speedup-analysis:
2044       titlefont:
2045         size: 16
2046       xaxis:
2047         title: "<b>Number of Cores [Qty]</b>"
2048         titlefont:
2049           size: 14
2050         autorange: True
2051         fixedrange: False
2052         gridcolor: "rgb(230, 230, 230)"
2053         linecolor: "rgb(220, 220, 220)"
2054         linewidth: 1
2055         showgrid: True
2056         showline: True
2057         showticklabels: True
2058         tickcolor: "rgb(238, 238, 238)"
2059         tickmode: "linear"
2060         tickfont:
2061           size: 14
2062         zeroline: False
2063       yaxis:
2064         title: "<b>Packet Throughput [Mpps]</b>"
2065         titlefont:
2066           size: 14
2067         type: "linear"
2068         gridcolor: "rgb(230, 230, 230)"
2069         hoverformat: ".4s"
2070         linecolor: "rgb(220, 220, 220)"
2071         linewidth: 1
2072         showgrid: True
2073         showline: True
2074         showticklabels: True
2075         tickcolor: "rgb(220, 220, 220)"
2076         tickformat: ".4s"
2077         tickfont:
2078           size: 14
2079         zeroline: True
2080         rangemode: "tozero"
2081         range: [0,100]
2082       legend:
2083         orientation: "h"
2084         font:
2085           size: 14
2086         xanchor: "left"
2087         yanchor: "top"
2088         x: 0
2089         y: -0.2
2090         bgcolor: "rgba(255, 255, 255, 0)"
2091         bordercolor: "rgba(255, 255, 255, 0)"
2092         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2093       autosize: False
2094       margin:
2095           't': 50
2096           'b': 150
2097           'l': 85
2098           'r': 10
2099       showlegend: True
2100       width: 700
2101       height: 700
2102       paper_bgcolor: "#fff"
2103       plot_bgcolor: "#fff"
2104       hoverlabel:
2105         namelength: -1
2106       annotations: [
2107         {
2108           text: "_ _          __          ...",
2109           align: "left",
2110           showarrow: False,
2111           xref: "paper",
2112           yref: "paper",
2113           xanchor: "left",
2114           yanchor: "top",
2115           x: 0,
2116           y: -0.14,
2117           font: {
2118             family: "Consolas, Courier New",
2119             size: 13
2120           },
2121         },
2122         {
2123           text: "    Perfect     Measured     Limit",
2124           align: "left",
2125           showarrow: False,
2126           xref: "paper",
2127           yref: "paper",
2128           xanchor: "left",
2129           yanchor: "top",
2130           x: 0,
2131           y: -0.15,
2132           font: {
2133             family: "Consolas, Courier New",
2134             size: 13
2135           },
2136         },
2137       ]
2138
2139     plot-throughput-speedup-analysis-gbps:
2140       titlefont:
2141         size: 16
2142       xaxis:
2143         title: "<b>Number of Cores [Qty]</b>"
2144         titlefont:
2145           size: 14
2146         autorange: True
2147         fixedrange: False
2148         gridcolor: "rgb(230, 230, 230)"
2149         linecolor: "rgb(220, 220, 220)"
2150         linewidth: 1
2151         showgrid: True
2152         showline: True
2153         showticklabels: True
2154         tickcolor: "rgb(238, 238, 238)"
2155         tickmode: "linear"
2156         tickfont:
2157           size: 14
2158         zeroline: False
2159       yaxis:
2160         title: "<b>Packet Throughput [Gbps]</b>"
2161         titlefont:
2162           size: 14
2163         type: "linear"
2164         gridcolor: "rgb(230, 230, 230)"
2165         hoverformat: ".4s"
2166         linecolor: "rgb(220, 220, 220)"
2167         linewidth: 1
2168         showgrid: True
2169         showline: True
2170         showticklabels: True
2171         tickcolor: "rgb(220, 220, 220)"
2172         tickformat: ".4s"
2173         tickfont:
2174           size: 14
2175         zeroline: True
2176         rangemode: "tozero"
2177         range: [0,100]
2178       legend:
2179         orientation: "h"
2180         font:
2181           size: 14
2182         xanchor: "left"
2183         yanchor: "top"
2184         x: 0
2185         y: -0.2
2186         bgcolor: "rgba(255, 255, 255, 0)"
2187         bordercolor: "rgba(255, 255, 255, 0)"
2188         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2189       autosize: False
2190       margin:
2191           't': 50
2192           'b': 150
2193           'l': 85
2194           'r': 10
2195       showlegend: True
2196       width: 700
2197       height: 700
2198       paper_bgcolor: "#fff"
2199       plot_bgcolor: "#fff"
2200       hoverlabel:
2201         namelength: -1
2202       annotations: [
2203         {
2204           text: "_ _          __",
2205           align: "left",
2206           showarrow: False,
2207           xref: "paper",
2208           yref: "paper",
2209           xanchor: "left",
2210           yanchor: "top",
2211           x: 0,
2212           y: -0.13,
2213           font: {
2214             family: "Consolas, Courier New",
2215             size: 13
2216           },
2217         },
2218         {
2219           text: "    Perfect     Measured",
2220           align: "left",
2221           showarrow: False,
2222           xref: "paper",
2223           yref: "paper",
2224           xanchor: "left",
2225           yanchor: "top",
2226           x: 0,
2227           y: -0.15,
2228           font: {
2229             family: "Consolas, Courier New",
2230             size: 13
2231           },
2232         },
2233       ]
2234
2235     plot-throughput-speedup-analysis-cps:
2236       titlefont:
2237         size: 16
2238       xaxis:
2239         title: "<b>Number of Cores [Qty]</b>"
2240         titlefont:
2241           size: 14
2242         autorange: True
2243         fixedrange: False
2244         gridcolor: "rgb(230, 230, 230)"
2245         linecolor: "rgb(220, 220, 220)"
2246         linewidth: 1
2247         showgrid: True
2248         showline: True
2249         showticklabels: True
2250         tickcolor: "rgb(238, 238, 238)"
2251         tickmode: "linear"
2252         tickfont:
2253           size: 14
2254         zeroline: False
2255       yaxis:
2256         title: "<b>Connection Rate [Mcps]</b>"
2257         titlefont:
2258           size: 14
2259         type: "linear"
2260         gridcolor: "rgb(230, 230, 230)"
2261         hoverformat: ".4s"
2262         linecolor: "rgb(220, 220, 220)"
2263         linewidth: 1
2264         showgrid: True
2265         showline: True
2266         showticklabels: True
2267         tickcolor: "rgb(220, 220, 220)"
2268         tickformat: ".4s"
2269         tickfont:
2270           size: 14
2271         zeroline: True
2272         rangemode: "tozero"
2273         range: [0,100]
2274       legend:
2275         orientation: "h"
2276         font:
2277           size: 14
2278         xanchor: "left"
2279         yanchor: "top"
2280         x: 0
2281         y: -0.2
2282         bgcolor: "rgba(255, 255, 255, 0)"
2283         bordercolor: "rgba(255, 255, 255, 0)"
2284         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2285       autosize: False
2286       margin:
2287           't': 50
2288           'b': 150
2289           'l': 85
2290           'r': 10
2291       showlegend: True
2292       width: 700
2293       height: 700
2294       paper_bgcolor: "#fff"
2295       plot_bgcolor: "#fff"
2296       hoverlabel:
2297         namelength: -1
2298       annotations: [
2299         {
2300           text: "_ _          __",
2301           align: "left",
2302           showarrow: False,
2303           xref: "paper",
2304           yref: "paper",
2305           xanchor: "left",
2306           yanchor: "top",
2307           x: 0,
2308           y: -0.13,
2309           font: {
2310             family: "Consolas, Courier New",
2311             size: 13
2312           },
2313         },
2314         {
2315           text: "    Perfect     Measured",
2316           align: "left",
2317           showarrow: False,
2318           xref: "paper",
2319           yref: "paper",
2320           xanchor: "left",
2321           yanchor: "top",
2322           x: 0,
2323           y: -0.15,
2324           font: {
2325             family: "Consolas, Courier New",
2326             size: 13
2327           },
2328         },
2329       ]
2330
2331     plot-latency:
2332       titlefont:
2333         size: 16
2334       xaxis:
2335         title: "<b>Direction</b>"
2336         titlefont:
2337           size: 14
2338         autorange: True
2339         fixedrange: False
2340         gridcolor: "rgb(230, 230, 230)"
2341         linecolor: "rgb(220, 220, 220)"
2342         linewidth: 1
2343         showgrid: True
2344         showline: True
2345         showticklabels: False
2346         tickcolor: "rgb(220, 220, 220)"
2347         tickmode: "linear"
2348         tickfont:
2349           size: 14
2350         zeroline: False
2351       yaxis:
2352         title: "<b>Packet Latency [uSec]</b>"
2353         titlefont:
2354           size: 14
2355         type: "linear"
2356         gridcolor: "rgb(230, 230, 230)"
2357         hoverformat: ".4s"
2358         linecolor: "rgb(220, 220, 220)"
2359         linewidth: 1
2360         showgrid: True
2361         showline: True
2362         showticklabels: True
2363         tickcolor: "rgb(220, 220, 220)"
2364         tickformat: ".4s"
2365         tickfont:
2366           size: 14
2367         zeroline: True
2368         rangemode: "tozero"
2369       legend:
2370         orientation: "h"
2371         font:
2372           size: 14
2373         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2374       autosize: False
2375       margin:
2376           't': 50
2377           'b': 150
2378           'l': 80
2379           'r': 10
2380       showlegend: True
2381       width: 700
2382       height: 700
2383       paper_bgcolor: "#fff"
2384       plot_bgcolor: "#fff"
2385       hoverlabel:
2386         namelength: -1
2387
2388     plot-hdrh-latency:
2389       title:
2390         text: ""
2391         xanchor: "center"
2392         x: 0.5
2393         font:
2394           size: 16
2395       width: 700
2396       plot_bgcolor: "white"
2397       annotations:
2398         - font:
2399             size: 14
2400           showarrow: False
2401           text: "<b>Packet Latency [uSec]</b>"
2402           x: 1
2403           xanchor: "right"
2404           xref: "paper"
2405           y: -0.045
2406           yanchor: "top"
2407           yref: "paper"
2408         - font:
2409             size: 14
2410           showarrow: False
2411           text: "<b>Probability [%]</b>"
2412           textangle: 270
2413           x: -0.06
2414           xanchor: "center"
2415           xref: "paper"
2416           y: 0.5
2417           yanchor: "middle"
2418           yref: "paper"
2419         - font:
2420             size: 14
2421           showarrow: False
2422           text: "<b>Direction: E-W</b>"
2423           x: 0.24
2424           xanchor: "center"
2425           xref: "paper"
2426           y: 1.05
2427           yanchor: "bottom"
2428           yref: "paper"
2429         - font:
2430             size: 14
2431           showarrow: False
2432           text: "<b>Direction: W-E</b>"
2433           x: 0.74
2434           xanchor: "center"
2435           xref: "paper"
2436           y: 1.05
2437           yanchor: "bottom"
2438           yref: "paper"
2439
2440     plot-hdrh-latency-percentile:
2441       title:
2442         text: ""
2443         xanchor: "center"
2444         x: 0.5
2445         font:
2446           size: 16
2447       xaxis:
2448         type: "log"
2449         title: "<b>Percentile [%]</b>"
2450         titlefont:
2451           size: 14
2452         autorange: True
2453         fixedrange: False
2454         gridcolor: "rgb(230, 230, 230)"
2455         linecolor: "rgb(220, 220, 220)"
2456         linewidth: 1
2457         showgrid: True
2458         showline: True
2459         showticklabels: True
2460         tickcolor: "rgb(220, 220, 220)"
2461         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2462         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2463         tickfont:
2464           size: 14
2465       yaxis:
2466         title: "<b>Packet Latency [uSec]</b>"
2467         titlefont:
2468           size: 14
2469         gridcolor: "rgb(230, 230, 230)"
2470         linecolor: "rgb(220, 220, 220)"
2471         linewidth: 1
2472         showgrid: True
2473         showline: True
2474         showticklabels: True
2475         tickcolor: "rgb(220, 220, 220)"
2476         tickfont:
2477           size: 14
2478       autosize: False
2479       showlegend: True
2480       legend:
2481         traceorder: "normal"
2482         orientation: "h"
2483         font:
2484           size: 14
2485         xanchor: "left"
2486         yanchor: "top"
2487         x: 0
2488         y: -0.15
2489         bgcolor: "rgba(255, 255, 255, 0)"
2490         bordercolor: "rgba(255, 255, 255, 0)"
2491       width: 700
2492       height: 700
2493       paper_bgcolor: "white"
2494       plot_bgcolor: "white"
2495
2496     plot-hdrh-latency-by-percentile:
2497       title:
2498         text: "<b>Latency by Percentile Distribution</b>"
2499         xanchor: "center"
2500         x: 0.5
2501         font:
2502           size: 18
2503       showlegend: True
2504       legend:
2505         traceorder: "normal"
2506         orientation: "h"
2507         font:
2508           size: 16
2509         xanchor: "left"
2510         yanchor: "top"
2511         x: 0
2512         y: -0.2
2513         bgcolor: "rgba(255, 255, 255, 0)"
2514         bordercolor: "rgba(255, 255, 255, 0)"
2515       xaxis:
2516         type: "linear"
2517         title: "<b>Percentile [%]</b>"
2518         titlefont:
2519           size: 14
2520         autorange: False
2521         fixedrange: False
2522         range: [0, 100]
2523         gridcolor: "rgb(230, 230, 230)"
2524         linecolor: "rgb(220, 220, 220)"
2525         linewidth: 1
2526         showgrid: True
2527         showline: True
2528         showticklabels: True
2529         tickcolor: "rgb(220, 220, 220)"
2530         tickvals: [0, 25, 50, 75, 100]
2531         ticktext: [0, 25, 50, 75, 100]
2532         tickfont:
2533           size: 14
2534       yaxis:
2535         title: "<b>One-Way Latency per Direction [uSec]</b>"
2536         titlefont:
2537           size: 14
2538         gridcolor: "rgb(230, 230, 230)"
2539         linecolor: "rgb(220, 220, 220)"
2540         linewidth: 1
2541         showgrid: True
2542         showline: True
2543         showticklabels: True
2544         tickcolor: "rgb(220, 220, 220)"
2545         tickfont:
2546           size: 14
2547       width: 700
2548       height: 700
2549       paper_bgcolor: "white"
2550       plot_bgcolor: "white"
2551
2552 - type: "static"
2553   src-path: "{DIR[RST]}"
2554   dst-path: "{DIR[WORKING,SRC]}"
2555
2556 - type: "input"
2557   general:
2558     file-name: "output_info.xml.gz"
2559     file-format: ".gz"
2560     arch-file-format:
2561       - ".gz"
2562       - ".zip"
2563     download-path: "{job}/{build}/archives/{filename}"
2564     extract: "output.xml"
2565
2566     zip-file-name: "robot-plugin.zip"
2567     zip-file-format: ".zip"
2568     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2569     zip-extract: "robot-plugin/output.xml"
2570
2571   builds:
2572
2573     csit-vpp-perf-verify-2001-3n-hsw:
2574       - 17  # MRR sel
2575     csit-vpp-perf-report-iterative-2005-3n-hsw:
2576       - 20  # NDRPDR sel env 4
2577       - 21  # NDRPDR sel env 4
2578       - 22  # NDRPDR sel env 4
2579       - 23  # NDRPDR sel env 4
2580       - 24  # NDRPDR sel env 4
2581       - 25  # NDRPDR sel env 4
2582       - 26  # NDRPDR sel env 4
2583       - 27  # NDRPDR sel env 4
2584       - 28  # NDRPDR sel env 4
2585       - 29  # NDRPDR sel env 4
2586       - 30  # MRR env 4
2587       - 31  # NDRPDR sel 2001.0-4
2588       - 32  # NDRPDR sel 2001.0-4
2589       - 33  # NDRPDR sel 2001.0-4
2590       - 34  # NDRPDR sel 2001.0-4
2591       - 35  # NDRPDR sel 2001.0-4
2592       - 36  # NDRPDR sel 2001.0-4
2593       - 38  # NDRPDR sel 2001.0-4
2594     csit-vpp-perf-report-iterative-2009-3n-hsw:
2595       - 18  # rls2005 MRR iter env 5
2596       - 9   # rls2005 NDRPDR iter env 5
2597       - 10  # rls2005 NDRPDR iter env 5
2598       - 11  # rls2005 NDRPDR iter env 5
2599       - 12  # rls2005 NDRPDR iter env 5
2600       - 13  # rls2005 NDRPDR iter env 5
2601       - 14  # rls2005 NDRPDR iter env 5
2602       - 15  # rls2005 NDRPDR iter env 5
2603       - 16  # rls2005 NDRPDR iter env 5
2604       - 17  # rls2005 NDRPDR iter env 5
2605       - 19  # rls2005 NDRPDR iter env 5
2606       - 23  # rls2009 MRR iter env 5
2607       - 21  # rls2009 NDRPDR iter env 5
2608       - 22  # rls2009 NDRPDR iter env 5
2609       - 24  # rls2009 NDRPDR iter env 5
2610       - 25  # rls2009 NDRPDR iter env 5
2611       - 26  # rls2009 NDRPDR iter env 5
2612       - 27  # rls2009 NDRPDR iter env 5
2613       - 28  # rls2009 NDRPDR iter env 5
2614       - 29  # rls2009 NDRPDR iter env 5
2615       - 30  # rls2009 NDRPDR iter env 5
2616       - 31  # rls2009 NDRPDR iter env 5
2617       - 32  # rls2009 Hoststack iter env 5
2618       - 33  # rls2009 Hoststack iter env 5
2619       - 34  # rls2009 Hoststack iter env 5
2620       - 35  # rls2009 Hoststack iter env 5
2621       - 36  # rls2009 Hoststack iter env 5
2622       - 37  # rls2009 Hoststack iter env 5
2623       - 38  # rls2009 Hoststack iter env 5
2624       - 39  # rls2009 Hoststack iter env 5
2625       - 40  # rls2009 Hoststack iter env 5
2626       - 41  # rls2009 Hoststack iter env 5
2627     csit-vpp-perf-report-coverage-2009-3n-hsw:
2628       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2629       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2630       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2631       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2632       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2633       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2634       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2635       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2636       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2637       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2638       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2639       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2640       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2641       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2642       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2643       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2644       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2645       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2646       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2647       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2648       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2649       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2650       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2651       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2652       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2653       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2654       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2655       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2656       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2657       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2658       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2659       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2660       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2661       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2662       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2663
2664     csit-vpp-perf-verify-2001-3n-skx:
2665       - 50  # MRR sel
2666       - 53  # MRR sel addition
2667     csit-vpp-perf-report-iterative-2005-3n-skx:
2668       - 4   # NDRPDR sel
2669       - 5   # NDRPDR sel ??? all x710 failed
2670       - 33  # NDRPDR sel
2671       - 28  # NDRPDR sel
2672       - 34  # NDRPDR sel
2673       - 42  # NDRPDR sel env 4
2674       - 43  # NDRPDR sel env 4
2675       - 44  # NDRPDR sel env 4
2676       - 45  # NDRPDR sel env 4
2677       - 47  # NDRPDR sel env 4
2678       - 55  # NDRPDR sel env 4
2679       - 56  # NDRPDR sel env 4
2680       - 57  # NDRPDR sel env 4
2681       - 61  # NDRPDR sel env 4
2682       - 62  # NDRPDR sel env 4
2683       - 50  # NDRPDR sel 2001.0-4
2684       - 51  # NDRPDR sel 2001.0-4
2685       - 52  # NDRPDR sel 2001.0-4
2686       - 53  # NDRPDR sel 2001.0-4
2687       - 54  # NDRPDR sel 2001.0-4
2688       - 49  # MRR sel env 4
2689     csit-vpp-perf-report-iterative-2009-3n-skx:
2690       - 17  # rls2005 MRR iter env 5
2691       - 13  # rls2005 NDRPDR iter env 5
2692       - 18  # rls2005 NDRPDR iter env 5
2693       - 19  # rls2005 NDRPDR iter env 5
2694       - 41  # rls2005 NDRPDR iter env 5
2695       - 43  # rls2005 NDRPDR iter env 5
2696       - 44  # rls2005 NDRPDR iter env 5
2697       - 45  # rls2005 NDRPDR iter env 5
2698       - 46  # rls2005 NDRPDR iter env 5
2699       - 48  # rls2005 NDRPDR iter env 5
2700       - 49  # rls2005 NDRPDR iter env 5
2701       - 24  # rls2009 MRR iter env 5
2702       - 26  # rls2009 NDRPDR iter env 5
2703       - 27  # rls2009 NDRPDR iter env 5
2704       - 28  # rls2009 NDRPDR iter env 5
2705       - 29  # rls2009 NDRPDR iter env 5
2706       - 35  # rls2009 NDRPDR iter env 5
2707       - 36  # rls2009 NDRPDR iter env 5
2708       - 37  # rls2009 NDRPDR iter env 5
2709       - 38  # rls2009 NDRPDR iter env 5
2710       - 39  # rls2009 NDRPDR iter env 5
2711       - 40  # rls2009 NDRPDR iter env 5
2712     csit-vpp-perf-report-coverage-2009-3n-skx:
2713       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2714       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2715       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2716       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2717       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2718       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2719       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2720       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2721       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2722       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2723       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2724       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2725       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2726       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2727       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2728       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2729       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2730       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2731       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2732       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2733       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2734       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2735       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2736       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2737       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2738       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2739       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2740       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2741       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2742       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2743       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2744       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2745       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2746       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2747       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2748       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2749
2750     csit-vpp-perf-verify-2001-2n-skx:
2751       - 101  # MRR sel - old
2752       - 128  # MRR sel addition - old
2753     csit-vpp-perf-report-iterative-2005-2n-skx:
2754       - 88  # NDRPDR sel env 4
2755       - 89  # NDRPDR sel env 4
2756       - 90  # NDRPDR sel env 4
2757       - 91  # NDRPDR sel env 4
2758       - 92  # NDRPDR sel env 4
2759       - 93  # NDRPDR sel env 4
2760       - 94  # NDRPDR sel env 4
2761       - 125 # NDRPDR sel env 4
2762       - 126 # NDRPDR sel env 4
2763       - 127 # NDRPDR sel env 4
2764       - 100 # NDRPDR sel 2001.0-4
2765       - 101 # NDRPDR sel 2001.0-4
2766       - 102 # NDRPDR sel 2001.0-4
2767       - 103 # NDRPDR sel 2001.0-4
2768       - 104 # NDRPDR sel 2001.0-4
2769       - 105 # NDRPDR sel 2001.0-4
2770       - 99  # MRR sel env 4
2771     csit-vpp-perf-report-iterative-2009-2n-skx:
2772       - 20  # rls2005 MRR iter env 5
2773       - 13  # rls2005 NDRPDR iter env 5
2774       - 16  # rls2005 NDRPDR iter env 5
2775       - 17  # rls2005 NDRPDR iter env 5
2776       - 18  # rls2005 NDRPDR iter env 5
2777       - 19  # rls2005 NDRPDR iter env 5
2778       - 21  # rls2005 NDRPDR iter env 5
2779       - 22  # rls2005 NDRPDR iter env 5
2780       - 23  # rls2005 NDRPDR iter env 5
2781       - 24  # rls2005 NDRPDR iter env 5
2782       - 25  # rls2005 NDRPDR iter env 5
2783       - 120 # rls2009 MRR iter env 5
2784       - 35  # rls2009 NDRPDR iter env 5
2785       - 36  # rls2009 NDRPDR iter env 5
2786       - 37  # rls2009 NDRPDR iter env 5
2787       - 39  # rls2009 NDRPDR iter env 5
2788       - 40  # rls2009 NDRPDR iter env 5
2789       - 42  # rls2009 NDRPDR iter env 5
2790       - 43  # rls2009 NDRPDR iter env 5
2791       - 44  # rls2009 NDRPDR iter env 5
2792       - 46  # rls2009 NDRPDR iter env 5
2793       - 48  # rls2009 NDRPDR iter env 5
2794       - 110 # rls2009 NDRPDR iter NAT44 env 5
2795       - 111 # rls2009 NDRPDR iter NAT44 env 5
2796       - 112 # rls2009 NDRPDR iter NAT44 env 5
2797       - 113 # rls2009 NDRPDR iter NAT44 env 5
2798       - 114 # rls2009 NDRPDR iter NAT44 env 5
2799       - 115 # rls2009 NDRPDR iter NAT44 env 5
2800       - 116 # rls2009 NDRPDR iter NAT44 env 5
2801       - 118 # rls2009 NDRPDR iter NAT44 env 5
2802       - 119 # rls2009 NDRPDR iter NAT44 env 5
2803       - 121 # rls2009 NDRPDR iter NAT44 env 5
2804       - 38  # rls2009 nf-density iter env 5
2805       - 41  # rls2009 nf-density iter env 5
2806       - 45  # rls2009 nf-density iter env 5
2807       - 47  # rls2009 nf-density iter env 5
2808       - 49  # rls2009 nf-density iter env 5
2809       - 63  # rls2009 nf-density iter env 5
2810       - 65  # rls2009 nf-density iter env 5
2811       - 66  # rls2009 nf-density iter env 5
2812       - 71  # rls2009 nf-density iter env 5
2813       - 72  # rls2009 nf-density iter env 5
2814       - 50  # rls2009 MRR nf-density iter env 5
2815       - 27  # rls2009 reconf env 5
2816       - 28  # rls2009 reconf env 5
2817       - 29  # rls2009 reconf env 5
2818       - 30  # rls2009 reconf env 5
2819       - 31  # rls2009 reconf env 5
2820       - 32  # rls2009 reconf env 5
2821       - 61  # rls2009 reconf env 5
2822       - 62  # rls2009 reconf env 5
2823       - 68  # rls2009 reconf env 5
2824       - 70  # rls2009 reconf env 5
2825       - 33  # rls2009 soak env 5
2826       - 34  # rls2009 soak env 5
2827     csit-vpp-perf-report-coverage-2009-2n-skx:
2828       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2829       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2830       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2831       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2832       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2833       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2834       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2835       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2836       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2837       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2838       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2839       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2840       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2841       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2842       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2843       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2844       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2845
2846     csit-vpp-perf-verify-2001-2n-clx:
2847       - 39  # MRR
2848     csit-vpp-perf-report-iterative-2005-2n-clx:
2849       - 62  # NDRPDR sel env 4
2850       - 63  # NDRPDR sel env 4
2851       - 64  # NDRPDR sel env 4
2852       - 65  # NDRPDR sel env 4
2853       - 66  # NDRPDR sel env 4
2854       - 68  # NDRPDR sel env 4
2855       - 69  # NDRPDR sel env 4
2856       - 70  # NDRPDR sel env 4
2857       - 103 # NDRPDR sel env 4
2858       - 104 # NDRPDR sel env 4
2859       - 73  # NDRPDR sel 2001.0-4
2860       - 74  # NDRPDR sel 2001.0-4
2861       - 75  # NDRPDR sel 2001.0-4
2862       - 76  # NDRPDR sel 2001.0-4
2863       - 77  # NDRPDR sel 2001.0-4
2864       - 78  # NDRPDR sel 2001.0-4
2865       - 79  # NDRPDR sel 2001.0-4
2866       - 80  # NDRPDR sel 2001.0-4
2867       - 72  # MRR env 4
2868     csit-vpp-perf-report-iterative-2009-2n-clx:
2869       - 77  # rls2005 MRR iter env 5
2870       - 13  # rls2005 NDRPDR iter env 5
2871       - 15  # rls2005 NDRPDR iter env 5
2872       - 17  # rls2005 NDRPDR iter env 5
2873       - 18  # rls2005 NDRPDR iter env 5
2874       - 19  # rls2005 NDRPDR iter env 5
2875       - 20  # rls2005 NDRPDR iter env 5
2876       - 21  # rls2005 NDRPDR iter env 5
2877       - 22  # rls2005 NDRPDR iter env 5
2878       - 23  # rls2005 NDRPDR iter env 5
2879       - 24  # rls2005 NDRPDR iter env 5
2880       - 125 # rls2009 MRR iter env 5
2881       - 36  # rls2009 NDRPDR iter env 5
2882       - 39  # rls2009 NDRPDR iter env 5
2883       - 40  # rls2009 NDRPDR iter env 5
2884       - 65  # rls2009 NDRPDR iter env 5
2885       - 66  # rls2009 NDRPDR iter env 5
2886       - 79  # rls2009 NDRPDR iter env 5
2887       - 82  # rls2009 NDRPDR iter env 5
2888       - 88  # rls2009 NDRPDR iter env 5
2889       - 89  # rls2009 NDRPDR iter env 5
2890       - 90  # rls2009 NDRPDR iter env 5
2891       - 114 # rls2009 NDRPDR iter NAT44 env 5
2892       - 115 # rls2009 NDRPDR iter NAT44 env 5
2893       - 116 # rls2009 NDRPDR iter NAT44 env 5
2894       - 117 # rls2009 NDRPDR iter NAT44 env 5
2895       - 118 # rls2009 NDRPDR iter NAT44 env 5
2896       - 119 # rls2009 NDRPDR iter NAT44 env 5
2897       - 121 # rls2009 NDRPDR iter NAT44 env 5
2898       - 122 # rls2009 NDRPDR iter NAT44 env 5
2899       - 123 # rls2009 NDRPDR iter NAT44 env 5
2900       - 126 # rls2009 NDRPDR iter NAT44 env 5
2901       - 37  # rls2009 nf-density iter env 5
2902       - 43  # rls2009 nf-density iter env 5
2903       - 69  # rls2009 nf-density iter env 5
2904       - 70  # rls2009 nf-density iter env 5
2905       - 71  # rls2009 nf-density iter env 5
2906       - 72  # rls2009 nf-density iter env 5
2907       - 73  # rls2009 nf-density iter env 5
2908       - 74  # rls2009 nf-density iter env 5
2909       - 75  # rls2009 nf-density iter env 5
2910       - 76  # rls2009 nf-density iter env 5
2911       - 45  # rls2009 MRR nf-density iter env 5
2912       - 25  # rls2009 reconf env 5
2913       - 27  # rls2009 reconf env 5
2914       - 28  # rls2009 reconf env 5
2915       - 29  # rls2009 reconf env 5
2916       - 30  # rls2009 reconf env 5
2917       - 30  # rls2009 reconf env 5
2918       - 32  # rls2009 reconf env 5
2919       - 48  # rls2009 reconf env 5
2920       - 53  # rls2009 reconf env 5
2921       - 68  # rls2009 reconf env 5
2922       - 33  # rls2009 soak env 5
2923       - 34  # rls2009 soak env 5
2924     csit-vpp-perf-report-coverage-2009-2n-clx:
2925       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2926       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2927       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2928       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2929       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2930       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2931       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2932       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2933       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2934       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2935       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2936       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2937       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2938       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2939       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2940       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2941       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2942
2943     csit-vpp-perf-report-iterative-2009-2n-zn2:
2944       - 1   # rls2009 MRR iter env 5
2945       - 3   # rls2009 NDRPDR iter env 5
2946       - 4   # rls2009 NDRPDR iter env 5
2947       - 6   # rls2009 NDRPDR iter env 5
2948       - 7   # rls2009 NDRPDR iter env 5
2949       - 8   # rls2009 NDRPDR iter env 5
2950       - 9   # rls2009 NDRPDR iter env 5
2951       - 10  # rls2009 NDRPDR iter env 5
2952       - 11  # rls2009 NDRPDR iter env 5
2953
2954     csit-vpp-perf-verify-2001-3n-tsh:
2955       - 9   # MRR sel
2956     csit-vpp-perf-report-iterative-2005-3n-tsh:
2957       - 23  # NDRPDR sel env 4
2958       - 25  # NDRPDR sel env 4
2959       - 33  # NDRPDR sel env 4
2960       - 34  # NDRPDR sel env 4
2961       - 35  # NDRPDR sel env 4
2962       - 36  # NDRPDR sel env 4
2963       - 37  # NDRPDR sel env 4
2964       - 38  # NDRPDR sel env 4
2965       - 39  # NDRPDR sel env 4
2966       - 40  # NDRPDR sel env 4
2967       - 28  # NDRPDR sel 2001.0-4
2968       - 29  # NDRPDR sel 2001.0-4
2969       - 31  # NDRPDR sel 2001.0-4
2970       - 27  # MRR sel env 4
2971     csit-vpp-perf-report-iterative-2009-3n-tsh:
2972       - 8   # rls2005 NDRPDR iter env 5
2973       - 11  # rls2005 NDRPDR iter env 5
2974       - 12  # rls2005 NDRPDR iter env 5
2975       - 24  # rls2005 NDRPDR iter env 5
2976       - 27  # rls2005 NDRPDR iter env 5
2977       - 29  # rls2005 NDRPDR iter env 5
2978       - 31  # rls2005 NDRPDR iter env 5
2979       - 39  # rls2005 NDRPDR iter env 5
2980       - 40  # rls2005 NDRPDR iter env 5
2981       - 42  # rls2005 NDRPDR iter env 5
2982       - 13  # rls2005 MRR iter env 5
2983       - 14  # rls2009 NDRPDR iter env 5
2984       - 20  # rls2009 NDRPDR iter env 5
2985       - 21  # rls2009 NDRPDR iter env 5
2986       - 22  # rls2009 NDRPDR iter env 5
2987       - 23  # rls2009 NDRPDR iter env 5
2988       - 28  # rls2009 NDRPDR iter env 5
2989       - 30  # rls2009 NDRPDR iter env 5
2990       - 33  # rls2009 NDRPDR iter env 5
2991       - 38  # rls2009 NDRPDR iter env 5
2992       - 41  # rls2009 NDRPDR iter env 5
2993       - 15  # rls2009 MRR iter env 5
2994
2995     csit-vpp-perf-verify-2001-3n-dnv:
2996       - 5   # NDRPDR sel
2997       - 6   # NDRPDR sel
2998       - 7   # NDRPDR sel
2999       - 8   # NDRPDR sel
3000       - 9   # NDRPDR sel
3001       - 10  # NDRPDR sel
3002       - 12  # NDRPDR sel
3003       - 16  # NDRPDR sel
3004       - 17  # NDRPDR sel
3005       - 18  # NDRPDR sel
3006       - 11  # MRR sel
3007     csit-vpp-perf-report-iterative-2009-3n-dnv:
3008       - 16  # rls2005 NDRPDR iter env 5
3009       - 23  # rls2005 NDRPDR iter env 5
3010       - 25  # rls2005 NDRPDR iter env 5
3011       - 26  # rls2005 NDRPDR iter env 5
3012       - 27  # rls2005 NDRPDR iter env 5
3013       - 28  # rls2005 NDRPDR iter env 5
3014       - 29  # rls2005 NDRPDR iter env 5
3015       - 30  # rls2005 NDRPDR iter env 5
3016       - 31  # rls2005 NDRPDR iter env 5
3017       - 32  # rls2005 NDRPDR iter env 5
3018       - 19  # rls2005 MRR iter env 5
3019       - 3   # rls2009 NDRPDR iter env 5
3020       - 6   # rls2009 NDRPDR iter env 5
3021       - 7   # rls2009 NDRPDR iter env 5
3022       - 8   # rls2009 NDRPDR iter env 5
3023       - 10  # rls2009 NDRPDR iter env 5
3024       - 11  # rls2009 NDRPDR iter env 5
3025       - 12  # rls2009 NDRPDR iter env 5
3026       - 14  # rls2009 NDRPDR iter env 5
3027       - 15  # rls2009 NDRPDR iter env 5
3028       - 24  # rls2009 NDRPDR iter env 5
3029       - 22  # rls2009 MRR iter env 5
3030     csit-vpp-perf-report-coverage-2009-3n-dnv:
3031       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
3032       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
3033       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
3034       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
3035       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
3036       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
3037       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
3038       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
3039       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
3040
3041     csit-vpp-perf-verify-2001-2n-dnv:
3042       - 4   # NDRPDR sel
3043       - 5   # NDRPDR sel
3044       - 6   # NDRPDR sel
3045       - 7   # NDRPDR sel
3046       - 8   # NDRPDR sel
3047       - 9   # NDRPDR sel
3048       - 10  # NDRPDR sel
3049       - 11  # NDRPDR sel
3050       - 13  # NDRPDR sel
3051       - 16  # NDRPDR sel
3052       - 12  # MRR sel
3053     csit-vpp-perf-report-iterative-2009-2n-dnv:
3054       - 16  # rls2005 NDRPDR iter env 5
3055       - 17  # rls2005 NDRPDR iter env 5
3056       - 18  # rls2005 NDRPDR iter env 5
3057       - 19  # rls2005 NDRPDR iter env 5
3058       - 21  # rls2005 NDRPDR iter env 5
3059       - 24  # rls2005 NDRPDR iter env 5
3060       - 27  # rls2005 NDRPDR iter env 5
3061       - 28  # rls2005 NDRPDR iter env 5
3062       - 29  # rls2005 NDRPDR iter env 5
3063       - 30  # rls2005 NDRPDR iter env 5
3064       - 23  # rls2005 MRR iter env 5
3065       - 3   # rls2009 NDRPDR iter env 5
3066       - 5   # rls2009 NDRPDR iter env 5
3067       - 6   # rls2009 NDRPDR iter env 5
3068       - 7   # rls2009 NDRPDR iter env 5
3069       - 9   # rls2009 NDRPDR iter env 5
3070       - 10  # rls2009 NDRPDR iter env 5
3071       - 11  # rls2009 NDRPDR iter env 5
3072       - 12  # rls2009 NDRPDR iter env 5
3073       - 14  # rls2009 NDRPDR iter env 5
3074       - 15  # rls2009 NDRPDR iter env 5
3075       - 13  # rls2009 MRR iter env 5
3076     csit-vpp-perf-report-coverage-2009-2n-dnv:
3077       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3078       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3079       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3080       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3081       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3082       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3083
3084     csit-dpdk-perf-verify-2001-3n-hsw:
3085       - 4   # NDRPDR sel
3086       - 5   # NDRPDR sel
3087       - 6   # NDRPDR sel
3088       - 7   # NDRPDR sel
3089       - 8   # NDRPDR sel
3090       - 9   # NDRPDR sel
3091       - 10  # NDRPDR sel
3092       - 11  # NDRPDR sel
3093       - 12  # NDRPDR sel
3094       - 13  # NDRPDR sel
3095       - 15  # NDRPDR sel
3096       - 16  # NDRPDR sel
3097       - 17  # NDRPDR sel
3098       - 18  # NDRPDR sel
3099       - 19  # NDRPDR sel
3100       - 20  # NDRPDR sel
3101       - 21  # NDRPDR sel
3102       - 22  # NDRPDR sel
3103       - 23  # NDRPDR sel
3104       - 24  # NDRPDR sel
3105     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3106       - 25  # NDRPDR iter
3107       - 26  # NDRPDR iter
3108       - 27  # NDRPDR iter
3109       - 28  # NDRPDR iter
3110       - 29  # NDRPDR iter
3111       - 30  # NDRPDR iter
3112       - 31  # NDRPDR iter
3113       - 32  # NDRPDR iter
3114       - 33  # NDRPDR iter
3115       - 34  # NDRPDR iter
3116     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3117       - 6   # NDRPDR iter env5
3118       - 7   # NDRPDR iter env5
3119       - 8   # NDRPDR iter env5
3120       - 9   # NDRPDR iter env5
3121       - 10  # NDRPDR iter env5
3122       - 11  # NDRPDR iter env5
3123       - 12  # NDRPDR iter env5
3124       - 13  # NDRPDR iter env5
3125       - 14  # NDRPDR iter env5
3126       - 15  # NDRPDR iter env5
3127
3128     csit-dpdk-perf-verify-2001-3n-skx:
3129       - 29  # NDRPDR sel xxv710
3130       - 33  # NDRPDR sel xxv710
3131       - 34  # NDRPDR sel xxv710
3132       - 35  # NDRPDR sel xxv710
3133       - 36  # NDRPDR sel xxv710
3134       - 37  # NDRPDR sel xxv710
3135       - 41  # NDRPDR sel xxv710
3136       - 42  # NDRPDR sel xxv710
3137       - 43  # NDRPDR sel xxv710
3138       - 45  # NDRPDR sel xxv710
3139       - 30  # NDRPDR sel x710
3140       - 31  # NDRPDR sel x710
3141       - 32  # NDRPDR sel x710
3142       - 38  # NDRPDR sel x710
3143       - 39  # NDRPDR sel x710
3144       - 40  # NDRPDR sel x710
3145       - 44  # NDRPDR sel x710
3146       - 46  # NDRPDR sel x710
3147       - 47  # NDRPDR sel x710
3148       - 48  # NDRPDR sel x710
3149     csit-dpdk-perf-report-iterative-2005-3n-skx:
3150       - 28  # NDRPDR iter
3151       - 29  # NDRPDR iter
3152       - 30  # NDRPDR iter
3153       - 31  # NDRPDR iter
3154       - 32  # NDRPDR iter
3155       - 33  # NDRPDR iter
3156       - 34  # NDRPDR iter
3157       - 35  # NDRPDR iter
3158       - 36  # NDRPDR iter
3159       - 37  # NDRPDR iter
3160     csit-dpdk-perf-report-iterative-2009-3n-skx:
3161       - 4   # NDRPDR sel env5
3162       - 5   # NDRPDR sel env5
3163       - 6   # NDRPDR sel env5
3164       - 7   # NDRPDR sel env5
3165       - 8   # NDRPDR sel env5
3166       - 9   # NDRPDR sel env5
3167       - 14  # NDRPDR sel env5
3168       - 11  # NDRPDR sel env5
3169       - 12  # NDRPDR sel env5
3170       - 13  # NDRPDR sel env5
3171
3172     csit-dpdk-perf-verify-2001-2n-skx:
3173       - 35  # NDRPDR sel xxv710
3174       - 36  # NDRPDR sel xxv710
3175       - 37  # NDRPDR sel xxv710
3176       - 41  # NDRPDR sel xxv710
3177       - 42  # NDRPDR sel xxv710
3178       - 43  # NDRPDR sel xxv710
3179       - 46  # NDRPDR sel xxv710
3180       - 47  # NDRPDR sel xxv710
3181       - 52  # NDRPDR sel xxv710
3182       - 53  # NDRPDR sel xxv710
3183       - 38  # NDRPDR sel x710
3184       - 39  # NDRPDR sel x710
3185       - 40  # NDRPDR sel x710
3186       - 44  # NDRPDR sel x710
3187       - 45  # NDRPDR sel x710
3188       - 48  # NDRPDR sel x710
3189       - 49  # NDRPDR sel x710
3190       - 50  # NDRPDR sel x710
3191       - 51  # NDRPDR sel x710
3192       - 54  # NDRPDR sel x710
3193     csit-dpdk-perf-report-iterative-2005-2n-skx:
3194       - 20  # NDRPDR iter
3195       - 21  # NDRPDR iter
3196       - 22  # NDRPDR iter
3197       - 23  # NDRPDR iter
3198       - 24  # NDRPDR iter
3199       - 25  # NDRPDR iter
3200       - 26  # NDRPDR iter
3201       - 27  # NDRPDR iter
3202       - 28  # NDRPDR iter
3203       - 29  # NDRPDR iter
3204     csit-dpdk-perf-report-iterative-2009-2n-skx:
3205       - 4   # NDRPDR iter env5
3206       - 5   # NDRPDR iter env5
3207       - 6   # NDRPDR iter env5
3208       - 7   # NDRPDR iter env5
3209       - 8   # NDRPDR iter env5
3210       - 9   # NDRPDR iter env5
3211       - 10  # NDRPDR iter env5
3212       - 11  # NDRPDR iter env5
3213       - 12  # NDRPDR iter env5
3214       - 13  # NDRPDR iter env5
3215
3216     csit-dpdk-perf-verify-2001-2n-clx:
3217       - 15  # NDRPDR sel
3218       - 16  # NDRPDR sel
3219       - 17  # NDRPDR sel
3220       - 18  # NDRPDR sel
3221       - 19  # NDRPDR sel
3222       - 20  # NDRPDR sel
3223       - 21  # NDRPDR sel
3224       - 22  # NDRPDR sel
3225       - 23  # NDRPDR sel
3226       - 24  # NDRPDR sel
3227       - 25  # NDRPDR sel
3228       - 26  # NDRPDR sel
3229       - 27  # NDRPDR sel
3230       - 28  # NDRPDR sel
3231       - 29  # NDRPDR sel
3232       - 30  # NDRPDR sel
3233       - 31  # NDRPDR sel
3234       - 32  # NDRPDR sel
3235       - 33  # NDRPDR sel
3236       - 34  # NDRPDR sel
3237     csit-dpdk-perf-report-iterative-2005-2n-clx:
3238       - 20  # NDRPDR iter
3239       - 21  # NDRPDR iter
3240       - 22  # NDRPDR iter
3241       - 23  # NDRPDR iter
3242       - 24  # NDRPDR iter
3243       - 25  # NDRPDR iter
3244       - 26  # NDRPDR iter
3245       - 27  # NDRPDR iter
3246       - 28  # NDRPDR iter
3247       - 29  # NDRPDR iter
3248     csit-dpdk-perf-report-iterative-2009-2n-clx:
3249       - 4   # NDRPDR iter env5
3250       - 5   # NDRPDR iter env5
3251       - 6   # NDRPDR iter env5
3252       - 7   # NDRPDR iter env5
3253       - 8   # NDRPDR iter env5
3254       - 9   # NDRPDR iter env5
3255       - 10  # NDRPDR iter env5
3256       - 11  # NDRPDR iter env5
3257       - 12  # NDRPDR iter env5
3258       - 13  # NDRPDR iter env5
3259
3260     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3261       - 1   # NDRPDR iter env5
3262
3263 #    csit-dpdk-perf-verify-2001-2n-dnv:
3264 #      - 9   # NDRPDR sel
3265 #      - 10  # NDRPDR sel
3266 #      - 11  # NDRPDR sel
3267 #      - 12  # NDRPDR sel
3268 #      - 13  # NDRPDR sel
3269 #      - 14  # NDRPDR sel
3270 #      - 15  # NDRPDR sel
3271 #      - 16  # NDRPDR sel
3272 #      - 17  # NDRPDR sel
3273 #      - 18  # NDRPDR sel
3274 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3275 #      # No data
3276 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3277 #      # No data
3278
3279 #    csit-dpdk-perf-verify-2001-3n-dnv:
3280 #      - 12  # NDRPDR sel
3281 #      - 13  # NDRPDR sel
3282 #      - 14  # NDRPDR sel
3283 #      - 15  # NDRPDR sel
3284 #      - 16  # NDRPDR sel
3285 #      - 17  # NDRPDR sel
3286 #      - 18  # NDRPDR sel
3287 #      - 19  # NDRPDR sel
3288 #      - 20  # NDRPDR sel
3289 #      - 22  # NDRPDR sel
3290 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3291 #      # No data
3292 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3293 #      # No data
3294
3295     csit-dpdk-perf-verify-2001-3n-tsh:
3296       - 3   # NDRPDR sel
3297       - 4   # NDRPDR sel
3298       - 5   # NDRPDR sel
3299       - 9   # NDRPDR sel
3300       - 10  # NDRPDR sel
3301       - 11  # NDRPDR sel
3302       - 12  # NDRPDR sel
3303       - 14  # NDRPDR sel
3304       - 15  # NDRPDR sel
3305       - 18  # NDRPDR sel
3306     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3307       - 5   # NDRPDR sel
3308     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3309       - 1   # NDRPDR iter env5
3310       - 2   # NDRPDR iter env5
3311       - 3   # NDRPDR iter env5
3312       - 4   # NDRPDR iter env5
3313       - 5   # NDRPDR iter env5
3314       - 6   # NDRPDR iter env5
3315       - 7   # NDRPDR iter env5
3316       - 9   # NDRPDR iter env5
3317       - 10  # NDRPDR iter env5
3318       - 11  # NDRPDR iter env5
3319
3320     csit-vpp-device-2009-ubuntu1804-1n-skx:
3321       - 131 # rls2009 env 5
3322
3323 - type: "output"
3324   output: "report"
3325   format:
3326     html:
3327     - full
3328     pdf:
3329     - minimal
3330
3331 ################################################################################
3332 ###                               T A B L E S                                ###
3333 ################################################################################
3334
3335 # VPP Soak vs NDR - 2n-skx
3336 - type: "table"
3337   title: "VPP Soak vs NDR 2n-skx"
3338   algorithm: "table_soak_vs_ndr"
3339   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3340   reference:
3341     title: "NDR"
3342     data: "vpp-soak-vs-ndr-2n-skx-ref"
3343   compare:
3344     title: "Soak"
3345     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3346   data: "vpp-soak-vs-ndr-2n-skx"
3347   include-tests: "NDR"
3348   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3349   parameters:
3350     - "throughput"
3351     - "name"
3352     - "parent"
3353
3354 # VPP Soak vs NDR - 2n-clx
3355 - type: "table"
3356   title: "VPP Soak vs NDR 2n-clx"
3357   algorithm: "table_soak_vs_ndr"
3358   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3359   reference:
3360     title: "NDR"
3361     data: "vpp-soak-vs-ndr-2n-clx-ref"
3362   compare:
3363     title: "Soak"
3364     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3365   data: "vpp-soak-vs-ndr-2n-clx"
3366   include-tests: "NDR"
3367   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3368   parameters:
3369     - "throughput"
3370     - "name"
3371     - "parent"
3372
3373 ################################################################################
3374
3375 # VPP Compare NICs 3n-skx 2t1c ndr
3376 - type: "table"
3377   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3378   algorithm: "table_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3381   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3382   columns:
3383     - title: "x710"
3384       data-set: "vpp-nic-comparison-3n-skx"
3385       tag: "NIC_Intel-X710"
3386     - title: "xxv710"
3387       data-set: "vpp-nic-comparison-3n-skx"
3388       tag: "NIC_Intel-XXV710"
3389   comparisons:
3390     - title: "Diff"
3391       reference: 1
3392       compare: 2
3393   legend:
3394     - ""
3395     - "x710, xxv710 - NICs tested."
3396     - "Diff - difference between x710 and xxv710 NIC."
3397
3398 # VPP Compare NICs 3n-skx 4t2c ndr
3399 - type: "table"
3400   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3401   algorithm: "table_comparison"
3402   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3404   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3405   columns:
3406     - title: "x710"
3407       data-set: "vpp-nic-comparison-3n-skx"
3408       tag: "NIC_Intel-X710"
3409     - title: "xxv710"
3410       data-set: "vpp-nic-comparison-3n-skx"
3411       tag: "NIC_Intel-XXV710"
3412   comparisons:
3413     - title: "Diff"
3414       reference: 1
3415       compare: 2
3416   legend:
3417     - ""
3418     - "x710, xxv710 - NICs tested."
3419     - "Diff - difference between x710 and xxv710 NIC."
3420
3421 # VPP Compare NICs 3n-skx 2t1c pdr
3422 - type: "table"
3423   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3424   algorithm: "table_comparison"
3425   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3427   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3428   columns:
3429     - title: "x710"
3430       data-set: "vpp-nic-comparison-3n-skx"
3431       tag: "NIC_Intel-X710"
3432     - title: "xxv710"
3433       data-set: "vpp-nic-comparison-3n-skx"
3434       tag: "NIC_Intel-XXV710"
3435   comparisons:
3436     - title: "Diff"
3437       reference: 1
3438       compare: 2
3439   legend:
3440     - ""
3441     - "x710, xxv710 - NICs tested."
3442     - "Diff - difference between x710 and xxv710 NIC."
3443
3444 # VPP Compare NICs 3n-skx 4t2c pdr
3445 - type: "table"
3446   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3447   algorithm: "table_comparison"
3448   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3450   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3451   columns:
3452     - title: "x710"
3453       data-set: "vpp-nic-comparison-3n-skx"
3454       tag: "NIC_Intel-X710"
3455     - title: "xxv710"
3456       data-set: "vpp-nic-comparison-3n-skx"
3457       tag: "NIC_Intel-XXV710"
3458   comparisons:
3459     - title: "Diff"
3460       reference: 1
3461       compare: 2
3462   legend:
3463     - ""
3464     - "x710, xxv710 - NICs tested."
3465     - "Diff - difference between x710 and xxv710 NIC."
3466
3467 # VPP Compare NICs 3n-skx 2t1c mrr
3468 - type: "table"
3469   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3470   algorithm: "table_comparison"
3471   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3473   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3474   columns:
3475     - title: "x710"
3476       data-set: "vpp-nic-comparison-3n-skx-mrr"
3477       tag: "NIC_Intel-X710"
3478     - title: "xxv710"
3479       data-set: "vpp-nic-comparison-3n-skx-mrr"
3480       tag: "NIC_Intel-XXV710"
3481   comparisons:
3482     - title: "Diff"
3483       reference: 1
3484       compare: 2
3485   legend:
3486     - ""
3487     - "x710, xxv710 - NICs tested."
3488     - "Diff - difference between x710 and xxv710 NIC."
3489
3490 # VPP Compare NICs 3n-skx 4t2c mrr
3491 - type: "table"
3492   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3493   algorithm: "table_comparison"
3494   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3496   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3497   columns:
3498     - title: "x710"
3499       data-set: "vpp-nic-comparison-3n-skx-mrr"
3500       tag: "NIC_Intel-X710"
3501     - title: "xxv710"
3502       data-set: "vpp-nic-comparison-3n-skx-mrr"
3503       tag: "NIC_Intel-XXV710"
3504   comparisons:
3505     - title: "Diff"
3506       reference: 1
3507       compare: 2
3508   legend:
3509     - ""
3510     - "x710, xxv710 - NICs tested."
3511     - "Diff - difference between x710 and xxv710 NIC."
3512
3513 # VPP Compare NICs 3n-skx 8t4c mrr
3514 - type: "table"
3515   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3516   algorithm: "table_comparison"
3517   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3519   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3520   columns:
3521     - title: "x710"
3522       data-set: "vpp-nic-comparison-3n-skx-mrr"
3523       tag: "NIC_Intel-X710"
3524     - title: "xxv710"
3525       data-set: "vpp-nic-comparison-3n-skx-mrr"
3526       tag: "NIC_Intel-XXV710"
3527   comparisons:
3528     - title: "Diff"
3529       reference: 1
3530       compare: 2
3531   legend:
3532     - ""
3533     - "x710, xxv710 - NICs tested."
3534     - "Diff - difference between x710 and xxv710 NIC."
3535
3536 # VPP Compare NICs 2n-skx 2t1c ndr
3537 - type: "table"
3538   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3539   algorithm: "table_comparison"
3540   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3542   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3543   columns:
3544     - title: "x710"
3545       data-set: "vpp-nic-comparison-2n-skx"
3546       tag: "NIC_Intel-X710"
3547     - title: "xxv710"
3548       data-set: "vpp-nic-comparison-2n-skx"
3549       tag: "NIC_Intel-XXV710"
3550   comparisons:
3551     - title: "Diff"
3552       reference: 1
3553       compare: 2
3554   legend:
3555     - ""
3556     - "x710, xxv710 - NICs tested."
3557     - "Diff - difference between x710 and xxv710 NIC."
3558
3559 # VPP Compare NICs 2n-skx 4t2c ndr
3560 - type: "table"
3561   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3562   algorithm: "table_comparison"
3563   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3565   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3566   columns:
3567     - title: "x710"
3568       data-set: "vpp-nic-comparison-2n-skx"
3569       tag: "NIC_Intel-X710"
3570     - title: "xxv710"
3571       data-set: "vpp-nic-comparison-2n-skx"
3572       tag: "NIC_Intel-XXV710"
3573   comparisons:
3574     - title: "Diff"
3575       reference: 1
3576       compare: 2
3577   legend:
3578     - ""
3579     - "x710, xxv710 - NICs tested."
3580     - "Diff - difference between x710 and xxv710 NIC."
3581
3582 # VPP Compare NICs 2n-skx 2t1c pdr
3583 - type: "table"
3584   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3585   algorithm: "table_comparison"
3586   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3588   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3589   columns:
3590     - title: "x710"
3591       data-set: "vpp-nic-comparison-2n-skx"
3592       tag: "NIC_Intel-X710"
3593     - title: "xxv710"
3594       data-set: "vpp-nic-comparison-2n-skx"
3595       tag: "NIC_Intel-XXV710"
3596   comparisons:
3597     - title: "Diff"
3598       reference: 1
3599       compare: 2
3600   legend:
3601     - ""
3602     - "x710, xxv710 - NICs tested."
3603     - "Diff - difference between x710 and xxv710 NIC."
3604
3605 # VPP Compare NICs 2n-skx 4t2c pdr
3606 - type: "table"
3607   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3608   algorithm: "table_comparison"
3609   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3611   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3612   columns:
3613     - title: "x710"
3614       data-set: "vpp-nic-comparison-2n-skx"
3615       tag: "NIC_Intel-X710"
3616     - title: "xxv710"
3617       data-set: "vpp-nic-comparison-2n-skx"
3618       tag: "NIC_Intel-XXV710"
3619   comparisons:
3620     - title: "Diff"
3621       reference: 1
3622       compare: 2
3623   legend:
3624     - ""
3625     - "x710, xxv710 - NICs tested."
3626     - "Diff - difference between x710 and xxv710 NIC."
3627
3628 # VPP Compare NICs 2n-skx 2t1c mrr
3629 - type: "table"
3630   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3631   algorithm: "table_comparison"
3632   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3634   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3635   columns:
3636     - title: "x710"
3637       data-set: "vpp-nic-comparison-2n-skx-mrr"
3638       tag: "NIC_Intel-X710"
3639     - title: "xxv710"
3640       data-set: "vpp-nic-comparison-2n-skx-mrr"
3641       tag: "NIC_Intel-XXV710"
3642   comparisons:
3643     - title: "Diff"
3644       reference: 1
3645       compare: 2
3646   legend:
3647     - ""
3648     - "x710, xxv710 - NICs tested."
3649     - "Diff - difference between x710 and xxv710 NIC."
3650
3651 # VPP Compare NICs 2n-skx 4t2c mrr
3652 - type: "table"
3653   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3654   algorithm: "table_comparison"
3655   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3656   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3657   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3658   columns:
3659     - title: "x710"
3660       data-set: "vpp-nic-comparison-2n-skx-mrr"
3661       tag: "NIC_Intel-X710"
3662     - title: "xxv710"
3663       data-set: "vpp-nic-comparison-2n-skx-mrr"
3664       tag: "NIC_Intel-XXV710"
3665   comparisons:
3666     - title: "Diff"
3667       reference: 1
3668       compare: 2
3669   legend:
3670     - ""
3671     - "x710, xxv710 - NICs tested."
3672     - "Diff - difference between x710 and xxv710 NIC."
3673
3674 # VPP Compare NICs 2n-skx 8t4c mrr
3675 - type: "table"
3676   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3677   algorithm: "table_comparison"
3678   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3680   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3681   columns:
3682     - title: "x710"
3683       data-set: "vpp-nic-comparison-2n-skx-mrr"
3684       tag: "NIC_Intel-X710"
3685     - title: "xxv710"
3686       data-set: "vpp-nic-comparison-2n-skx-mrr"
3687       tag: "NIC_Intel-XXV710"
3688   comparisons:
3689     - title: "Diff"
3690       reference: 1
3691       compare: 2
3692   legend:
3693     - ""
3694     - "x710, xxv710 - NICs tested."
3695     - "Diff - difference between x710 and xxv710 NIC."
3696
3697 ################################################################################
3698 # VPP
3699
3700 # VPP Performance Changes 3n-hsw 1t1c pdr
3701 - type: "table"
3702   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3703   algorithm: "table_comparison"
3704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3706   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3707   columns:
3708     - title: "2001.0-4"
3709       data-set: "vpp-performance-changes-3n-hsw-h1"
3710     - title: "2005.0-4"
3711       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3712     - title: "2005.0-5"
3713       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3714     - title: "2009.0-5"
3715       data-set: "vpp-performance-changes-3n-hsw-cmp"
3716   comparisons:
3717     - title: "2005.0-5 vs 2005.0-4"
3718       reference: 2
3719       compare: 3
3720 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3721     - title: "2009.0-5 vs 2005.0-5"
3722       reference: 3
3723       compare: 4
3724 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3725   legend:
3726     - ''
3727     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3728     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3729     - '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.'
3730     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3731     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3732
3733 # VPP Performance Changes 3n-hsw 2t2c pdr
3734 - type: "table"
3735   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3736   algorithm: "table_comparison"
3737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3739   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3740   columns:
3741     - title: "2001.0-4"
3742       data-set: "vpp-performance-changes-3n-hsw-h1"
3743     - title: "2005.0-4"
3744       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3745     - title: "2005.0-5"
3746       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3747     - title: "2009.0-5"
3748       data-set: "vpp-performance-changes-3n-hsw-cmp"
3749   comparisons:
3750     - title: "2005.0-5 vs 2005.0-4"
3751       reference: 2
3752       compare: 3
3753 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3754     - title: "2009.0-5 vs 2005.0-5"
3755       reference: 3
3756       compare: 4
3757 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3758   legend:
3759     - ''
3760     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3761     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3762     - '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.'
3763     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3764     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3765
3766 # VPP Performance Changes 3n-hsw 1t1c ndr
3767 - type: "table"
3768   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3769   algorithm: "table_comparison"
3770   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3772   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3773   columns:
3774     - title: "2001.0-4"
3775       data-set: "vpp-performance-changes-3n-hsw-h1"
3776     - title: "2005.0-4"
3777       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3778     - title: "2005.0-5"
3779       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3780     - title: "2009.0-5"
3781       data-set: "vpp-performance-changes-3n-hsw-cmp"
3782   comparisons:
3783     - title: "2005.0-5 vs 2005.0-4"
3784       reference: 2
3785       compare: 3
3786 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3787     - title: "2009.0-5 vs 2005.0-5"
3788       reference: 3
3789       compare: 4
3790 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3791   legend:
3792     - ''
3793     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3794     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3795     - '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.'
3796     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3797     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3798
3799 # VPP Performance Changes 3n-hsw 2t2c ndr
3800 - type: "table"
3801   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3802   algorithm: "table_comparison"
3803   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3805   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3806   columns:
3807     - title: "2001.0-4"
3808       data-set: "vpp-performance-changes-3n-hsw-h1"
3809     - title: "2005.0-4"
3810       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3811     - title: "2005.0-5"
3812       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3813     - title: "2009.0-5"
3814       data-set: "vpp-performance-changes-3n-hsw-cmp"
3815   comparisons:
3816     - title: "2005.0-5 vs 2005.0-4"
3817       reference: 2
3818       compare: 3
3819 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3820     - title: "2009.0-5 vs 2005.0-5"
3821       reference: 3
3822       compare: 4
3823 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3824   legend:
3825     - ''
3826     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3827     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3828     - '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.'
3829     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3830     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3831
3832 # VPP Performance Changes 3n-skx 2t1c pdr
3833 - type: "table"
3834   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3835   algorithm: "table_comparison"
3836   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3838   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3839   columns:
3840     - title: "2001.0-4"
3841       data-set: "vpp-performance-changes-3n-skx-h1"
3842     - title: "2005.0-4"
3843       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3844     - title: "2005.0-5"
3845       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3846     - title: "2009.0-5"
3847       data-set: "vpp-performance-changes-3n-skx-cmp"
3848   comparisons:
3849     - title: "2005.0-5 vs 2005.0-4"
3850       reference: 2
3851       compare: 3
3852 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3853     - title: "2009.0-5 vs 2005.0-5"
3854       reference: 3
3855       compare: 4
3856 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3857   legend:
3858     - ''
3859     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3860     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3861     - '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.'
3862     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3863     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3864
3865 # VPP Performance Changes 3n-skx 4t2c pdr
3866 - type: "table"
3867   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3868   algorithm: "table_comparison"
3869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3871   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3872   columns:
3873     - title: "2001.0-4"
3874       data-set: "vpp-performance-changes-3n-skx-h1"
3875     - title: "2005.0-4"
3876       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3877     - title: "2005.0-5"
3878       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3879     - title: "2009.0-5"
3880       data-set: "vpp-performance-changes-3n-skx-cmp"
3881   comparisons:
3882     - title: "2005.0-5 vs 2005.0-4"
3883       reference: 2
3884       compare: 3
3885 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3886     - title: "2009.0-5 vs 2005.0-5"
3887       reference: 3
3888       compare: 4
3889 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3890   legend:
3891     - ''
3892     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3893     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3894     - '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.'
3895     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3896     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3897
3898 # VPP Performance Changes 3n-skx 2t1c ndr
3899 - type: "table"
3900   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3901   algorithm: "table_comparison"
3902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3904   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3905   columns:
3906     - title: "2001.0-4"
3907       data-set: "vpp-performance-changes-3n-skx-h1"
3908     - title: "2005.0-4"
3909       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3910     - title: "2005.0-5"
3911       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3912     - title: "2009.0-5"
3913       data-set: "vpp-performance-changes-3n-skx-cmp"
3914   comparisons:
3915     - title: "2005.0-5 vs 2005.0-4"
3916       reference: 2
3917       compare: 3
3918 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3919     - title: "2009.0-5 vs 2005.0-5"
3920       reference: 3
3921       compare: 4
3922 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3923   legend:
3924     - ''
3925     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3926     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3927     - '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.'
3928     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3929     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3930
3931 # VPP Performance Changes 3n-skx 4t2c ndr
3932 - type: "table"
3933   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3934   algorithm: "table_comparison"
3935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3937   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3938   columns:
3939     - title: "2001.0-4"
3940       data-set: "vpp-performance-changes-3n-skx-h1"
3941     - title: "2005.0-4"
3942       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3943     - title: "2005.0-5"
3944       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3945     - title: "2009.0-5"
3946       data-set: "vpp-performance-changes-3n-skx-cmp"
3947   comparisons:
3948     - title: "2005.0-5 vs 2005.0-4"
3949       reference: 2
3950       compare: 3
3951 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3952     - title: "2009.0-5 vs 2005.0-5"
3953       reference: 3
3954       compare: 4
3955 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3956   legend:
3957     - ''
3958     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3959     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3960     - '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.'
3961     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3962     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3963
3964 # VPP Performance Changes 2n-skx 2t1c pdr
3965 - type: "table"
3966   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3967   algorithm: "table_comparison"
3968   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3970   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3971   columns:
3972     - title: "2001.0-4"
3973       data-set: "vpp-performance-changes-2n-skx-h1"
3974     - title: "2005.0-4"
3975       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3976     - title: "2005.0-5"
3977       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3978     - title: "2009.0-5"
3979       data-set: "vpp-performance-changes-2n-skx-cmp"
3980   comparisons:
3981     - title: "2005.0-5 vs 2005.0-4"
3982       reference: 2
3983       compare: 3
3984 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3985     - title: "2009.0-5 vs 2005.0-5"
3986       reference: 3
3987       compare: 4
3988 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3989   legend:
3990     - ''
3991     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3992     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3993     - '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.'
3994     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3995     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3996
3997 # VPP Performance Changes 2n-skx 4t2c pdr
3998 - type: "table"
3999   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4000   algorithm: "table_comparison"
4001   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4003   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4004   columns:
4005     - title: "2001.0-4"
4006       data-set: "vpp-performance-changes-2n-skx-h1"
4007     - title: "2005.0-4"
4008       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4009     - title: "2005.0-5"
4010       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4011     - title: "2009.0-5"
4012       data-set: "vpp-performance-changes-2n-skx-cmp"
4013   comparisons:
4014     - title: "2005.0-5 vs 2005.0-4"
4015       reference: 2
4016       compare: 3
4017 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4018     - title: "2009.0-5 vs 2005.0-5"
4019       reference: 3
4020       compare: 4
4021 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4022   legend:
4023     - ''
4024     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4025     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4026     - '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.'
4027     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4028     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4029
4030 # VPP Performance Changes 2n-skx 2t1c ndr
4031 - type: "table"
4032   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4033   algorithm: "table_comparison"
4034   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4036   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4037   columns:
4038     - title: "2001.0-4"
4039       data-set: "vpp-performance-changes-2n-skx-h1"
4040     - title: "2005.0-4"
4041       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4042     - title: "2005.0-5"
4043       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4044     - title: "2009.0-5"
4045       data-set: "vpp-performance-changes-2n-skx-cmp"
4046   comparisons:
4047     - title: "2005.0-5 vs 2005.0-4"
4048       reference: 2
4049       compare: 3
4050 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4051     - title: "2009.0-5 vs 2005.0-5"
4052       reference: 3
4053       compare: 4
4054 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4055   legend:
4056     - ''
4057     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4058     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4059     - '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.'
4060     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4061     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4062
4063 # VPP Performance Changes 2n-skx 4t2c ndr
4064 - type: "table"
4065   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4066   algorithm: "table_comparison"
4067   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4069   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4070   columns:
4071     - title: "2001.0-4"
4072       data-set: "vpp-performance-changes-2n-skx-h1"
4073     - title: "2005.0-4"
4074       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4075     - title: "2005.0-5"
4076       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4077     - title: "2009.0-5"
4078       data-set: "vpp-performance-changes-2n-skx-cmp"
4079   comparisons:
4080     - title: "2005.0-5 vs 2005.0-4"
4081       reference: 2
4082       compare: 3
4083 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4084     - title: "2009.0-5 vs 2005.0-5"
4085       reference: 3
4086       compare: 4
4087 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4088   legend:
4089     - ''
4090     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4091     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4092     - '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.'
4093     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4094     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4095
4096 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4097 - type: "table"
4098   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4099   algorithm: "table_comparison"
4100   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4102   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4103   columns:
4104     - title: "2001.0-4"
4105       data-set: "vpp-performance-changes-2n-clx-h1"
4106     - title: "2005.0-4"
4107       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4108     - title: "2005.0-5"
4109       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4110     - title: "2009.0-5"
4111       data-set: "vpp-performance-changes-2n-clx-cmp"
4112   comparisons:
4113     - title: "2005.0-5 vs 2005.0-4"
4114       reference: 2
4115       compare: 3
4116 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4117     - title: "2009.0-5 vs 2005.0-5"
4118       reference: 3
4119       compare: 4
4120 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4121   legend:
4122     - ''
4123     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4124     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4125     - '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.'
4126     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4127     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4128
4129 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4130 - type: "table"
4131   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4135   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4136   columns:
4137     - title: "2001.0-4"
4138       data-set: "vpp-performance-changes-2n-clx-h1"
4139     - title: "2005.0-4"
4140       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4141     - title: "2005.0-5"
4142       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4143     - title: "2009.0-5"
4144       data-set: "vpp-performance-changes-2n-clx-cmp"
4145   comparisons:
4146     - title: "2005.0-5 vs 2005.0-4"
4147       reference: 2
4148       compare: 3
4149 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4150     - title: "2009.0-5 vs 2005.0-5"
4151       reference: 3
4152       compare: 4
4153 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4154   legend:
4155     - ''
4156     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4157     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4158     - '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.'
4159     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4160     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4161
4162 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4163 - type: "table"
4164   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4165   algorithm: "table_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4168   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4169   columns:
4170     - title: "2001.0-4"
4171       data-set: "vpp-performance-changes-2n-clx-h1"
4172     - title: "2005.0-4"
4173       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4174     - title: "2005.0-5"
4175       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4176     - title: "2009.0-5"
4177       data-set: "vpp-performance-changes-2n-clx-cmp"
4178   comparisons:
4179     - title: "2005.0-5 vs 2005.0-4"
4180       reference: 2
4181       compare: 3
4182 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4183     - title: "2009.0-5 vs 2005.0-5"
4184       reference: 3
4185       compare: 4
4186 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4187   legend:
4188     - ''
4189     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4190     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4191     - '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.'
4192     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4193     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4194
4195 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4196 - type: "table"
4197   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4198   algorithm: "table_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4201   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4202   columns:
4203     - title: "2001.0-4"
4204       data-set: "vpp-performance-changes-2n-clx-h1"
4205     - title: "2005.0-4"
4206       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4207     - title: "2005.0-5"
4208       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4209     - title: "2009.0-5"
4210       data-set: "vpp-performance-changes-2n-clx-cmp"
4211   comparisons:
4212     - title: "2005.0-5 vs 2005.0-4"
4213       reference: 2
4214       compare: 3
4215 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4216     - title: "2009.0-5 vs 2005.0-5"
4217       reference: 3
4218       compare: 4
4219 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4220   legend:
4221     - ''
4222     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4223     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4224     - '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.'
4225     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4226     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4227
4228 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4229 #- type: "table"
4230 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4231 #  algorithm: "table_comparison"
4232 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4234 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4235 #  columns:
4236 #    - title: "2001.0-2"
4237 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4238 #    - title: "2005.0-3"
4239 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4240 #  comparisons:
4241 #    - title: "Diff"
4242 #      reference: 1
4243 #      compare: 2
4244 #  legend:
4245 #    - ''
4246 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4247 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4248 #    - '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.'
4249 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4250 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4251 #
4252 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4253 #- type: "table"
4254 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4255 #  algorithm: "table_comparison"
4256 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4258 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4259 #  columns:
4260 #    - title: "2001.0-2"
4261 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4262 #    - title: "2005.0-3"
4263 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4264 #  comparisons:
4265 #    - title: "Diff"
4266 #      reference: 1
4267 #      compare: 2
4268 #  legend:
4269 #    - ''
4270 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4271 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4272 #    - '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.'
4273 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4274 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4275 #
4276 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4277 #- type: "table"
4278 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4279 #  algorithm: "table_comparison"
4280 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4281 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4282 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4283 #  columns:
4284 #    - title: "2001.0-2"
4285 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4286 #    - title: "2005.0-3"
4287 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4288 #  comparisons:
4289 #    - title: "Diff"
4290 #      reference: 1
4291 #      compare: 2
4292 #  legend:
4293 #    - ''
4294 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4295 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4296 #    - '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.'
4297 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4298 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4299 #
4300 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4301 #- type: "table"
4302 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4303 #  algorithm: "table_comparison"
4304 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4305 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4306 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4307 #  columns:
4308 #    - title: "2001.0-2"
4309 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4310 #    - title: "2005.0-3"
4311 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4312 #  comparisons:
4313 #    - title: "Diff"
4314 #      reference: 1
4315 #      compare: 2
4316 #  legend:
4317 #    - ''
4318 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4319 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4320 #    - '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.'
4321 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4322 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4323
4324 # VPP Performance Changes 2n-dnv 1t1c pdr
4325 - type: "table"
4326   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4327   algorithm: "table_comparison"
4328   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4330   filter: "'1T1C'"
4331   columns:
4332     - title: "2001.0-2"
4333       data-set: "vpp-performance-changes-2n-dnv-h1"
4334     - title: "2005.0-5"
4335       data-set: "vpp-performance-changes-2n-dnv-ref"
4336     - title: "2009.0-5"
4337       data-set: "vpp-performance-changes-2n-dnv-cmp"
4338   comparisons:
4339     - title: "2009.0-5 vs 2005.0-5"
4340       reference: 2
4341       compare: 3
4342   legend:
4343     - ''
4344     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4345     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4346     - '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.'
4347     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4348
4349 # VPP Performance Changes 2n-dnv 2t2c pdr
4350 - type: "table"
4351   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4352   algorithm: "table_comparison"
4353   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4355   filter: "'2T2C'"
4356   columns:
4357     - title: "2001.0-2"
4358       data-set: "vpp-performance-changes-2n-dnv-h1"
4359     - title: "2005.0-5"
4360       data-set: "vpp-performance-changes-2n-dnv-ref"
4361     - title: "2009.0-5"
4362       data-set: "vpp-performance-changes-2n-dnv-cmp"
4363   comparisons:
4364     - title: "2009.0-5 vs 2005.0-5"
4365       reference: 2
4366       compare: 3
4367   legend:
4368     - ''
4369     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4370     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4371     - '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.'
4372     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4373
4374 # VPP Performance Changes 2n-dnv 1t1c ndr
4375 - type: "table"
4376   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4377   algorithm: "table_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4380   filter: "'1T1C'"
4381   columns:
4382     - title: "2001.0-2"
4383       data-set: "vpp-performance-changes-2n-dnv-h1"
4384     - title: "2005.0-5"
4385       data-set: "vpp-performance-changes-2n-dnv-ref"
4386     - title: "2009.0-5"
4387       data-set: "vpp-performance-changes-2n-dnv-cmp"
4388   comparisons:
4389     - title: "2009.0-5 vs 2005.0-5"
4390       reference: 2
4391       compare: 3
4392   legend:
4393     - ''
4394     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4395     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
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-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4398
4399 # VPP Performance Changes 2n-dnv 2t2c ndr
4400 - type: "table"
4401   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4402   algorithm: "table_comparison"
4403   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4405   filter: "'2T2C'"
4406   columns:
4407     - title: "2001.0-2"
4408       data-set: "vpp-performance-changes-2n-dnv-h1"
4409     - title: "2005.0-5"
4410       data-set: "vpp-performance-changes-2n-dnv-ref"
4411     - title: "2009.0-5"
4412       data-set: "vpp-performance-changes-2n-dnv-cmp"
4413   comparisons:
4414     - title: "2009.0-5 vs 2005.0-5"
4415       reference: 2
4416       compare: 3
4417   legend:
4418     - ''
4419     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4420     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4421     - '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.'
4422     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4423
4424 # VPP Performance Changes 3n-dnv 1t1c pdr
4425 - type: "table"
4426   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4427   algorithm: "table_comparison"
4428   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4430   filter: "'1T1C'"
4431   columns:
4432     - title: "2001.0-2"
4433       data-set: "vpp-performance-changes-3n-dnv-h1"
4434     - title: "2005.0-5"
4435       data-set: "vpp-performance-changes-3n-dnv-ref"
4436     - title: "2009.0-5"
4437       data-set: "vpp-performance-changes-3n-dnv-cmp"
4438   comparisons:
4439     - title: "2009.0-5 vs 2005.0-5"
4440       reference: 2
4441       compare: 3
4442   legend:
4443     - ''
4444     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4445     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4446     - '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.'
4447     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4448
4449 # VPP Performance Changes 3n-dnv 2t2c pdr
4450 - type: "table"
4451   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4452   algorithm: "table_comparison"
4453   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4455   filter: "'2T2C'"
4456   columns:
4457     - title: "2001.0-2"
4458       data-set: "vpp-performance-changes-3n-dnv-h1"
4459     - title: "2005.0-5"
4460       data-set: "vpp-performance-changes-3n-dnv-ref"
4461     - title: "2009.0-5"
4462       data-set: "vpp-performance-changes-3n-dnv-cmp"
4463   comparisons:
4464     - title: "2009.0-5 vs 2005.0-5"
4465       reference: 2
4466       compare: 3
4467   legend:
4468     - ''
4469     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4470     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4471     - '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.'
4472     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4473
4474 # VPP Performance Changes 3n-dnv 1t1c ndr
4475 - type: "table"
4476   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4477   algorithm: "table_comparison"
4478   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4480   filter: "'1T1C'"
4481   columns:
4482     - title: "2001.0-2"
4483       data-set: "vpp-performance-changes-3n-dnv-h1"
4484     - title: "2005.0-5"
4485       data-set: "vpp-performance-changes-3n-dnv-ref"
4486     - title: "2009.0-5"
4487       data-set: "vpp-performance-changes-3n-dnv-cmp"
4488   comparisons:
4489     - title: "2009.0-5 vs 2005.0-5"
4490       reference: 2
4491       compare: 3
4492   legend:
4493     - ''
4494     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4495     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4496     - '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.'
4497     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4498
4499 # VPP Performance Changes 3n-dnv 2t2c ndr
4500 - type: "table"
4501   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4505   filter: "'2T2C'"
4506   columns:
4507     - title: "2001.0-2"
4508       data-set: "vpp-performance-changes-3n-dnv-h1"
4509     - title: "2005.0-5"
4510       data-set: "vpp-performance-changes-3n-dnv-ref"
4511     - title: "2009.0-5"
4512       data-set: "vpp-performance-changes-3n-dnv-cmp"
4513   comparisons:
4514     - title: "2009.0-5 vs 2005.0-5"
4515       reference: 2
4516       compare: 3
4517   legend:
4518     - ''
4519     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4520     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4521     - '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.'
4522     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4523
4524 # VPP Performance Changes 3n-tsh 1t1c pdr
4525 - type: "table"
4526   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4527   algorithm: "table_comparison"
4528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4530   filter: "'1T1C'"
4531   columns:
4532     - title: "2001.0-4"
4533       data-set: "vpp-performance-changes-3n-tsh-h1"
4534     - title: "2005.0-4"
4535       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4536     - title: "2005.0-5"
4537       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4538     - title: "2009.0-5"
4539       data-set: "vpp-performance-changes-3n-tsh-cmp"
4540   comparisons:
4541     - title: "2005.0-5 vs 2005.0-4"
4542       reference: 2
4543       compare: 3
4544 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4545     - title: "2009.0-5 vs 2005.0-5"
4546       reference: 3
4547       compare: 4
4548 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4549   legend:
4550     - ''
4551     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4552     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4553     - '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.'
4554     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4555     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4556
4557 # VPP Performance Changes 3n-tsh 2t2c pdr
4558 - type: "table"
4559   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4560   algorithm: "table_comparison"
4561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4563   filter: "'2T2C'"
4564   columns:
4565     - title: "2001.0-4"
4566       data-set: "vpp-performance-changes-3n-tsh-h1"
4567     - title: "2005.0-4"
4568       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4569     - title: "2005.0-5"
4570       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4571     - title: "2009.0-5"
4572       data-set: "vpp-performance-changes-3n-tsh-cmp"
4573   comparisons:
4574     - title: "2005.0-5 vs 2005.0-4"
4575       reference: 2
4576       compare: 3
4577 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4578     - title: "2009.0-5 vs 2005.0-5"
4579       reference: 3
4580       compare: 4
4581 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4582   legend:
4583     - ''
4584     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4585     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4586     - '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.'
4587     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4588     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4589
4590 # VPP Performance Changes 3n-tsh 1t1c ndr
4591 - type: "table"
4592   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4593   algorithm: "table_comparison"
4594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4596   filter: "'1T1C'"
4597   columns:
4598     - title: "2001.0-4"
4599       data-set: "vpp-performance-changes-3n-tsh-h1"
4600     - title: "2005.0-4"
4601       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4602     - title: "2005.0-5"
4603       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4604     - title: "2009.0-5"
4605       data-set: "vpp-performance-changes-3n-tsh-cmp"
4606   comparisons:
4607     - title: "2005.0-5 vs 2005.0-4"
4608       reference: 2
4609       compare: 3
4610 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4611     - title: "2009.0-5 vs 2005.0-5"
4612       reference: 3
4613       compare: 4
4614 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4615   legend:
4616     - ''
4617     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4618     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4619     - '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.'
4620     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4621     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4622
4623 # VPP Performance Changes 3n-tsh 2t2c ndr
4624 - type: "table"
4625   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4626   algorithm: "table_comparison"
4627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4629   filter: "'2T2C'"
4630   columns:
4631     - title: "2001.0-4"
4632       data-set: "vpp-performance-changes-3n-tsh-h1"
4633     - title: "2005.0-4"
4634       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4635     - title: "2005.0-5"
4636       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4637     - title: "2009.0-5"
4638       data-set: "vpp-performance-changes-3n-tsh-cmp"
4639   comparisons:
4640     - title: "2005.0-5 vs 2005.0-4"
4641       reference: 2
4642       compare: 3
4643 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4644     - title: "2009.0-5 vs 2005.0-5"
4645       reference: 3
4646       compare: 4
4647 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4648   legend:
4649     - ''
4650     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4651     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4652     - '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.'
4653     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4654     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4655
4656 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4657 - type: "table"
4658   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4659   algorithm: "table_comparison"
4660   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4662   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4663   columns:
4664     - title: "3n-hsw xl710"
4665       data-set: "vpp-compare-testbeds-ref"
4666       tag: "NIC_Intel-XL710"
4667     - title: "3n-skx xxv710"
4668       data-set: "vpp-compare-testbeds-cmp"
4669       tag: "NIC_Intel-XXV710"
4670   comparisons:
4671     - title: "Diff"
4672       reference: 1
4673       compare: 2
4674   legend:
4675     - ""
4676     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4677     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4678
4679 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4680 - type: "table"
4681   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4685   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4686   columns:
4687     - title: "3n-hsw xl710"
4688       data-set: "vpp-compare-testbeds-ref"
4689       tag: "NIC_Intel-XL710"
4690     - title: "3n-skx xxv710"
4691       data-set: "vpp-compare-testbeds-cmp"
4692       tag: "NIC_Intel-XXV710"
4693   comparisons:
4694     - title: "Diff"
4695       reference: 1
4696       compare: 2
4697   legend:
4698     - ""
4699     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4700     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4701
4702 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4703 - type: "table"
4704   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4705   algorithm: "table_comparison"
4706   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4708   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4709   columns:
4710     - title: "3n-hsw xl710"
4711       data-set: "vpp-compare-testbeds-ref"
4712       tag: "NIC_Intel-XL710"
4713     - title: "3n-skx xxv710"
4714       data-set: "vpp-compare-testbeds-cmp"
4715       tag: "NIC_Intel-XXV710"
4716   comparisons:
4717     - title: "Diff"
4718       reference: 1
4719       compare: 2
4720   legend:
4721     - ""
4722     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4723     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4724
4725 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4726 - type: "table"
4727   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4731   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4732   columns:
4733     - title: "3n-hsw xl710"
4734       data-set: "vpp-compare-testbeds-ref"
4735       tag: "NIC_Intel-XL710"
4736     - title: "3n-skx xxv710"
4737       data-set: "vpp-compare-testbeds-cmp"
4738       tag: "NIC_Intel-XXV710"
4739   comparisons:
4740     - title: "Diff"
4741       reference: 1
4742       compare: 2
4743   legend:
4744     - ""
4745     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4746     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4747
4748 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4749 - type: "table"
4750   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4751   algorithm: "table_comparison"
4752   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4754   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4755   columns:
4756     - title: "2n-skx"
4757       data-set: "vpp-compare-testbeds-skx-clx-ref"
4758     - title: "2n-clx"
4759       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4760   comparisons:
4761     - title: "Diff"
4762       reference: 1
4763       compare: 2
4764   legend:
4765     - ""
4766     - "2n-skx, 2n-clx - testbeds and NICs tested."
4767     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4768
4769 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4770 - type: "table"
4771   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4772   algorithm: "table_comparison"
4773   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4775   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4776   columns:
4777     - title: "2n-skx"
4778       data-set: "vpp-compare-testbeds-skx-clx-ref"
4779     - title: "2n-clx"
4780       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4781   comparisons:
4782     - title: "Diff"
4783       reference: 1
4784       compare: 2
4785   legend:
4786     - ""
4787     - "2n-skx, 2n-clx - testbeds and NICs tested."
4788     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4789
4790 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4791 - type: "table"
4792   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4793   algorithm: "table_comparison"
4794   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4796   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4797   columns:
4798     - title: "2n-skx"
4799       data-set: "vpp-compare-testbeds-skx-clx-ref"
4800     - title: "2n-clx"
4801       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4802   comparisons:
4803     - title: "Diff"
4804       reference: 1
4805       compare: 2
4806   legend:
4807     - ""
4808     - "2n-skx, 2n-clx - testbeds and NICs tested."
4809     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4810
4811 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4812 - type: "table"
4813   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4814   algorithm: "table_comparison"
4815   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4817   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4818   columns:
4819     - title: "2n-skx"
4820       data-set: "vpp-compare-testbeds-skx-clx-ref"
4821     - title: "2n-clx"
4822       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4823   comparisons:
4824     - title: "Diff"
4825       reference: 1
4826       compare: 2
4827   legend:
4828     - ""
4829     - "2n-skx, 2n-clx - testbeds and NICs tested."
4830     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4831
4832 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4833 - type: "table"
4834   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4835   algorithm: "table_comparison"
4836   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4838   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4839   columns:
4840     - title: "3n-hsw xl710"
4841       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4842       tag: "NIC_Intel-XL710"
4843     - title: "2n-clx xxv710"
4844       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4845       tag: "NIC_Intel-XXV710"
4846   comparisons:
4847     - title: "Diff"
4848       reference: 1
4849       compare: 2
4850   legend:
4851     - ""
4852     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4853     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4854
4855 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4856 - type: "table"
4857   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4858   algorithm: "table_comparison"
4859   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4861   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4862   columns:
4863     - title: "3n-hsw xl710"
4864       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4865       tag: "NIC_Intel-XL710"
4866     - title: "2n-clx xxv710"
4867       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4868       tag: "NIC_Intel-XXV710"
4869   comparisons:
4870     - title: "Diff"
4871       reference: 1
4872       compare: 2
4873   legend:
4874     - ""
4875     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4876     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4877
4878 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4879 - type: "table"
4880   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4881   algorithm: "table_comparison"
4882   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4884   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4885   columns:
4886     - title: "3n-hsw xl710"
4887       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4888       tag: "NIC_Intel-XL710"
4889     - title: "2n-clx xxv710"
4890       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4891       tag: "NIC_Intel-XXV710"
4892   comparisons:
4893     - title: "Diff"
4894       reference: 1
4895       compare: 2
4896   legend:
4897     - ""
4898     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4899     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4900
4901 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4902 - type: "table"
4903   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4904   algorithm: "table_comparison"
4905   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4907   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4908   columns:
4909     - title: "3n-hsw xl710"
4910       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4911       tag: "NIC_Intel-XL710"
4912     - title: "2n-clx xxv710"
4913       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4914       tag: "NIC_Intel-XXV710"
4915   comparisons:
4916     - title: "Diff"
4917       reference: 1
4918       compare: 2
4919   legend:
4920     - ""
4921     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4922     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4923
4924 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4925 - type: "table"
4926   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4927   algorithm: "table_comparison"
4928   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4930   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4931   columns:
4932     - title: "3n-skx"
4933       data-set: "vpp-compare-topologies-ref"
4934     - title: "2n-skx"
4935       data-set: "vpp-compare-topologies-cmp"
4936   comparisons:
4937     - title: "Diff"
4938       reference: 1
4939       compare: 2
4940   legend:
4941     - ""
4942     - "3n-skx, 2n-skx - topologies tested."
4943     - "Diff - difference between 3n-skx and 2n-skx topologies."
4944
4945 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4946 - type: "table"
4947   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4948   algorithm: "table_comparison"
4949   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4951   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4952   columns:
4953     - title: "3n-skx"
4954       data-set: "vpp-compare-topologies-ref"
4955     - title: "2n-skx"
4956       data-set: "vpp-compare-topologies-cmp"
4957   comparisons:
4958     - title: "Diff"
4959       reference: 1
4960       compare: 2
4961   legend:
4962     - ""
4963     - "3n-skx, 2n-skx - topologies tested."
4964     - "Diff - difference between 3n-skx and 2n-skx topologies."
4965
4966 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4967 - type: "table"
4968   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4969   algorithm: "table_comparison"
4970   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4972   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4973   columns:
4974     - title: "3n-skx"
4975       data-set: "vpp-compare-topologies-ref"
4976     - title: "2n-skx"
4977       data-set: "vpp-compare-topologies-cmp"
4978   comparisons:
4979     - title: "Diff"
4980       reference: 1
4981       compare: 2
4982   legend:
4983     - ""
4984     - "3n-skx, 2n-skx - topologies tested."
4985     - "Diff - difference between 3n-skx and 2n-skx topologies."
4986
4987 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4988 - type: "table"
4989   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4990   algorithm: "table_comparison"
4991   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4993   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4994   columns:
4995     - title: "3n-skx"
4996       data-set: "vpp-compare-topologies-ref"
4997     - title: "2n-skx"
4998       data-set: "vpp-compare-topologies-cmp"
4999   comparisons:
5000     - title: "Diff"
5001       reference: 1
5002       compare: 2
5003   legend:
5004     - ""
5005     - "3n-skx, 2n-skx - topologies tested."
5006     - "Diff - difference between 3n-skx and 2n-skx topologies."
5007
5008 # VPP Performance Changes 3n-hsw 1t1c mrr
5009 - type: "table"
5010   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5011   algorithm: "table_comparison"
5012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5014   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5015   columns:
5016     - title: "2001.0-2"
5017       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5018     - title: "2005.0-4"
5019       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5020     - title: "2005.0-5"
5021       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5022     - title: "2009.0-5"
5023       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5024   comparisons:
5025     - title: "2005.0-5 vs 2005.0-4"
5026       reference: 2
5027       compare: 3
5028 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5029     - title: "2009.0-5 vs 2005.0-5"
5030       reference: 3
5031       compare: 4
5032 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5033   legend:
5034     - ''
5035     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5036     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5037     - '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.'
5038     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5039     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5040
5041 # VPP Performance Changes 3n-hsw 2t2c mrr
5042 - type: "table"
5043   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5044   algorithm: "table_comparison"
5045   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5047   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5048   columns:
5049     - title: "2001.0-2"
5050       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5051     - title: "2005.0-4"
5052       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5053     - title: "2005.0-5"
5054       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5055     - title: "2009.0-5"
5056       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5057   comparisons:
5058     - title: "2005.0-5 vs 2005.0-4"
5059       reference: 2
5060       compare: 3
5061 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5062     - title: "2009.0-5 vs 2005.0-5"
5063       reference: 3
5064       compare: 4
5065 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5066   legend:
5067     - ''
5068     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5069     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5070     - '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.'
5071     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5072     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5073
5074 # VPP Performance Changes 3n-hsw 4t4c mrr
5075 - type: "table"
5076   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5077   algorithm: "table_comparison"
5078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5080   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5081   columns:
5082     - title: "2001.0-2"
5083       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5084     - title: "2005.0-4"
5085       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5086     - title: "2005.0-5"
5087       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5088     - title: "2009.0-5"
5089       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5090   comparisons:
5091     - title: "2005.0-5 vs 2005.0-4"
5092       reference: 2
5093       compare: 3
5094 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5095     - title: "2009.0-5 vs 2005.0-5"
5096       reference: 3
5097       compare: 4
5098 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5099   legend:
5100     - ''
5101     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5102     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5103     - '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.'
5104     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5105     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5106
5107 # VPP Performance Changes 3n-skx 2t1c mrr
5108 - type: "table"
5109   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5110   algorithm: "table_comparison"
5111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5113   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5114   columns:
5115     - title: "2001.0-2"
5116       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5117     - title: "2005.0-4"
5118       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5119     - title: "2005.0-5"
5120       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5121     - title: "2009.0-5"
5122       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5123   comparisons:
5124     - title: "2005.0-5 vs 2005.0-4"
5125       reference: 2
5126       compare: 3
5127 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5128     - title: "2009.0-5 vs 2005.0-5"
5129       reference: 2
5130       compare: 3
5131 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5132   legend:
5133     - ''
5134     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5135     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5136     - '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.'
5137     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5138     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5139
5140 # VPP Performance Changes 3n-skx 4t2c mrr
5141 - type: "table"
5142   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5143   algorithm: "table_comparison"
5144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5146   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5147   columns:
5148     - title: "2001.0-2"
5149       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5150     - title: "2005.0-4"
5151       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5152     - title: "2005.0-5"
5153       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5154     - title: "2009.0-5"
5155       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5156   comparisons:
5157     - title: "2005.0-5 vs 2005.0-4"
5158       reference: 2
5159       compare: 3
5160 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5161     - title: "2009.0-5 vs 2005.0-5"
5162       reference: 2
5163       compare: 3
5164 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5165   legend:
5166     - ''
5167     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5168     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5169     - '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.'
5170     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5171     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5172
5173 # VPP Performance Changes 3n-skx 8t4c mrr
5174 - type: "table"
5175   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5176   algorithm: "table_comparison"
5177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5179   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5180   columns:
5181     - title: "2001.0-2"
5182       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5183     - title: "2005.0-4"
5184       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5185     - title: "2005.0-5"
5186       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5187     - title: "2009.0-5"
5188       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5189   comparisons:
5190     - title: "2005.0-5 vs 2005.0-4"
5191       reference: 2
5192       compare: 3
5193 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5194     - title: "2009.0-5 vs 2005.0-5"
5195       reference: 2
5196       compare: 3
5197 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5198   legend:
5199     - ''
5200     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5201     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5202     - '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.'
5203     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5204     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5205
5206 # VPP Performance Changes 2n-skx 2t1c mrr
5207 - type: "table"
5208   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5209   algorithm: "table_comparison"
5210   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5212   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5213   columns:
5214     - title: "2001.0-2"
5215       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5216     - title: "2005.0-4"
5217       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5218     - title: "2005.0-5"
5219       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5220     - title: "2009.0-5"
5221       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5222   comparisons:
5223     - title: "2005.0-5 vs 2005.0-4"
5224       reference: 2
5225       compare: 3
5226 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5227     - title: "2009.0-5 vs 2005.0-4"
5228       reference: 3
5229       compare: 4
5230 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5231   legend:
5232     - ''
5233     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5234     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5235     - '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.'
5236     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5237     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5238
5239 # VPP Performance Changes 2n-skx 4t2c mrr
5240 - type: "table"
5241   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5245   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5246   columns:
5247     - title: "2001.0-2"
5248       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5249     - title: "2005.0-4"
5250       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5251     - title: "2005.0-5"
5252       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5253     - title: "2009.0-5"
5254       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5255   comparisons:
5256     - title: "2005.0-5 vs 2005.0-4"
5257       reference: 2
5258       compare: 3
5259 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5260     - title: "2009.0-5 vs 2005.0-4"
5261       reference: 3
5262       compare: 4
5263 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5264   legend:
5265     - ''
5266     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5267     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5268     - '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.'
5269     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5270     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5271
5272 # VPP Performance Changes 2n-skx 8t4c mrr
5273 - type: "table"
5274   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5275   algorithm: "table_comparison"
5276   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5277   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5278   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5279   columns:
5280     - title: "2001.0-2"
5281       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5282     - title: "2005.0-4"
5283       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5284     - title: "2005.0-5"
5285       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5286     - title: "2009.0-5"
5287       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5288   comparisons:
5289     - title: "2005.0-5 vs 2005.0-4"
5290       reference: 2
5291       compare: 3
5292 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5293     - title: "2009.0-5 vs 2005.0-4"
5294       reference: 3
5295       compare: 4
5296 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5297   legend:
5298     - ''
5299     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5300     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5301     - '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.'
5302     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5303     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5304
5305 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5306 - type: "table"
5307   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5308   algorithm: "table_comparison"
5309   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5311   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5312   columns:
5313     - title: "2001.0-2"
5314       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5315     - title: "2005.0-4"
5316       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5317     - title: "2005.0-5"
5318       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5319     - title: "2009.0-5"
5320       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5321   comparisons:
5322     - title: "2005.0-5 vs 2005.0-4"
5323       reference: 2
5324       compare: 3
5325 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5326     - title: "2009.0-5 vs 2005.0-5"
5327       reference: 3
5328       compare: 4
5329 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5330   legend:
5331     - ''
5332     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5333     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5334     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5335     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5336     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5337
5338 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5339 - type: "table"
5340   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5341   algorithm: "table_comparison"
5342   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5344   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5345   columns:
5346     - title: "2001.0-2"
5347       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5348     - title: "2005.0-4"
5349       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5350     - title: "2005.0-5"
5351       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5352     - title: "2009.0-5"
5353       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5354   comparisons:
5355     - title: "2005.0-5 vs 2005.0-4"
5356       reference: 2
5357       compare: 3
5358 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5359     - title: "2009.0-5 vs 2005.0-5"
5360       reference: 3
5361       compare: 4
5362 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5363   legend:
5364     - ''
5365     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5366     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5367     - '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.'
5368     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5369     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5370
5371 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5372 - type: "table"
5373   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5374   algorithm: "table_comparison"
5375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5377   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5378   columns:
5379     - title: "2001.0-2"
5380       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5381     - title: "2005.0-4"
5382       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5383     - title: "2005.0-5"
5384       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5385     - title: "2009.0-5"
5386       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5387   comparisons:
5388     - title: "2005.0-5 vs 2005.0-4"
5389       reference: 2
5390       compare: 3
5391 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5392     - title: "2009.0-5 vs 2005.0-5"
5393       reference: 3
5394       compare: 4
5395 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5396   legend:
5397     - ''
5398     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5399     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5400     - '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.'
5401     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5402     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5403
5404 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5405 #- type: "table"
5406 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5407 #  algorithm: "table_comparison"
5408 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5409 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5410 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5411 #  columns:
5412 #    - title: "2001"
5413 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5414 #    - title: "2005"
5415 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5416 #  comparisons:
5417 #    - title: "Diff"
5418 #      reference: 1
5419 #      compare: 2
5420 #  legend:
5421 #    - ""
5422 #    - "2001, 2005 - VPP versions tested."
5423 #    - "Diff - difference between 2001 and 2005 VPP version."
5424 #
5425 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5426 #- type: "table"
5427 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5428 #  algorithm: "table_comparison"
5429 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5431 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5432 #  columns:
5433 #    - title: "2001"
5434 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5435 #    - title: "2005"
5436 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5437 #  comparisons:
5438 #    - title: "Diff"
5439 #      reference: 1
5440 #      compare: 2
5441 #  legend:
5442 #    - ""
5443 #    - "2001, 2005 - VPP versions tested."
5444 #    - "Diff - difference between 2001 and 2005 VPP version."
5445 #
5446 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5447 #- type: "table"
5448 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5449 #  algorithm: "table_comparison"
5450 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5451 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5452 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5453 #  columns:
5454 #    - title: "2001"
5455 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5456 #    - title: "2005"
5457 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5458 #  comparisons:
5459 #    - title: "Diff"
5460 #      reference: 1
5461 #      compare: 2
5462 #  legend:
5463 #    - ""
5464 #    - "2001, 2005 - VPP versions tested."
5465 #    - "Diff - difference between 2001 and 2005 VPP version."
5466
5467 # VPP Performance Changes 2n-dnv 1t1c mrr
5468 - type: "table"
5469   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5470   algorithm: "table_comparison"
5471   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5473   filter: "'1T1C'"
5474   columns:
5475     - title: "2001.0-2"
5476       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5477     - title: "2005.0-5"
5478       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5479     - title: "2009.0-5"
5480       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5481   comparisons:
5482     - title: "2009.0-5 vs 2005.0-5"
5483       reference: 2
5484       compare: 3
5485   legend:
5486     - ''
5487     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5488     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5489     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5490     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5491
5492 # VPP Performance Changes 2n-dnv 2t2c mrr
5493 - type: "table"
5494   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5495   algorithm: "table_comparison"
5496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5497   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5498   filter: "'2T2C'"
5499   columns:
5500     - title: "2001.0-2"
5501       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5502     - title: "2005.0-5"
5503       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5504     - title: "2009.0-5"
5505       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5506   comparisons:
5507     - title: "2009.0-5 vs 2005.0-5"
5508       reference: 2
5509       compare: 3
5510   legend:
5511     - ''
5512     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5513     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5514     - '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.'
5515     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5516
5517 # VPP Performance Changes 2n-dnv 4t4c mrr
5518 - type: "table"
5519   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5520   algorithm: "table_comparison"
5521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5523   filter: "'4T4C'"
5524   columns:
5525     - title: "2001.0-2"
5526       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5527     - title: "2005.0-5"
5528       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5529     - title: "2009.0-5"
5530       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5531   comparisons:
5532     - title: "2009.0-5 vs 2005.0-5"
5533       reference: 2
5534       compare: 3
5535   legend:
5536     - ''
5537     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5538     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5539     - '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.'
5540     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5541
5542 # VPP Performance Changes 3n-dnv 1t1c mrr
5543 - type: "table"
5544   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5545   algorithm: "table_comparison"
5546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5548   filter: "'1T1C'"
5549   columns:
5550     - title: "2001.0-2"
5551       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5552     - title: "2005.0-5"
5553       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5554     - title: "2009.0-5"
5555       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5556   comparisons:
5557     - title: "2009.0-5 vs 2005.0-5"
5558       reference: 2
5559       compare: 3
5560   legend:
5561     - ''
5562     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5563     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5564     - '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.'
5565     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5566
5567 # VPP Performance Changes 3n-dnv 2t2c mrr
5568 - type: "table"
5569   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5570   algorithm: "table_comparison"
5571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5573   filter: "'2T2C'"
5574   columns:
5575     - title: "2001.0-2"
5576       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5577     - title: "2005.0-5"
5578       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5579     - title: "2009.0-5"
5580       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5581   comparisons:
5582     - title: "2009.0-5 vs 2005.0-5"
5583       reference: 2
5584       compare: 3
5585   legend:
5586     - ''
5587     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5588     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5589     - '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.'
5590     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5591
5592 # VPP Performance Changes 3n-dnv 4t4c mrr
5593 - type: "table"
5594   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5595   algorithm: "table_comparison"
5596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5598   filter: "'4T4C'"
5599   columns:
5600     - title: "2001.0-2"
5601       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5602     - title: "2005.0-5"
5603       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5604     - title: "2009.0-5"
5605       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5606   comparisons:
5607     - title: "2009.0-5 vs 2005.0-5"
5608       reference: 2
5609       compare: 3
5610   legend:
5611     - ''
5612     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5613     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5614     - '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.'
5615     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5616
5617 # VPP Performance Changes 3n-tsh 1t1c mrr
5618 - type: "table"
5619   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5620   algorithm: "table_comparison"
5621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5623   filter: "'1T1C'"
5624   columns:
5625     - title: "2001.0-2"
5626       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5627     - title: "2005.0-4"
5628       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5629     - title: "2005.0-5"
5630       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5631     - title: "2009.0-5"
5632       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5633   comparisons:
5634     - title: "2005.0-5 vs 2005.0-4"
5635       reference: 2
5636       compare: 3
5637 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5638     - title: "2009.0-5 vs 2005.0-5"
5639       reference: 3
5640       compare: 4
5641 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5642   legend:
5643     - ''
5644     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5645     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5646     - '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.'
5647     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5648     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5649
5650 # VPP Performance Changes 3n-tsh 2t2c mrr
5651 - type: "table"
5652   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5653   algorithm: "table_comparison"
5654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5656   filter: "'2T2C'"
5657   columns:
5658     - title: "2001.0-2"
5659       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5660     - title: "2005.0-4"
5661       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5662     - title: "2005.0-5"
5663       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5664     - title: "2009.0-5"
5665       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5666   comparisons:
5667     - title: "2005.0-5 vs 2005.0-4"
5668       reference: 2
5669       compare: 3
5670 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5671     - title: "2009.0-5 vs 2005.0-5"
5672       reference: 3
5673       compare: 4
5674 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5675   legend:
5676     - ''
5677     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5678     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5679     - '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.'
5680     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5681     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5682
5683 # VPP Performance Changes 3n-tsh 4t4c mrr
5684 - type: "table"
5685   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5686   algorithm: "table_comparison"
5687   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5689   filter: "'4T4C'"
5690   columns:
5691     - title: "2001.0-2"
5692       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5693     - title: "2005.0-4"
5694       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5695     - title: "2005.0-5"
5696       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5697     - title: "2009.0-5"
5698       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5699   comparisons:
5700     - title: "2005.0-5 vs 2005.0-4"
5701       reference: 2
5702       compare: 3
5703 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5704     - title: "2009.0-5 vs 2005.0-5"
5705       reference: 3
5706       compare: 4
5707 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5708   legend:
5709     - ''
5710     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5711     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5712     - '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.'
5713     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5714     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5715
5716 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5717 - type: "table"
5718   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5719   algorithm: "table_comparison"
5720   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5722   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5723   columns:
5724     - title: "3n-hsw xl710"
5725       data-set: "vpp-compare-testbeds-mrr-ref"
5726       tag: "NIC_Intel-XL710"
5727     - title: "3n-skx xxv710"
5728       data-set: "vpp-compare-testbeds-mrr-cmp"
5729       tag: "NIC_Intel-XXV710"
5730   comparisons:
5731     - title: "Diff"
5732       reference: 1
5733       compare: 2
5734   legend:
5735     - ""
5736     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5737     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5738
5739 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5740 - type: "table"
5741   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5742   algorithm: "table_comparison"
5743   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5745   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5746   columns:
5747     - title: "3n-hsw xl710"
5748       data-set: "vpp-compare-testbeds-mrr-ref"
5749       tag: "NIC_Intel-XL710"
5750     - title: "3n-skx xxv710"
5751       data-set: "vpp-compare-testbeds-mrr-cmp"
5752       tag: "NIC_Intel-XXV710"
5753   comparisons:
5754     - title: "Diff"
5755       reference: 1
5756       compare: 2
5757   legend:
5758     - ""
5759     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5760     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5761
5762 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5763 - type: "table"
5764   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5765   algorithm: "table_comparison"
5766   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5768   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5769   columns:
5770     - title: "3n-hsw xl710"
5771       data-set: "vpp-compare-testbeds-mrr-ref"
5772       tag: "NIC_Intel-XL710"
5773     - title: "3n-skx xxv710"
5774       data-set: "vpp-compare-testbeds-mrr-cmp"
5775       tag: "NIC_Intel-XXV710"
5776   comparisons:
5777     - title: "Diff"
5778       reference: 1
5779       compare: 2
5780   legend:
5781     - ""
5782     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5783     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5784
5785 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5786 - type: "table"
5787   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5788   algorithm: "table_comparison"
5789   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5791   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5792   columns:
5793     - title: "2n-skx"
5794       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5795     - title: "2n-clx"
5796       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5797   comparisons:
5798     - title: "Diff"
5799       reference: 1
5800       compare: 2
5801   legend:
5802     - ""
5803     - "2n-skx, 2n-clx - testbeds and NICs tested."
5804     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5805
5806 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5807 - type: "table"
5808   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5809   algorithm: "table_comparison"
5810   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5812   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5813   columns:
5814     - title: "2n-skx"
5815       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5816     - title: "2n-clx"
5817       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5818   comparisons:
5819     - title: "Diff"
5820       reference: 1
5821       compare: 2
5822   legend:
5823     - ""
5824     - "2n-skx, 2n-clx - testbeds and NICs tested."
5825     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5826
5827 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5828 - type: "table"
5829   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5830   algorithm: "table_comparison"
5831   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5833   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5834   columns:
5835     - title: "2n-skx"
5836       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5837     - title: "2n-clx"
5838       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5839   comparisons:
5840     - title: "Diff"
5841       reference: 1
5842       compare: 2
5843   legend:
5844     - ""
5845     - "2n-skx, 2n-clx - testbeds and NICs tested."
5846     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5847
5848 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5849 - type: "table"
5850   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5851   algorithm: "table_comparison"
5852   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5854   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5855   columns:
5856     - title: "3n-skx"
5857       data-set: "vpp-compare-topologies-mrr-ref"
5858     - title: "2n-skx"
5859       data-set: "vpp-compare-topologies-mrr-cmp"
5860   comparisons:
5861     - title: "Diff"
5862       reference: 1
5863       compare: 2
5864   legend:
5865     - ""
5866     - "3n-skx, 2n-skx - topologies tested."
5867     - "Diff - difference between 3n-skx and 2n-skx topologies."
5868
5869 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5870 - type: "table"
5871   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5872   algorithm: "table_comparison"
5873   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5875   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5876   columns:
5877     - title: "3n-skx"
5878       data-set: "vpp-compare-topologies-mrr-ref"
5879     - title: "2n-skx"
5880       data-set: "vpp-compare-topologies-mrr-cmp"
5881   comparisons:
5882     - title: "Diff"
5883       reference: 1
5884       compare: 2
5885   legend:
5886     - ""
5887     - "3n-skx, 2n-skx - topologies tested."
5888     - "Diff - difference between 3n-skx and 2n-skx topologies."
5889
5890 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5891 - type: "table"
5892   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5893   algorithm: "table_comparison"
5894   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5896   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5897   columns:
5898     - title: "3n-skx"
5899       data-set: "vpp-compare-topologies-mrr-ref"
5900     - title: "2n-skx"
5901       data-set: "vpp-compare-topologies-mrr-cmp"
5902   comparisons:
5903     - title: "Diff"
5904       reference: 1
5905       compare: 2
5906   legend:
5907     - ""
5908     - "3n-skx, 2n-skx - topologies tested."
5909     - "Diff - difference between 3n-skx and 2n-skx topologies."
5910
5911 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5912 - type: "table"
5913   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5914   algorithm: "table_comparison"
5915   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5917   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5918   columns:
5919     - title: "3n-hsw xl710"
5920       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5921       tag: "NIC_Intel-XL710"
5922     - title: "2n-clx xxv710"
5923       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5924       tag: "NIC_Intel-XXV710"
5925   comparisons:
5926     - title: "Diff"
5927       reference: 1
5928       compare: 2
5929   legend:
5930     - ""
5931     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5932     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5933
5934 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5935 - type: "table"
5936   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5937   algorithm: "table_comparison"
5938   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5940   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5941   columns:
5942     - title: "3n-hsw xl710"
5943       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5944       tag: "NIC_Intel-XL710"
5945     - title: "2n-clx xxv710"
5946       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5947       tag: "NIC_Intel-XXV710"
5948   comparisons:
5949     - title: "Diff"
5950       reference: 1
5951       compare: 2
5952   legend:
5953     - ""
5954     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5955     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5956
5957 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5958 - type: "table"
5959   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5960   algorithm: "table_comparison"
5961   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5963   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5964   columns:
5965     - title: "3n-hsw xl710"
5966       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5967       tag: "NIC_Intel-XL710"
5968     - title: "2n-clx xxv710"
5969       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5970       tag: "NIC_Intel-XXV710"
5971   comparisons:
5972     - title: "Diff"
5973       reference: 1
5974       compare: 2
5975   legend:
5976     - ""
5977     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5978     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5979
5980 # Detailed Test Results - VPP Performance Results 3n-hsw
5981 - type: "table"
5982   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5983   algorithm: "table_merged_details"
5984   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5985   columns:
5986     - title: " |prein| Test Name |preout| "
5987       data: "data name"
5988     - 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| "
5989       data: "data msg"
5990   data: "vpp-perf-results-3n-hsw"
5991   filter: "all"
5992   parameters:
5993   - "name"
5994   - "parent"
5995   - "msg"
5996
5997 # Detailed Test Results - VPP Performance Results 3n-skx
5998 - type: "table"
5999   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6000   algorithm: "table_merged_details"
6001   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6002   columns:
6003     - title: " |prein| Test Name |preout| "
6004       data: "data name"
6005     - 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| "
6006       data: "data msg"
6007   data: "vpp-perf-results-3n-skx"
6008   filter: "all"
6009   remove-ndr: False
6010   parameters:
6011   - "name"
6012   - "parent"
6013   - "msg"
6014
6015 # Detailed Test Results - VPP Performance Results 2n-skx
6016 - type: "table"
6017   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6018   algorithm: "table_merged_details"
6019   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6020   columns:
6021     - title: " |prein| Test Name |preout| "
6022       data: "data name"
6023     - 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| "
6024       data: "data msg"
6025   data: "vpp-perf-results-2n-skx"
6026   filter: "all"
6027   remove-ndr: False
6028   parameters:
6029   - "name"
6030   - "parent"
6031   - "msg"
6032
6033 # Detailed Test Results - VPP Performance Results 2n-zn2
6034 - type: "table"
6035   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6036   algorithm: "table_merged_details"
6037   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6038   columns:
6039     - title: " |prein| Test Name |preout| "
6040       data: "data name"
6041     - 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| "
6042       data: "data msg"
6043   data: "vpp-perf-results-2n-zn2"
6044   filter: "all"
6045   remove-ndr: False
6046   parameters:
6047   - "name"
6048   - "parent"
6049   - "msg"
6050
6051 # Detailed Test Results - VPP Performance Results 2n-clx
6052 - type: "table"
6053   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6054   algorithm: "table_merged_details"
6055   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6056   columns:
6057     - title: " |prein| Test Name |preout| "
6058       data: "data name"
6059     - 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| "
6060       data: "data msg"
6061   data: "vpp-perf-results-2n-clx"
6062   filter: "all"
6063   parameters:
6064   - "name"
6065   - "parent"
6066   - "msg"
6067
6068 # Detailed Test Results - VPP Performance Results 3n-tsh
6069 - type: "table"
6070   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6071   algorithm: "table_merged_details"
6072   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6073   columns:
6074     - title: " |prein| Test Name |preout| "
6075       data: "data name"
6076     - 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| "
6077       data: "data msg"
6078   data: "vpp-perf-results-3n-tsh"
6079   filter: "all"
6080   parameters:
6081   - "name"
6082   - "parent"
6083   - "msg"
6084
6085 # Detailed Test Results - VPP Performance Results 3n-dnv
6086 - type: "table"
6087   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6088   algorithm: "table_merged_details"
6089   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6090   columns:
6091     - title: " |prein| Test Name |preout| "
6092       data: "data name"
6093     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6094       data: "data msg"
6095   data: "vpp-perf-results-3n-dnv"
6096   filter: "all"
6097   parameters:
6098   - "name"
6099   - "parent"
6100   - "msg"
6101
6102 # Detailed Test Results - VPP Performance Results 2n-dnv
6103 - type: "table"
6104   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6105   algorithm: "table_merged_details"
6106   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6107   columns:
6108     - title: " |prein| Test Name |preout| "
6109       data: "data name"
6110     - 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| "
6111       data: "data msg"
6112   data: "vpp-perf-results-2n-dnv"
6113   filter: "all"
6114   parameters:
6115   - "name"
6116   - "parent"
6117   - "msg"
6118
6119 # Test configuration - VPP Performance Test Configs 3n-hsw
6120 - type: "table"
6121   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6122   algorithm: "table_merged_details"
6123   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6124   columns:
6125     - title: " |prein| Test Name |preout| "
6126       data: "data name"
6127     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6128       data: "data conf-history"
6129   data: "vpp-perf-results-3n-hsw"
6130   filter: "all"
6131   parameters:
6132   - "parent"
6133   - "name"
6134   - "conf-history"
6135
6136 # Test configuration - VPP Performance Test Configs 3n-skx
6137 - type: "table"
6138   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6139   algorithm: "table_merged_details"
6140   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6141   columns:
6142     - title: " |prein| Test Name |preout| "
6143       data: "data name"
6144     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6145       data: "data conf-history"
6146   data: "vpp-perf-results-3n-skx"
6147   filter: "all"
6148   parameters:
6149   - "parent"
6150   - "name"
6151   - "conf-history"
6152
6153 # Test configuration - VPP Performance Test Configs 2n-skx
6154 - type: "table"
6155   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6156   algorithm: "table_merged_details"
6157   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6158   columns:
6159     - title: " |prein| Test Name |preout| "
6160       data: "data name"
6161     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6162       data: "data conf-history"
6163   data: "vpp-perf-results-2n-skx"
6164   filter: "all"
6165   parameters:
6166   - "parent"
6167   - "name"
6168   - "conf-history"
6169
6170 # Test configuration - VPP Performance Test Configs 2n-zn2
6171 - type: "table"
6172   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6173   algorithm: "table_merged_details"
6174   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6175   columns:
6176     - title: " |prein| Test Name |preout| "
6177       data: "data name"
6178     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6179       data: "data conf-history"
6180   data: "vpp-perf-results-2n-zn2"
6181   filter: "all"
6182   parameters:
6183   - "parent"
6184   - "name"
6185   - "conf-history"
6186
6187 # Test configuration - VPP Performance Test Configs 2n-clx
6188 - type: "table"
6189   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6190   algorithm: "table_merged_details"
6191   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6192   columns:
6193     - title: " |prein| Test Name |preout| "
6194       data: "data name"
6195     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6196       data: "data conf-history"
6197   data: "vpp-perf-results-2n-clx"
6198   filter: "all"
6199   parameters:
6200   - "parent"
6201   - "name"
6202   - "conf-history"
6203
6204 # Test configuration - VPP Performance Test Configs 3n-tsh
6205 - type: "table"
6206   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6207   algorithm: "table_merged_details"
6208   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6209   columns:
6210     - title: " |prein| Test Name |preout| "
6211       data: "data name"
6212     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6213       data: "data conf-history"
6214   data: "vpp-perf-results-3n-tsh"
6215   filter: "all"
6216   parameters:
6217   - "parent"
6218   - "name"
6219   - "conf-history"
6220
6221 # Test configuration - VPP Performance Test Configs 3n-dnv
6222 - type: "table"
6223   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6224   algorithm: "table_merged_details"
6225   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6226   columns:
6227     - title: " |prein| Test Name |preout| "
6228       data: "data name"
6229     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6230       data: "data conf-history"
6231   data: "vpp-perf-results-3n-dnv"
6232   filter: "all"
6233   parameters:
6234   - "parent"
6235   - "name"
6236   - "conf-history"
6237
6238 # Test configuration - VPP Performance Test Configs 2n-dnv
6239 - type: "table"
6240   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6241   algorithm: "table_merged_details"
6242   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6243   columns:
6244     - title: " |prein| Test Name |preout| "
6245       data: "data name"
6246     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6247       data: "data conf-history"
6248   data: "vpp-perf-results-2n-dnv"
6249   filter: "all"
6250   parameters:
6251   - "parent"
6252   - "name"
6253   - "conf-history"
6254
6255 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6256 - type: "table"
6257   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6258   algorithm: "table_oper_data_html"
6259   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6260   data: "vpp-perf-results-3n-hsw"
6261   filter: "all"
6262
6263 # Test Operational Data - VPP Performance Operational Data 3n-skx
6264 - type: "table"
6265   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6266   algorithm: "table_oper_data_html"
6267   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6268   data: "vpp-perf-results-3n-skx"
6269   filter: "all"
6270
6271 # Test Operational Data - VPP Performance Operational Data 2n-skx
6272 - type: "table"
6273   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6274   algorithm: "table_oper_data_html"
6275   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6276   data: "vpp-perf-results-2n-skx"
6277   filter: "all"
6278
6279 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6280 - type: "table"
6281   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6282   algorithm: "table_oper_data_html"
6283   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6284   data: "vpp-perf-results-2n-zn2"
6285   filter: "all"
6286
6287 # Test Operational Data - VPP Performance Operational Data 2n-clx
6288 - type: "table"
6289   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6290   algorithm: "table_oper_data_html"
6291   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6292   data: "vpp-perf-results-2n-clx"
6293   filter: "all"
6294
6295 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6296 - type: "table"
6297   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6298   algorithm: "table_oper_data_html"
6299   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6300   data: "vpp-perf-results-3n-tsh"
6301   filter: "all"
6302
6303 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6304 - type: "table"
6305   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6306   algorithm: "table_oper_data_html"
6307   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6308   data: "vpp-perf-results-3n-dnv"
6309   filter: "all"
6310
6311 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6312 - type: "table"
6313   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6314   algorithm: "table_oper_data_html"
6315   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6316   data: "vpp-perf-results-2n-dnv"
6317   filter: "all"
6318
6319 # Detailed Test Results - VPP MRR Results 3n-hsw
6320 - type: "table"
6321   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6322   algorithm: "table_merged_details"
6323   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6324   columns:
6325     - title: " |prein| Test Name |preout| "
6326       data: "data name"
6327     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6328       data: "data msg"
6329   data: "vpp-mrr-results-3n-hsw"
6330   filter: "all"
6331   parameters:
6332   - "name"
6333   - "parent"
6334   - "msg"
6335
6336 # Detailed Test Results - VPP MRR Results 3n-skx
6337 - type: "table"
6338   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6339   algorithm: "table_merged_details"
6340   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6341   columns:
6342     - title: " |prein| Test Name |preout| "
6343       data: "data name"
6344     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6345       data: "data msg"
6346   data: "vpp-mrr-results-3n-skx"
6347   filter: "all"
6348   parameters:
6349   - "name"
6350   - "parent"
6351   - "msg"
6352
6353 # Detailed Test Results - VPP MRR Results 2n-skx
6354 - type: "table"
6355   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6356   algorithm: "table_merged_details"
6357   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6358   columns:
6359     - title: " |prein| Test Name |preout| "
6360       data: "data name"
6361     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6362       data: "data msg"
6363   data: "vpp-mrr-results-2n-skx"
6364   filter: "all"
6365   parameters:
6366   - "name"
6367   - "parent"
6368   - "msg"
6369
6370 # Detailed Test Results - VPP MRR Results 2n-zn2
6371 - type: "table"
6372   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6373   algorithm: "table_merged_details"
6374   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6375   columns:
6376     - title: " |prein| Test Name |preout| "
6377       data: "data name"
6378     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6379       data: "data msg"
6380   data: "vpp-mrr-results-2n-zn2"
6381   filter: "all"
6382   parameters:
6383   - "name"
6384   - "parent"
6385   - "msg"
6386
6387 # Detailed Test Results - VPP MRR Results 2n-clx
6388 - type: "table"
6389   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6390   algorithm: "table_merged_details"
6391   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6392   columns:
6393     - title: " |prein| Test Name |preout| "
6394       data: "data name"
6395     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6396       data: "data msg"
6397   data: "vpp-mrr-results-2n-clx"
6398   filter: "all"
6399   parameters:
6400   - "name"
6401   - "parent"
6402   - "msg"
6403
6404 # Detailed Test Results - VPP MRR Results 3n-tsh
6405 - type: "table"
6406   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6407   algorithm: "table_merged_details"
6408   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6409   columns:
6410     - title: " |prein| Test Name |preout| "
6411       data: "data name"
6412     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6413       data: "data msg"
6414   data: "vpp-mrr-results-3n-tsh"
6415   filter: "all"
6416   parameters:
6417   - "name"
6418   - "parent"
6419   - "msg"
6420
6421 # Detailed Test Results - VPP MRR Results 3n-dnv
6422 - type: "table"
6423   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6424   algorithm: "table_merged_details"
6425   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6426   columns:
6427     - title: " |prein| Test Name |preout| "
6428       data: "data name"
6429     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6430       data: "data msg"
6431   data: "vpp-mrr-results-3n-dnv"
6432   filter: "all"
6433   parameters:
6434   - "name"
6435   - "parent"
6436   - "msg"
6437
6438 # Detailed Test Results - VPP MRR Results 2n-dnv
6439 - type: "table"
6440   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6441   algorithm: "table_merged_details"
6442   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6443   columns:
6444     - title: " |prein| Test Name |preout| "
6445       data: "data name"
6446     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6447       data: "data msg"
6448   data: "vpp-mrr-results-2n-dnv"
6449   filter: "all"
6450   parameters:
6451   - "name"
6452   - "parent"
6453   - "msg"
6454
6455 # Test configuration - VPP MRR Test Configs 3n-hsw
6456 - type: "table"
6457   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6458   algorithm: "table_merged_details"
6459   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6460   columns:
6461     - title: " |prein| Test Name |preout| "
6462       data: "data name"
6463     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6464       data: "data conf-history"
6465   data: "vpp-mrr-results-3n-hsw"
6466   filter: "all"
6467   parameters:
6468   - "parent"
6469   - "name"
6470   - "conf-history"
6471
6472 # Test configuration - VPP MRR Test Configs 3n-skx
6473 - type: "table"
6474   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6475   algorithm: "table_merged_details"
6476   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6477   columns:
6478     - title: " |prein| Test Name |preout| "
6479       data: "data name"
6480     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6481       data: "data conf-history"
6482   data: "vpp-mrr-results-3n-skx"
6483   filter: "all"
6484   parameters:
6485   - "parent"
6486   - "name"
6487   - "conf-history"
6488
6489 # Test configuration - VPP MRR Test Configs 2n-skx
6490 - type: "table"
6491   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6492   algorithm: "table_merged_details"
6493   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6494   columns:
6495     - title: " |prein| Test Name |preout| "
6496       data: "data name"
6497     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6498       data: "data conf-history"
6499   data: "vpp-mrr-results-2n-skx"
6500   filter: "all"
6501   parameters:
6502   - "parent"
6503   - "name"
6504   - "conf-history"
6505
6506 # Test configuration - VPP MRR Test Configs 2n-zn2
6507 - type: "table"
6508   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6509   algorithm: "table_merged_details"
6510   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6511   columns:
6512     - title: " |prein| Test Name |preout| "
6513       data: "data name"
6514     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6515       data: "data conf-history"
6516   data: "vpp-mrr-results-2n-zn2"
6517   filter: "all"
6518   parameters:
6519   - "parent"
6520   - "name"
6521   - "conf-history"
6522
6523 # Test configuration - VPP MRR Test Configs 2n-clx
6524 - type: "table"
6525   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6526   algorithm: "table_merged_details"
6527   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6528   columns:
6529     - title: " |prein| Test Name |preout| "
6530       data: "data name"
6531     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6532       data: "data conf-history"
6533   data: "vpp-mrr-results-2n-clx"
6534   filter: "all"
6535   parameters:
6536   - "parent"
6537   - "name"
6538   - "conf-history"
6539
6540 # Test configuration - VPP MRR Test Configs 3n-tsh
6541 - type: "table"
6542   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6543   algorithm: "table_merged_details"
6544   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6545   columns:
6546     - title: " |prein| Test Name |preout| "
6547       data: "data name"
6548     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6549       data: "data conf-history"
6550   data: "vpp-mrr-results-3n-tsh"
6551   filter: "all"
6552   parameters:
6553   - "parent"
6554   - "name"
6555   - "conf-history"
6556
6557 # Test configuration - VPP MRR Test Configs 3n-dnv
6558 - type: "table"
6559   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6560   algorithm: "table_merged_details"
6561   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6562   columns:
6563     - title: " |prein| Test Name |preout| "
6564       data: "data name"
6565     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6566       data: "data conf-history"
6567   data: "vpp-mrr-results-3n-dnv"
6568   filter: "all"
6569   parameters:
6570   - "parent"
6571   - "name"
6572   - "conf-history"
6573
6574 # Test configuration - VPP MRR Test Configs 2n-dnv
6575 - type: "table"
6576   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6577   algorithm: "table_merged_details"
6578   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6579   columns:
6580     - title: " |prein| Test Name |preout| "
6581       data: "data name"
6582     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6583       data: "data conf-history"
6584   data: "vpp-mrr-results-2n-dnv"
6585   filter: "all"
6586   parameters:
6587   - "parent"
6588   - "name"
6589   - "conf-history"
6590
6591 # Detailed Test Results - VPP Device Results - Ubuntu
6592 - type: "table"
6593   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6594   algorithm: "table_merged_details"
6595   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6596   columns:
6597     - title: " |prein| Test Name |preout| "
6598       data: "data name"
6599     - title: " |prein| Status |preout| "
6600       data: "data status"
6601   data: "vpp-device-results-ubuntu"
6602   filter: "all"
6603   parameters:
6604   - "name"
6605   - "parent"
6606   - "doc"
6607   - "status"
6608
6609 # Test configuration - VPP Device Test Configs - Ubuntu
6610 - type: "table"
6611   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6612   algorithm: "table_merged_details"
6613   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6614   columns:
6615     - title: " |prein| Test Name |preout| "
6616       data: "data name"
6617     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6618       data: "data conf-history"
6619   data: "vpp-device-results-ubuntu"
6620   filter: "all"
6621   parameters:
6622   - "parent"
6623   - "name"
6624   - "conf-history"
6625
6626 ################################################################################
6627
6628 # DPDK Performance Changes 3n-hsw 1t1c pdr
6629 - type: "table"
6630   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6631   algorithm: "table_comparison"
6632   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6634   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6635   columns:
6636     - title: "2001"
6637       data-set: "dpdk-performance-changes-3n-hsw-h1"
6638     - title: "2005"
6639       data-set: "dpdk-performance-changes-3n-hsw-ref"
6640     - title: "2009"
6641       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6642   comparisons:
6643     - title: "Diff"
6644       reference: 2
6645       compare: 3
6646   legend:
6647     - ""
6648     - "2001, 2005, 2009 - DPDK versions tested."
6649     - "Diff - difference between 2005 and 2009 DPDK version."
6650
6651 # DPDK Performance Changes 3n-hsw 2t2c pdr
6652 - type: "table"
6653   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6654   algorithm: "table_comparison"
6655   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6657   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6658   columns:
6659     - title: "2001"
6660       data-set: "dpdk-performance-changes-3n-hsw-h1"
6661     - title: "2005"
6662       data-set: "dpdk-performance-changes-3n-hsw-ref"
6663     - title: "2009"
6664       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6665   comparisons:
6666     - title: "Diff"
6667       reference: 2
6668       compare: 3
6669   legend:
6670     - ""
6671     - "2001, 2005, 2009 - DPDK versions tested."
6672     - "Diff - difference between 2005 and 2009 DPDK version."
6673
6674 # DPDK Performance Changes 3n-hsw 1t1c pdr
6675 - type: "table"
6676   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6677   algorithm: "table_comparison"
6678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6680   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6681   columns:
6682     - title: "2001"
6683       data-set: "dpdk-performance-changes-3n-hsw-h1"
6684     - title: "2005"
6685       data-set: "dpdk-performance-changes-3n-hsw-ref"
6686     - title: "2009"
6687       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6688   comparisons:
6689     - title: "Diff"
6690       reference: 2
6691       compare: 3
6692   legend:
6693     - ""
6694     - "2001, 2005, 2009 - DPDK versions tested."
6695     - "Diff - difference between 2005 and 2009 DPDK version."
6696
6697 # DPDK Performance Changes 3n-hsw 2t2c ndr
6698 - type: "table"
6699   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6700   algorithm: "table_comparison"
6701   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6703   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6704   columns:
6705     - title: "2001"
6706       data-set: "dpdk-performance-changes-3n-hsw-h1"
6707     - title: "2005"
6708       data-set: "dpdk-performance-changes-3n-hsw-ref"
6709     - title: "2009"
6710       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6711   comparisons:
6712     - title: "Diff"
6713       reference: 2
6714       compare: 3
6715   legend:
6716     - ""
6717     - "2001, 2005, 2009 - DPDK versions tested."
6718     - "Diff - difference between 2005 and 2009 DPDK version."
6719
6720 # DPDK Performance Changes 3n-skx 2t1c pdr
6721 - type: "table"
6722   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6723   algorithm: "table_comparison"
6724   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6726   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6727   columns:
6728     - title: "2001"
6729       data-set: "dpdk-performance-changes-3n-skx-h1"
6730     - title: "2005"
6731       data-set: "dpdk-performance-changes-3n-skx-ref"
6732     - title: "2009"
6733       data-set: "dpdk-performance-changes-3n-skx-cmp"
6734   comparisons:
6735     - title: "Diff"
6736       reference: 2
6737       compare: 3
6738   legend:
6739     - ""
6740     - "2001, 2005, 2009 - DPDK versions tested."
6741     - "Diff - difference between 2005 and 2009 DPDK version."
6742
6743 # DPDK Performance Changes 3n-skx 4t2c pdr
6744 - type: "table"
6745   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6746   algorithm: "table_comparison"
6747   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6749   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6750   columns:
6751     - title: "2001"
6752       data-set: "dpdk-performance-changes-3n-skx-h1"
6753     - title: "2005"
6754       data-set: "dpdk-performance-changes-3n-skx-ref"
6755     - title: "2009"
6756       data-set: "dpdk-performance-changes-3n-skx-cmp"
6757   comparisons:
6758     - title: "Diff"
6759       reference: 2
6760       compare: 3
6761   legend:
6762     - ""
6763     - "2001, 2005, 2009 - DPDK versions tested."
6764     - "Diff - difference between 2005 and 2009 DPDK version."
6765
6766 # DPDK Performance Changes 3n-skx 2t1c ndr
6767 - type: "table"
6768   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6769   algorithm: "table_comparison"
6770   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6772   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6773   columns:
6774     - title: "2001"
6775       data-set: "dpdk-performance-changes-3n-skx-h1"
6776     - title: "2005"
6777       data-set: "dpdk-performance-changes-3n-skx-ref"
6778     - title: "2009"
6779       data-set: "dpdk-performance-changes-3n-skx-cmp"
6780   comparisons:
6781     - title: "Diff"
6782       reference: 2
6783       compare: 3
6784   legend:
6785     - ""
6786     - "2001, 2005, 2009 - DPDK versions tested."
6787     - "Diff - difference between 2005 and 2009 DPDK version."
6788
6789 # DPDK Performance Changes 3n-skx 4t2c ndr
6790 - type: "table"
6791   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6792   algorithm: "table_comparison"
6793   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6794   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6795   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6796   columns:
6797     - title: "2001"
6798       data-set: "dpdk-performance-changes-3n-skx-h1"
6799     - title: "2005"
6800       data-set: "dpdk-performance-changes-3n-skx-ref"
6801     - title: "2009"
6802       data-set: "dpdk-performance-changes-3n-skx-cmp"
6803   comparisons:
6804     - title: "Diff"
6805       reference: 2
6806       compare: 3
6807   legend:
6808     - ""
6809     - "2001, 2005, 2009 - DPDK versions tested."
6810     - "Diff - difference between 2005 and 2009 DPDK version."
6811
6812 # DPDK Performance Changes 2n-skx 2t1c pdr
6813 - type: "table"
6814   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6815   algorithm: "table_comparison"
6816   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6818   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6819   columns:
6820     - title: "2001"
6821       data-set: "dpdk-performance-changes-2n-skx-h1"
6822     - title: "2005"
6823       data-set: "dpdk-performance-changes-2n-skx-ref"
6824     - title: "2009"
6825       data-set: "dpdk-performance-changes-2n-skx-cmp"
6826   comparisons:
6827     - title: "Diff"
6828       reference: 2
6829       compare: 3
6830   legend:
6831     - ""
6832     - "2001, 2005, 2009 - DPDK versions tested."
6833     - "Diff - difference between 2005 and 2009 DPDK version."
6834
6835 # DPDK Performance Changes 2n-skx 4t2c pdr
6836 - type: "table"
6837   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6838   algorithm: "table_comparison"
6839   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6841   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6842   columns:
6843     - title: "2001"
6844       data-set: "dpdk-performance-changes-2n-skx-h1"
6845     - title: "2005"
6846       data-set: "dpdk-performance-changes-2n-skx-ref"
6847     - title: "2009"
6848       data-set: "dpdk-performance-changes-2n-skx-cmp"
6849   comparisons:
6850     - title: "Diff"
6851       reference: 2
6852       compare: 3
6853   legend:
6854     - ""
6855     - "2001, 2005, 2009 - DPDK versions tested."
6856     - "Diff - difference between 2005 and 2009 DPDK version."
6857
6858 # DPDK Performance Changes 2n-skx 2t1c ndr
6859 - type: "table"
6860   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6861   algorithm: "table_comparison"
6862   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6864   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6865   columns:
6866     - title: "2001"
6867       data-set: "dpdk-performance-changes-2n-skx-h1"
6868     - title: "2005"
6869       data-set: "dpdk-performance-changes-2n-skx-ref"
6870     - title: "2009"
6871       data-set: "dpdk-performance-changes-2n-skx-cmp"
6872   comparisons:
6873     - title: "Diff"
6874       reference: 2
6875       compare: 3
6876   legend:
6877     - ""
6878     - "2001, 2005, 2009 - DPDK versions tested."
6879     - "Diff - difference between 2005 and 2009 DPDK version."
6880
6881 # DPDK Performance Changes 2n-skx 4t2c ndr
6882 - type: "table"
6883   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6884   algorithm: "table_comparison"
6885   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6886   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6887   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6888   columns:
6889     - title: "2001"
6890       data-set: "dpdk-performance-changes-2n-skx-h1"
6891     - title: "2005"
6892       data-set: "dpdk-performance-changes-2n-skx-ref"
6893     - title: "2009"
6894       data-set: "dpdk-performance-changes-2n-skx-cmp"
6895   comparisons:
6896     - title: "Diff"
6897       reference: 2
6898       compare: 3
6899   legend:
6900     - ""
6901     - "2001, 2005, 2009 - DPDK versions tested."
6902     - "Diff - difference between 2005 and 2009 DPDK version."
6903
6904 # DPDK Performance Changes 2n-clx 2t1c pdr
6905 - type: "table"
6906   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6907   algorithm: "table_comparison"
6908   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6909   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6910   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6911   columns:
6912     - title: "2001"
6913       data-set: "dpdk-performance-changes-2n-clx-h1"
6914     - title: "2005"
6915       data-set: "dpdk-performance-changes-2n-clx-ref"
6916     - title: "2009"
6917       data-set: "dpdk-performance-changes-2n-clx-cmp"
6918   comparisons:
6919     - title: "Diff"
6920       reference: 2
6921       compare: 3
6922   legend:
6923     - ""
6924     - "2001, 2005, 2009 - DPDK versions tested."
6925     - "Diff - difference between 2005 and 2009 DPDK version."
6926
6927 # DPDK Performance Changes 2n-clx 4t2c pdr
6928 - type: "table"
6929   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6930   algorithm: "table_comparison"
6931   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6932   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6933   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6934   columns:
6935     - title: "2001"
6936       data-set: "dpdk-performance-changes-2n-clx-h1"
6937     - title: "2005"
6938       data-set: "dpdk-performance-changes-2n-clx-ref"
6939     - title: "2009"
6940       data-set: "dpdk-performance-changes-2n-clx-cmp"
6941   comparisons:
6942     - title: "Diff"
6943       reference: 2
6944       compare: 3
6945   legend:
6946     - ""
6947     - "2001, 2005, 2009 - DPDK versions tested."
6948     - "Diff - difference between 2005 and 2009 DPDK version."
6949
6950 # DPDK Performance Changes 2n-clx 2t1c ndr
6951 - type: "table"
6952   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6953   algorithm: "table_comparison"
6954   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6956   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6957   columns:
6958     - title: "2001"
6959       data-set: "dpdk-performance-changes-2n-clx-h1"
6960     - title: "2005"
6961       data-set: "dpdk-performance-changes-2n-clx-ref"
6962     - title: "2009"
6963       data-set: "dpdk-performance-changes-2n-clx-cmp"
6964   comparisons:
6965     - title: "Diff"
6966       reference: 2
6967       compare: 3
6968   legend:
6969     - ""
6970     - "2001, 2005, 2009 - DPDK versions tested."
6971     - "Diff - difference between 2005 and 2009 DPDK version."
6972
6973 # DPDK Performance Changes 2n-clx 4t2c ndr
6974 - type: "table"
6975   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6976   algorithm: "table_comparison"
6977   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6979   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6980   columns:
6981     - title: "2001"
6982       data-set: "dpdk-performance-changes-2n-clx-h1"
6983     - title: "2005"
6984       data-set: "dpdk-performance-changes-2n-clx-ref"
6985     - title: "2009"
6986       data-set: "dpdk-performance-changes-2n-clx-cmp"
6987   comparisons:
6988     - title: "Diff"
6989       reference: 2
6990       compare: 3
6991   legend:
6992     - ""
6993     - "2001, 2005, 2009 - DPDK versions tested."
6994     - "Diff - difference between 2005 and 2009 DPDK version."
6995
6996 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6997 #- type: "table"
6998 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6999 #  algorithm: "table_comparison"
7000 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7001 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7002 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7003 #  columns:
7004 #    - title: "2001"
7005 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7006 #    - title: "2005"
7007 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7008 #    - title: "2009"
7009 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7010 #  comparisons:
7011 #    - title: "Diff"
7012 #      reference: 2
7013 #      compare: 3
7014 #  legend:
7015 #    - ""
7016 #    - "2001, 2005, 2009 - DPDK versions tested."
7017 #    - "Diff - difference between 2005 and 2009 DPDK version."
7018 #
7019 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7020 #- type: "table"
7021 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7022 #  algorithm: "table_comparison"
7023 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7024 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7025 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7026 #  columns:
7027 #    - title: "2001"
7028 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7029 #    - title: "2005"
7030 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7031 #    - title: "2009"
7032 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7033 #  comparisons:
7034 #    - title: "Diff"
7035 #      reference: 2
7036 #      compare: 3
7037 #  legend:
7038 #    - ""
7039 #    - "2001, 2005, 2009 - DPDK versions tested."
7040 #    - "Diff - difference between 2005 and 2009 DPDK version."
7041 #
7042 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7043 #- type: "table"
7044 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7045 #  algorithm: "table_comparison"
7046 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7047 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7048 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7049 #  columns:
7050 #    - title: "2001"
7051 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7052 #    - title: "2005"
7053 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7054 #    - title: "2009"
7055 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7056 #  comparisons:
7057 #    - title: "Diff"
7058 #      reference: 2
7059 #      compare: 3
7060 #  legend:
7061 #    - ""
7062 #    - "2001, 2005, 2009 - DPDK versions tested."
7063 #    - "Diff - difference between 2005 and 2009 DPDK version."
7064 #
7065 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7066 #- type: "table"
7067 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7068 #  algorithm: "table_comparison"
7069 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7070 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7071 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7072 #  columns:
7073 #    - title: "2001"
7074 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7075 #    - title: "2005"
7076 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7077 #    - title: "2009"
7078 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7079 #  comparisons:
7080 #    - title: "Diff"
7081 #      reference: 2
7082 #      compare: 3
7083 #  legend:
7084 #    - ""
7085 #    - "2001, 2005, 2009 - DPDK versions tested."
7086 #    - "Diff - difference between 2005 and 2009 DPDK version."
7087 #
7088 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7089 #- type: "table"
7090 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7091 #  algorithm: "table_comparison"
7092 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7093 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7094 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7095 #  columns:
7096 #    - title: "2001"
7097 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7098 #    - title: "2005"
7099 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7100 #    - title: "2009"
7101 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7102 #  comparisons:
7103 #    - title: "Diff"
7104 #      reference: 2
7105 #      compare: 3
7106 #  legend:
7107 #    - ""
7108 #    - "2001, 2005, 2009 - DPDK versions tested."
7109 #    - "Diff - difference between 2005 and 2009 DPDK version."
7110 #
7111 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7112 #- type: "table"
7113 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7114 #  algorithm: "table_comparison"
7115 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7116 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7117 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7118 #  columns:
7119 #    - title: "2001"
7120 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7121 #    - title: "2005"
7122 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7123 #    - title: "2009"
7124 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7125 #  comparisons:
7126 #    - title: "Diff"
7127 #      reference: 2
7128 #      compare: 3
7129 #  legend:
7130 #    - ""
7131 #    - "2001, 2005, 2009 - DPDK versions tested."
7132 #    - "Diff - difference between 2005 and 2009 DPDK version."
7133 #
7134 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7135 #- type: "table"
7136 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7137 #  algorithm: "table_comparison"
7138 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7139 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7140 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7141 #  columns:
7142 #    - title: "2001"
7143 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7144 #    - title: "2005"
7145 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7146 #    - title: "2009"
7147 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7148 #  comparisons:
7149 #    - title: "Diff"
7150 #      reference: 2
7151 #      compare: 3
7152 #  legend:
7153 #    - ""
7154 #    - "2001, 2005, 2009 - DPDK versions tested."
7155 #    - "Diff - difference between 2005 and 2009 DPDK version."
7156 #
7157 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7158 #- type: "table"
7159 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7160 #  algorithm: "table_comparison"
7161 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7162 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7163 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7164 #  columns:
7165 #    - title: "2001"
7166 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7167 #    - title: "2005"
7168 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7169 #    - title: "2009"
7170 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7171 #  comparisons:
7172 #    - title: "Diff"
7173 #      reference: 2
7174 #      compare: 3
7175 #  legend:
7176 #    - ""
7177 #    - "2001, 2005, 2009 - DPDK versions tested."
7178 #    - "Diff - difference between 2005 and 2009 DPDK version."
7179
7180 # DPDK Performance Changes 3n-tsh 1t1c pdr
7181 - type: "table"
7182   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7183   algorithm: "table_comparison"
7184   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7186   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7187   columns:
7188     - title: "2001"
7189       data-set: "dpdk-performance-changes-3n-tsh-h1"
7190     - title: "2005"
7191       data-set: "dpdk-performance-changes-3n-tsh-ref"
7192     - title: "2009"
7193       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7194   comparisons:
7195     - title: "Diff"
7196       reference: 2
7197       compare: 3
7198   legend:
7199     - ""
7200     - "2001, 2005, 2009 - DPDK versions tested."
7201     - "Diff - difference between 2005 and 2009 DPDK version."
7202
7203 # DPDK Performance Changes 3n-tsh 2t2c pdr
7204 - type: "table"
7205   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7206   algorithm: "table_comparison"
7207   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7209   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7210   columns:
7211     - title: "2001"
7212       data-set: "dpdk-performance-changes-3n-tsh-h1"
7213     - title: "2005"
7214       data-set: "dpdk-performance-changes-3n-tsh-ref"
7215     - title: "2009"
7216       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7217   comparisons:
7218     - title: "Diff"
7219       reference: 2
7220       compare: 3
7221   legend:
7222     - ""
7223     - "2001, 2005, 2009 - DPDK versions tested."
7224     - "Diff - difference between 2005 and 2009 DPDK version."
7225
7226 # DPDK Performance Changes 3n-tsh 1t1c ndr
7227 - type: "table"
7228   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7229   algorithm: "table_comparison"
7230   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7232   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7233   columns:
7234     - title: "2001"
7235       data-set: "dpdk-performance-changes-3n-tsh-h1"
7236     - title: "2005"
7237       data-set: "dpdk-performance-changes-3n-tsh-ref"
7238     - title: "2009"
7239       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7240   comparisons:
7241     - title: "Diff"
7242       reference: 2
7243       compare: 3
7244   legend:
7245     - ""
7246     - "2001, 2005, 2009 - DPDK versions tested."
7247     - "Diff - difference between 2005 and 2009 DPDK version."
7248
7249 # DPDK Performance Changes 3n-tsh 2t2c ndr
7250 - type: "table"
7251   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7252   algorithm: "table_comparison"
7253   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7255   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7256   columns:
7257     - title: "2001"
7258       data-set: "dpdk-performance-changes-3n-tsh-h1"
7259     - title: "2005"
7260       data-set: "dpdk-performance-changes-3n-tsh-ref"
7261     - title: "2009"
7262       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7263   comparisons:
7264     - title: "Diff"
7265       reference: 2
7266       compare: 3
7267   legend:
7268     - ""
7269     - "2001, 2005, 2009 - DPDK versions tested."
7270     - "Diff - difference between 2005 and 2009 DPDK version."
7271
7272 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7273 - type: "table"
7274   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7275   algorithm: "table_comparison"
7276   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7278   filter: "'NIC_Intel-X710'"
7279   columns:
7280     - title: "3n-hsw x710"
7281       data-set: "dpdk-compare-testbeds-ref"
7282     - title: "3n-skx x710"
7283       data-set: "dpdk-compare-testbeds-cmp"
7284   comparisons:
7285     - title: "Diff"
7286       reference: 1
7287       compare: 2
7288   legend:
7289     - ""
7290     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7291     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7292
7293 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7294 - type: "table"
7295   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7296   algorithm: "table_comparison"
7297   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7299   filter: "'NIC_Intel-X710'"
7300   columns:
7301     - title: "3n-hsw x710"
7302       data-set: "dpdk-compare-testbeds-ref"
7303     - title: "3n-skx x710"
7304       data-set: "dpdk-compare-testbeds-cmp"
7305   comparisons:
7306     - title: "Diff"
7307       reference: 1
7308       compare: 2
7309   legend:
7310     - ""
7311     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7312     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7313
7314 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7315 - type: "table"
7316   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7317   algorithm: "table_comparison"
7318   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7320   filter: "'NIC_Intel-XXV710'"
7321   columns:
7322     - title: "2n-skx"
7323       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7324     - title: "2n-clx"
7325       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7326   comparisons:
7327     - title: "Diff"
7328       reference: 1
7329       compare: 2
7330   legend:
7331     - ""
7332     - "2n-skx, 2n-clx - testbeds and NICs tested."
7333     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7334
7335 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7336 - type: "table"
7337   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7338   algorithm: "table_comparison"
7339   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7341   filter: "'NIC_Intel-XXV710'"
7342   columns:
7343     - title: "2n-skx"
7344       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7345     - title: "2n-clx"
7346       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7347   comparisons:
7348     - title: "Diff"
7349       reference: 1
7350       compare: 2
7351   legend:
7352     - ""
7353     - "2n-skx, 2n-clx - testbeds and NICs tested."
7354     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7355
7356 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7357 - type: "table"
7358   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7359   algorithm: "table_comparison"
7360   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7362   filter: "'NIC_Intel-XXV710'"
7363   columns:
7364     - title: "3n-skx"
7365       data-set: "dpdk-compare-topologies-ref"
7366     - title: "2n-skx"
7367       data-set: "dpdk-compare-topologies-cmp"
7368   comparisons:
7369     - title: "Diff"
7370       reference: 1
7371       compare: 2
7372   legend:
7373     - ""
7374     - "3n-skx, 2n-skx - topologies tested."
7375     - "Diff - difference between 3n-skx and 2n-skx topologies."
7376
7377 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7378 - type: "table"
7379   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7380   algorithm: "table_comparison"
7381   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7383   filter: "'NIC_Intel-XXV710'"
7384   columns:
7385     - title: "3n-skx"
7386       data-set: "dpdk-compare-topologies-ref"
7387     - title: "2n-skx"
7388       data-set: "dpdk-compare-topologies-cmp"
7389   comparisons:
7390     - title: "Diff"
7391       reference: 1
7392       compare: 2
7393   legend:
7394     - ""
7395     - "3n-skx, 2n-skx - topologies tested."
7396     - "Diff - difference between 3n-skx and 2n-skx topologies."
7397
7398 # Detailed Test Results - DPDK Performance Results 3n-hsw
7399 - type: "table"
7400   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7401   algorithm: "table_merged_details"
7402   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7403   columns:
7404     - title: " |prein| Test Name |preout| "
7405       data: "data name"
7406     - 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| "
7407       data: "data msg"
7408   data: "dpdk-perf-results-3n-hsw"
7409   filter: "all"
7410   parameters:
7411   - "name"
7412   - "parent"
7413   - "msg"
7414
7415 # Detailed Test Results - DPDK Performance Results 3n-skx
7416 - type: "table"
7417   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7418   algorithm: "table_merged_details"
7419   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7420   columns:
7421     - title: " |prein| Test Name |preout| "
7422       data: "data name"
7423     - 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| "
7424       data: "data msg"
7425   data: "dpdk-perf-results-3n-skx"
7426   filter: "all"
7427   remove-ndr: False
7428   parameters:
7429   - "name"
7430   - "parent"
7431   - "msg"
7432
7433 # Detailed Test Results - DPDK Performance Results 2n-skx
7434 - type: "table"
7435   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7436   algorithm: "table_merged_details"
7437   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7438   columns:
7439     - title: " |prein| Test Name |preout| "
7440       data: "data name"
7441     - 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| "
7442       data: "data msg"
7443   data: "dpdk-perf-results-2n-skx"
7444   filter: "all"
7445   remove-ndr: False
7446   parameters:
7447   - "name"
7448   - "parent"
7449   - "msg"
7450
7451 # Detailed Test Results - DPDK Performance Results 2n-zn2
7452 - type: "table"
7453   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7454   algorithm: "table_merged_details"
7455   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7456   columns:
7457     - title: " |prein| Test Name |preout| "
7458       data: "data name"
7459     - 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| "
7460       data: "data msg"
7461   data: "dpdk-perf-results-2n-zn2"
7462   filter: "all"
7463   remove-ndr: False
7464   parameters:
7465   - "name"
7466   - "parent"
7467   - "msg"
7468
7469 # Detailed Test Results - DPDK Performance Results 2n-clx
7470 - type: "table"
7471   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7472   algorithm: "table_merged_details"
7473   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7474   columns:
7475     - title: " |prein| Test Name |preout| "
7476       data: "data name"
7477     - 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| "
7478       data: "data msg"
7479   data: "dpdk-perf-results-2n-clx"
7480   filter: "all"
7481   parameters:
7482   - "name"
7483   - "parent"
7484   - "msg"
7485
7486 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7487 #- type: "table"
7488 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7489 #  algorithm: "table_merged_details"
7490 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7491 #  columns:
7492 #    - title: " |prein| Test Name |preout| "
7493 #      data: "data name"
7494 #    - 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| "
7495 #      data: "data msg"
7496 #  data: "dpdk-perf-results-2n-dnv"
7497 #  filter: "all"
7498 #  parameters:
7499 #  - "name"
7500 #  - "parent"
7501 #  - "msg"
7502 #
7503 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7504 #- type: "table"
7505 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7506 #  algorithm: "table_merged_details"
7507 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7508 #  columns:
7509 #    - title: " |prein| Test Name |preout| "
7510 #      data: "data name"
7511 #    - 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| "
7512 #      data: "data msg"
7513 #  data: "dpdk-perf-results-3n-dnv"
7514 #  filter: "all"
7515 #  parameters:
7516 #  - "name"
7517 #  - "parent"
7518 #  - "msg"
7519
7520 # Detailed Test Results - DPDK Performance Results 3n-tsh
7521 - type: "table"
7522   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7523   algorithm: "table_merged_details"
7524   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7525   columns:
7526     - title: " |prein| Test Name |preout| "
7527       data: "data name"
7528     - 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| "
7529       data: "data msg"
7530   data: "dpdk-perf-results-3n-tsh"
7531   filter: "all"
7532   parameters:
7533   - "name"
7534   - "parent"
7535   - "msg"
7536
7537 ################################################################################
7538 ###                                F I L E S                                 ###
7539 ################################################################################
7540
7541 # VPP Performance Results
7542 - type: "file"
7543   title: "VPP Performance Results"
7544   algorithm: "file_details_split"
7545   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7546   dir-tables:
7547     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7548     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7549     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7550     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7551     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7552     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7553     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7554     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7555   data:
7556     - "vpp-perf-results-2n-skx"
7557     - "vpp-perf-results-3n-skx"
7558     - "vpp-perf-results-2n-clx"
7559     - "vpp-perf-results-2n-zn2"
7560     - "vpp-perf-results-3n-hsw"
7561     - "vpp-perf-results-3n-tsh"
7562     - "vpp-perf-results-2n-dnv"
7563     - "vpp-perf-results-3n-dnv"
7564   filter: "all"
7565   data-start-level: 4
7566   order-chapters:
7567     level-1:
7568       - "l2"
7569       - "ip4"
7570       - "ip6"
7571       - "srv6"
7572       - "ip4_tunnels"
7573       - "ip6_tunnels"
7574       - "vm_vhost"
7575       - "container_memif"
7576       - "crypto"
7577       - "vts"
7578       - "lb"
7579       - "nfv_density"
7580       - "hoststack"
7581     level-2:
7582       - "2n-skx"
7583       - "3n-skx"
7584       - "2n-clx"
7585       - "2n-zn2"
7586       - "3n-hsw"
7587       - "3n-tsh"
7588       - "2n-dnv"
7589       - "3n-dnv"
7590     level-3:
7591       - "xl710"
7592       - "x520"
7593       - "xxv710"
7594       - "x710"
7595       - "x553"
7596       - "cx556a"
7597       - "vic1227"
7598       - "vic1385"
7599
7600 # VPP Performance Configuration
7601 - type: "file"
7602   title: "VPP Performance Configuration"
7603   algorithm: "file_details_split"
7604   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7605   dir-tables:
7606     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7607     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7608     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7609     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7610     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7611     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7612     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7613     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7614   data:
7615     - "vpp-perf-results-2n-skx"
7616     - "vpp-perf-results-3n-skx"
7617     - "vpp-perf-results-2n-clx"
7618     - "vpp-perf-results-2n-zn2"
7619     - "vpp-perf-results-3n-hsw"
7620     - "vpp-perf-results-3n-tsh"
7621     - "vpp-perf-results-2n-dnv"
7622     - "vpp-perf-results-3n-dnv"
7623   filter: "all"
7624   data-start-level: 4
7625   order-chapters:
7626     level-1:
7627       - "l2"
7628       - "ip4"
7629       - "ip6"
7630       - "srv6"
7631       - "ip4_tunnels"
7632       - "ip6_tunnels"
7633       - "vm_vhost"
7634       - "container_memif"
7635       - "crypto"
7636       - "vts"
7637       - "lb"
7638       - "nfv_density"
7639       - "hoststack"
7640     level-2:
7641       - "2n-skx"
7642       - "3n-skx"
7643       - "2n-clx"
7644       - "2n-zn2"
7645       - "3n-hsw"
7646       - "3n-tsh"
7647       - "2n-dnv"
7648       - "3n-dnv"
7649     level-3:
7650       - "xl710"
7651       - "x520"
7652       - "xxv710"
7653       - "x710"
7654       - "x553"
7655       - "cx556a"
7656       - "vic1227"
7657       - "vic1385"
7658
7659 # VPP Performance Operational
7660 - type: "file"
7661   title: "VPP Performance Operational"
7662   algorithm: "file_details_split_html"
7663   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7664   dir-tables:
7665     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7666     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7667     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7668     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7669     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7670     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7671     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7672     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7673   data:
7674     - "vpp-perf-results-2n-skx"
7675     - "vpp-perf-results-3n-skx"
7676     - "vpp-perf-results-2n-clx"
7677     - "vpp-perf-results-2n-zn2"
7678     - "vpp-perf-results-3n-hsw"
7679     - "vpp-perf-results-3n-tsh"
7680     - "vpp-perf-results-2n-dnv"
7681     - "vpp-perf-results-3n-dnv"
7682   filter: "all"
7683   data-start-level: 4
7684   order-chapters:
7685     level-1:
7686       - "l2"
7687       - "ip4"
7688       - "ip6"
7689       - "srv6"
7690       - "ip4_tunnels"
7691       - "ip6_tunnels"
7692       - "vm_vhost"
7693       - "container_memif"
7694       - "crypto"
7695       - "vts"
7696       - "lb"
7697       - "nfv_density"
7698       - "hoststack"
7699     level-2:
7700       - "2n-skx"
7701       - "3n-skx"
7702       - "2n-clx"
7703       - "2n-zn2"
7704       - "3n-hsw"
7705       - "3n-tsh"
7706       - "2n-dnv"
7707       - "3n-dnv"
7708     level-3:
7709       - "xl710"
7710       - "x520"
7711       - "xxv710"
7712       - "x710"
7713       - "x553"
7714       - "cx556a"
7715       - "vic1227"
7716       - "vic1385"
7717
7718 # VPP MRR Results
7719 - type: "file"
7720   title: "VPP MRR Results"
7721   algorithm: "file_details_split"
7722   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7723   dir-tables:
7724     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7725     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7726     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7727     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7728     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7729     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7730     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7731     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7732   data:
7733     - "vpp-mrr-results-2n-skx"
7734     - "vpp-mrr-results-3n-skx"
7735     - "vpp-mrr-results-2n-clx"
7736     - "vpp-mrr-results-2n-zn2"
7737     - "vpp-mrr-results-3n-hsw"
7738     - "vpp-mrr-results-3n-tsh"
7739     - "vpp-mrr-results-2n-dnv"
7740     - "vpp-mrr-results-3n-dnv"
7741   filter: "all"
7742   data-start-level: 4
7743   order-chapters:
7744     level-1:
7745       - "l2"
7746       - "ip4"
7747       - "ip6"
7748       - "srv6"
7749       - "ip4_tunnels"
7750       - "ip6_tunnels"
7751       - "vm_vhost"
7752       - "container_memif"
7753       - "crypto"
7754       - "vts"
7755       - "lb"
7756       - "nfv_density"
7757       - "hoststack"
7758     level-2:
7759       - "2n-skx"
7760       - "3n-skx"
7761       - "2n-clx"
7762       - "2n-zn2"
7763       - "3n-hsw"
7764       - "3n-tsh"
7765       - "2n-dnv"
7766       - "3n-dnv"
7767     level-3:
7768       - "xl710"
7769       - "x520"
7770       - "xxv710"
7771       - "x710"
7772       - "x553"
7773       - "cx556a"
7774       - "vic1227"
7775       - "vic1385"
7776
7777 # VPP MRR Configuration
7778 - type: "file"
7779   title: "VPP MRR Configuration"
7780   algorithm: "file_details_split"
7781   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7782   dir-tables:
7783     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7784     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7785     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7786     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7787     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7788     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7789     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7790     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7791   data:
7792     - "vpp-mrr-results-2n-skx"
7793     - "vpp-mrr-results-3n-skx"
7794     - "vpp-mrr-results-2n-clx"
7795     - "vpp-mrr-results-2n-zn2"
7796     - "vpp-mrr-results-3n-hsw"
7797     - "vpp-mrr-results-3n-tsh"
7798     - "vpp-mrr-results-2n-dnv"
7799     - "vpp-mrr-results-3n-dnv"
7800   filter: "all"
7801   data-start-level: 4
7802   order-chapters:
7803     level-1:
7804       - "l2"
7805       - "ip4"
7806       - "ip6"
7807       - "srv6"
7808       - "ip4_tunnels"
7809       - "ip6_tunnels"
7810       - "vm_vhost"
7811       - "container_memif"
7812       - "crypto"
7813       - "vts"
7814       - "lb"
7815       - "nfv_density"
7816       - "hoststack"
7817     level-2:
7818       - "2n-skx"
7819       - "3n-skx"
7820       - "2n-clx"
7821       - "2n-zn2"
7822       - "3n-hsw"
7823       - "3n-tsh"
7824       - "2n-dnv"
7825       - "3n-dnv"
7826     level-3:
7827       - "xl710"
7828       - "x520"
7829       - "xxv710"
7830       - "x710"
7831       - "x553"
7832       - "cx556a"
7833       - "vic1227"
7834       - "vic1385"
7835
7836 # VPP Device Results - Ubuntu
7837 - type: "file"
7838   title: "VPP Device Results - Ubuntu"
7839   algorithm: "file_test_results"
7840   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7841   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7842   data: "vpp-device-results-ubuntu"
7843   filter: "all"
7844   data-start-level: 4
7845
7846 # VPP Device Configuration - Ubuntu
7847 - type: "file"
7848   title: "VPP Device Configuration - Ubuntu"
7849   algorithm: "file_test_results"
7850   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7851   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7852   data: "vpp-device-results-ubuntu"
7853   filter: "all"
7854   data-start-level: 4
7855
7856 # DPDK Performance Results 3n-hsw
7857 - type: "file"
7858   title: "DPDK Performance Results 3n-hsw"
7859   algorithm: "file_test_results"
7860   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7861   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7862   data: "dpdk-perf-results-3n-hsw"
7863   filter: "all"
7864   data-start-level: 4
7865
7866 # DPDK Performance Results 3n-skx
7867 - type: "file"
7868   title: "DPDK Performance Results 3n-skx"
7869   algorithm: "file_test_results"
7870   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7871   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7872   data: "dpdk-perf-results-3n-skx"
7873   filter: "all"
7874   data-start-level: 4
7875
7876 # DPDK Performance Results 2n-skx
7877 - type: "file"
7878   title: "DPDK Performance Results 2n-skx"
7879   algorithm: "file_test_results"
7880   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7881   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7882   data: "dpdk-perf-results-2n-skx"
7883   filter: "all"
7884   data-start-level: 4
7885
7886 # DPDK Performance Results 2n-zn2
7887 - type: "file"
7888   title: "DPDK Performance Results 2n-zn2"
7889   algorithm: "file_test_results"
7890   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7891   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7892   data: "dpdk-perf-results-2n-zn2"
7893   filter: "all"
7894   data-start-level: 4
7895
7896 # DPDK Performance Results 2n-clx
7897 - type: "file"
7898   title: "DPDK Performance Results 2n-clx"
7899   algorithm: "file_test_results"
7900   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7901   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7902   data: "dpdk-perf-results-2n-clx"
7903   filter: "all"
7904   data-start-level: 4
7905
7906 ## DPDK Performance Results 2n-dnv
7907 #- type: "file"
7908 #  title: "DPDK Performance Results 2n-dnv"
7909 #  algorithm: "file_test_results"
7910 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7911 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7912 #  data: "dpdk-perf-results-2n-dnv"
7913 #  filter: "all"
7914 #  data-start-level: 4
7915 #
7916 ## DPDK Performance Results 3n-dnv
7917 #- type: "file"
7918 #  title: "DPDK Performance Results 3n-dnv"
7919 #  algorithm: "file_test_results"
7920 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7921 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7922 #  data: "dpdk-perf-results-3n-dnv"
7923 #  filter: "all"
7924 #  data-start-level: 4
7925
7926 # DPDK Performance Results 3n-tsh
7927 - type: "file"
7928   title: "DPDK Performance Results 3n-tsh"
7929   algorithm: "file_test_results"
7930   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7931   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7932   data: "dpdk-perf-results-3n-tsh"
7933   filter: "all"
7934   data-start-level: 4
7935
7936 ################################################################################
7937 ###                                P L O T S                                 ###
7938 ################################################################################
7939
7940 # Hoststack tests 3n-hsw
7941
7942 - type: "plot"
7943   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7944   algorithm: "plot_perf_box_name"
7945   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7946   data: "plot-vpp-hoststack-3n-hsw"
7947   include:
7948     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7949     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7950   layout:
7951     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7952     layout: "plot-hoststack"
7953
7954 - type: "plot"
7955   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7956   algorithm: "plot_perf_box_name"
7957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7958   data: "plot-vpp-hoststack-3n-hsw"
7959   include:
7960     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7961     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7962   layout:
7963     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7964     layout: "plot-hoststack"
7965
7966 - type: "plot"
7967   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7968   algorithm: "plot_perf_box_name"
7969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7970   data: "plot-vpp-hoststack-3n-hsw"
7971   include:
7972     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7973     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7974     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7975     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7976   layout:
7977     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7978     layout: "plot-hoststack"
7979
7980 ################################################################################
7981
7982 # Soak Test (PLRsearch), boxes - 2n-clx
7983 - type: "plot"
7984   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7985   algorithm: "plot_perf_box_name"
7986   output-file-type: ".html"
7987   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7988   data: "plot-vpp-soak-2n-clx"
7989   include:
7990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7996   layout:
7997     title: "30 Minutes Soak Test (PLRsearch)"
7998     layout: "plot-soak-throughput"
7999
8000 # Soak Test (PLRsearch), boxes - 2n-clx
8001 - type: "plot"
8002   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8003   algorithm: "plot_perf_box_name"
8004   output-file-type: ".html"
8005   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8006   data: "plot-vpp-soak-2n-clx"
8007   include:
8008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8010     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8013     - "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"
8014   layout:
8015     title: "30 Minutes Soak Test (PLRsearch)"
8016     layout: "plot-soak-throughput"
8017
8018 # Soak Test (PLRsearch), boxes - 2n-skx
8019 - type: "plot"
8020   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8021   algorithm: "plot_perf_box_name"
8022   output-file-type: ".html"
8023   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8024   data: "plot-vpp-soak-2n-skx"
8025   include:
8026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8032   layout:
8033     title: "30 Minutes Soak Test (PLRsearch)"
8034     layout: "plot-soak-throughput"
8035
8036 # Soak Test (PLRsearch), boxes - 2n-skx
8037 - type: "plot"
8038   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8039   algorithm: "plot_perf_box_name"
8040   output-file-type: ".html"
8041   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8042   data: "plot-vpp-soak-2n-skx"
8043   include:
8044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8049     - "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"
8050   layout:
8051     title: "30 Minutes Soak Test (PLRsearch)"
8052     layout: "plot-soak-throughput"
8053
8054 ###############################################################################
8055
8056 # Reconf tests 2n-skx
8057
8058 - type: "plot"
8059   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8060   algorithm: "plot_nf_reconf_box_name"
8061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8062   data: "plot-vpp-nfv-reconf-2n-skx"
8063   include:
8064     - "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"
8065     - "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"
8066     - "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"
8067     - "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"
8068     - "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"
8069     - "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"
8070   layout:
8071     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8072     layout: "plot-throughput"
8073
8074 - type: "plot"
8075   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8076   algorithm: "plot_nf_reconf_box_name"
8077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8078   data: "plot-vpp-nfv-reconf-2n-skx"
8079   include:
8080     - "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"
8081     - "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"
8082     - "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"
8083     - "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"
8084     - "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"
8085     - "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"
8086   layout:
8087     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8088     layout: "plot-throughput"
8089
8090 - type: "plot"
8091   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8092   algorithm: "plot_nf_reconf_box_name"
8093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8094   data: "plot-vpp-nfv-reconf-2n-skx"
8095   include:
8096     - "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"
8097     - "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"
8098     - "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"
8099     - "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"
8100     - "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"
8101     - "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"
8102   layout:
8103     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8104     layout: "plot-throughput"
8105
8106 ###############################################################################
8107
8108 # Reconf tests 2n-clx
8109
8110 - type: "plot"
8111   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8112   algorithm: "plot_nf_reconf_box_name"
8113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8114   data: "plot-vpp-nfv-reconf-2n-clx"
8115   include:
8116     - "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"
8117     - "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"
8118     - "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"
8119     - "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"
8120   layout:
8121     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8122     layout: "plot-throughput"
8123
8124 - type: "plot"
8125   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8126   algorithm: "plot_nf_reconf_box_name"
8127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8128   data: "plot-vpp-nfv-reconf-2n-clx"
8129   include:
8130     - "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"
8131     - "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"
8132     - "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"
8133     - "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"
8134   layout:
8135     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8136     layout: "plot-throughput"
8137
8138 - type: "plot"
8139   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8140   algorithm: "plot_nf_reconf_box_name"
8141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8142   data: "plot-vpp-nfv-reconf-2n-clx"
8143   include:
8144     - "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"
8145     - "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"
8146     - "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"
8147     - "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"
8148   layout:
8149     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8150     layout: "plot-throughput"
8151
8152 ###############################################################################
8153
8154 # Plots - NF Density - VSC - MRR IMIX
8155 - type: "plot"
8156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8157   algorithm: "plot_nf_heatmap"
8158   output-file-type: ".html"
8159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8160   data: "plot-vpp-nfv-2n-skx-mrr"
8161   filter: "'NIC_Intel-XXV710' and
8162            'NF_DENSITY' and
8163            'VHOST' and
8164            not 'VXLAN' and
8165            'CHAIN' and
8166            'NF_VPPIP4' and
8167            'IMIX' and
8168            '2T1C' and
8169            'MRR'"
8170   parameters:
8171   - "result"
8172   - "name"
8173   - "tags"
8174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8175   x-axis: "X = VNFs per Service Chain"
8176   y-axis: "Y = Number of Service Chains"
8177   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8178   layout:
8179     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8180     layout: "plot-service-density"
8181
8182 - type: "plot"
8183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8184   algorithm: "plot_nf_heatmap"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8187   data: "plot-vpp-nfv-2n-skx-mrr"
8188   filter: "'NIC_Intel-XXV710' and
8189            'NF_DENSITY' and
8190            'VHOST' and
8191            not 'VXLAN' and
8192            'CHAIN' and
8193            'NF_VPPIP4' and
8194            'IMIX' and
8195            '4T2C' and
8196            'MRR'"
8197   parameters:
8198   - "result"
8199   - "name"
8200   - "tags"
8201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8202   x-axis: "X = VNFs per Service Chain"
8203   y-axis: "Y = Number of Service Chains"
8204   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8205   layout:
8206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8207     layout: "plot-service-density"
8208
8209 - type: "plot"
8210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8211   algorithm: "plot_nf_heatmap"
8212   output-file-type: ".html"
8213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8214   data: "plot-vpp-nfv-2n-skx-mrr"
8215   filter: "'NIC_Intel-XXV710' and
8216            'NF_DENSITY' and
8217            'VHOST' and
8218            not 'VXLAN' and
8219            'CHAIN' and
8220            'NF_VPPIP4' and
8221            'IMIX' and
8222            '8T4C' and
8223            'MRR'"
8224   parameters:
8225   - "result"
8226   - "name"
8227   - "tags"
8228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8229   x-axis: "X = VNFs per Service Chain"
8230   y-axis: "Y = Number of Service Chains"
8231   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8232   layout:
8233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8234     layout: "plot-service-density"
8235
8236 # Plots - NF Density - VSC - NDR IMIX
8237 - type: "plot"
8238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8239   algorithm: "plot_nf_heatmap"
8240   output-file-type: ".html"
8241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8242   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8243   filter: "'NIC_Intel-XXV710' and
8244            'NF_DENSITY' and
8245            'VHOST' and
8246            not 'VXLAN' and
8247            'CHAIN' and
8248            'NF_VPPIP4' and
8249            'IMIX' and
8250            '2T1C' and
8251            'NDRPDR'"
8252   parameters:
8253   - "throughput"
8254   - "name"
8255   - "tags"
8256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8257   x-axis: "X = VNFs per Service Chain"
8258   y-axis: "Y = Number of Service Chains"
8259   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8260   layout:
8261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8262     layout: "plot-service-density"
8263
8264 - type: "plot"
8265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8266   algorithm: "plot_nf_heatmap"
8267   output-file-type: ".html"
8268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8269   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8270   filter: "'NIC_Intel-XXV710' and
8271            'NF_DENSITY' and
8272            'VHOST' and
8273            not 'VXLAN' and
8274            'CHAIN' and
8275            'NF_VPPIP4' and
8276            'IMIX' and
8277            '4T2C' and
8278            'NDRPDR'"
8279   parameters:
8280   - "throughput"
8281   - "name"
8282   - "tags"
8283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8284   x-axis: "X = VNFs per Service Chain"
8285   y-axis: "Y = Number of Service Chains"
8286   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8287   layout:
8288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8289     layout: "plot-service-density"
8290
8291 - type: "plot"
8292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8293   algorithm: "plot_nf_heatmap"
8294   output-file-type: ".html"
8295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8296   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8297   filter: "'NIC_Intel-XXV710' and
8298            'NF_DENSITY' and
8299            'VHOST' and
8300            not 'VXLAN' and
8301            'CHAIN' and
8302            'NF_VPPIP4' and
8303            'IMIX' and
8304            '8T4C' and
8305            'NDRPDR'"
8306   parameters:
8307   - "throughput"
8308   - "name"
8309   - "tags"
8310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8311   x-axis: "X = VNFs per Service Chain"
8312   y-axis: "Y = Number of Service Chains"
8313   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8314   layout:
8315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8316     layout: "plot-service-density"
8317
8318 # Plots - NF Density - VSC - PDR IMIX
8319 - type: "plot"
8320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8321   algorithm: "plot_nf_heatmap"
8322   output-file-type: ".html"
8323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8324   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8325   filter: "'NIC_Intel-XXV710' and
8326            'NF_DENSITY' and
8327            'VHOST' and
8328            not 'VXLAN' and
8329            'CHAIN' and
8330            'NF_VPPIP4' and
8331            'IMIX' and
8332            '2T1C' and
8333            'NDRPDR'"
8334   parameters:
8335   - "throughput"
8336   - "name"
8337   - "tags"
8338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8339   x-axis: "X = VNFs per Service Chain"
8340   y-axis: "Y = Number of Service Chains"
8341   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8342   layout:
8343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8344     layout: "plot-service-density"
8345
8346 - type: "plot"
8347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8348   algorithm: "plot_nf_heatmap"
8349   output-file-type: ".html"
8350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8351   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8352   filter: "'NIC_Intel-XXV710' and
8353            'NF_DENSITY' and
8354            'VHOST' and
8355            not 'VXLAN' and
8356            'CHAIN' and
8357            'NF_VPPIP4' and
8358            'IMIX' and
8359            '4T2C' and
8360            'NDRPDR'"
8361   parameters:
8362   - "throughput"
8363   - "name"
8364   - "tags"
8365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8366   x-axis: "X = VNFs per Service Chain"
8367   y-axis: "Y = Number of Service Chains"
8368   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8369   layout:
8370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8371     layout: "plot-service-density"
8372
8373 - type: "plot"
8374   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8375   algorithm: "plot_nf_heatmap"
8376   output-file-type: ".html"
8377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8378   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8379   filter: "'NIC_Intel-XXV710' and
8380            'NF_DENSITY' and
8381            'VHOST' and
8382            not 'VXLAN' and
8383            'CHAIN' and
8384            'NF_VPPIP4' and
8385            'IMIX' and
8386            '8T4C' and
8387            'NDRPDR'"
8388   parameters:
8389   - "throughput"
8390   - "name"
8391   - "tags"
8392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8393   x-axis: "X = VNFs per Service Chain"
8394   y-axis: "Y = Number of Service Chains"
8395   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8396   layout:
8397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8398     layout: "plot-service-density"
8399
8400 ###############################################################################
8401
8402 # Plots - NF Density - VSC - MRR IMIX
8403 - type: "plot"
8404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8405   algorithm: "plot_nf_heatmap"
8406   output-file-type: ".html"
8407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8408   data: "plot-vpp-nfv-2n-skx-mrr"
8409   filter: "'NIC_Intel-XXV710' and
8410            'NF_DENSITY' and
8411            'VHOST' and
8412            'VXLAN' and
8413            'CHAIN' and
8414            'IMIX' and
8415            '2T1C' and
8416            'MRR'"
8417   parameters:
8418   - "result"
8419   - "name"
8420   - "tags"
8421   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8422   x-axis: "X = VNFs per Service Chain"
8423   y-axis: "Y = Number of Service Chains"
8424   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8425   layout:
8426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8427     layout: "plot-service-density"
8428
8429 - type: "plot"
8430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8431   algorithm: "plot_nf_heatmap"
8432   output-file-type: ".html"
8433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8434   data: "plot-vpp-nfv-2n-skx-mrr"
8435   filter: "'NIC_Intel-XXV710' and
8436            'NF_DENSITY' and
8437            'VHOST' and
8438            'VXLAN' and
8439            'CHAIN' and
8440            'IMIX' and
8441            '4T2C' and
8442            'MRR'"
8443   parameters:
8444   - "result"
8445   - "name"
8446   - "tags"
8447   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8448   x-axis: "X = VNFs per Service Chain"
8449   y-axis: "Y = Number of Service Chains"
8450   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8451   layout:
8452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8453     layout: "plot-service-density"
8454
8455 - type: "plot"
8456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8457   algorithm: "plot_nf_heatmap"
8458   output-file-type: ".html"
8459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8460   data: "plot-vpp-nfv-2n-skx-mrr"
8461   filter: "'NIC_Intel-XXV710' and
8462            'NF_DENSITY' and
8463            'VHOST' and
8464            'VXLAN' and
8465            'CHAIN' and
8466            'IMIX' and
8467            '8T4C' and
8468            'MRR'"
8469   parameters:
8470   - "result"
8471   - "name"
8472   - "tags"
8473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8474   x-axis: "X = VNFs per Service Chain"
8475   y-axis: "Y = Number of Service Chains"
8476   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8477   layout:
8478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8479     layout: "plot-service-density"
8480
8481 # Plots - NF Density - VSC - NDR IMIX
8482 - type: "plot"
8483   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8484   algorithm: "plot_nf_heatmap"
8485   output-file-type: ".html"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8487   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8488   filter: "'NIC_Intel-XXV710' and
8489            'NF_DENSITY' and
8490            'VHOST' and
8491            'VXLAN' and
8492            'CHAIN' and
8493            'IMIX' and
8494            '2T1C' and
8495            'NDRPDR'"
8496   parameters:
8497   - "throughput"
8498   - "name"
8499   - "tags"
8500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8501   x-axis: "X = VNFs per Service Chain"
8502   y-axis: "Y = Number of Service Chains"
8503   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8504   layout:
8505     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8506     layout: "plot-service-density"
8507
8508 - type: "plot"
8509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8510   algorithm: "plot_nf_heatmap"
8511   output-file-type: ".html"
8512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8513   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8514   filter: "'NIC_Intel-XXV710' and
8515            'NF_DENSITY' and
8516            'VHOST' and
8517            'VXLAN' and
8518            'CHAIN' and
8519            'IMIX' and
8520            '4T2C' and
8521            'NDRPDR'"
8522   parameters:
8523   - "throughput"
8524   - "name"
8525   - "tags"
8526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8527   x-axis: "X = VNFs per Service Chain"
8528   y-axis: "Y = Number of Service Chains"
8529   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8530   layout:
8531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8532     layout: "plot-service-density"
8533
8534 - type: "plot"
8535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8536   algorithm: "plot_nf_heatmap"
8537   output-file-type: ".html"
8538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8539   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8540   filter: "'NIC_Intel-XXV710' and
8541            'NF_DENSITY' and
8542            'VHOST' and
8543            'VXLAN' and
8544            'CHAIN' and
8545            'IMIX' and
8546            '8T4C' and
8547            'NDRPDR'"
8548   parameters:
8549   - "throughput"
8550   - "name"
8551   - "tags"
8552   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8553   x-axis: "X = VNFs per Service Chain"
8554   y-axis: "Y = Number of Service Chains"
8555   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8556   layout:
8557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8558     layout: "plot-service-density"
8559
8560 # Plots - NF Density - VSC - PDR IMIX
8561 - type: "plot"
8562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8563   algorithm: "plot_nf_heatmap"
8564   output-file-type: ".html"
8565   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8566   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8567   filter: "'NIC_Intel-XXV710' and
8568            'NF_DENSITY' and
8569            'VHOST' and
8570            'VXLAN' and
8571            'CHAIN' and
8572            'IMIX' and
8573            '2T1C' and
8574            'NDRPDR'"
8575   parameters:
8576   - "throughput"
8577   - "name"
8578   - "tags"
8579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8580   x-axis: "X = VNFs per Service Chain"
8581   y-axis: "Y = Number of Service Chains"
8582   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8583   layout:
8584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8585     layout: "plot-service-density"
8586
8587 - type: "plot"
8588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8589   algorithm: "plot_nf_heatmap"
8590   output-file-type: ".html"
8591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8592   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8593   filter: "'NIC_Intel-XXV710' and
8594            'NF_DENSITY' and
8595            'VHOST' and
8596            'VXLAN' and
8597            'CHAIN' and
8598            'IMIX' and
8599            '4T2C' and
8600            'NDRPDR'"
8601   parameters:
8602   - "throughput"
8603   - "name"
8604   - "tags"
8605   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8606   x-axis: "X = VNFs per Service Chain"
8607   y-axis: "Y = Number of Service Chains"
8608   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8609   layout:
8610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8611     layout: "plot-service-density"
8612
8613 - type: "plot"
8614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8615   algorithm: "plot_nf_heatmap"
8616   output-file-type: ".html"
8617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8618   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8619   filter: "'NIC_Intel-XXV710' and
8620            'NF_DENSITY' and
8621            'VHOST' and
8622            'VXLAN' and
8623            'CHAIN' and
8624            'IMIX' and
8625            '8T4C' and
8626            'NDRPDR'"
8627   parameters:
8628   - "throughput"
8629   - "name"
8630   - "tags"
8631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8632   x-axis: "X = VNFs per Service Chain"
8633   y-axis: "Y = Number of Service Chains"
8634   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8635   layout:
8636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8637     layout: "plot-service-density"
8638
8639 ###############################################################################
8640
8641 # Plots - NF Density - CSC - MRR IMIX
8642 - type: "plot"
8643   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8644   algorithm: "plot_nf_heatmap"
8645   output-file-type: ".html"
8646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8647   data: "plot-vpp-nfv-2n-skx-mrr"
8648   filter: "'NIC_Intel-XXV710' and
8649            'NF_DENSITY' and
8650            'DOCKER' and
8651            'CHAIN' and
8652            'NF_VPPIP4' and
8653            'IMIX' and
8654            '2T1C' and
8655            'MRR'"
8656   parameters:
8657   - "result"
8658   - "name"
8659   - "tags"
8660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8661   x-axis: "X = CNFs per Service Chain"
8662   y-axis: "Y = Number of Service Chains"
8663   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8664   layout:
8665     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8666     layout: "plot-service-density"
8667
8668 - type: "plot"
8669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8670   algorithm: "plot_nf_heatmap"
8671   output-file-type: ".html"
8672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8673   data: "plot-vpp-nfv-2n-skx-mrr"
8674   filter: "'NIC_Intel-XXV710' and
8675            'NF_DENSITY' and
8676            'DOCKER' and
8677            'CHAIN' and
8678            'NF_VPPIP4' and
8679            'IMIX' and
8680            '4T2C' and
8681            'MRR'"
8682   parameters:
8683   - "result"
8684   - "name"
8685   - "tags"
8686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8687   x-axis: "X = CNFs per Service Chain"
8688   y-axis: "Y = Number of Service Chains"
8689   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8690   layout:
8691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8692     layout: "plot-service-density"
8693
8694 - type: "plot"
8695   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8696   algorithm: "plot_nf_heatmap"
8697   output-file-type: ".html"
8698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8699   data: "plot-vpp-nfv-2n-skx-mrr"
8700   filter: "'NIC_Intel-XXV710' and
8701            'NF_DENSITY' and
8702            'DOCKER' and
8703            'CHAIN' and
8704            'NF_VPPIP4' and
8705            'IMIX' and
8706            '8T4C' and
8707            'MRR'"
8708   parameters:
8709   - "result"
8710   - "name"
8711   - "tags"
8712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8713   x-axis: "X = CNFs per Service Chain"
8714   y-axis: "Y = Number of Service Chains"
8715   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8716   layout:
8717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8718     layout: "plot-service-density"
8719
8720 # Plots - NF Density - CSC - NDR IMIX
8721 - type: "plot"
8722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8723   algorithm: "plot_nf_heatmap"
8724   output-file-type: ".html"
8725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8726   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8727   filter: "'NIC_Intel-XXV710' and
8728            'NF_DENSITY' and
8729            'DOCKER' and
8730            'CHAIN' and
8731            'NF_VPPIP4' and
8732            'IMIX' and
8733            '2T1C' and
8734            'NDRPDR'"
8735   parameters:
8736   - "throughput"
8737   - "name"
8738   - "tags"
8739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8740   x-axis: "X = CNFs per Service Chain"
8741   y-axis: "Y = Number of Service Chains"
8742   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8743   layout:
8744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8745     layout: "plot-service-density"
8746
8747 - type: "plot"
8748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8749   algorithm: "plot_nf_heatmap"
8750   output-file-type: ".html"
8751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8752   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8753   filter: "'NIC_Intel-XXV710' and
8754            'NF_DENSITY' and
8755            'DOCKER' and
8756            'CHAIN' and
8757            'NF_VPPIP4' and
8758            'IMIX' and
8759            '4T2C' and
8760            'NDRPDR'"
8761   parameters:
8762   - "throughput"
8763   - "name"
8764   - "tags"
8765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8766   x-axis: "X = CNFs per Service Chain"
8767   y-axis: "Y = Number of Service Chains"
8768   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8769   layout:
8770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8771     layout: "plot-service-density"
8772
8773 - type: "plot"
8774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8775   algorithm: "plot_nf_heatmap"
8776   output-file-type: ".html"
8777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8778   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8779   filter: "'NIC_Intel-XXV710' and
8780            'NF_DENSITY' and
8781            'DOCKER' and
8782            'CHAIN' and
8783            'NF_VPPIP4' and
8784            'IMIX' and
8785            '8T4C' and
8786            'NDRPDR'"
8787   parameters:
8788   - "throughput"
8789   - "name"
8790   - "tags"
8791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8792   x-axis: "X = CNFs per Service Chain"
8793   y-axis: "Y = Number of Service Chains"
8794   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8795   layout:
8796     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8797     layout: "plot-service-density"
8798
8799 # Plots - NF Density - CSC - PDR IMIX
8800 - type: "plot"
8801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8802   algorithm: "plot_nf_heatmap"
8803   output-file-type: ".html"
8804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8805   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8806   filter: "'NIC_Intel-XXV710' and
8807            'NF_DENSITY' and
8808            'DOCKER' and
8809            'CHAIN' and
8810            'NF_VPPIP4' and
8811            'IMIX' and
8812            '2T1C' and
8813            'NDRPDR'"
8814   parameters:
8815   - "throughput"
8816   - "name"
8817   - "tags"
8818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8819   x-axis: "X = CNFs per Service Chain"
8820   y-axis: "Y = Number of Service Chains"
8821   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8822   layout:
8823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8824     layout: "plot-service-density"
8825
8826 - type: "plot"
8827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8828   algorithm: "plot_nf_heatmap"
8829   output-file-type: ".html"
8830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8831   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8832   filter: "'NIC_Intel-XXV710' and
8833            'NF_DENSITY' and
8834            'DOCKER' and
8835            'CHAIN' and
8836            'NF_VPPIP4' and
8837            'IMIX' and
8838            '4T2C' and
8839            'NDRPDR'"
8840   parameters:
8841   - "throughput"
8842   - "name"
8843   - "tags"
8844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8845   x-axis: "X = CNFs per Service Chain"
8846   y-axis: "Y = Number of Service Chains"
8847   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8848   layout:
8849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8850     layout: "plot-service-density"
8851
8852 - type: "plot"
8853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8854   algorithm: "plot_nf_heatmap"
8855   output-file-type: ".html"
8856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8857   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8858   filter: "'NIC_Intel-XXV710' and
8859            'NF_DENSITY' and
8860            'DOCKER' and
8861            'CHAIN' and
8862            'NF_VPPIP4' and
8863            'IMIX' and
8864            '8T4C' and
8865            'NDRPDR'"
8866   parameters:
8867   - "throughput"
8868   - "name"
8869   - "tags"
8870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8871   x-axis: "X = CNFs per Service Chain"
8872   y-axis: "Y = Number of Service Chains"
8873   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8874   layout:
8875     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8876     layout: "plot-service-density"
8877
8878 ################################################################################
8879 #
8880 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8881 #- type: "plot"
8882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8883 #  algorithm: "plot_nf_heatmap"
8884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8885 #  data: "plot-vpp-nfv-3n-skx-mrr"
8886 #  filter: "'NIC_Intel-XXV710' and
8887 #           'NF_DENSITY' and
8888 #           'DOCKER' and
8889 #           'CHAIN' and
8890 #           'NF_VPPIP4' and
8891 #           'IPSEC' and
8892 #           'TNL_4' and
8893 #           'IMIX' and
8894 #           '2T1C' and
8895 #           'MRR'"
8896 #  parameters:
8897 #  - "result"
8898 #  - "name"
8899 #  - "tags"
8900 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8901 #  x-axis: "X = CNFs per Service Chain"
8902 #  y-axis: "Y = Number of Service Chains"
8903 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8904 #  layout:
8905 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8906 #    layout: "plot-service-density"
8907 #
8908 #- type: "plot"
8909 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8910 #  algorithm: "plot_nf_heatmap"
8911 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8912 #  data: "plot-vpp-nfv-3n-skx-mrr"
8913 #  filter: "'NIC_Intel-XXV710' and
8914 #           'NF_DENSITY' and
8915 #           'DOCKER' and
8916 #           'CHAIN' and
8917 #           'NF_VPPIP4' and
8918 #           'IPSEC' and
8919 #           'TNL_4' and
8920 #           'IMIX' and
8921 #           '4T2C' and
8922 #           'MRR'"
8923 #  parameters:
8924 #  - "result"
8925 #  - "name"
8926 #  - "tags"
8927 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8928 #  x-axis: "X = CNFs per Service Chain"
8929 #  y-axis: "Y = Number of Service Chains"
8930 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8931 #  layout:
8932 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8933 #    layout: "plot-service-density"
8934 #
8935 #- type: "plot"
8936 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8937 #  algorithm: "plot_nf_heatmap"
8938 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8939 #  data: "plot-vpp-nfv-3n-skx-mrr"
8940 #  filter: "'NIC_Intel-XXV710' and
8941 #           'NF_DENSITY' and
8942 #           'DOCKER' and
8943 #           'CHAIN' and
8944 #           'NF_VPPIP4' and
8945 #           'IPSEC' and
8946 #           'TNL_4' and
8947 #           'IMIX' and
8948 #           '8T4C' and
8949 #           'MRR'"
8950 #  parameters:
8951 #  - "result"
8952 #  - "name"
8953 #  - "tags"
8954 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8955 #  x-axis: "X = CNFs per Service Chain"
8956 #  y-axis: "Y = Number of Service Chains"
8957 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8958 #  layout:
8959 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8960 #    layout: "plot-service-density"
8961
8962 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8963 #- type: "plot"
8964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8965 #  algorithm: "plot_nf_heatmap"
8966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8967 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8968 #  filter: "'NIC_Intel-XXV710' and
8969 #           'NF_DENSITY' and
8970 #           'DOCKER' and
8971 #           'CHAIN' and
8972 #           'NF_VPPIP4' and
8973 #           'IPSEC' and
8974 #           'TNL_4' and
8975 #           'IMIX' and
8976 #           '2T1C' and
8977 #           'NDRPDR'"
8978 #  parameters:
8979 #  - "throughput"
8980 #  - "name"
8981 #  - "tags"
8982 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8983 #  x-axis: "X = CNFs per Service Chain"
8984 #  y-axis: "Y = Number of Service Chains"
8985 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8986 #  layout:
8987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8988 #    layout: "plot-service-density"
8989 #
8990 #- type: "plot"
8991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8992 #  algorithm: "plot_nf_heatmap"
8993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8994 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8995 #  filter: "'NIC_Intel-XXV710' and
8996 #           'NF_DENSITY' and
8997 #           'DOCKER' and
8998 #           'CHAIN' and
8999 #           'NF_VPPIP4' and
9000 #           'IPSEC' and
9001 #           'TNL_4' and
9002 #           'IMIX' and
9003 #           '4T2C' and
9004 #           'NDRPDR'"
9005 #  parameters:
9006 #  - "throughput"
9007 #  - "name"
9008 #  - "tags"
9009 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9010 #  x-axis: "X = CNFs per Service Chain"
9011 #  y-axis: "Y = Number of Service Chains"
9012 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9013 #  layout:
9014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9015 #    layout: "plot-service-density"
9016 #
9017 #- type: "plot"
9018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9019 #  algorithm: "plot_nf_heatmap"
9020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9021 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9022 #  filter: "'NIC_Intel-XXV710' and
9023 #           'NF_DENSITY' and
9024 #           'DOCKER' and
9025 #           'CHAIN' and
9026 #           'NF_VPPIP4' and
9027 #           'IPSEC' and
9028 #           'TNL_4' and
9029 #           'IMIX' and
9030 #           '8T4C' and
9031 #           'NDRPDR'"
9032 #  parameters:
9033 #  - "throughput"
9034 #  - "name"
9035 #  - "tags"
9036 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9037 #  x-axis: "X = CNFs per Service Chain"
9038 #  y-axis: "Y = Number of Service Chains"
9039 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9040 #  layout:
9041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9042 #    layout: "plot-service-density"
9043 #
9044 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9045 #- type: "plot"
9046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9047 #  algorithm: "plot_nf_heatmap"
9048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9049 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9050 #  filter: "'NIC_Intel-XXV710' and
9051 #           'NF_DENSITY' and
9052 #           'DOCKER' and
9053 #           'CHAIN' and
9054 #           'NF_VPPIP4' and
9055 #           'IPSEC' and
9056 #           'TNL_4' and
9057 #           'IMIX' and
9058 #           '2T1C' and
9059 #           'NDRPDR'"
9060 #  parameters:
9061 #  - "throughput"
9062 #  - "name"
9063 #  - "tags"
9064 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9065 #  x-axis: "X = CNFs per Service Chain"
9066 #  y-axis: "Y = Number of Service Chains"
9067 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9068 #  layout:
9069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9070 #    layout: "plot-service-density"
9071 #
9072 #- type: "plot"
9073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9074 #  algorithm: "plot_nf_heatmap"
9075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9076 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9077 #  filter: "'NIC_Intel-XXV710' and
9078 #           'NF_DENSITY' and
9079 #           'DOCKER' and
9080 #           'CHAIN' and
9081 #           'NF_VPPIP4' and
9082 #           'IPSEC' and
9083 #           'TNL_4' and
9084 #           'IMIX' and
9085 #           '4T2C' and
9086 #           'NDRPDR'"
9087 #  parameters:
9088 #  - "throughput"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Chain"
9093 #  y-axis: "Y = Number of Service Chains"
9094 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9103 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9104 #  filter: "'NIC_Intel-XXV710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'CHAIN' and
9108 #           'NF_VPPIP4' and
9109 #           'IPSEC' and
9110 #           'TNL_4' and
9111 #           'IMIX' and
9112 #           '8T4C' and
9113 #           'NDRPDR'"
9114 #  parameters:
9115 #  - "throughput"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9124 #    layout: "plot-service-density"
9125
9126 ###############################################################################
9127
9128 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9129 #- type: "plot"
9130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9131 #  algorithm: "plot_nf_heatmap"
9132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9133 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9134 #  filter: "'NIC_Intel-XL710' and
9135 #           'NF_DENSITY' and
9136 #           'DOCKER' and
9137 #           'CHAIN' and
9138 #           'NF_VPPIP4' and
9139 #           'IMIX' and
9140 #           'TNL_4' and
9141 #           '1T1C' and
9142 #           'MRR'"
9143 #  parameters:
9144 #  - "result"
9145 #  - "name"
9146 #  - "tags"
9147 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9148 #  x-axis: "X = CNFs per Service Chain"
9149 #  y-axis: "Y = Number of Service Chains"
9150 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9151 #  layout:
9152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9153 #    layout: "plot-service-density"
9154 #
9155 #- type: "plot"
9156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9157 #  algorithm: "plot_nf_heatmap"
9158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9159 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9160 #  filter: "'NIC_Intel-XL710' and
9161 #           'NF_DENSITY' and
9162 #           'DOCKER' and
9163 #           'CHAIN' and
9164 #           'NF_VPPIP4' and
9165 #           'IPSEC' and
9166 #           'TNL_4' and
9167 #           'IMIX' and
9168 #           '2T2C' and
9169 #           'MRR'"
9170 #  parameters:
9171 #  - "result"
9172 #  - "name"
9173 #  - "tags"
9174 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9175 #  x-axis: "X = CNFs per Service Chain"
9176 #  y-axis: "Y = Number of Service Chains"
9177 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9178 #  layout:
9179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9180 #    layout: "plot-service-density"
9181 #
9182 #- type: "plot"
9183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9184 #  algorithm: "plot_nf_heatmap"
9185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9186 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9187 #  filter: "'NIC_Intel-XL710' and
9188 #           'NF_DENSITY' and
9189 #           'DOCKER' and
9190 #           'CHAIN' and
9191 #           'NF_VPPIP4' and
9192 #           'IPSEC' and
9193 #           'TNL_4' and
9194 #           'IMIX' and
9195 #           '4T4C' and
9196 #           'MRR'"
9197 #  parameters:
9198 #  - "result"
9199 #  - "name"
9200 #  - "tags"
9201 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9202 #  x-axis: "X = CNFs per Service Chain"
9203 #  y-axis: "Y = Number of Service Chains"
9204 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9205 #  layout:
9206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9207 #    layout: "plot-service-density"
9208
9209 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9210 #- type: "plot"
9211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9212 #  algorithm: "plot_nf_heatmap"
9213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9214 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9215 #  filter: "'NIC_Intel-XL710' and
9216 #           'NF_DENSITY' and
9217 #           'DOCKER' and
9218 #           'CHAIN' and
9219 #           'NF_VPPIP4' and
9220 #           'IPSEC' and
9221 #           'TNL_4' and
9222 #           'IMIX' and
9223 #           '1T1C' and
9224 #           'NDRPDR'"
9225 #  parameters:
9226 #  - "throughput"
9227 #  - "name"
9228 #  - "tags"
9229 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9230 #  x-axis: "X = CNFs per Service Chain"
9231 #  y-axis: "Y = Number of Service Chains"
9232 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9233 #  layout:
9234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9235 #    layout: "plot-service-density"
9236 #
9237 #- type: "plot"
9238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9239 #  algorithm: "plot_nf_heatmap"
9240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9241 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9242 #  filter: "'NIC_Intel-XL710' and
9243 #           'NF_DENSITY' and
9244 #           'DOCKER' and
9245 #           'CHAIN' and
9246 #           'NF_VPPIP4' and
9247 #           'IPSEC' and
9248 #           'TNL_4' and
9249 #           'IMIX' and
9250 #           '2T2C' and
9251 #           'NDRPDR'"
9252 #  parameters:
9253 #  - "throughput"
9254 #  - "name"
9255 #  - "tags"
9256 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9257 #  x-axis: "X = CNFs per Service Chain"
9258 #  y-axis: "Y = Number of Service Chains"
9259 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9260 #  layout:
9261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9262 #    layout: "plot-service-density"
9263 #
9264 #- type: "plot"
9265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9266 #  algorithm: "plot_nf_heatmap"
9267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9268 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9269 #  filter: "'NIC_Intel-XL710' and
9270 #           'NF_DENSITY' and
9271 #           'DOCKER' and
9272 #           'CHAIN' and
9273 #           'NF_VPPIP4' and
9274 #           'IPSEC' and
9275 #           'TNL_4' and
9276 #           'IMIX' and
9277 #           '4T4C' and
9278 #           'NDRPDR'"
9279 #  parameters:
9280 #  - "throughput"
9281 #  - "name"
9282 #  - "tags"
9283 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9284 #  x-axis: "X = CNFs per Service Chain"
9285 #  y-axis: "Y = Number of Service Chains"
9286 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9287 #  layout:
9288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9289 #    layout: "plot-service-density"
9290 #
9291 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9292 #- type: "plot"
9293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9294 #  algorithm: "plot_nf_heatmap"
9295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9296 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9297 #  filter: "'NIC_Intel-XL710' and
9298 #           'NF_DENSITY' and
9299 #           'DOCKER' and
9300 #           'CHAIN' and
9301 #           'NF_VPPIP4' and
9302 #           'IPSEC' and
9303 #           'TNL_4' and
9304 #           'IMIX' and
9305 #           '1T1C' and
9306 #           'NDRPDR'"
9307 #  parameters:
9308 #  - "throughput"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Chain"
9313 #  y-axis: "Y = Number of Service Chains"
9314 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9317 #    layout: "plot-service-density"
9318 #
9319 #- type: "plot"
9320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9321 #  algorithm: "plot_nf_heatmap"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9323 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9324 #  filter: "'NIC_Intel-XL710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'CHAIN' and
9328 #           'NF_VPPIP4' and
9329 #           'IPSEC' and
9330 #           'TNL_4' and
9331 #           'IMIX' and
9332 #           '2T2C' and
9333 #           'NDRPDR'"
9334 #  parameters:
9335 #  - "throughput"
9336 #  - "name"
9337 #  - "tags"
9338 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9339 #  x-axis: "X = CNFs per Service Chain"
9340 #  y-axis: "Y = Number of Service Chains"
9341 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9342 #  layout:
9343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9344 #    layout: "plot-service-density"
9345 #
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9350 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9351 #  filter: "'NIC_Intel-XL710' and
9352 #           'NF_DENSITY' and
9353 #           'DOCKER' and
9354 #           'CHAIN' and
9355 #           'NF_VPPIP4' and
9356 #           'IPSEC' and
9357 #           'TNL_4' and
9358 #           'IMIX' and
9359 #           '4T4C' and
9360 #           'NDRPDR'"
9361 #  parameters:
9362 #  - "throughput"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Chain"
9367 #  y-axis: "Y = Number of Service Chains"
9368 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9371 #    layout: "plot-service-density"
9372
9373 ###############################################################################
9374
9375 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9376 #- type: "plot"
9377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9378 #  algorithm: "plot_nf_heatmap"
9379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9380 #  data: "plot-vpp-nfv-3n-skx-mrr"
9381 #  filter: "'NIC_Intel-XXV710' and
9382 #           'NF_DENSITY' and
9383 #           'DOCKER' and
9384 #           'CHAIN' and
9385 #           'NF_VPPIP4' and
9386 #           'IPSEC' and
9387 #           'TNL_1000' and
9388 #           'IMIX' and
9389 #           '2T1C' and
9390 #           'MRR'"
9391 #  parameters:
9392 #  - "result"
9393 #  - "name"
9394 #  - "tags"
9395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9396 #  x-axis: "X = CNFs per Service Chain"
9397 #  y-axis: "Y = Number of Service Chains"
9398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9399 #  layout:
9400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9401 #    layout: "plot-service-density"
9402 #
9403 #- type: "plot"
9404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9405 #  algorithm: "plot_nf_heatmap"
9406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9407 #  data: "plot-vpp-nfv-3n-skx-mrr"
9408 #  filter: "'NIC_Intel-XXV710' and
9409 #           'NF_DENSITY' and
9410 #           'DOCKER' and
9411 #           'CHAIN' and
9412 #           'NF_VPPIP4' and
9413 #           'IPSEC' and
9414 #           'TNL_1000' and
9415 #           'IMIX' and
9416 #           '4T2C' and
9417 #           'MRR'"
9418 #  parameters:
9419 #  - "result"
9420 #  - "name"
9421 #  - "tags"
9422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9423 #  x-axis: "X = CNFs per Service Chain"
9424 #  y-axis: "Y = Number of Service Chains"
9425 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9426 #  layout:
9427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9428 #    layout: "plot-service-density"
9429 #
9430 #- type: "plot"
9431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9432 #  algorithm: "plot_nf_heatmap"
9433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9434 #  data: "plot-vpp-nfv-3n-skx-mrr"
9435 #  filter: "'NIC_Intel-XXV710' and
9436 #           'NF_DENSITY' and
9437 #           'DOCKER' and
9438 #           'CHAIN' and
9439 #           'NF_VPPIP4' and
9440 #           'IPSEC' and
9441 #           'TNL_1000' and
9442 #           'IMIX' and
9443 #           '8T4C' and
9444 #           'MRR'"
9445 #  parameters:
9446 #  - "result"
9447 #  - "name"
9448 #  - "tags"
9449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9450 #  x-axis: "X = CNFs per Service Chain"
9451 #  y-axis: "Y = Number of Service Chains"
9452 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9453 #  layout:
9454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9455 #    layout: "plot-service-density"
9456
9457 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9458 #- type: "plot"
9459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9460 #  algorithm: "plot_nf_heatmap"
9461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9462 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9463 #  filter: "'NIC_Intel-XXV710' and
9464 #           'NF_DENSITY' and
9465 #           'DOCKER' and
9466 #           'CHAIN' and
9467 #           'NF_VPPIP4' and
9468 #           'IPSEC' and
9469 #           'TNL_1000' and
9470 #           'IMIX' and
9471 #           '2T1C' and
9472 #           'NDRPDR'"
9473 #  parameters:
9474 #  - "throughput"
9475 #  - "name"
9476 #  - "tags"
9477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9478 #  x-axis: "X = CNFs per Service Chain"
9479 #  y-axis: "Y = Number of Service Chains"
9480 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9481 #  layout:
9482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9483 #    layout: "plot-service-density"
9484 #
9485 #- type: "plot"
9486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9487 #  algorithm: "plot_nf_heatmap"
9488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9489 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9490 #  filter: "'NIC_Intel-XXV710' and
9491 #           'NF_DENSITY' and
9492 #           'DOCKER' and
9493 #           'CHAIN' and
9494 #           'NF_VPPIP4' and
9495 #           'IPSEC' and
9496 #           'TNL_1000' and
9497 #           'IMIX' and
9498 #           '4T2C' and
9499 #           'NDRPDR'"
9500 #  parameters:
9501 #  - "throughput"
9502 #  - "name"
9503 #  - "tags"
9504 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9505 #  x-axis: "X = CNFs per Service Chain"
9506 #  y-axis: "Y = Number of Service Chains"
9507 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9508 #  layout:
9509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9510 #    layout: "plot-service-density"
9511 #
9512 #- type: "plot"
9513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9514 #  algorithm: "plot_nf_heatmap"
9515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9516 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9517 #  filter: "'NIC_Intel-XXV710' and
9518 #           'NF_DENSITY' and
9519 #           'DOCKER' and
9520 #           'CHAIN' and
9521 #           'NF_VPPIP4' and
9522 #           'IPSEC' and
9523 #           'TNL_1000' and
9524 #           'IMIX' and
9525 #           '8T4C' and
9526 #           'NDRPDR'"
9527 #  parameters:
9528 #  - "throughput"
9529 #  - "name"
9530 #  - "tags"
9531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9532 #  x-axis: "X = CNFs per Service Chain"
9533 #  y-axis: "Y = Number of Service Chains"
9534 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9535 #  layout:
9536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9537 #    layout: "plot-service-density"
9538 #
9539 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9540 #- type: "plot"
9541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9542 #  algorithm: "plot_nf_heatmap"
9543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9544 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9545 #  filter: "'NIC_Intel-XXV710' and
9546 #           'NF_DENSITY' and
9547 #           'DOCKER' and
9548 #           'CHAIN' and
9549 #           'NF_VPPIP4' and
9550 #           'IPSEC' and
9551 #           'TNL_1000' and
9552 #           'IMIX' and
9553 #           '2T1C' and
9554 #           'NDRPDR'"
9555 #  parameters:
9556 #  - "throughput"
9557 #  - "name"
9558 #  - "tags"
9559 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9560 #  x-axis: "X = CNFs per Service Chain"
9561 #  y-axis: "Y = Number of Service Chains"
9562 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9563 #  layout:
9564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9565 #    layout: "plot-service-density"
9566 #
9567 #- type: "plot"
9568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9569 #  algorithm: "plot_nf_heatmap"
9570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9571 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9572 #  filter: "'NIC_Intel-XXV710' and
9573 #           'NF_DENSITY' and
9574 #           'DOCKER' and
9575 #           'CHAIN' and
9576 #           'NF_VPPIP4' and
9577 #           'IPSEC' and
9578 #           'TNL_1000' and
9579 #           'IMIX' and
9580 #           '4T2C' and
9581 #           'NDRPDR'"
9582 #  parameters:
9583 #  - "throughput"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = CNFs per Service Chain"
9588 #  y-axis: "Y = Number of Service Chains"
9589 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9598 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9599 #  filter: "'NIC_Intel-XXV710' and
9600 #           'NF_DENSITY' and
9601 #           'DOCKER' and
9602 #           'CHAIN' and
9603 #           'NF_VPPIP4' and
9604 #           'IPSEC' and
9605 #           'TNL_1000' and
9606 #           'IMIX' and
9607 #           '8T4C' and
9608 #           'NDRPDR'"
9609 #  parameters:
9610 #  - "throughput"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = CNFs per Service Chain"
9615 #  y-axis: "Y = Number of Service Chains"
9616 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9619 #    layout: "plot-service-density"
9620
9621 ###############################################################################
9622
9623 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9624 #- type: "plot"
9625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9626 #  algorithm: "plot_nf_heatmap"
9627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9628 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9629 #  filter: "'NIC_Intel-XL710' and
9630 #           'NF_DENSITY' and
9631 #           'DOCKER' and
9632 #           'CHAIN' and
9633 #           'NF_VPPIP4' and
9634 #           'IMIX' and
9635 #           'TNL_1000' and
9636 #           '1T1C' and
9637 #           'MRR'"
9638 #  parameters:
9639 #  - "result"
9640 #  - "name"
9641 #  - "tags"
9642 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9643 #  x-axis: "X = CNFs per Service Chain"
9644 #  y-axis: "Y = Number of Service Chains"
9645 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9646 #  layout:
9647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9648 #    layout: "plot-service-density"
9649 #
9650 #- type: "plot"
9651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9652 #  algorithm: "plot_nf_heatmap"
9653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9654 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9655 #  filter: "'NIC_Intel-XL710' and
9656 #           'NF_DENSITY' and
9657 #           'DOCKER' and
9658 #           'CHAIN' and
9659 #           'NF_VPPIP4' and
9660 #           'IPSEC' and
9661 #           'TNL_1000' and
9662 #           'IMIX' and
9663 #           '2T2C' and
9664 #           'MRR'"
9665 #  parameters:
9666 #  - "result"
9667 #  - "name"
9668 #  - "tags"
9669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9670 #  x-axis: "X = CNFs per Service Chain"
9671 #  y-axis: "Y = Number of Service Chains"
9672 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9673 #  layout:
9674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9675 #    layout: "plot-service-density"
9676 #
9677 #- type: "plot"
9678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9679 #  algorithm: "plot_nf_heatmap"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9681 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9682 #  filter: "'NIC_Intel-XL710' and
9683 #           'NF_DENSITY' and
9684 #           'DOCKER' and
9685 #           'CHAIN' and
9686 #           'NF_VPPIP4' and
9687 #           'IPSEC' and
9688 #           'TNL_1000' and
9689 #           'IMIX' and
9690 #           '4T4C' and
9691 #           'MRR'"
9692 #  parameters:
9693 #  - "result"
9694 #  - "name"
9695 #  - "tags"
9696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9697 #  x-axis: "X = CNFs per Service Chain"
9698 #  y-axis: "Y = Number of Service Chains"
9699 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9700 #  layout:
9701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9702 #    layout: "plot-service-density"
9703
9704 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9705 #- type: "plot"
9706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9707 #  algorithm: "plot_nf_heatmap"
9708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9709 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9710 #  filter: "'NIC_Intel-XL710' and
9711 #           'NF_DENSITY' and
9712 #           'DOCKER' and
9713 #           'CHAIN' and
9714 #           'NF_VPPIP4' and
9715 #           'IPSEC' and
9716 #           'TNL_1000' and
9717 #           'IMIX' and
9718 #           '1T1C' and
9719 #           'NDRPDR'"
9720 #  parameters:
9721 #  - "throughput"
9722 #  - "name"
9723 #  - "tags"
9724 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9725 #  x-axis: "X = CNFs per Service Chain"
9726 #  y-axis: "Y = Number of Service Chains"
9727 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9728 #  layout:
9729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9730 #    layout: "plot-service-density"
9731 #
9732 #- type: "plot"
9733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9734 #  algorithm: "plot_nf_heatmap"
9735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9736 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9737 #  filter: "'NIC_Intel-XL710' and
9738 #           'NF_DENSITY' and
9739 #           'DOCKER' and
9740 #           'CHAIN' and
9741 #           'NF_VPPIP4' and
9742 #           'IPSEC' and
9743 #           'TNL_1000' and
9744 #           'IMIX' and
9745 #           '2T2C' and
9746 #           'NDRPDR'"
9747 #  parameters:
9748 #  - "throughput"
9749 #  - "name"
9750 #  - "tags"
9751 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9752 #  x-axis: "X = CNFs per Service Chain"
9753 #  y-axis: "Y = Number of Service Chains"
9754 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9755 #  layout:
9756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9757 #    layout: "plot-service-density"
9758 #
9759 #- type: "plot"
9760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9761 #  algorithm: "plot_nf_heatmap"
9762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9763 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9764 #  filter: "'NIC_Intel-XL710' and
9765 #           'NF_DENSITY' and
9766 #           'DOCKER' and
9767 #           'CHAIN' and
9768 #           'NF_VPPIP4' and
9769 #           'IPSEC' and
9770 #           'TNL_1000' and
9771 #           'IMIX' and
9772 #           '4T4C' and
9773 #           'NDRPDR'"
9774 #  parameters:
9775 #  - "throughput"
9776 #  - "name"
9777 #  - "tags"
9778 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9779 #  x-axis: "X = CNFs per Service Chain"
9780 #  y-axis: "Y = Number of Service Chains"
9781 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9782 #  layout:
9783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9784 #    layout: "plot-service-density"
9785 #
9786 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9787 #- type: "plot"
9788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9789 #  algorithm: "plot_nf_heatmap"
9790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9791 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9792 #  filter: "'NIC_Intel-XL710' and
9793 #           'NF_DENSITY' and
9794 #           'DOCKER' and
9795 #           'CHAIN' and
9796 #           'NF_VPPIP4' and
9797 #           'IPSEC' and
9798 #           'TNL_1000' and
9799 #           'IMIX' and
9800 #           '1T1C' and
9801 #           'NDRPDR'"
9802 #  parameters:
9803 #  - "throughput"
9804 #  - "name"
9805 #  - "tags"
9806 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9807 #  x-axis: "X = CNFs per Service Chain"
9808 #  y-axis: "Y = Number of Service Chains"
9809 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9810 #  layout:
9811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9812 #    layout: "plot-service-density"
9813 #
9814 #- type: "plot"
9815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9816 #  algorithm: "plot_nf_heatmap"
9817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9818 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9819 #  filter: "'NIC_Intel-XL710' and
9820 #           'NF_DENSITY' and
9821 #           'DOCKER' and
9822 #           'CHAIN' and
9823 #           'NF_VPPIP4' and
9824 #           'IPSEC' and
9825 #           'TNL_1000' and
9826 #           'IMIX' and
9827 #           '2T2C' and
9828 #           'NDRPDR'"
9829 #  parameters:
9830 #  - "throughput"
9831 #  - "name"
9832 #  - "tags"
9833 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9834 #  x-axis: "X = CNFs per Service Chain"
9835 #  y-axis: "Y = Number of Service Chains"
9836 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9837 #  layout:
9838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9839 #    layout: "plot-service-density"
9840 #
9841 #- type: "plot"
9842 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9843 #  algorithm: "plot_nf_heatmap"
9844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9845 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9846 #  filter: "'NIC_Intel-XL710' and
9847 #           'NF_DENSITY' and
9848 #           'DOCKER' and
9849 #           'CHAIN' and
9850 #           'NF_VPPIP4' and
9851 #           'IPSEC' and
9852 #           'TNL_1000' and
9853 #           'IMIX' and
9854 #           '4T4C' and
9855 #           'NDRPDR'"
9856 #  parameters:
9857 #  - "throughput"
9858 #  - "name"
9859 #  - "tags"
9860 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9861 #  x-axis: "X = CNFs per Service Chain"
9862 #  y-axis: "Y = Number of Service Chains"
9863 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9864 #  layout:
9865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9866 #    layout: "plot-service-density"
9867
9868 ###############################################################################
9869
9870 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9871 #- type: "plot"
9872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9873 #  algorithm: "plot_nf_heatmap"
9874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9875 #  data: "plot-vpp-nfv-3n-skx-mrr"
9876 #  filter: "'NIC_Intel-XXV710' and
9877 #           'NF_DENSITY' and
9878 #           'DOCKER' and
9879 #           'CHAIN' and
9880 #           'NF_VPPIP4' and
9881 #           'IPSEC' and
9882 #           'TNL_10000' and
9883 #           'IMIX' and
9884 #           '2T1C' and
9885 #           'MRR'"
9886 #  parameters:
9887 #  - "result"
9888 #  - "name"
9889 #  - "tags"
9890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9891 #  x-axis: "X = CNFs per Service Chain"
9892 #  y-axis: "Y = Number of Service Chains"
9893 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9894 #  layout:
9895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9896 #    layout: "plot-service-density"
9897 #
9898 #- type: "plot"
9899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9900 #  algorithm: "plot_nf_heatmap"
9901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9902 #  data: "plot-vpp-nfv-3n-skx-mrr"
9903 #  filter: "'NIC_Intel-XXV710' and
9904 #           'NF_DENSITY' and
9905 #           'DOCKER' and
9906 #           'CHAIN' and
9907 #           'NF_VPPIP4' and
9908 #           'IPSEC' and
9909 #           'TNL_10000' and
9910 #           'IMIX' and
9911 #           '4T2C' and
9912 #           'MRR'"
9913 #  parameters:
9914 #  - "result"
9915 #  - "name"
9916 #  - "tags"
9917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9918 #  x-axis: "X = CNFs per Service Chain"
9919 #  y-axis: "Y = Number of Service Chains"
9920 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9921 #  layout:
9922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9923 #    layout: "plot-service-density"
9924 #
9925 #- type: "plot"
9926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9927 #  algorithm: "plot_nf_heatmap"
9928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9929 #  data: "plot-vpp-nfv-3n-skx-mrr"
9930 #  filter: "'NIC_Intel-XXV710' and
9931 #           'NF_DENSITY' and
9932 #           'DOCKER' and
9933 #           'CHAIN' and
9934 #           'NF_VPPIP4' and
9935 #           'IPSEC' and
9936 #           'TNL_10000' and
9937 #           'IMIX' and
9938 #           '8T4C' and
9939 #           'MRR'"
9940 #  parameters:
9941 #  - "result"
9942 #  - "name"
9943 #  - "tags"
9944 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9945 #  x-axis: "X = CNFs per Service Chain"
9946 #  y-axis: "Y = Number of Service Chains"
9947 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9948 #  layout:
9949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9950 #    layout: "plot-service-density"
9951
9952 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9953 #- type: "plot"
9954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9955 #  algorithm: "plot_nf_heatmap"
9956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9957 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9958 #  filter: "'NIC_Intel-XXV710' and
9959 #           'NF_DENSITY' and
9960 #           'DOCKER' and
9961 #           'CHAIN' and
9962 #           'NF_VPPIP4' and
9963 #           'IPSEC' and
9964 #           'TNL_10000' and
9965 #           'IMIX' and
9966 #           '2T1C' and
9967 #           'NDRPDR'"
9968 #  parameters:
9969 #  - "throughput"
9970 #  - "name"
9971 #  - "tags"
9972 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9973 #  x-axis: "X = CNFs per Service Chain"
9974 #  y-axis: "Y = Number of Service Chains"
9975 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9976 #  layout:
9977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9978 #    layout: "plot-service-density"
9979 #
9980 #- type: "plot"
9981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9982 #  algorithm: "plot_nf_heatmap"
9983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9984 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9985 #  filter: "'NIC_Intel-XXV710' and
9986 #           'NF_DENSITY' and
9987 #           'DOCKER' and
9988 #           'CHAIN' and
9989 #           'NF_VPPIP4' and
9990 #           'IPSEC' and
9991 #           'TNL_10000' and
9992 #           'IMIX' and
9993 #           '4T2C' and
9994 #           'NDRPDR'"
9995 #  parameters:
9996 #  - "throughput"
9997 #  - "name"
9998 #  - "tags"
9999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10000 #  x-axis: "X = CNFs per Service Chain"
10001 #  y-axis: "Y = Number of Service Chains"
10002 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10003 #  layout:
10004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10005 #    layout: "plot-service-density"
10006 #
10007 #- type: "plot"
10008 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10009 #  algorithm: "plot_nf_heatmap"
10010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10011 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10012 #  filter: "'NIC_Intel-XXV710' and
10013 #           'NF_DENSITY' and
10014 #           'DOCKER' and
10015 #           'CHAIN' and
10016 #           'NF_VPPIP4' and
10017 #           'IPSEC' and
10018 #           'TNL_10000' and
10019 #           'IMIX' and
10020 #           '8T4C' and
10021 #           'NDRPDR'"
10022 #  parameters:
10023 #  - "throughput"
10024 #  - "name"
10025 #  - "tags"
10026 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10027 #  x-axis: "X = CNFs per Service Chain"
10028 #  y-axis: "Y = Number of Service Chains"
10029 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10030 #  layout:
10031 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10032 #    layout: "plot-service-density"
10033 #
10034 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10035 #- type: "plot"
10036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10037 #  algorithm: "plot_nf_heatmap"
10038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10039 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10040 #  filter: "'NIC_Intel-XXV710' and
10041 #           'NF_DENSITY' and
10042 #           'DOCKER' and
10043 #           'CHAIN' and
10044 #           'NF_VPPIP4' and
10045 #           'IPSEC' and
10046 #           'TNL_10000' and
10047 #           'IMIX' and
10048 #           '2T1C' and
10049 #           'NDRPDR'"
10050 #  parameters:
10051 #  - "throughput"
10052 #  - "name"
10053 #  - "tags"
10054 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10055 #  x-axis: "X = CNFs per Service Chain"
10056 #  y-axis: "Y = Number of Service Chains"
10057 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10058 #  layout:
10059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10060 #    layout: "plot-service-density"
10061 #
10062 #- type: "plot"
10063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10064 #  algorithm: "plot_nf_heatmap"
10065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10066 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10067 #  filter: "'NIC_Intel-XXV710' and
10068 #           'NF_DENSITY' and
10069 #           'DOCKER' and
10070 #           'CHAIN' and
10071 #           'NF_VPPIP4' and
10072 #           'IPSEC' and
10073 #           'TNL_10000' and
10074 #           'IMIX' and
10075 #           '4T2C' and
10076 #           'NDRPDR'"
10077 #  parameters:
10078 #  - "throughput"
10079 #  - "name"
10080 #  - "tags"
10081 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10082 #  x-axis: "X = CNFs per Service Chain"
10083 #  y-axis: "Y = Number of Service Chains"
10084 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10085 #  layout:
10086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10087 #    layout: "plot-service-density"
10088 #
10089 #- type: "plot"
10090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10091 #  algorithm: "plot_nf_heatmap"
10092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10093 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10094 #  filter: "'NIC_Intel-XXV710' and
10095 #           'NF_DENSITY' and
10096 #           'DOCKER' and
10097 #           'CHAIN' and
10098 #           'NF_VPPIP4' and
10099 #           'IPSEC' and
10100 #           'TNL_10000' and
10101 #           'IMIX' and
10102 #           '8T4C' and
10103 #           'NDRPDR'"
10104 #  parameters:
10105 #  - "throughput"
10106 #  - "name"
10107 #  - "tags"
10108 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10109 #  x-axis: "X = CNFs per Service Chain"
10110 #  y-axis: "Y = Number of Service Chains"
10111 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10112 #  layout:
10113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10114 #    layout: "plot-service-density"
10115
10116 ###############################################################################
10117
10118 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10119 #- type: "plot"
10120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10121 #  algorithm: "plot_nf_heatmap"
10122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10123 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10124 #  filter: "'NIC_Intel-XL710' and
10125 #           'NF_DENSITY' and
10126 #           'DOCKER' and
10127 #           'CHAIN' and
10128 #           'NF_VPPIP4' and
10129 #           'IMIX' and
10130 #           'TNL_10000' and
10131 #           '1T1C' and
10132 #           'MRR'"
10133 #  parameters:
10134 #  - "result"
10135 #  - "name"
10136 #  - "tags"
10137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10138 #  x-axis: "X = CNFs per Service Chain"
10139 #  y-axis: "Y = Number of Service Chains"
10140 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10141 #  layout:
10142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10143 #    layout: "plot-service-density"
10144 #
10145 #- type: "plot"
10146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10147 #  algorithm: "plot_nf_heatmap"
10148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10149 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10150 #  filter: "'NIC_Intel-XL710' and
10151 #           'NF_DENSITY' and
10152 #           'DOCKER' and
10153 #           'CHAIN' and
10154 #           'NF_VPPIP4' and
10155 #           'IPSEC' and
10156 #           'TNL_10000' and
10157 #           'IMIX' and
10158 #           '2T2C' and
10159 #           'MRR'"
10160 #  parameters:
10161 #  - "result"
10162 #  - "name"
10163 #  - "tags"
10164 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10165 #  x-axis: "X = CNFs per Service Chain"
10166 #  y-axis: "Y = Number of Service Chains"
10167 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10168 #  layout:
10169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10170 #    layout: "plot-service-density"
10171 #
10172 #- type: "plot"
10173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10174 #  algorithm: "plot_nf_heatmap"
10175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10176 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10177 #  filter: "'NIC_Intel-XL710' and
10178 #           'NF_DENSITY' and
10179 #           'DOCKER' and
10180 #           'CHAIN' and
10181 #           'NF_VPPIP4' and
10182 #           'IPSEC' and
10183 #           'TNL_10000' and
10184 #           'IMIX' and
10185 #           '4T4C' and
10186 #           'MRR'"
10187 #  parameters:
10188 #  - "result"
10189 #  - "name"
10190 #  - "tags"
10191 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10192 #  x-axis: "X = CNFs per Service Chain"
10193 #  y-axis: "Y = Number of Service Chains"
10194 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10195 #  layout:
10196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10197 #    layout: "plot-service-density"
10198
10199 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10200 #- type: "plot"
10201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10202 #  algorithm: "plot_nf_heatmap"
10203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10204 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10205 #  filter: "'NIC_Intel-XL710' and
10206 #           'NF_DENSITY' and
10207 #           'DOCKER' and
10208 #           'CHAIN' and
10209 #           'NF_VPPIP4' and
10210 #           'IPSEC' and
10211 #           'TNL_10000' and
10212 #           'IMIX' and
10213 #           '1T1C' and
10214 #           'NDRPDR'"
10215 #  parameters:
10216 #  - "throughput"
10217 #  - "name"
10218 #  - "tags"
10219 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10220 #  x-axis: "X = CNFs per Service Chain"
10221 #  y-axis: "Y = Number of Service Chains"
10222 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10223 #  layout:
10224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10225 #    layout: "plot-service-density"
10226 #
10227 #- type: "plot"
10228 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10229 #  algorithm: "plot_nf_heatmap"
10230 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10231 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10232 #  filter: "'NIC_Intel-XL710' and
10233 #           'NF_DENSITY' and
10234 #           'DOCKER' and
10235 #           'CHAIN' and
10236 #           'NF_VPPIP4' and
10237 #           'IPSEC' and
10238 #           'TNL_10000' and
10239 #           'IMIX' and
10240 #           '2T2C' and
10241 #           'NDRPDR'"
10242 #  parameters:
10243 #  - "throughput"
10244 #  - "name"
10245 #  - "tags"
10246 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10247 #  x-axis: "X = CNFs per Service Chain"
10248 #  y-axis: "Y = Number of Service Chains"
10249 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10250 #  layout:
10251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10252 #    layout: "plot-service-density"
10253 #
10254 #- type: "plot"
10255 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10256 #  algorithm: "plot_nf_heatmap"
10257 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10258 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10259 #  filter: "'NIC_Intel-XL710' and
10260 #           'NF_DENSITY' and
10261 #           'DOCKER' and
10262 #           'CHAIN' and
10263 #           'NF_VPPIP4' and
10264 #           'IPSEC' and
10265 #           'TNL_10000' and
10266 #           'IMIX' and
10267 #           '4T4C' and
10268 #           'NDRPDR'"
10269 #  parameters:
10270 #  - "throughput"
10271 #  - "name"
10272 #  - "tags"
10273 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10274 #  x-axis: "X = CNFs per Service Chain"
10275 #  y-axis: "Y = Number of Service Chains"
10276 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10277 #  layout:
10278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10279 #    layout: "plot-service-density"
10280 #
10281 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10282 #- type: "plot"
10283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10284 #  algorithm: "plot_nf_heatmap"
10285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10286 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10287 #  filter: "'NIC_Intel-XL710' and
10288 #           'NF_DENSITY' and
10289 #           'DOCKER' and
10290 #           'CHAIN' and
10291 #           'NF_VPPIP4' and
10292 #           'IPSEC' and
10293 #           'TNL_10000' and
10294 #           'IMIX' and
10295 #           '1T1C' and
10296 #           'NDRPDR'"
10297 #  parameters:
10298 #  - "throughput"
10299 #  - "name"
10300 #  - "tags"
10301 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10302 #  x-axis: "X = CNFs per Service Chain"
10303 #  y-axis: "Y = Number of Service Chains"
10304 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10305 #  layout:
10306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10307 #    layout: "plot-service-density"
10308 #
10309 #- type: "plot"
10310 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10311 #  algorithm: "plot_nf_heatmap"
10312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10313 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10314 #  filter: "'NIC_Intel-XL710' and
10315 #           'NF_DENSITY' and
10316 #           'DOCKER' and
10317 #           'CHAIN' and
10318 #           'NF_VPPIP4' and
10319 #           'IPSEC' and
10320 #           'TNL_10000' and
10321 #           'IMIX' and
10322 #           '2T2C' and
10323 #           'NDRPDR'"
10324 #  parameters:
10325 #  - "throughput"
10326 #  - "name"
10327 #  - "tags"
10328 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10329 #  x-axis: "X = CNFs per Service Chain"
10330 #  y-axis: "Y = Number of Service Chains"
10331 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10332 #  layout:
10333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10334 #    layout: "plot-service-density"
10335 #
10336 #- type: "plot"
10337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10338 #  algorithm: "plot_nf_heatmap"
10339 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10340 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10341 #  filter: "'NIC_Intel-XL710' and
10342 #           'NF_DENSITY' and
10343 #           'DOCKER' and
10344 #           'CHAIN' and
10345 #           'NF_VPPIP4' and
10346 #           'IPSEC' and
10347 #           'TNL_10000' and
10348 #           'IMIX' and
10349 #           '4T4C' and
10350 #           'NDRPDR'"
10351 #  parameters:
10352 #  - "throughput"
10353 #  - "name"
10354 #  - "tags"
10355 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10356 #  x-axis: "X = CNFs per Service Chain"
10357 #  y-axis: "Y = Number of Service Chains"
10358 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10359 #  layout:
10360 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10361 #    layout: "plot-service-density"
10362
10363 ###############################################################################
10364
10365 # Plots - NF Density - CSP - MRR IMIX
10366 - type: "plot"
10367   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10368   algorithm: "plot_nf_heatmap"
10369   output-file-type: ".html"
10370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10371   data: "plot-vpp-nfv-2n-skx-mrr"
10372   filter: "'NIC_Intel-XXV710' and
10373            'NF_DENSITY' and
10374            'DOCKER' and
10375            'PIPELINE' and
10376            'NF_VPPIP4' and
10377            'IMIX' and
10378            '2T1C' and
10379            'MRR'"
10380   parameters:
10381   - "result"
10382   - "name"
10383   - "tags"
10384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10385   x-axis: "X = CNFs per Service Pipeline"
10386   y-axis: "Y = Number of Service Pipelines"
10387   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10388   layout:
10389     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10390     layout: "plot-service-density"
10391
10392 - type: "plot"
10393   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10394   algorithm: "plot_nf_heatmap"
10395   output-file-type: ".html"
10396   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10397   data: "plot-vpp-nfv-2n-skx-mrr"
10398   filter: "'NIC_Intel-XXV710' and
10399            'NF_DENSITY' and
10400            'DOCKER' and
10401            'PIPELINE' and
10402            'NF_VPPIP4' and
10403            'IMIX' and
10404            '4T2C' and
10405            'MRR'"
10406   parameters:
10407   - "result"
10408   - "name"
10409   - "tags"
10410   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10411   x-axis: "X = CNFs per Service Pipeline"
10412   y-axis: "Y = Number of Service Pipelines"
10413   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10414   layout:
10415     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10416     layout: "plot-service-density"
10417
10418 - type: "plot"
10419   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10420   algorithm: "plot_nf_heatmap"
10421   output-file-type: ".html"
10422   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10423   data: "plot-vpp-nfv-2n-skx-mrr"
10424   filter: "'NIC_Intel-XXV710' and
10425            'NF_DENSITY' and
10426            'DOCKER' and
10427            'PIPELINE' and
10428            'NF_VPPIP4' and
10429            'IMIX' and
10430            '8T4C' and
10431            'MRR'"
10432   parameters:
10433   - "result"
10434   - "name"
10435   - "tags"
10436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10437   x-axis: "X = CNFs per Service Pipeline"
10438   y-axis: "Y = Number of Service Pipelines"
10439   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10440   layout:
10441     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10442     layout: "plot-service-density"
10443
10444 # Plots - NF Density - CSP - NDR IMIX
10445 - type: "plot"
10446   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10447   algorithm: "plot_nf_heatmap"
10448   output-file-type: ".html"
10449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10450   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10451   filter: "'NIC_Intel-XXV710' and
10452            'NF_DENSITY' and
10453            'DOCKER' and
10454            'PIPELINE' and
10455            'NF_VPPIP4' and
10456            'IMIX' and
10457            '2T1C' and
10458            'NDRPDR'"
10459   parameters:
10460   - "throughput"
10461   - "name"
10462   - "tags"
10463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10464   x-axis: "X = CNFs per Service Pipeline"
10465   y-axis: "Y = Number of Service Pipelines"
10466   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10467   layout:
10468     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10469     layout: "plot-service-density"
10470
10471 - type: "plot"
10472   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10473   algorithm: "plot_nf_heatmap"
10474   output-file-type: ".html"
10475   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10476   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10477   filter: "'NIC_Intel-XXV710' and
10478            'NF_DENSITY' and
10479            'DOCKER' and
10480            'PIPELINE' and
10481            'NF_VPPIP4' and
10482            'IMIX' and
10483            '4T2C' and
10484            'NDRPDR'"
10485   parameters:
10486   - "throughput"
10487   - "name"
10488   - "tags"
10489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10490   x-axis: "X = CNFs per Service Pipeline"
10491   y-axis: "Y = Number of Service Pipelines"
10492   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10493   layout:
10494     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10495     layout: "plot-service-density"
10496
10497 - type: "plot"
10498   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10499   algorithm: "plot_nf_heatmap"
10500   output-file-type: ".html"
10501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10502   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10503   filter: "'NIC_Intel-XXV710' and
10504            'NF_DENSITY' and
10505            'DOCKER' and
10506            'PIPELINE' and
10507            'NF_VPPIP4' and
10508            'IMIX' and
10509            '8T4C' and
10510            'NDRPDR'"
10511   parameters:
10512   - "throughput"
10513   - "name"
10514   - "tags"
10515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10516   x-axis: "X = CNFs per Service Pipeline"
10517   y-axis: "Y = Number of Service Pipelines"
10518   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10519   layout:
10520     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10521     layout: "plot-service-density"
10522
10523 # Plots - NF Density - CSP - PDR IMIX
10524 - type: "plot"
10525   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10526   algorithm: "plot_nf_heatmap"
10527   output-file-type: ".html"
10528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10529   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10530   filter: "'NIC_Intel-XXV710' and
10531            'NF_DENSITY' and
10532            'DOCKER' and
10533            'PIPELINE' and
10534            'NF_VPPIP4' and
10535            'IMIX' and
10536            '2T1C' and
10537            'NDRPDR'"
10538   parameters:
10539   - "throughput"
10540   - "name"
10541   - "tags"
10542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10543   x-axis: "X = CNFs per Service Pipeline"
10544   y-axis: "Y = Number of Service Pipelines"
10545   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10546   layout:
10547     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10548     layout: "plot-service-density"
10549
10550 - type: "plot"
10551   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10552   algorithm: "plot_nf_heatmap"
10553   output-file-type: ".html"
10554   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10555   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10556   filter: "'NIC_Intel-XXV710' and
10557            'NF_DENSITY' and
10558            'DOCKER' and
10559            'PIPELINE' and
10560            'NF_VPPIP4' and
10561            'IMIX' and
10562            '4T2C' and
10563            'NDRPDR'"
10564   parameters:
10565   - "throughput"
10566   - "name"
10567   - "tags"
10568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10569   x-axis: "X = CNFs per Service Pipeline"
10570   y-axis: "Y = Number of Service Pipelines"
10571   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10572   layout:
10573     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10574     layout: "plot-service-density"
10575
10576 - type: "plot"
10577   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10578   algorithm: "plot_nf_heatmap"
10579   output-file-type: ".html"
10580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10581   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10582   filter: "'NIC_Intel-XXV710' and
10583            'NF_DENSITY' and
10584            'DOCKER' and
10585            'PIPELINE' and
10586            'NF_VPPIP4' and
10587            'IMIX' and
10588            '8T4C' and
10589            'NDRPDR'"
10590   parameters:
10591   - "throughput"
10592   - "name"
10593   - "tags"
10594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10595   x-axis: "X = CNFs per Service Pipeline"
10596   y-axis: "Y = Number of Service Pipelines"
10597   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10598   layout:
10599     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10600     layout: "plot-service-density"
10601
10602 ###############################################################################
10603 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10604
10605 - type: "plot"
10606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10607   algorithm: "plot_nf_heatmap"
10608   output-file-type: ".html"
10609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10610   data: "plot-vpp-nfv-2n-clx-mrr"
10611   filter: "'NIC_Intel-XXV710' and
10612            'NF_DENSITY' and
10613            'VHOST' and
10614            not 'VXLAN' and
10615            'CHAIN' and
10616            'NF_VPPIP4' and
10617            'IMIX' and
10618            '2T1C' and
10619            'MRR'"
10620   parameters:
10621   - "result"
10622   - "name"
10623   - "tags"
10624   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10625   x-axis: "X = VNFs per Service Chain"
10626   y-axis: "Y = Number of Service Chains"
10627   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10628   layout:
10629     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10630     layout: "plot-service-density"
10631
10632 - type: "plot"
10633   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10634   algorithm: "plot_nf_heatmap"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10637   data: "plot-vpp-nfv-2n-clx-mrr"
10638   filter: "'NIC_Intel-XXV710' and
10639            'NF_DENSITY' and
10640            'VHOST' and
10641            not 'VXLAN' and
10642            'CHAIN' and
10643            'NF_VPPIP4' and
10644            'IMIX' and
10645            '4T2C' and
10646            'MRR'"
10647   parameters:
10648   - "result"
10649   - "name"
10650   - "tags"
10651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10652   x-axis: "X = VNFs per Service Chain"
10653   y-axis: "Y = Number of Service Chains"
10654   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10655   layout:
10656     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10657     layout: "plot-service-density"
10658
10659 - type: "plot"
10660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10661   algorithm: "plot_nf_heatmap"
10662   output-file-type: ".html"
10663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10664   data: "plot-vpp-nfv-2n-clx-mrr"
10665   filter: "'NIC_Intel-XXV710' and
10666            'NF_DENSITY' and
10667            'VHOST' and
10668            not 'VXLAN' and
10669            'CHAIN' and
10670            'NF_VPPIP4' and
10671            'IMIX' and
10672            '8T4C' and
10673            'MRR'"
10674   parameters:
10675   - "result"
10676   - "name"
10677   - "tags"
10678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10679   x-axis: "X = VNFs per Service Chain"
10680   y-axis: "Y = Number of Service Chains"
10681   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10682   layout:
10683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10684     layout: "plot-service-density"
10685
10686 # Plots - NF Density - VSC - NDR IMIX
10687 - type: "plot"
10688   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10689   algorithm: "plot_nf_heatmap"
10690   output-file-type: ".html"
10691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10692   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10693   filter: "'NIC_Intel-XXV710' and
10694            'NF_DENSITY' and
10695            'VHOST' and
10696            not 'VXLAN' and
10697            'CHAIN' and
10698            'NF_VPPIP4' and
10699            'IMIX' and
10700            '2T1C' and
10701            'NDRPDR'"
10702   parameters:
10703   - "throughput"
10704   - "name"
10705   - "tags"
10706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10707   x-axis: "X = VNFs per Service Chain"
10708   y-axis: "Y = Number of Service Chains"
10709   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10710   layout:
10711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10712     layout: "plot-service-density"
10713
10714 - type: "plot"
10715   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10716   algorithm: "plot_nf_heatmap"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10719   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10720   filter: "'NIC_Intel-XXV710' and
10721            'NF_DENSITY' and
10722            'VHOST' and
10723            not 'VXLAN' and
10724            'CHAIN' and
10725            'NF_VPPIP4' and
10726            'IMIX' and
10727            '4T2C' and
10728            'NDRPDR'"
10729   parameters:
10730   - "throughput"
10731   - "name"
10732   - "tags"
10733   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10734   x-axis: "X = VNFs per Service Chain"
10735   y-axis: "Y = Number of Service Chains"
10736   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10737   layout:
10738     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10739     layout: "plot-service-density"
10740
10741 - type: "plot"
10742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10743   algorithm: "plot_nf_heatmap"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10746   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10747   filter: "'NIC_Intel-XXV710' and
10748            'NF_DENSITY' and
10749            'VHOST' and
10750            not 'VXLAN' and
10751            'CHAIN' and
10752            'NF_VPPIP4' and
10753            'IMIX' and
10754            '8T4C' and
10755            'NDRPDR'"
10756   parameters:
10757   - "throughput"
10758   - "name"
10759   - "tags"
10760   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10761   x-axis: "X = VNFs per Service Chain"
10762   y-axis: "Y = Number of Service Chains"
10763   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10764   layout:
10765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10766     layout: "plot-service-density"
10767
10768 # Plots - NF Density - VSC - PDR IMIX
10769 - type: "plot"
10770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10771   algorithm: "plot_nf_heatmap"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10774   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10775   filter: "'NIC_Intel-XXV710' and
10776            'NF_DENSITY' and
10777            'VHOST' and
10778            not 'VXLAN' and
10779            'CHAIN' and
10780            'NF_VPPIP4' and
10781            'IMIX' and
10782            '2T1C' and
10783            'NDRPDR'"
10784   parameters:
10785   - "throughput"
10786   - "name"
10787   - "tags"
10788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10789   x-axis: "X = VNFs per Service Chain"
10790   y-axis: "Y = Number of Service Chains"
10791   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10792   layout:
10793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10794     layout: "plot-service-density"
10795
10796 - type: "plot"
10797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10798   algorithm: "plot_nf_heatmap"
10799   output-file-type: ".html"
10800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10801   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10802   filter: "'NIC_Intel-XXV710' and
10803            'NF_DENSITY' and
10804            'VHOST' and
10805            not 'VXLAN' and
10806            'CHAIN' and
10807            'NF_VPPIP4' and
10808            'IMIX' and
10809            '4T2C' and
10810            'NDRPDR'"
10811   parameters:
10812   - "throughput"
10813   - "name"
10814   - "tags"
10815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10816   x-axis: "X = VNFs per Service Chain"
10817   y-axis: "Y = Number of Service Chains"
10818   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10819   layout:
10820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10821     layout: "plot-service-density"
10822
10823 - type: "plot"
10824   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10825   algorithm: "plot_nf_heatmap"
10826   output-file-type: ".html"
10827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10828   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10829   filter: "'NIC_Intel-XXV710' and
10830            'NF_DENSITY' and
10831            'VHOST' and
10832            not 'VXLAN' and
10833            'CHAIN' and
10834            'NF_VPPIP4' and
10835            'IMIX' and
10836            '8T4C' and
10837            'NDRPDR'"
10838   parameters:
10839   - "throughput"
10840   - "name"
10841   - "tags"
10842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10843   x-axis: "X = VNFs per Service Chain"
10844   y-axis: "Y = Number of Service Chains"
10845   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10846   layout:
10847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10848     layout: "plot-service-density"
10849
10850 # Plots - NF Density - VSC - MRR IMIX
10851 - type: "plot"
10852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10853   algorithm: "plot_nf_heatmap"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10856   data: "plot-vpp-nfv-2n-clx-mrr"
10857   filter: "'NIC_Intel-XXV710' and
10858            'NF_DENSITY' and
10859            'VHOST' and
10860            'VXLAN' and
10861            'CHAIN' and
10862            'IMIX' and
10863            '2T1C' and
10864            'MRR'"
10865   parameters:
10866   - "result"
10867   - "name"
10868   - "tags"
10869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10870   x-axis: "X = VNFs per Service Chain"
10871   y-axis: "Y = Number of Service Chains"
10872   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10873   layout:
10874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10875     layout: "plot-service-density"
10876
10877 - type: "plot"
10878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10879   algorithm: "plot_nf_heatmap"
10880   output-file-type: ".html"
10881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10882   data: "plot-vpp-nfv-2n-clx-mrr"
10883   filter: "'NIC_Intel-XXV710' and
10884            'NF_DENSITY' and
10885            'VHOST' and
10886            'VXLAN' and
10887            'CHAIN' and
10888            'IMIX' and
10889            '4T2C' and
10890            'MRR'"
10891   parameters:
10892   - "result"
10893   - "name"
10894   - "tags"
10895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10896   x-axis: "X = VNFs per Service Chain"
10897   y-axis: "Y = Number of Service Chains"
10898   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10899   layout:
10900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10901     layout: "plot-service-density"
10902
10903 - type: "plot"
10904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10905   algorithm: "plot_nf_heatmap"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10908   data: "plot-vpp-nfv-2n-clx-mrr"
10909   filter: "'NIC_Intel-XXV710' and
10910            'NF_DENSITY' and
10911            'VHOST' and
10912            'VXLAN' and
10913            'CHAIN' and
10914            'IMIX' and
10915            '8T4C' and
10916            'MRR'"
10917   parameters:
10918   - "result"
10919   - "name"
10920   - "tags"
10921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10922   x-axis: "X = VNFs per Service Chain"
10923   y-axis: "Y = Number of Service Chains"
10924   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10925   layout:
10926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10927     layout: "plot-service-density"
10928
10929 # Plots - NF Density - VSC - NDR IMIX
10930 - type: "plot"
10931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10932   algorithm: "plot_nf_heatmap"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10936   filter: "'NIC_Intel-XXV710' and
10937            'NF_DENSITY' and
10938            'VHOST' and
10939            'VXLAN' and
10940            'CHAIN' and
10941            'IMIX' and
10942            '2T1C' and
10943            'NDRPDR'"
10944   parameters:
10945   - "throughput"
10946   - "name"
10947   - "tags"
10948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10949   x-axis: "X = VNFs per Service Chain"
10950   y-axis: "Y = Number of Service Chains"
10951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10952   layout:
10953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10954     layout: "plot-service-density"
10955
10956 - type: "plot"
10957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10958   algorithm: "plot_nf_heatmap"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10961   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10962   filter: "'NIC_Intel-XXV710' and
10963            'NF_DENSITY' and
10964            'VHOST' and
10965            'VXLAN' and
10966            'CHAIN' and
10967            'IMIX' and
10968            '4T2C' and
10969            'NDRPDR'"
10970   parameters:
10971   - "throughput"
10972   - "name"
10973   - "tags"
10974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10975   x-axis: "X = VNFs per Service Chain"
10976   y-axis: "Y = Number of Service Chains"
10977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10978   layout:
10979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10980     layout: "plot-service-density"
10981
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'VHOST' and
10991            'VXLAN' and
10992            'CHAIN' and
10993            'IMIX' and
10994            '8T4C' and
10995            'NDRPDR'"
10996   parameters:
10997   - "throughput"
10998   - "name"
10999   - "tags"
11000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11001   x-axis: "X = VNFs per Service Chain"
11002   y-axis: "Y = Number of Service Chains"
11003   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11004   layout:
11005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11006     layout: "plot-service-density"
11007
11008 # Plots - NF Density - VSC - PDR IMIX
11009 - type: "plot"
11010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11011   algorithm: "plot_nf_heatmap"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11015   filter: "'NIC_Intel-XXV710' and
11016            'NF_DENSITY' and
11017            'VHOST' and
11018            'VXLAN' and
11019            'CHAIN' and
11020            'IMIX' and
11021            '2T1C' and
11022            'NDRPDR'"
11023   parameters:
11024   - "throughput"
11025   - "name"
11026   - "tags"
11027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11028   x-axis: "X = VNFs per Service Chain"
11029   y-axis: "Y = Number of Service Chains"
11030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11031   layout:
11032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11033     layout: "plot-service-density"
11034
11035 - type: "plot"
11036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11037   algorithm: "plot_nf_heatmap"
11038   output-file-type: ".html"
11039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11040   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11041   filter: "'NIC_Intel-XXV710' and
11042            'NF_DENSITY' and
11043            'VHOST' and
11044            'VXLAN' and
11045            'CHAIN' and
11046            'IMIX' and
11047            '4T2C' and
11048            'NDRPDR'"
11049   parameters:
11050   - "throughput"
11051   - "name"
11052   - "tags"
11053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11054   x-axis: "X = VNFs per Service Chain"
11055   y-axis: "Y = Number of Service Chains"
11056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11057   layout:
11058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11059     layout: "plot-service-density"
11060
11061 - type: "plot"
11062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11063   algorithm: "plot_nf_heatmap"
11064   output-file-type: ".html"
11065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11066   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11067   filter: "'NIC_Intel-XXV710' and
11068            'NF_DENSITY' and
11069            'VHOST' and
11070            'VXLAN' and
11071            'CHAIN' and
11072            'IMIX' and
11073            '8T4C' and
11074            'NDRPDR'"
11075   parameters:
11076   - "throughput"
11077   - "name"
11078   - "tags"
11079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11080   x-axis: "X = VNFs per Service Chain"
11081   y-axis: "Y = Number of Service Chains"
11082   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11083   layout:
11084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11085     layout: "plot-service-density"
11086
11087 # Plots - NF Density - CSC - MRR IMIX
11088 - type: "plot"
11089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11090   algorithm: "plot_nf_heatmap"
11091   output-file-type: ".html"
11092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11093   data: "plot-vpp-nfv-2n-clx-mrr"
11094   filter: "'NIC_Intel-XXV710' and
11095            'NF_DENSITY' and
11096            'DOCKER' and
11097            'CHAIN' and
11098            'NF_VPPIP4' and
11099            'IMIX' and
11100            '2T1C' and
11101            'MRR'"
11102   parameters:
11103   - "result"
11104   - "name"
11105   - "tags"
11106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11107   x-axis: "X = CNFs per Service Chain"
11108   y-axis: "Y = Number of Service Chains"
11109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11110   layout:
11111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11112     layout: "plot-service-density"
11113
11114 - type: "plot"
11115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11116   algorithm: "plot_nf_heatmap"
11117   output-file-type: ".html"
11118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11119   data: "plot-vpp-nfv-2n-clx-mrr"
11120   filter: "'NIC_Intel-XXV710' and
11121            'NF_DENSITY' and
11122            'DOCKER' and
11123            'CHAIN' and
11124            'NF_VPPIP4' and
11125            'IMIX' and
11126            '4T2C' and
11127            'MRR'"
11128   parameters:
11129   - "result"
11130   - "name"
11131   - "tags"
11132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11133   x-axis: "X = CNFs per Service Chain"
11134   y-axis: "Y = Number of Service Chains"
11135   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11136   layout:
11137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11138     layout: "plot-service-density"
11139
11140 - type: "plot"
11141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11142   algorithm: "plot_nf_heatmap"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11145   data: "plot-vpp-nfv-2n-clx-mrr"
11146   filter: "'NIC_Intel-XXV710' and
11147            'NF_DENSITY' and
11148            'DOCKER' and
11149            'CHAIN' and
11150            'NF_VPPIP4' and
11151            'IMIX' and
11152            '8T4C' and
11153            'MRR'"
11154   parameters:
11155   - "result"
11156   - "name"
11157   - "tags"
11158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11159   x-axis: "X = CNFs per Service Chain"
11160   y-axis: "Y = Number of Service Chains"
11161   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11162   layout:
11163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11164     layout: "plot-service-density"
11165
11166 # Plots - NF Density - CSC - NDR IMIX
11167 - type: "plot"
11168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11169   algorithm: "plot_nf_heatmap"
11170   output-file-type: ".html"
11171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11173   filter: "'NIC_Intel-XXV710' and
11174            'NF_DENSITY' and
11175            'DOCKER' and
11176            'CHAIN' and
11177            'NF_VPPIP4' and
11178            'IMIX' and
11179            '2T1C' and
11180            'NDRPDR'"
11181   parameters:
11182   - "throughput"
11183   - "name"
11184   - "tags"
11185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11186   x-axis: "X = CNFs per Service Chain"
11187   y-axis: "Y = Number of Service Chains"
11188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11189   layout:
11190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11191     layout: "plot-service-density"
11192
11193 - type: "plot"
11194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11195   algorithm: "plot_nf_heatmap"
11196   output-file-type: ".html"
11197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11198   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11199   filter: "'NIC_Intel-XXV710' and
11200            'NF_DENSITY' and
11201            'DOCKER' and
11202            'CHAIN' and
11203            'NF_VPPIP4' and
11204            'IMIX' and
11205            '4T2C' and
11206            'NDRPDR'"
11207   parameters:
11208   - "throughput"
11209   - "name"
11210   - "tags"
11211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11212   x-axis: "X = CNFs per Service Chain"
11213   y-axis: "Y = Number of Service Chains"
11214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11215   layout:
11216     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11217     layout: "plot-service-density"
11218
11219 - type: "plot"
11220   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11221   algorithm: "plot_nf_heatmap"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11224   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11225   filter: "'NIC_Intel-XXV710' and
11226            'NF_DENSITY' and
11227            'DOCKER' and
11228            'CHAIN' and
11229            'NF_VPPIP4' and
11230            'IMIX' and
11231            '8T4C' and
11232            'NDRPDR'"
11233   parameters:
11234   - "throughput"
11235   - "name"
11236   - "tags"
11237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11238   x-axis: "X = CNFs per Service Chain"
11239   y-axis: "Y = Number of Service Chains"
11240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11241   layout:
11242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11243     layout: "plot-service-density"
11244
11245 # Plots - NF Density - CSC - PDR IMIX
11246 - type: "plot"
11247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11248   algorithm: "plot_nf_heatmap"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11252   filter: "'NIC_Intel-XXV710' and
11253            'NF_DENSITY' and
11254            'DOCKER' and
11255            'CHAIN' and
11256            'NF_VPPIP4' and
11257            'IMIX' and
11258            '2T1C' and
11259            'NDRPDR'"
11260   parameters:
11261   - "throughput"
11262   - "name"
11263   - "tags"
11264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11265   x-axis: "X = CNFs per Service Chain"
11266   y-axis: "Y = Number of Service Chains"
11267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11268   layout:
11269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11270     layout: "plot-service-density"
11271
11272 - type: "plot"
11273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11274   algorithm: "plot_nf_heatmap"
11275   output-file-type: ".html"
11276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11277   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11278   filter: "'NIC_Intel-XXV710' and
11279            'NF_DENSITY' and
11280            'DOCKER' and
11281            'CHAIN' and
11282            'NF_VPPIP4' and
11283            'IMIX' and
11284            '4T2C' and
11285            'NDRPDR'"
11286   parameters:
11287   - "throughput"
11288   - "name"
11289   - "tags"
11290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11291   x-axis: "X = CNFs per Service Chain"
11292   y-axis: "Y = Number of Service Chains"
11293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11294   layout:
11295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11296     layout: "plot-service-density"
11297
11298 - type: "plot"
11299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11300   algorithm: "plot_nf_heatmap"
11301   output-file-type: ".html"
11302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11303   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11304   filter: "'NIC_Intel-XXV710' and
11305            'NF_DENSITY' and
11306            'DOCKER' and
11307            'CHAIN' and
11308            'NF_VPPIP4' and
11309            'IMIX' and
11310            '8T4C' and
11311            'NDRPDR'"
11312   parameters:
11313   - "throughput"
11314   - "name"
11315   - "tags"
11316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11317   x-axis: "X = CNFs per Service Chain"
11318   y-axis: "Y = Number of Service Chains"
11319   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11320   layout:
11321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11322     layout: "plot-service-density"
11323
11324 # Plots - NF Density - CSP - MRR IMIX
11325 - type: "plot"
11326   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11327   algorithm: "plot_nf_heatmap"
11328   output-file-type: ".html"
11329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11330   data: "plot-vpp-nfv-2n-clx-mrr"
11331   filter: "'NIC_Intel-XXV710' and
11332            'NF_DENSITY' and
11333            'DOCKER' and
11334            'PIPELINE' and
11335            'NF_VPPIP4' and
11336            'IMIX' and
11337            '2T1C' and
11338            'MRR'"
11339   parameters:
11340   - "result"
11341   - "name"
11342   - "tags"
11343   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11344   x-axis: "X = CNFs per Service Pipeline"
11345   y-axis: "Y = Number of Service Pipelines"
11346   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11347   layout:
11348     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11349     layout: "plot-service-density"
11350
11351 - type: "plot"
11352   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11353   algorithm: "plot_nf_heatmap"
11354   output-file-type: ".html"
11355   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11356   data: "plot-vpp-nfv-2n-clx-mrr"
11357   filter: "'NIC_Intel-XXV710' and
11358            'NF_DENSITY' and
11359            'DOCKER' and
11360            'PIPELINE' and
11361            'NF_VPPIP4' and
11362            'IMIX' and
11363            '4T2C' and
11364            'MRR'"
11365   parameters:
11366   - "result"
11367   - "name"
11368   - "tags"
11369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11370   x-axis: "X = CNFs per Service Pipeline"
11371   y-axis: "Y = Number of Service Pipelines"
11372   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11373   layout:
11374     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11375     layout: "plot-service-density"
11376
11377 - type: "plot"
11378   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11379   algorithm: "plot_nf_heatmap"
11380   output-file-type: ".html"
11381   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11382   data: "plot-vpp-nfv-2n-clx-mrr"
11383   filter: "'NIC_Intel-XXV710' and
11384            'NF_DENSITY' and
11385            'DOCKER' and
11386            'PIPELINE' and
11387            'NF_VPPIP4' and
11388            'IMIX' and
11389            '8T4C' and
11390            'MRR'"
11391   parameters:
11392   - "result"
11393   - "name"
11394   - "tags"
11395   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11396   x-axis: "X = CNFs per Service Pipeline"
11397   y-axis: "Y = Number of Service Pipelines"
11398   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11399   layout:
11400     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11401     layout: "plot-service-density"
11402
11403 # Plots - NF Density - CSP - NDR IMIX
11404 - type: "plot"
11405   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11406   algorithm: "plot_nf_heatmap"
11407   output-file-type: ".html"
11408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11409   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11410   filter: "'NIC_Intel-XXV710' and
11411            'NF_DENSITY' and
11412            'DOCKER' and
11413            'PIPELINE' and
11414            'NF_VPPIP4' and
11415            'IMIX' and
11416            '2T1C' and
11417            'NDRPDR'"
11418   parameters:
11419   - "throughput"
11420   - "name"
11421   - "tags"
11422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11423   x-axis: "X = CNFs per Service Pipeline"
11424   y-axis: "Y = Number of Service Pipelines"
11425   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11426   layout:
11427     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11428     layout: "plot-service-density"
11429
11430 - type: "plot"
11431   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11432   algorithm: "plot_nf_heatmap"
11433   output-file-type: ".html"
11434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11435   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11436   filter: "'NIC_Intel-XXV710' and
11437            'NF_DENSITY' and
11438            'DOCKER' and
11439            'PIPELINE' and
11440            'NF_VPPIP4' and
11441            'IMIX' and
11442            '4T2C' and
11443            'NDRPDR'"
11444   parameters:
11445   - "throughput"
11446   - "name"
11447   - "tags"
11448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11449   x-axis: "X = CNFs per Service Pipeline"
11450   y-axis: "Y = Number of Service Pipelines"
11451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11452   layout:
11453     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11454     layout: "plot-service-density"
11455
11456 - type: "plot"
11457   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11458   algorithm: "plot_nf_heatmap"
11459   output-file-type: ".html"
11460   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11461   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11462   filter: "'NIC_Intel-XXV710' and
11463            'NF_DENSITY' and
11464            'DOCKER' and
11465            'PIPELINE' and
11466            'NF_VPPIP4' and
11467            'IMIX' and
11468            '8T4C' and
11469            'NDRPDR'"
11470   parameters:
11471   - "throughput"
11472   - "name"
11473   - "tags"
11474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11475   x-axis: "X = CNFs per Service Pipeline"
11476   y-axis: "Y = Number of Service Pipelines"
11477   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11478   layout:
11479     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11480     layout: "plot-service-density"
11481
11482 # Plots - NF Density - CSP - PDR IMIX
11483 - type: "plot"
11484   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11485   algorithm: "plot_nf_heatmap"
11486   output-file-type: ".html"
11487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11488   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11489   filter: "'NIC_Intel-XXV710' and
11490            'NF_DENSITY' and
11491            'DOCKER' and
11492            'PIPELINE' and
11493            'NF_VPPIP4' and
11494            'IMIX' and
11495            '2T1C' and
11496            'NDRPDR'"
11497   parameters:
11498   - "throughput"
11499   - "name"
11500   - "tags"
11501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11502   x-axis: "X = CNFs per Service Pipeline"
11503   y-axis: "Y = Number of Service Pipelines"
11504   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11505   layout:
11506     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11507     layout: "plot-service-density"
11508
11509 - type: "plot"
11510   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11511   algorithm: "plot_nf_heatmap"
11512   output-file-type: ".html"
11513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11514   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11515   filter: "'NIC_Intel-XXV710' and
11516            'NF_DENSITY' and
11517            'DOCKER' and
11518            'PIPELINE' and
11519            'NF_VPPIP4' and
11520            'IMIX' and
11521            '4T2C' and
11522            'NDRPDR'"
11523   parameters:
11524   - "throughput"
11525   - "name"
11526   - "tags"
11527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11528   x-axis: "X = CNFs per Service Pipeline"
11529   y-axis: "Y = Number of Service Pipelines"
11530   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11531   layout:
11532     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11533     layout: "plot-service-density"
11534
11535 - type: "plot"
11536   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11537   algorithm: "plot_nf_heatmap"
11538   output-file-type: ".html"
11539   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11540   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11541   filter: "'NIC_Intel-XXV710' and
11542            'NF_DENSITY' and
11543            'DOCKER' and
11544            'PIPELINE' and
11545            'NF_VPPIP4' and
11546            'IMIX' and
11547            '8T4C' and
11548            'NDRPDR'"
11549   parameters:
11550   - "throughput"
11551   - "name"
11552   - "tags"
11553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11554   x-axis: "X = CNFs per Service Pipeline"
11555   y-axis: "Y = Number of Service Pipelines"
11556   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11557   layout:
11558     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11559     layout: "plot-service-density"
11560
11561 ################################################################################
11562
11563 # Packet Throughput
11564
11565 - type: "plot"
11566   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11575   layout:
11576     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11584   include:
11585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11589   layout:
11590     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11591     layout: "plot-throughput"
11592
11593 - type: "plot"
11594   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11595   algorithm: "plot_perf_box_name"
11596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11598   include:
11599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11603   layout:
11604     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11617   layout:
11618     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11623   algorithm: "plot_perf_box_name"
11624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11626   include:
11627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11632   layout:
11633     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11641   include:
11642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11644     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11645     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11647   layout:
11648     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11656   include:
11657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11659     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11660     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11662   layout:
11663     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11671   include:
11672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11674     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11675     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11676     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11677   layout:
11678     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11686   include:
11687     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11688     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11689     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11690     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11691     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11692   layout:
11693     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11701   include:
11702     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11703     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11704     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11705     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11706     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11707   layout:
11708     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11723   layout:
11724     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11732   include:
11733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11739   layout:
11740     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11748   include:
11749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11754   layout:
11755     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11756     layout: "plot-throughput"
11757
11758 - type: "plot"
11759   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11760   algorithm: "plot_perf_box_name"
11761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11763   include:
11764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11769   layout:
11770     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11771     layout: "plot-throughput"
11772
11773 - type: "plot"
11774   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11775   algorithm: "plot_perf_box_name"
11776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11778   include:
11779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11782   layout:
11783     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11791   include:
11792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11795   layout:
11796     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11797     layout: "plot-throughput"
11798
11799 - type: "plot"
11800   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11804   include:
11805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11810   layout:
11811     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11812     layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11816   algorithm: "plot_perf_box_name"
11817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11819   include:
11820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11825   layout:
11826     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11827     layout: "plot-throughput"
11828
11829 - type: "plot"
11830   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11831   algorithm: "plot_perf_box_name"
11832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11834   include:
11835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11838   layout:
11839     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11844   algorithm: "plot_perf_box_name"
11845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11847   include:
11848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11851   layout:
11852     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11853     layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11860   include:
11861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11867   layout:
11868     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11869     layout: "plot-throughput"
11870
11871 - type: "plot"
11872   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11873   algorithm: "plot_perf_box_name"
11874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11876   include:
11877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11883   layout:
11884     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11892   include:
11893     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11898   layout:
11899     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11907   include:
11908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11909     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11910     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11911     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11913   layout:
11914     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11922   include:
11923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11926     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11928     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11930     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11931     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11933   layout:
11934     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11935     layout: "plot-cps"
11936
11937 - type: "plot"
11938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11942   include:
11943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11953   layout:
11954     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11962   include:
11963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11973   layout:
11974     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11975     layout: "plot-cps"
11976
11977 - type: "plot"
11978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11982   include:
11983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11993   layout:
11994     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   include:
12003     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12008   layout:
12009     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12017   include:
12018     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12019     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12023   layout:
12024     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12032   include:
12033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12043   layout:
12044     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12045     layout: "plot-cps"
12046
12047 - type: "plot"
12048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12052   include:
12053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12063   layout:
12064     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12069   algorithm: "plot_perf_box_name"
12070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12072   include:
12073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12081     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12082     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12083   layout:
12084     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12085     layout: "plot-cps"
12086
12087 - type: "plot"
12088   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12092   include:
12093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12103   layout:
12104     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12105     layout: "plot-throughput"
12106
12107 - type: "plot"
12108   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12109   algorithm: "plot_perf_box_name"
12110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12112   include:
12113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12119   layout:
12120     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12135   layout:
12136     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12144   include:
12145     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12148   layout:
12149     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12154   algorithm: "plot_perf_box_name"
12155   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12157   include:
12158     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12161   layout:
12162     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12163     layout: "plot-throughput"
12164
12165 - type: "plot"
12166   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12167   algorithm: "plot_perf_box_name"
12168   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12170   include:
12171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12174 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12175 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12176   layout:
12177     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12185   include:
12186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12189 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12190 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12191   layout:
12192     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12193     layout: "plot-throughput"
12194
12195 - type: "plot"
12196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12197   algorithm: "plot_perf_box_name"
12198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12200   include:
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12206   layout:
12207     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12208     layout: "plot-throughput"
12209
12210 - type: "plot"
12211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12212   algorithm: "plot_perf_box_name"
12213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12215   include:
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12221   layout:
12222     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12223     layout: "plot-throughput"
12224
12225 - type: "plot"
12226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12227   algorithm: "plot_perf_box_name"
12228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12230   include:
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12236   layout:
12237     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12245   include:
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12251   layout:
12252     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12260   include:
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12265   layout:
12266     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12279   layout:
12280     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12288   include:
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12294   layout:
12295     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12309   layout:
12310     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12311     layout: "plot-throughput"
12312
12313 - type: "plot"
12314   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12315   algorithm: "plot_perf_box_name"
12316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12318   include:
12319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12324   layout:
12325     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12333   include:
12334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12339   layout:
12340     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12341     layout: "plot-throughput"
12342
12343 - type: "plot"
12344   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12345   algorithm: "plot_perf_box_name"
12346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12348   include:
12349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12353   layout:
12354     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12355     layout: "plot-throughput"
12356
12357 - type: "plot"
12358   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12359   algorithm: "plot_perf_box_name"
12360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12362   include:
12363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12367   layout:
12368     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12375   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12376   include:
12377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12382   layout:
12383     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12390   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12391   include:
12392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12397   layout:
12398     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12403   algorithm: "plot_perf_box_name"
12404   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12405   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12406   include:
12407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12413   layout:
12414     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12422   include:
12423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12429   layout:
12430     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12438   include:
12439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12444   layout:
12445     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12452   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12453   include:
12454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12459   layout:
12460     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12461     layout: "plot-throughput"
12462
12463 - type: "plot"
12464   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12465   algorithm: "plot_perf_box_name"
12466   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12467   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12468   include:
12469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12474   layout:
12475     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12483   include:
12484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12489   layout:
12490     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12498   include:
12499     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12501   layout:
12502     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12510   include:
12511     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12513   layout:
12514     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12522   include:
12523     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12527   layout:
12528     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12529     layout: "plot-throughput"
12530
12531 - type: "plot"
12532   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12533   algorithm: "plot_perf_box_name"
12534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12536   include:
12537     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12541   layout:
12542     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12550   include:
12551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12555   layout:
12556     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12564   include:
12565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12569   layout:
12570     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12575   algorithm: "plot_perf_box_name"
12576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12578   include:
12579     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12583   layout:
12584     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12589   algorithm: "plot_perf_box_name"
12590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12592   include:
12593     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12597   layout:
12598     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12599     layout: "plot-throughput"
12600
12601 - type: "plot"
12602   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12603   algorithm: "plot_perf_box_name"
12604   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12605   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12606   include:
12607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12611   layout:
12612     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12613     layout: "plot-throughput"
12614
12615 - type: "plot"
12616   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12617   algorithm: "plot_perf_box_name"
12618   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12619   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12620   include:
12621     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12625   layout:
12626     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12634   include:
12635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12641   layout:
12642     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12650   include:
12651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12657   layout:
12658     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12666   include:
12667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12672   layout:
12673     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12674     layout: "plot-throughput"
12675
12676 - type: "plot"
12677   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12678   algorithm: "plot_perf_box_name"
12679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12681   include:
12682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12687   layout:
12688     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12696   include:
12697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12702   layout:
12703     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12704     layout: "plot-throughput"
12705
12706 - type: "plot"
12707   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12708   algorithm: "plot_perf_box_name"
12709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12711   include:
12712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12717   layout:
12718     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12726   include:
12727     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12730   layout:
12731     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12732     layout: "plot-throughput"
12733
12734 - type: "plot"
12735   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12736   algorithm: "plot_perf_box_name"
12737   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12738   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12739   include:
12740     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12743   layout:
12744     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12745     layout: "plot-throughput"
12746
12747 - type: "plot"
12748   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12752   include:
12753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12756   layout:
12757     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12765   include:
12766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12769   layout:
12770     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12778   include:
12779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12784   layout:
12785     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12786     layout: "plot-throughput"
12787
12788 - type: "plot"
12789   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12790   algorithm: "plot_perf_box_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12793   include:
12794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12799   layout:
12800     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12814   layout:
12815     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12816     layout: "plot-throughput"
12817
12818 - type: "plot"
12819   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12820   algorithm: "plot_perf_box_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12823   include:
12824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12829   layout:
12830     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12838   include:
12839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12844   layout:
12845     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12846     layout: "plot-throughput"
12847
12848 - type: "plot"
12849   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12850   algorithm: "plot_perf_box_name"
12851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12853   include:
12854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12859   layout:
12860     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12867   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12868   include:
12869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12874   layout:
12875     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12876     layout: "plot-throughput"
12877
12878 - type: "plot"
12879   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12880   algorithm: "plot_perf_box_name"
12881   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12882   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12883   include:
12884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12889   layout:
12890     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12898   include:
12899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12904   layout:
12905     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12906     layout: "plot-throughput"
12907
12908 - type: "plot"
12909   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12910   algorithm: "plot_perf_box_name"
12911   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12912   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12913   include:
12914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12919   layout:
12920     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12928   include:
12929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935   layout:
12936     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12937     layout: "plot-throughput"
12938
12939 - type: "plot"
12940   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12941   algorithm: "plot_perf_box_name"
12942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12944   include:
12945     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12951   layout:
12952     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12953     layout: "plot-throughput"
12954
12955 - type: "plot"
12956   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12957   algorithm: "plot_perf_box_name"
12958   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12960   include:
12961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12965   layout:
12966     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12974   include:
12975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12979   layout:
12980     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12995   layout:
12996     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13004   include:
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13011   layout:
13012     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13017   algorithm: "plot_perf_box_name"
13018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13020   include:
13021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13027   layout:
13028     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13029     layout: "plot-throughput"
13030
13031 - type: "plot"
13032   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13033   algorithm: "plot_perf_box_name"
13034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13036   include:
13037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13043   layout:
13044     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13052   include:
13053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13059   layout:
13060     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13065   algorithm: "plot_perf_box_name"
13066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13068   include:
13069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13075   layout:
13076     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13077     layout: "plot-throughput"
13078
13079 - type: "plot"
13080   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13081   algorithm: "plot_perf_box_name"
13082   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13083   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13084   include:
13085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13087     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13091   layout:
13092     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13093     layout: "plot-throughput"
13094
13095 - type: "plot"
13096   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13097   algorithm: "plot_perf_box_name"
13098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13100   include:
13101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13107   layout:
13108     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13109     layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13115   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13116   include:
13117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13121     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13122     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13123   layout:
13124     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13131   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13132   include:
13133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13139   layout:
13140     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13141     layout: "plot-throughput"
13142
13143 - type: "plot"
13144   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13145   algorithm: "plot_perf_box_name"
13146   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13148   include:
13149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13155   layout:
13156     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13164   include:
13165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13171   layout:
13172     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13173     layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13177   algorithm: "plot_perf_box_name"
13178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13180   include:
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13187   layout:
13188     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13196   include:
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13203   layout:
13204     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13212   include:
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13219   layout:
13220     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13235   layout:
13236     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13237     layout: "plot-throughput"
13238
13239 - type: "plot"
13240   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13241   algorithm: "plot_perf_box_name"
13242   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13243   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13244   include:
13245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13249   layout:
13250     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13263   layout:
13264     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13269   algorithm: "plot_perf_box_name"
13270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13272   include:
13273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13277   layout:
13278     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13279     layout: "plot-throughput"
13280
13281 - type: "plot"
13282   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13283   algorithm: "plot_perf_box_name"
13284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13286   include:
13287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13291   layout:
13292     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13293     layout: "plot-throughput"
13294
13295 - type: "plot"
13296   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13297   algorithm: "plot_perf_box_name"
13298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13300   include:
13301     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13307   layout:
13308     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13309     layout: "plot-throughput"
13310
13311 - type: "plot"
13312   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13313   algorithm: "plot_perf_box_name"
13314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13316   include:
13317     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13323   layout:
13324     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13325     layout: "plot-throughput"
13326
13327 - type: "plot"
13328   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13329   algorithm: "plot_perf_box_name"
13330   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13332   include:
13333     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13338   layout:
13339     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13340     layout: "plot-throughput"
13341
13342 - type: "plot"
13343   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13344   algorithm: "plot_perf_box_name"
13345   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13347   include:
13348     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13353   layout:
13354     title: "3n-skx-x710-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-avf-ndr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13362   include:
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13368   layout:
13369     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13383   layout:
13384     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13397   layout:
13398     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13399     layout: "plot-throughput"
13400
13401 - type: "plot"
13402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13403   algorithm: "plot_perf_box_name"
13404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13411   layout:
13412     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420   include:
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13427   layout:
13428     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13429     layout: "plot-throughput"
13430
13431 - type: "plot"
13432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13433   algorithm: "plot_perf_box_name"
13434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436   include:
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13443   layout:
13444     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13452   include:
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13459   layout:
13460     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13461     layout: "plot-throughput"
13462
13463 - type: "plot"
13464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13465   algorithm: "plot_perf_box_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13468   include:
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13475   layout:
13476     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13481   algorithm: "plot_perf_box_name"
13482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13484   include:
13485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13491   layout:
13492     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13493     layout: "plot-throughput"
13494
13495 - type: "plot"
13496   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13497   algorithm: "plot_perf_box_name"
13498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13500   include:
13501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13507   layout:
13508     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13509     layout: "plot-throughput"
13510
13511 - type: "plot"
13512   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13513   algorithm: "plot_perf_box_name"
13514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13516   include:
13517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13523   layout:
13524     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13532   include:
13533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13539   layout:
13540     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13541     layout: "plot-throughput"
13542
13543 - type: "plot"
13544   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13545   algorithm: "plot_perf_box_name"
13546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13548   include:
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13553   layout:
13554     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13562   include:
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13567   layout:
13568     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13569     layout: "plot-throughput"
13570
13571 - type: "plot"
13572   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13573   algorithm: "plot_perf_box_name"
13574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13576   include:
13577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13583   layout:
13584     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13592   include:
13593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13599   layout:
13600     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13608   include:
13609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13615   layout:
13616     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13624   include:
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13631   layout:
13632     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13633     layout: "plot-throughput"
13634
13635 - type: "plot"
13636   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13637   algorithm: "plot_perf_box_name"
13638   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13639   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13640   include:
13641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13645   layout:
13646     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13651   algorithm: "plot_perf_box_name"
13652   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13653   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13654   include:
13655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13659   layout:
13660     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13661     layout: "plot-throughput"
13662
13663 - type: "plot"
13664   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13665   algorithm: "plot_perf_box_name"
13666   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13667   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13668   include:
13669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13675   layout:
13676     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13677     layout: "plot-throughput"
13678
13679 - type: "plot"
13680   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13681   algorithm: "plot_perf_box_name"
13682   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13683   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13684   include:
13685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13691   layout:
13692     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13693     layout: "plot-throughput"
13694
13695 - type: "plot"
13696   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13697   algorithm: "plot_perf_box_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13699   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13700   include:
13701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13703     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13704     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13705   layout:
13706     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13707     layout: "plot-throughput"
13708
13709 - type: "plot"
13710   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13711   algorithm: "plot_perf_box_name"
13712   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13713   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13714   include:
13715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13717     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13718     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13719   layout:
13720     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13721     layout: "plot-throughput"
13722
13723 - type: "plot"
13724   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13725   algorithm: "plot_perf_box_name"
13726   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13727   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13728   include:
13729     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13730     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13733     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13734     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13735   layout:
13736     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13737     layout: "plot-throughput"
13738
13739 - type: "plot"
13740   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13741   algorithm: "plot_perf_box_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13743   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13744   include:
13745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13751   layout:
13752     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13753     layout: "plot-throughput"
13754
13755 - type: "plot"
13756   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13757   algorithm: "plot_perf_box_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13759   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13760   include:
13761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13767   layout:
13768     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13769     layout: "plot-throughput"
13770
13771 - type: "plot"
13772   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13773   algorithm: "plot_perf_box_name"
13774   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13775   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13776   include:
13777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13780     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13781     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13782     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13783   layout:
13784     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13785     layout: "plot-throughput"
13786
13787 - type: "plot"
13788   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13789   algorithm: "plot_perf_box_name"
13790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13792   include:
13793     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13799   layout:
13800     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13801     layout: "plot-throughput"
13802
13803 - type: "plot"
13804   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13805   algorithm: "plot_perf_box_name"
13806   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13808   include:
13809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13815   layout:
13816     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13817     layout: "plot-throughput"
13818
13819 - type: "plot"
13820   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13821   algorithm: "plot_perf_box_name"
13822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13824   include:
13825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13828 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13829 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13830 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13831   layout:
13832     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13833     layout: "plot-throughput"
13834
13835 - type: "plot"
13836   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13837   algorithm: "plot_perf_box_name"
13838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13840   include:
13841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13842     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13844 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13845 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13846 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13847   layout:
13848     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13849     layout: "plot-throughput"
13850
13851 - type: "plot"
13852   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13853   algorithm: "plot_perf_box_name"
13854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13856   include:
13857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13863   layout:
13864     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13865     layout: "plot-throughput"
13866
13867 - type: "plot"
13868   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13869   algorithm: "plot_perf_box_name"
13870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13877     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13879   layout:
13880     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13881     layout: "plot-throughput"
13882
13883 - type: "plot"
13884   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13885   algorithm: "plot_perf_box_name"
13886   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13887   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13888   include:
13889     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13890     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13891     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13892     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13893     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13894     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13895   layout:
13896     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13897     layout: "plot-throughput"
13898
13899 - type: "plot"
13900   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13901   algorithm: "plot_perf_box_name"
13902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13904   include:
13905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13910     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13911   layout:
13912     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13913     layout: "plot-throughput"
13914
13915 #- type: "plot"
13916 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13917 #  algorithm: "plot_perf_box_name"
13918 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13919 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13920 #  include:
13921 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13922 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13923 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13924 #  layout:
13925 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13926 #    layout: "plot-throughput"
13927 #
13928 #- type: "plot"
13929 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13930 #  algorithm: "plot_perf_box_name"
13931 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13932 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13933 #  include:
13934 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13935 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13936 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13937 #  layout:
13938 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13939 #    layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13952   layout:
13953     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13954     layout: "plot-throughput"
13955
13956 - type: "plot"
13957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13958   algorithm: "plot_perf_box_name"
13959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13961   include:
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13967   layout:
13968     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13969     layout: "plot-throughput"
13970
13971 - type: "plot"
13972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13973   algorithm: "plot_perf_box_name"
13974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13976   include:
13977     - "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"
13978     - "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"
13979     - "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"
13980     - "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"
13981     - "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"
13982   layout:
13983     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13984     layout: "plot-throughput"
13985
13986 - type: "plot"
13987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13988   algorithm: "plot_perf_box_name"
13989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13991   include:
13992     - "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"
13993     - "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"
13994     - "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"
13995     - "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"
13996     - "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"
13997   layout:
13998     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13999     layout: "plot-throughput"
14000
14001 - type: "plot"
14002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14003   algorithm: "plot_perf_box_name"
14004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14006   include:
14007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14012   layout:
14013     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14014     layout: "plot-throughput"
14015
14016 - type: "plot"
14017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14018   algorithm: "plot_perf_box_name"
14019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14027   layout:
14028     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14029     layout: "plot-throughput"
14030
14031 - type: "plot"
14032   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14033   algorithm: "plot_perf_box_name"
14034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14042   layout:
14043     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14044     layout: "plot-throughput"
14045
14046 - type: "plot"
14047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14048   algorithm: "plot_perf_box_name"
14049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14051   include:
14052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14057   layout:
14058     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14059     layout: "plot-throughput"
14060
14061 - type: "plot"
14062   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14063   algorithm: "plot_perf_box_name"
14064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14066   include:
14067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14072   layout:
14073     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14074     layout: "plot-throughput"
14075
14076 - type: "plot"
14077   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14078   algorithm: "plot_perf_box_name"
14079   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14080   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14081   include:
14082     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14087   layout:
14088     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14093   algorithm: "plot_perf_box_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14096   include:
14097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14102   layout:
14103     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14104     layout: "plot-throughput"
14105
14106 - type: "plot"
14107   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14108   algorithm: "plot_perf_box_name"
14109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14111   include:
14112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14117   layout:
14118     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14119     layout: "plot-throughput"
14120
14121 - type: "plot"
14122   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14123   algorithm: "plot_perf_box_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14131   layout:
14132     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14133     layout: "plot-throughput"
14134
14135 - type: "plot"
14136   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14137   algorithm: "plot_perf_box_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14145   layout:
14146     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14147     layout: "plot-throughput"
14148
14149 - type: "plot"
14150   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14151   algorithm: "plot_perf_box_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14154   include:
14155     - "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"
14156     - "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"
14157     - "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"
14158     - "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"
14159   layout:
14160     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14161     layout: "plot-throughput"
14162
14163 - type: "plot"
14164   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14165   algorithm: "plot_perf_box_name"
14166   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14168   include:
14169     - "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"
14170     - "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"
14171     - "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"
14172     - "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"
14173   layout:
14174     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14175     layout: "plot-throughput"
14176
14177 - type: "plot"
14178   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14179   algorithm: "plot_perf_box_name"
14180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14182   include:
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14189   layout:
14190     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14191     layout: "plot-throughput"
14192
14193 - type: "plot"
14194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14195   algorithm: "plot_perf_box_name"
14196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14198   include:
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14205   layout:
14206     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14207     layout: "plot-throughput"
14208
14209 - type: "plot"
14210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14211   algorithm: "plot_perf_box_name"
14212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14214   include:
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221   layout:
14222     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14223     layout: "plot-throughput"
14224
14225 - type: "plot"
14226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14227   algorithm: "plot_perf_box_name"
14228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14230   include:
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14237   layout:
14238     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14239     layout: "plot-throughput"
14240
14241 - type: "plot"
14242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14243   algorithm: "plot_perf_box_name"
14244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14246   include:
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14253   layout:
14254     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14255     layout: "plot-throughput"
14256
14257 - type: "plot"
14258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14259   algorithm: "plot_perf_box_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14269   layout:
14270     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14271     layout: "plot-throughput"
14272
14273 - type: "plot"
14274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14275   algorithm: "plot_perf_box_name"
14276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14278   include:
14279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14284   layout:
14285     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14286     layout: "plot-throughput"
14287
14288 - type: "plot"
14289   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14290   algorithm: "plot_perf_box_name"
14291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14293   include:
14294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14299   layout:
14300     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14301     layout: "plot-throughput"
14302
14303 - type: "plot"
14304   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14305   algorithm: "plot_perf_box_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14311   layout:
14312     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14313     layout: "plot-throughput"
14314
14315 - type: "plot"
14316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14317   algorithm: "plot_perf_box_name"
14318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14320   include:
14321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14323   layout:
14324     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14325     layout: "plot-throughput"
14326
14327 - type: "plot"
14328   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14329   algorithm: "plot_perf_box_name"
14330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14332   include:
14333     - "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"
14334     - "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"
14335   layout:
14336     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14337     layout: "plot-throughput"
14338
14339 - type: "plot"
14340   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14341   algorithm: "plot_perf_box_name"
14342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14344   include:
14345     - "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"
14346     - "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"
14347   layout:
14348     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14349     layout: "plot-throughput"
14350
14351 - type: "plot"
14352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14353   algorithm: "plot_perf_box_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14356   include:
14357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14359   layout:
14360     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14361     layout: "plot-throughput"
14362
14363 - type: "plot"
14364   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14365   algorithm: "plot_perf_box_name"
14366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14368   include:
14369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14371   layout:
14372     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14373     layout: "plot-throughput"
14374
14375 - type: "plot"
14376   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14377   algorithm: "plot_perf_box_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14380   include:
14381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14383   layout:
14384     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14385     layout: "plot-throughput"
14386
14387 - type: "plot"
14388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14389   algorithm: "plot_perf_box_name"
14390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14392   include:
14393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14395   layout:
14396     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14397     layout: "plot-throughput"
14398
14399 - type: "plot"
14400   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14401   algorithm: "plot_perf_box_name"
14402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14404   include:
14405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14408     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14409     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14410     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14411   layout:
14412     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14413     layout: "plot-throughput"
14414
14415 - type: "plot"
14416   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14417   algorithm: "plot_perf_box_name"
14418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14420   include:
14421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14427   layout:
14428     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14429     layout: "plot-throughput"
14430
14431 - type: "plot"
14432   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14433   algorithm: "plot_perf_box_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14436   include:
14437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14443   layout:
14444     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14445     layout: "plot-throughput"
14446
14447 - type: "plot"
14448   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14449   algorithm: "plot_perf_box_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14452   include:
14453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14459   layout:
14460     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14461     layout: "plot-throughput"
14462
14463 - type: "plot"
14464   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14465   algorithm: "plot_perf_box_name"
14466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14468   include:
14469     - "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"
14470     - "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"
14471     - "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"
14472     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14473     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14474     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14475   layout:
14476     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14477     layout: "plot-throughput"
14478
14479 - type: "plot"
14480   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14481   algorithm: "plot_perf_box_name"
14482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14484   include:
14485     - "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"
14486     - "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"
14487     - "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"
14488     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14489     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14490     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14491   layout:
14492     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14493     layout: "plot-throughput"
14494
14495 ################################################################################
14496
14497 # Packet Speedup
14498
14499 - type: "plot"
14500   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14504   include:
14505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14509   layout:
14510     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14523   layout:
14524     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14532   include:
14533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14537   layout:
14538     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14539     layout: "plot-throughput-speedup-analysis"
14540
14541 - type: "plot"
14542   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14543   algorithm: "plot_tsa_name"
14544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14546   include:
14547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14551   layout:
14552     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 - type: "plot"
14556   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14557   algorithm: "plot_tsa_name"
14558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14560   include:
14561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14564     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14565     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14566   layout:
14567     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14568     layout: "plot-throughput-speedup-analysis"
14569
14570 - type: "plot"
14571   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14579     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14580     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14581   layout:
14582     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14583     layout: "plot-throughput-speedup-analysis"
14584
14585 - type: "plot"
14586   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14587   algorithm: "plot_tsa_name"
14588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14590   include:
14591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14593     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14594     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14595     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14596   layout:
14597     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14598     layout: "plot-throughput-speedup-analysis"
14599
14600 - type: "plot"
14601   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14602   algorithm: "plot_tsa_name"
14603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14605   include:
14606     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14607     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14608     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14609     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14610     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14611   layout:
14612     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14613     layout: "plot-throughput-speedup-analysis"
14614
14615 - type: "plot"
14616   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14617   algorithm: "plot_tsa_name"
14618   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14619   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14620   include:
14621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14627   layout:
14628     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14629     layout: "plot-throughput-speedup-analysis"
14630
14631 - type: "plot"
14632   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14633   algorithm: "plot_tsa_name"
14634   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14636   include:
14637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14643   layout:
14644     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14645     layout: "plot-throughput-speedup-analysis"
14646
14647 - type: "plot"
14648   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14649   algorithm: "plot_tsa_name"
14650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14652   include:
14653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14658   layout:
14659     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14660     layout: "plot-throughput-speedup-analysis"
14661
14662 - type: "plot"
14663   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14664   algorithm: "plot_tsa_name"
14665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14667   include:
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14673   layout:
14674     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14686   layout:
14687     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14699   layout:
14700     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14714   layout:
14715     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14729   layout:
14730     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14738   include:
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14742   layout:
14743     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14751   include:
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14755   layout:
14756     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14771   layout:
14772     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14780   include:
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14787   layout:
14788     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14789     layout: "plot-throughput-speedup-analysis"
14790
14791 - type: "plot"
14792   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14793   algorithm: "plot_tsa_name"
14794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14796   include:
14797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14802   layout:
14803     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14811   include:
14812     - "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"
14813     - "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"
14814     - "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"
14815     - "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"
14816     - "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"
14817   layout:
14818     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14826   include:
14827     - "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"
14828     - "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"
14829     - "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"
14830     - "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"
14831     - "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"
14832     - "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"
14833     - "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"
14834     - "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"
14835     - "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"
14836     - "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"
14837   layout:
14838     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14839     layout: "plot-throughput-speedup-analysis-cps"
14840
14841 - type: "plot"
14842   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-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-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14848     - "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"
14849     - "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"
14850     - "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"
14851     - "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"
14852     - "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"
14853     - "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"
14854     - "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"
14855     - "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"
14856     - "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"
14857   layout:
14858     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14859     layout: "plot-throughput-speedup-analysis"
14860
14861 - type: "plot"
14862   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14863   algorithm: "plot_tsa_name"
14864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14866   include:
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875     - "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"
14876     - "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"
14877   layout:
14878     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14879     layout: "plot-throughput-speedup-analysis-cps"
14880
14881 - type: "plot"
14882   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-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-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14888     - "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"
14889     - "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"
14890     - "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"
14891     - "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"
14892     - "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"
14893     - "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"
14894     - "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"
14895     - "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"
14896     - "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"
14897   layout:
14898     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14906   include:
14907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14909     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14910     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14911     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14912   layout:
14913     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14914     layout: "plot-throughput-speedup-analysis"
14915
14916 - type: "plot"
14917   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14918   algorithm: "plot_tsa_name"
14919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14921   include:
14922     - "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"
14923     - "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"
14924     - "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"
14925     - "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"
14926     - "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"
14927   layout:
14928     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14929     layout: "plot-throughput-speedup-analysis"
14930
14931 - type: "plot"
14932   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14933   algorithm: "plot_tsa_name"
14934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14936   include:
14937     - "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"
14938     - "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"
14939     - "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"
14940     - "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"
14941     - "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"
14942     - "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"
14943     - "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"
14944     - "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"
14945     - "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"
14946     - "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"
14947   layout:
14948     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14949     layout: "plot-throughput-speedup-analysis-cps"
14950
14951 - type: "plot"
14952   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14953   algorithm: "plot_tsa_name"
14954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14956   include:
14957     - "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"
14958     - "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"
14959     - "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"
14960     - "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"
14961     - "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"
14962     - "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"
14963     - "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"
14964     - "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"
14965     - "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"
14966     - "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"
14967   layout:
14968     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14976   include:
14977     - "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"
14978     - "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"
14979     - "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"
14980     - "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"
14981     - "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"
14982     - "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"
14983     - "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"
14984     - "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"
14985     - "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"
14986     - "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"
14987   layout:
14988     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14989     layout: "plot-throughput-speedup-analysis-cps"
14990
14991 - type: "plot"
14992   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14996   include:
14997     - "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"
14998     - "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"
14999     - "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"
15000     - "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"
15001     - "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"
15002     - "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"
15003     - "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"
15004     - "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"
15005     - "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"
15006     - "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"
15007   layout:
15008     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15016   include:
15017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15023   layout:
15024     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15039   layout:
15040     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15041     layout: "plot-throughput-speedup-analysis"
15042
15043 - type: "plot"
15044   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15045   algorithm: "plot_tsa_name"
15046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15048   include:
15049     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15052   layout:
15053     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15061   include:
15062     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15065   layout:
15066     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15074   include:
15075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15078 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15079 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15080   layout:
15081     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15089   include:
15090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15093 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15094 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15095   layout:
15096     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15110   layout:
15111     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15119   include:
15120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15125   layout:
15126     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15127     layout: "plot-throughput-speedup-analysis"
15128
15129 - type: "plot"
15130   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15131   algorithm: "plot_tsa_name"
15132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15134   include:
15135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15140   layout:
15141     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15142     layout: "plot-throughput-speedup-analysis"
15143
15144 - type: "plot"
15145   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15146   algorithm: "plot_tsa_name"
15147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15149   include:
15150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15155   layout:
15156     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15157     layout: "plot-throughput-speedup-analysis"
15158
15159 - type: "plot"
15160   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15161   algorithm: "plot_tsa_name"
15162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15164   include:
15165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15169   layout:
15170     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15171     layout: "plot-throughput-speedup-analysis"
15172
15173 - type: "plot"
15174   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15175   algorithm: "plot_tsa_name"
15176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15178   include:
15179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15183   layout:
15184     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15198   layout:
15199     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15213   layout:
15214     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15222   include:
15223     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15225   layout:
15226     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15234   include:
15235     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15237   layout:
15238     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15251   layout:
15252     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15253     layout: "plot-throughput-speedup-analysis"
15254
15255 - type: "plot"
15256   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15257   algorithm: "plot_tsa_name"
15258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15260   include:
15261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15265   layout:
15266     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15279   layout:
15280     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15288   include:
15289     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15293   layout:
15294     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 - type: "plot"
15298   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15299   algorithm: "plot_tsa_name"
15300   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15302   include:
15303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15309   layout:
15310     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15325   layout:
15326     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15340   layout:
15341     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15355   layout:
15356     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 - type: "plot"
15360   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15361   algorithm: "plot_tsa_name"
15362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15364   include:
15365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15370   layout:
15371     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15379   include:
15380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15385   layout:
15386     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15394   include:
15395     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15398   layout:
15399     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15407   include:
15408     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15409     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15411   layout:
15412     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15413     layout: "plot-throughput-speedup-analysis"
15414
15415 - type: "plot"
15416   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15417   algorithm: "plot_tsa_name"
15418   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15420   include:
15421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15424   layout:
15425     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15433   include:
15434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15437   layout:
15438     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15452   layout:
15453     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15454     layout: "plot-throughput-speedup-analysis"
15455
15456 - type: "plot"
15457   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15458   algorithm: "plot_tsa_name"
15459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15461   include:
15462     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15467   layout:
15468     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15476   include:
15477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15482   layout:
15483     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15494     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15495     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15496     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15497   layout:
15498     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15506   include:
15507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15513   layout:
15514     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15522   include:
15523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15527     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15528     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15529   layout:
15530     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15531     layout: "plot-throughput-speedup-analysis"
15532
15533 - type: "plot"
15534   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15535   algorithm: "plot_tsa_name"
15536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15538   include:
15539     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15540     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15541     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15542     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15543   layout:
15544     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15552   include:
15553     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15554     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15555     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15556     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15557   layout:
15558     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15566   include:
15567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15573   layout:
15574     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15582   include:
15583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15589   layout:
15590     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15598   include:
15599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15605   layout:
15606     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15614   include:
15615     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15618     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15619     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15620     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15621   layout:
15622     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15630   include:
15631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15637   layout:
15638     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15646   include:
15647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15653   layout:
15654     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15662   include:
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15669   layout:
15670     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15671     layout: "plot-throughput-speedup-analysis"
15672
15673 - type: "plot"
15674   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15675   algorithm: "plot_tsa_name"
15676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15678   include:
15679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15685   layout:
15686     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15687     layout: "plot-throughput-speedup-analysis"
15688
15689 - type: "plot"
15690   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15691   algorithm: "plot_tsa_name"
15692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15694   include:
15695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15701   layout:
15702     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15710   include:
15711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15717   layout:
15718     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15719     layout: "plot-throughput-speedup-analysis"
15720
15721 - type: "plot"
15722   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15723   algorithm: "plot_tsa_name"
15724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15726   include:
15727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15731   layout:
15732     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15740   include:
15741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15745   layout:
15746     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15747     layout: "plot-throughput-speedup-analysis"
15748
15749 - type: "plot"
15750   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15751   algorithm: "plot_tsa_name"
15752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15754   include:
15755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15759   layout:
15760     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15768   include:
15769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15773   layout:
15774     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15782   include:
15783     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15789   layout:
15790     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15798   include:
15799     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15805   layout:
15806     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 - type: "plot"
15810   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15811   algorithm: "plot_tsa_name"
15812   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15814   include:
15815     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15820   layout:
15821     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 - type: "plot"
15825   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15826   algorithm: "plot_tsa_name"
15827   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15829   include:
15830     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15833     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15835   layout:
15836     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15837     layout: "plot-throughput-speedup-analysis"
15838
15839 - type: "plot"
15840   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15841   algorithm: "plot_tsa_name"
15842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15844   include:
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15850   layout:
15851     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15859   include:
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15865   layout:
15866     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15874   include:
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15879   layout:
15880     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15893   layout:
15894     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15902   include:
15903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15909   layout:
15910     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15918   include:
15919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15925   layout:
15926     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15934   include:
15935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15941   layout:
15942     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15950   include:
15951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15957   layout:
15958     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15966   include:
15967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15973   layout:
15974     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15982   include:
15983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15989   layout:
15990     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15998   include:
15999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16003     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16004     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16005   layout:
16006     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16014   include:
16015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16019     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16020     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16021   layout:
16022     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16023     layout: "plot-throughput-speedup-analysis"
16024
16025 - type: "plot"
16026   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16027   algorithm: "plot_tsa_name"
16028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16030   include:
16031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16036     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16037   layout:
16038     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16039     layout: "plot-throughput-speedup-analysis"
16040
16041 - type: "plot"
16042   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16043   algorithm: "plot_tsa_name"
16044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16046   include:
16047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16053   layout:
16054     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16055     layout: "plot-throughput-speedup-analysis"
16056
16057 - type: "plot"
16058   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16059   algorithm: "plot_tsa_name"
16060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16062   include:
16063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16068   layout:
16069     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16077   include:
16078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16083   layout:
16084     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16092   include:
16093     - "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"
16094     - "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"
16095     - "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"
16096     - "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"
16097     - "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"
16098   layout:
16099     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16107   include:
16108     - "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"
16109     - "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"
16110     - "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"
16111     - "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"
16112     - "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"
16113   layout:
16114     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16122   include:
16123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16128   layout:
16129     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16137   include:
16138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16143   layout:
16144     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 - type: "plot"
16148   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16149   algorithm: "plot_tsa_name"
16150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16152   include:
16153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16158   layout:
16159     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16167   include:
16168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16173   layout:
16174     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16182   include:
16183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16188   layout:
16189     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16197   include:
16198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16203   layout:
16204     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16212   include:
16213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16218   layout:
16219     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16227   include:
16228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16230     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16231     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16232     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16233   layout:
16234     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16242   include:
16243     - "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"
16244     - "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"
16245     - "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"
16246     - "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"
16247   layout:
16248     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16256   include:
16257     - "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"
16258     - "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"
16259     - "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"
16260     - "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"
16261   layout:
16262     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 - type: "plot"
16266   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16267   algorithm: "plot_tsa_name"
16268   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16270   include:
16271     - "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"
16272     - "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"
16273     - "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"
16274     - "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"
16275   layout:
16276     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16284   include:
16285     - "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"
16286     - "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"
16287     - "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"
16288     - "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"
16289   layout:
16290     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16291     layout: "plot-throughput-speedup-analysis"
16292
16293 - type: "plot"
16294   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16295   algorithm: "plot_tsa_name"
16296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16298   include:
16299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16305   layout:
16306     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16314   include:
16315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16321   layout:
16322     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16330   include:
16331     - "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"
16332     - "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"
16333     - "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"
16334     - "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"
16335     - "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"
16336     - "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"
16337   layout:
16338     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16346   include:
16347     - "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"
16348     - "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"
16349     - "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"
16350     - "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"
16351     - "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"
16352     - "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"
16353   layout:
16354     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16355     layout: "plot-throughput-speedup-analysis"
16356
16357 - type: "plot"
16358   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16359   algorithm: "plot_tsa_name"
16360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16362   include:
16363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16369   layout:
16370     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16378   include:
16379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16385   layout:
16386     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16394   include:
16395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16400   layout:
16401     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16402     layout: "plot-throughput-speedup-analysis"
16403
16404 - type: "plot"
16405   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16406   algorithm: "plot_tsa_name"
16407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16409   include:
16410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16415   layout:
16416     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16417     layout: "plot-throughput-speedup-analysis"
16418
16419 - type: "plot"
16420   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16421   algorithm: "plot_tsa_name"
16422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16424   include:
16425     - "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"
16426     - "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"
16427   layout:
16428     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16436   include:
16437     - "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"
16438     - "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"
16439   layout:
16440     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16448   include:
16449     - "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"
16450     - "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"
16451   layout:
16452     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16453     layout: "plot-throughput-speedup-analysis"
16454
16455 - type: "plot"
16456   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16457   algorithm: "plot_tsa_name"
16458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16460   include:
16461     - "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"
16462     - "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"
16463   layout:
16464     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16465     layout: "plot-throughput-speedup-analysis"
16466
16467 - type: "plot"
16468   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16469   algorithm: "plot_tsa_name"
16470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16472   include:
16473     - "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"
16474     - "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"
16475     - "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"
16476     - "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"
16477     - "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"
16478     - "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"
16479   layout:
16480     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16481     layout: "plot-throughput-speedup-analysis"
16482
16483 - type: "plot"
16484   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16485   algorithm: "plot_tsa_name"
16486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16488   include:
16489     - "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"
16490     - "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"
16491     - "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"
16492     - "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"
16493     - "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"
16494     - "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"
16495   layout:
16496     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16497     layout: "plot-throughput-speedup-analysis"
16498
16499 - type: "plot"
16500   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16501   algorithm: "plot_tsa_name"
16502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16504   include:
16505     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16506     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16508     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16509     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16510   layout:
16511     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16512     layout: "plot-throughput-speedup-analysis"
16513
16514 - type: "plot"
16515   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16516   algorithm: "plot_tsa_name"
16517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16519   include:
16520     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16521     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16522     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16523     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16524     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16525   layout:
16526     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16534   include:
16535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16540   layout:
16541     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16542     layout: "plot-throughput-speedup-analysis"
16543
16544 - type: "plot"
16545   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16546   algorithm: "plot_tsa_name"
16547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16549   include:
16550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16555   layout:
16556     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16557     layout: "plot-throughput-speedup-analysis"
16558
16559 - type: "plot"
16560   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16561   algorithm: "plot_tsa_name"
16562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16564   include:
16565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16569   layout:
16570     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 - type: "plot"
16574   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16575   algorithm: "plot_tsa_name"
16576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16578   include:
16579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16583   layout:
16584     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16585     layout: "plot-throughput-speedup-analysis"
16586
16587 - type: "plot"
16588   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16589   algorithm: "plot_tsa_name"
16590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16592   include:
16593     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16597   layout:
16598     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16599     layout: "plot-throughput-speedup-analysis"
16600
16601 - type: "plot"
16602   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16603   algorithm: "plot_tsa_name"
16604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16606   include:
16607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16611   layout:
16612     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16613     layout: "plot-throughput-speedup-analysis"
16614
16615 - type: "plot"
16616   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16617   algorithm: "plot_tsa_name"
16618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16620   include:
16621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16622     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16624     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16626   layout:
16627     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16628     layout: "plot-throughput-speedup-analysis"
16629
16630 - type: "plot"
16631   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16632   algorithm: "plot_tsa_name"
16633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16635   include:
16636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16639     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16641   layout:
16642     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16643     layout: "plot-throughput-speedup-analysis"
16644
16645 - type: "plot"
16646   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16647   algorithm: "plot_tsa_name"
16648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16650   include:
16651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16652     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16653     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16657   layout:
16658     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16659     layout: "plot-throughput-speedup-analysis"
16660
16661 - type: "plot"
16662   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16663   algorithm: "plot_tsa_name"
16664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16666   include:
16667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16668     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16673   layout:
16674     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 - type: "plot"
16678   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16679   algorithm: "plot_tsa_name"
16680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16682   include:
16683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16687   layout:
16688     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16696   include:
16697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16701   layout:
16702     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16703     layout: "plot-throughput-speedup-analysis"
16704
16705 - type: "plot"
16706   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16707   algorithm: "plot_tsa_name"
16708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16710   include:
16711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16717   layout:
16718     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16726   include:
16727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16733   layout:
16734     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16735     layout: "plot-throughput-speedup-analysis"
16736
16737 - type: "plot"
16738   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16739   algorithm: "plot_tsa_name"
16740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16741   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16742   include:
16743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16749   layout:
16750     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16751     layout: "plot-throughput-speedup-analysis"
16752
16753 - type: "plot"
16754   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16755   algorithm: "plot_tsa_name"
16756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16758   include:
16759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16765   layout:
16766     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16767     layout: "plot-throughput-speedup-analysis"
16768
16769 - type: "plot"
16770   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16771   algorithm: "plot_tsa_name"
16772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16774   include:
16775     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16776     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16777     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16778     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16779     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16780     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16781   layout:
16782     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16783     layout: "plot-throughput-speedup-analysis"
16784
16785 - type: "plot"
16786   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16787   algorithm: "plot_tsa_name"
16788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16790   include:
16791     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16792     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16793     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16794     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16795     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16797   layout:
16798     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16799     layout: "plot-throughput-speedup-analysis"
16800
16801 - type: "plot"
16802   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16803   algorithm: "plot_tsa_name"
16804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16806   include:
16807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16813   layout:
16814     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16815     layout: "plot-throughput-speedup-analysis"
16816
16817 - type: "plot"
16818   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16819   algorithm: "plot_tsa_name"
16820   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16821   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16822   include:
16823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16829   layout:
16830     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16831     layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16838   include:
16839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16840     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16841     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16842     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16843     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16845   layout:
16846     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16847     layout: "plot-throughput-speedup-analysis"
16848
16849 - type: "plot"
16850   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16851   algorithm: "plot_tsa_name"
16852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16854   include:
16855     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16856     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16857     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16858     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16859     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16860     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16861   layout:
16862     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16863     layout: "plot-throughput-speedup-analysis"
16864
16865 #- type: "plot"
16866 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16867 #  algorithm: "plot_tsa_name"
16868 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16869 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16870 #  include:
16871 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16872 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16873 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16874 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16875 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16877 #  layout:
16878 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16879 #    layout: "plot-throughput-speedup-analysis"
16880 #
16881 #- type: "plot"
16882 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16883 #  algorithm: "plot_tsa_name"
16884 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16885 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16886 #  include:
16887 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16888 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16889 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16890 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16891 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16892 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16893 #  layout:
16894 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16895 #    layout: "plot-throughput-speedup-analysis"
16896
16897 - type: "plot"
16898   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16899   algorithm: "plot_tsa_name"
16900   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16901   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16902   include:
16903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16908   layout:
16909     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16917   include:
16918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16923   layout:
16924     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16925     layout: "plot-throughput-speedup-analysis"
16926
16927 - type: "plot"
16928   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16929   algorithm: "plot_tsa_name"
16930   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16931   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16932   include:
16933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16939   layout:
16940     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16941     layout: "plot-throughput-speedup-analysis"
16942
16943 - type: "plot"
16944   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16945   algorithm: "plot_tsa_name"
16946   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16947   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16948   include:
16949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16955   layout:
16956     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16957     layout: "plot-throughput-speedup-analysis"
16958
16959 - type: "plot"
16960   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16961   algorithm: "plot_tsa_name"
16962   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16963   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16964   include:
16965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16970   layout:
16971     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16972     layout: "plot-throughput-speedup-analysis"
16973
16974 - type: "plot"
16975   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16976   algorithm: "plot_tsa_name"
16977   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16978   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16979   include:
16980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16985   layout:
16986     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16987     layout: "plot-throughput-speedup-analysis"
16988
16989 - type: "plot"
16990   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16991   algorithm: "plot_tsa_name"
16992   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16993   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16994   include:
16995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16999   layout:
17000     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17001     layout: "plot-throughput-speedup-analysis"
17002
17003 - type: "plot"
17004   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17005   algorithm: "plot_tsa_name"
17006   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17007   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17008   include:
17009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17013   layout:
17014     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17015     layout: "plot-throughput-speedup-analysis"
17016
17017 - type: "plot"
17018   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17019   algorithm: "plot_tsa_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17021   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17022   include:
17023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17029   layout:
17030     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17031     layout: "plot-throughput-speedup-analysis"
17032
17033 - type: "plot"
17034   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17035   algorithm: "plot_tsa_name"
17036   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17037   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17038   include:
17039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17045   layout:
17046     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17047     layout: "plot-throughput-speedup-analysis"
17048
17049 - type: "plot"
17050   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17051   algorithm: "plot_tsa_name"
17052   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17053   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17054   include:
17055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17060   layout:
17061     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17062     layout: "plot-throughput-speedup-analysis"
17063
17064 - type: "plot"
17065   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17066   algorithm: "plot_tsa_name"
17067   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17068   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17069   include:
17070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17075   layout:
17076     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17077     layout: "plot-throughput-speedup-analysis"
17078
17079 - type: "plot"
17080   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17081   algorithm: "plot_tsa_name"
17082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17084   include:
17085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17090   layout:
17091     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17092     layout: "plot-throughput-speedup-analysis"
17093
17094 - type: "plot"
17095   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17096   algorithm: "plot_tsa_name"
17097   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17098   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17099   include:
17100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17105   layout:
17106     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17107     layout: "plot-throughput-speedup-analysis"
17108
17109 - type: "plot"
17110   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17111   algorithm: "plot_tsa_name"
17112   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17113   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17114   include:
17115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17119   layout:
17120     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17121     layout: "plot-throughput-speedup-analysis"
17122
17123 - type: "plot"
17124   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17125   algorithm: "plot_tsa_name"
17126   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17127   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17128   include:
17129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17133   layout:
17134     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17135     layout: "plot-throughput-speedup-analysis"
17136
17137 - type: "plot"
17138   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17139   algorithm: "plot_tsa_name"
17140   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17141   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17142   include:
17143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17148   layout:
17149     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17150     layout: "plot-throughput-speedup-analysis"
17151
17152 - type: "plot"
17153   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17154   algorithm: "plot_tsa_name"
17155   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17156   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17157   include:
17158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17163   layout:
17164     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17165     layout: "plot-throughput-speedup-analysis"
17166
17167 - type: "plot"
17168   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17169   algorithm: "plot_tsa_name"
17170   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17171   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17172   include:
17173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17179   layout:
17180     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17181     layout: "plot-throughput-speedup-analysis"
17182
17183 - type: "plot"
17184   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17185   algorithm: "plot_tsa_name"
17186   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17187   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17188   include:
17189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17195   layout:
17196     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17197     layout: "plot-throughput-speedup-analysis"
17198
17199 - type: "plot"
17200   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17201   algorithm: "plot_tsa_name"
17202   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17203   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17204   include:
17205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17207     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17208     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17209   layout:
17210     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17211     layout: "plot-throughput-speedup-analysis"
17212
17213 - type: "plot"
17214   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17215   algorithm: "plot_tsa_name"
17216   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17217   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17218   include:
17219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17223   layout:
17224     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17225     layout: "plot-throughput-speedup-analysis"
17226
17227 - type: "plot"
17228   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17229   algorithm: "plot_tsa_name"
17230   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17231   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17232   include:
17233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17239   layout:
17240     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17241     layout: "plot-throughput-speedup-analysis"
17242
17243 - type: "plot"
17244   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17245   algorithm: "plot_tsa_name"
17246   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17247   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17248   include:
17249     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17253     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17254     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17255   layout:
17256     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17257     layout: "plot-throughput-speedup-analysis"
17258
17259 - type: "plot"
17260   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17261   algorithm: "plot_tsa_name"
17262   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17263   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17264   include:
17265     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17268     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17269     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17270     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17271   layout:
17272     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17273     layout: "plot-throughput-speedup-analysis"
17274
17275 - type: "plot"
17276   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17277   algorithm: "plot_tsa_name"
17278   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17279   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17280   include:
17281     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17283     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17284     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17285     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17287   layout:
17288     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17289     layout: "plot-throughput-speedup-analysis"
17290
17291 #- type: "plot"
17292 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17293 #  algorithm: "plot_tsa_name"
17294 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17295 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17296 #  include:
17297 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17298 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17299 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17300 #  layout:
17301 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17302 #    layout: "plot-throughput-speedup-analysis"
17303 #
17304 #- type: "plot"
17305 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17306 #  algorithm: "plot_tsa_name"
17307 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17308 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17309 #  include:
17310 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17311 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17312 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17313 #  layout:
17314 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17315 #    layout: "plot-throughput-speedup-analysis"
17316
17317 ################################################################################
17318
17319 # Packet Throughput - DPDK
17320
17321 # 2n-skx-xxv710
17322
17323 - type: "plot"
17324   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17325   algorithm: "plot_perf_box_name"
17326   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17327   data: "plot-dpdk-throughput-latency-2n-skx"
17328   include:
17329     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17330     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17331   layout:
17332     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17339   data: "plot-dpdk-throughput-latency-2n-skx"
17340   include:
17341     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17342     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17343   layout:
17344     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17349   algorithm: "plot_perf_box_name"
17350   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17351   data: "plot-dpdk-throughput-latency-2n-skx"
17352   include:
17353     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17354     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17355   layout:
17356     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17357     layout: "plot-throughput"
17358
17359 - type: "plot"
17360   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17363   data: "plot-dpdk-throughput-latency-2n-skx"
17364   include:
17365     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17366     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17367   layout:
17368     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17369     layout: "plot-throughput"
17370
17371 # 2n-skx-x710
17372
17373 - type: "plot"
17374   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17375   algorithm: "plot_perf_box_name"
17376   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17377   data: "plot-dpdk-throughput-latency-2n-skx"
17378   include:
17379     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17380     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17381   layout:
17382     title: "2n-skx-x710-64b-2t1c-base-ndr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17389   data: "plot-dpdk-throughput-latency-2n-skx"
17390   include:
17391     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17392     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17393   layout:
17394     title: "2n-skx-x710-64b-4t2c-base-ndr"
17395     layout: "plot-throughput"
17396
17397 - type: "plot"
17398   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17399   algorithm: "plot_perf_box_name"
17400   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17401   data: "plot-dpdk-throughput-latency-2n-skx"
17402   include:
17403     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17404     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17405   layout:
17406     title: "2n-skx-x710-64b-2t1c-base-pdr"
17407     layout: "plot-throughput"
17408
17409 - type: "plot"
17410   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17411   algorithm: "plot_perf_box_name"
17412   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17413   data: "plot-dpdk-throughput-latency-2n-skx"
17414   include:
17415     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17416     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17417   layout:
17418     title: "2n-skx-x710-64b-4t2c-base-pdr"
17419     layout: "plot-throughput"
17420
17421 # 3n-skx-xxv710
17422
17423 - type: "plot"
17424   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17425   algorithm: "plot_perf_box_name"
17426   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17427   data: "plot-dpdk-throughput-latency-3n-skx"
17428   include:
17429     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17430     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17431   layout:
17432     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17433     layout: "plot-throughput"
17434
17435 - type: "plot"
17436   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17437   algorithm: "plot_perf_box_name"
17438   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17439   data: "plot-dpdk-throughput-latency-3n-skx"
17440   include:
17441     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17442     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17443   layout:
17444     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17451   data: "plot-dpdk-throughput-latency-3n-skx"
17452   include:
17453     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17454     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17455   layout:
17456     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17457     layout: "plot-throughput"
17458
17459 - type: "plot"
17460   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17461   algorithm: "plot_perf_box_name"
17462   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17463   data: "plot-dpdk-throughput-latency-3n-skx"
17464   include:
17465     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17466     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17467   layout:
17468     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17469     layout: "plot-throughput"
17470
17471 # 3n-skx-x710
17472
17473 - type: "plot"
17474   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17477   data: "plot-dpdk-throughput-latency-3n-skx"
17478   include:
17479     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17480     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17481   layout:
17482     title: "3n-skx-x710-64b-2t1c-base-ndr"
17483     layout: "plot-throughput"
17484
17485 - type: "plot"
17486   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17487   algorithm: "plot_perf_box_name"
17488   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17489   data: "plot-dpdk-throughput-latency-3n-skx"
17490   include:
17491     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17492     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17493   layout:
17494     title: "3n-skx-x710-64b-4t2c-base-ndr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17501   data: "plot-dpdk-throughput-latency-3n-skx"
17502   include:
17503     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17504     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17505   layout:
17506     title: "3n-skx-x710-64b-2t1c-base-pdr"
17507     layout: "plot-throughput"
17508
17509 - type: "plot"
17510   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17511   algorithm: "plot_perf_box_name"
17512   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17513   data: "plot-dpdk-throughput-latency-3n-skx"
17514   include:
17515     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17516     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17517   layout:
17518     title: "3n-skx-x710-64b-4t2c-base-pdr"
17519     layout: "plot-throughput"
17520
17521 # 3n-hsw-xl710
17522
17523 - type: "plot"
17524   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17527   data: "plot-dpdk-throughput-latency-3n-hsw"
17528   include:
17529     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17530     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17531   layout:
17532     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17533     layout: "plot-throughput"
17534
17535 - type: "plot"
17536   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17537   algorithm: "plot_perf_box_name"
17538   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17539   data: "plot-dpdk-throughput-latency-3n-hsw"
17540   include:
17541     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17542     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17543   layout:
17544     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17551   data: "plot-dpdk-throughput-latency-3n-hsw"
17552   include:
17553     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17554     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17555   layout:
17556     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17557     layout: "plot-throughput"
17558
17559 - type: "plot"
17560   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17561   algorithm: "plot_perf_box_name"
17562   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17563   data: "plot-dpdk-throughput-latency-3n-hsw"
17564   include:
17565     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17566     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17567   layout:
17568     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17569     layout: "plot-throughput"
17570
17571 # 3n-hsw-x710
17572
17573 - type: "plot"
17574   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17577   data: "plot-dpdk-throughput-latency-3n-hsw"
17578   include:
17579     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17580     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17581   layout:
17582     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17589   data: "plot-dpdk-throughput-latency-3n-hsw"
17590   include:
17591     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17592     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17593   layout:
17594     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17595     layout: "plot-throughput"
17596
17597 - type: "plot"
17598   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17599   algorithm: "plot_perf_box_name"
17600   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17601   data: "plot-dpdk-throughput-latency-3n-hsw"
17602   include:
17603     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17604     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17605   layout:
17606     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17607     layout: "plot-throughput"
17608
17609 - type: "plot"
17610   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17611   algorithm: "plot_perf_box_name"
17612   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17613   data: "plot-dpdk-throughput-latency-3n-hsw"
17614   include:
17615     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17616     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17617   layout:
17618     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17619     layout: "plot-throughput"
17620
17621 ## 2n-dnv-x553
17622 #
17623 #- type: "plot"
17624 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17625 #  algorithm: "plot_perf_box_name"
17626 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17627 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17628 #  include:
17629 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17630 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17631 #  layout:
17632 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17633 #    layout: "plot-throughput"
17634 #
17635 #- type: "plot"
17636 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17637 #  algorithm: "plot_perf_box_name"
17638 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17639 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17640 #  include:
17641 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17642 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17643 #  layout:
17644 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17645 #    layout: "plot-throughput"
17646 #
17647 #- type: "plot"
17648 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17649 #  algorithm: "plot_perf_box_name"
17650 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17651 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17652 #  include:
17653 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17654 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17655 #  layout:
17656 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17657 #    layout: "plot-throughput"
17658 #
17659 #- type: "plot"
17660 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17661 #  algorithm: "plot_perf_box_name"
17662 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17663 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17664 #  include:
17665 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17666 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17667 #  layout:
17668 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17669 #    layout: "plot-throughput"
17670 #
17671 ## 3n-dnv-x553
17672 #
17673 #- type: "plot"
17674 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17675 #  algorithm: "plot_perf_box_name"
17676 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17677 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17678 #  include:
17679 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17680 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17681 #  layout:
17682 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17683 #    layout: "plot-throughput"
17684 #
17685 #- type: "plot"
17686 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17687 #  algorithm: "plot_perf_box_name"
17688 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17689 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17690 #  include:
17691 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17692 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17693 #  layout:
17694 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17695 #    layout: "plot-throughput"
17696 #
17697 #- type: "plot"
17698 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17699 #  algorithm: "plot_perf_box_name"
17700 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17701 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17702 #  include:
17703 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17704 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17705 #  layout:
17706 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17707 #    layout: "plot-throughput"
17708 #
17709 #- type: "plot"
17710 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17711 #  algorithm: "plot_perf_box_name"
17712 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17713 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17714 #  include:
17715 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17716 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17717 #  layout:
17718 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17719 #    layout: "plot-throughput"
17720
17721 # 3n-tsh-x520
17722
17723 - type: "plot"
17724   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17725   algorithm: "plot_perf_box_name"
17726   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17727   data: "plot-dpdk-throughput-latency-3n-tsh"
17728   include:
17729     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17730     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17731   layout:
17732     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17739   data: "plot-dpdk-throughput-latency-3n-tsh"
17740   include:
17741     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17742     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17743   layout:
17744     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17745     layout: "plot-throughput"
17746
17747 - type: "plot"
17748   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17749   algorithm: "plot_perf_box_name"
17750   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17751   data: "plot-dpdk-throughput-latency-3n-tsh"
17752   include:
17753     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17754     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17755   layout:
17756     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17757     layout: "plot-throughput"
17758
17759 - type: "plot"
17760   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17761   algorithm: "plot_perf_box_name"
17762   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17763   data: "plot-dpdk-throughput-latency-3n-tsh"
17764   include:
17765     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17766     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17767   layout:
17768     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17769     layout: "plot-throughput"
17770
17771 ################################################################################
17772 ###   2n-clx                                                                 ###
17773 ################################################################################
17774
17775 # Packet Throughput
17776
17777 - type: "plot"
17778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17779   algorithm: "plot_perf_box_name"
17780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17782   include:
17783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17787   layout:
17788     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17801   layout:
17802     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17807   algorithm: "plot_perf_box_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17815   layout:
17816     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17817     layout: "plot-throughput"
17818
17819 - type: "plot"
17820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17821   algorithm: "plot_perf_box_name"
17822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17824   include:
17825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17829   layout:
17830     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17840     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17841     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17842     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17843   layout:
17844     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17845     layout: "plot-throughput"
17846
17847 - type: "plot"
17848   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17849   algorithm: "plot_perf_box_name"
17850   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17852   include:
17853     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17854     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17855     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17856     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17857   layout:
17858     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17859     layout: "plot-throughput"
17860
17861 - type: "plot"
17862   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17863   algorithm: "plot_perf_box_name"
17864   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17866   include:
17867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17873   layout:
17874     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17875     layout: "plot-throughput"
17876
17877 - type: "plot"
17878   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17879   algorithm: "plot_perf_box_name"
17880   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17882   include:
17883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17889   layout:
17890     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17891     layout: "plot-throughput"
17892
17893 - type: "plot"
17894   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17895   algorithm: "plot_perf_box_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17903   layout:
17904     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17905     layout: "plot-throughput"
17906
17907 - type: "plot"
17908   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17909   algorithm: "plot_perf_box_name"
17910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17912   include:
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17919     layout: "plot-throughput"
17920
17921 - type: "plot"
17922   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17923   algorithm: "plot_perf_box_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17930   layout:
17931     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17932     layout: "plot-throughput"
17933
17934 - type: "plot"
17935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17936   algorithm: "plot_perf_box_name"
17937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17939   include:
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17943   layout:
17944     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17945     layout: "plot-throughput"
17946
17947 - type: "plot"
17948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17949   algorithm: "plot_perf_box_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17958   layout:
17959     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17960     layout: "plot-throughput"
17961
17962 - type: "plot"
17963   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17964   algorithm: "plot_perf_box_name"
17965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17967   include:
17968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17975     layout: "plot-throughput"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17986   layout:
17987     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18015   layout:
18016     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18031   layout:
18032     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18037   algorithm: "plot_perf_box_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18046   layout:
18047     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18048     layout: "plot-throughput"
18049
18050 - type: "plot"
18051   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18061   layout:
18062     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18063     layout: "plot-throughput"
18064
18065 - type: "plot"
18066   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18067   algorithm: "plot_perf_box_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18081   layout:
18082     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18083     layout: "plot-cps"
18084
18085 - type: "plot"
18086   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18087   algorithm: "plot_perf_box_name"
18088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18090   include:
18091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18101   layout:
18102     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18103     layout: "plot-throughput"
18104
18105 - type: "plot"
18106   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18107   algorithm: "plot_perf_box_name"
18108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18110   include:
18111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18121   layout:
18122     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18123     layout: "plot-cps"
18124
18125 - type: "plot"
18126   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18127   algorithm: "plot_perf_box_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18141   layout:
18142     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18143     layout: "plot-throughput"
18144
18145 - type: "plot"
18146   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18147   algorithm: "plot_perf_box_name"
18148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18150   include:
18151     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18152     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18153     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18154     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18156   layout:
18157     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18158     layout: "plot-throughput"
18159
18160 - type: "plot"
18161   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18162   algorithm: "plot_perf_box_name"
18163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18165   include:
18166     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18167     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18168     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18169     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18170     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18173     layout: "plot-throughput"
18174
18175 - type: "plot"
18176   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18177   algorithm: "plot_perf_box_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18188     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18190     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18191   layout:
18192     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18193     layout: "plot-cps"
18194
18195 - type: "plot"
18196   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18197   algorithm: "plot_perf_box_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18210     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18213     layout: "plot-throughput"
18214
18215 - type: "plot"
18216   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18217   algorithm: "plot_perf_box_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18231   layout:
18232     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18233     layout: "plot-cps"
18234
18235 - type: "plot"
18236   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18237   algorithm: "plot_perf_box_name"
18238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18240   include:
18241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18251   layout:
18252     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18253     layout: "plot-throughput"
18254
18255 - type: "plot"
18256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18257   algorithm: "plot_perf_box_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18269     layout: "plot-throughput"
18270
18271 - type: "plot"
18272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18273   algorithm: "plot_perf_box_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18283   layout:
18284     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18285     layout: "plot-throughput"
18286
18287 - type: "plot"
18288   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18289   algorithm: "plot_perf_box_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18295   layout:
18296     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18297     layout: "plot-throughput"
18298
18299 - type: "plot"
18300   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18301   algorithm: "plot_perf_box_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18307   layout:
18308     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18323   layout:
18324     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18325     layout: "plot-throughput"
18326
18327 - type: "plot"
18328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18329   algorithm: "plot_perf_box_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18339   layout:
18340     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18341     layout: "plot-throughput"
18342
18343 - type: "plot"
18344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18345   algorithm: "plot_perf_box_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18355   layout:
18356     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18357     layout: "plot-throughput"
18358
18359 - type: "plot"
18360   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18361   algorithm: "plot_perf_box_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18371   layout:
18372     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18373     layout: "plot-throughput"
18374
18375 - type: "plot"
18376   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18377   algorithm: "plot_perf_box_name"
18378   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18380   include:
18381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18387   layout:
18388     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18389     layout: "plot-throughput"
18390
18391 - type: "plot"
18392   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18393   algorithm: "plot_perf_box_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18403   layout:
18404     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18405     layout: "plot-throughput"
18406
18407 - type: "plot"
18408   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18409   algorithm: "plot_perf_box_name"
18410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18412   include:
18413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18418   layout:
18419     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18420     layout: "plot-throughput"
18421
18422 - type: "plot"
18423   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18424   algorithm: "plot_perf_box_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18433   layout:
18434     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18435     layout: "plot-throughput"
18436
18437 - type: "plot"
18438   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18439   algorithm: "plot_perf_box_name"
18440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18442   include:
18443     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18446     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18448   layout:
18449     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18450     layout: "plot-throughput"
18451
18452 - type: "plot"
18453   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18454   algorithm: "plot_perf_box_name"
18455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18457   include:
18458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18463   layout:
18464     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18465     layout: "plot-throughput"
18466
18467 - type: "plot"
18468   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18469   algorithm: "plot_perf_box_name"
18470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18472   include:
18473     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18478   layout:
18479     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18480     layout: "plot-throughput"
18481
18482 - type: "plot"
18483   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18484   algorithm: "plot_perf_box_name"
18485   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487   include:
18488     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18492     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18493   layout:
18494     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18495     layout: "plot-throughput"
18496
18497 - type: "plot"
18498   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18499   algorithm: "plot_perf_box_name"
18500   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18502   include:
18503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18508   layout:
18509     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18510     layout: "plot-throughput"
18511
18512 - type: "plot"
18513   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18514   algorithm: "plot_perf_box_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18523   layout:
18524     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18525     layout: "plot-throughput"
18526
18527 - type: "plot"
18528   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18529   algorithm: "plot_perf_box_name"
18530   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532   include:
18533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18538   layout:
18539     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18540     layout: "plot-throughput"
18541
18542 - type: "plot"
18543   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18544   algorithm: "plot_perf_box_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18553   layout:
18554     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18555     layout: "plot-throughput"
18556
18557 - type: "plot"
18558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18559   algorithm: "plot_perf_box_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18569   layout:
18570     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18571     layout: "plot-throughput"
18572
18573 - type: "plot"
18574   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18575   algorithm: "plot_perf_box_name"
18576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18578   include:
18579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18585   layout:
18586     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18587     layout: "plot-throughput"
18588
18589 - type: "plot"
18590   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18591   algorithm: "plot_perf_box_name"
18592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18594   include:
18595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18599   layout:
18600     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18601     layout: "plot-throughput"
18602
18603 - type: "plot"
18604   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18605   algorithm: "plot_perf_box_name"
18606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608   include:
18609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18613   layout:
18614     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18615     layout: "plot-throughput"
18616
18617 - type: "plot"
18618   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18619   algorithm: "plot_perf_box_name"
18620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622   include:
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18629   layout:
18630     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18631     layout: "plot-throughput"
18632
18633 - type: "plot"
18634   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18635   algorithm: "plot_perf_box_name"
18636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18638   include:
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18645   layout:
18646     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18647     layout: "plot-throughput"
18648
18649 - type: "plot"
18650   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18651   algorithm: "plot_perf_box_name"
18652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18654   include:
18655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18659   layout:
18660     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18661     layout: "plot-throughput"
18662
18663 - type: "plot"
18664   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18665   algorithm: "plot_perf_box_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18673   layout:
18674     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18675     layout: "plot-throughput"
18676
18677 - type: "plot"
18678   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18679   algorithm: "plot_perf_box_name"
18680   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18682   include:
18683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18687     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18688     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18689   layout:
18690     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18691     layout: "plot-throughput"
18692
18693 - type: "plot"
18694   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18695   algorithm: "plot_perf_box_name"
18696   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18698   include:
18699     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18703     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18704     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18705   layout:
18706     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18707     layout: "plot-throughput"
18708
18709 - type: "plot"
18710   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18711   algorithm: "plot_perf_box_name"
18712   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18714   include:
18715     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18716     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18717     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18718     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18719   layout:
18720     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18721     layout: "plot-throughput"
18722
18723 - type: "plot"
18724   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18725   algorithm: "plot_perf_box_name"
18726   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18728   include:
18729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18731     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18732     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18733   layout:
18734     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18735     layout: "plot-throughput"
18736
18737 - type: "plot"
18738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18739   algorithm: "plot_perf_box_name"
18740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18742   include:
18743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18748   layout:
18749     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18750     layout: "plot-throughput"
18751
18752 - type: "plot"
18753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18754   algorithm: "plot_perf_box_name"
18755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18757   include:
18758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18763   layout:
18764     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18765     layout: "plot-throughput"
18766
18767 - type: "plot"
18768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18769   algorithm: "plot_perf_box_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "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"
18774     - "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"
18775     - "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"
18776     - "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"
18777     - "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"
18778   layout:
18779     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18780     layout: "plot-throughput"
18781
18782 - type: "plot"
18783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18784   algorithm: "plot_perf_box_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18787   include:
18788     - "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"
18789     - "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"
18790     - "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"
18791     - "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"
18792     - "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"
18793   layout:
18794     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18795     layout: "plot-throughput"
18796
18797 - type: "plot"
18798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18799   algorithm: "plot_perf_box_name"
18800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18802   include:
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18808   layout:
18809     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18810     layout: "plot-throughput"
18811
18812 - type: "plot"
18813   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18814   algorithm: "plot_perf_box_name"
18815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18817   include:
18818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18823   layout:
18824     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18825     layout: "plot-throughput"
18826
18827 - type: "plot"
18828   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18829   algorithm: "plot_perf_box_name"
18830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18832   include:
18833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18838   layout:
18839     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18840     layout: "plot-throughput"
18841
18842 - type: "plot"
18843   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18844   algorithm: "plot_perf_box_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18853   layout:
18854     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18855     layout: "plot-throughput"
18856
18857 - type: "plot"
18858   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18859   algorithm: "plot_perf_box_name"
18860   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18862   include:
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18867   layout:
18868     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18869     layout: "plot-throughput"
18870
18871 - type: "plot"
18872   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18873   algorithm: "plot_perf_box_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18881   layout:
18882     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18883     layout: "plot-throughput"
18884
18885 - type: "plot"
18886   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18887   algorithm: "plot_perf_box_name"
18888   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18890   include:
18891     - "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"
18892     - "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"
18893     - "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"
18894     - "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"
18895   layout:
18896     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18897     layout: "plot-throughput"
18898
18899 - type: "plot"
18900   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18901   algorithm: "plot_perf_box_name"
18902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18904   include:
18905     - "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"
18906     - "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"
18907     - "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"
18908     - "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"
18909   layout:
18910     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18911     layout: "plot-throughput"
18912
18913 - type: "plot"
18914   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18915   algorithm: "plot_perf_box_name"
18916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18918   include:
18919     - "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"
18920     - "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"
18921     - "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"
18922     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18923     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18924     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18925   layout:
18926     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18927     layout: "plot-throughput"
18928
18929 - type: "plot"
18930   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18931   algorithm: "plot_perf_box_name"
18932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18934   include:
18935     - "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"
18936     - "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"
18937     - "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"
18938     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18939     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18940     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18941   layout:
18942     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18943     layout: "plot-throughput"
18944
18945 ################################################################################
18946
18947 # Packet Speedup
18948
18949 - type: "plot"
18950   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18951   algorithm: "plot_tsa_name"
18952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18954   include:
18955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18959   layout:
18960     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18971     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18972     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18973   layout:
18974     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18975     layout: "plot-throughput-speedup-analysis"
18976
18977 - type: "plot"
18978   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18979   algorithm: "plot_tsa_name"
18980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18982   include:
18983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18984     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18985     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18986     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18987   layout:
18988     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18989     layout: "plot-throughput-speedup-analysis"
18990
18991 - type: "plot"
18992   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18993   algorithm: "plot_tsa_name"
18994   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18996   include:
18997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19000     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19001   layout:
19002     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
19003     layout: "plot-throughput-speedup-analysis"
19004
19005 - type: "plot"
19006   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19007   algorithm: "plot_tsa_name"
19008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19010   include:
19011     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19012     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19013     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19014     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19015   layout:
19016     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19026     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19027     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19028     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19029   layout:
19030     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19031     layout: "plot-throughput-speedup-analysis"
19032
19033 - type: "plot"
19034   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19035   algorithm: "plot_tsa_name"
19036   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19038   include:
19039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19045   layout:
19046     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19047     layout: "plot-throughput-speedup-analysis"
19048
19049 - type: "plot"
19050   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19051   algorithm: "plot_tsa_name"
19052   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19054   include:
19055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19061   layout:
19062     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19063     layout: "plot-throughput-speedup-analysis"
19064
19065 - type: "plot"
19066   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19067   algorithm: "plot_tsa_name"
19068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19070   include:
19071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19075   layout:
19076     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19077     layout: "plot-throughput-speedup-analysis"
19078
19079 - type: "plot"
19080   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19081   algorithm: "plot_tsa_name"
19082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19084   include:
19085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19089   layout:
19090     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19091     layout: "plot-throughput-speedup-analysis"
19092
19093 - type: "plot"
19094   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19095   algorithm: "plot_tsa_name"
19096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19098   include:
19099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19115   layout:
19116     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19117     layout: "plot-throughput-speedup-analysis"
19118
19119 - type: "plot"
19120   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19121   algorithm: "plot_tsa_name"
19122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19124   include:
19125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19130   layout:
19131     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19132     layout: "plot-throughput-speedup-analysis"
19133
19134 - type: "plot"
19135   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19136   algorithm: "plot_tsa_name"
19137   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19139   include:
19140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19145   layout:
19146     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19147     layout: "plot-throughput-speedup-analysis"
19148
19149 - type: "plot"
19150   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19151   algorithm: "plot_tsa_name"
19152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19154   include:
19155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19158   layout:
19159     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19160     layout: "plot-throughput-speedup-analysis"
19161
19162 - type: "plot"
19163   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19164   algorithm: "plot_tsa_name"
19165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19167   include:
19168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19171   layout:
19172     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19173     layout: "plot-throughput-speedup-analysis"
19174
19175 - type: "plot"
19176   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19177   algorithm: "plot_tsa_name"
19178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19180   include:
19181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19187   layout:
19188     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19189     layout: "plot-throughput-speedup-analysis"
19190
19191 - type: "plot"
19192   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19193   algorithm: "plot_tsa_name"
19194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19196   include:
19197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19202   layout:
19203     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19204     layout: "plot-throughput-speedup-analysis"
19205
19206 - type: "plot"
19207   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19208   algorithm: "plot_tsa_name"
19209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19211   include:
19212     - "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"
19213     - "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"
19214     - "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"
19215     - "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"
19216     - "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"
19217   layout:
19218     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19219     layout: "plot-throughput-speedup-analysis"
19220
19221 - type: "plot"
19222   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19223   algorithm: "plot_tsa_name"
19224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19226   include:
19227     - "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"
19228     - "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"
19229     - "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"
19230     - "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"
19231     - "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"
19232     - "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"
19233     - "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"
19234     - "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"
19235     - "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"
19236     - "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"
19237   layout:
19238     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19239     layout: "plot-throughput-speedup-analysis-cps"
19240
19241 - type: "plot"
19242   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19243   algorithm: "plot_tsa_name"
19244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19246   include:
19247     - "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"
19248     - "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"
19249     - "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"
19250     - "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"
19251     - "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"
19252     - "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"
19253     - "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"
19254     - "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"
19255     - "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"
19256     - "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"
19257   layout:
19258     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19259     layout: "plot-throughput-speedup-analysis"
19260
19261 - type: "plot"
19262   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19263   algorithm: "plot_tsa_name"
19264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19266   include:
19267     - "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"
19268     - "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"
19269     - "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"
19270     - "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"
19271     - "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"
19272     - "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"
19273     - "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"
19274     - "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"
19275     - "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"
19276     - "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"
19277   layout:
19278     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19279     layout: "plot-throughput-speedup-analysis-cps"
19280
19281 - type: "plot"
19282   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19283   algorithm: "plot_tsa_name"
19284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19286   include:
19287     - "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"
19288     - "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"
19289     - "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"
19290     - "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"
19291     - "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"
19292     - "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"
19293     - "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"
19294     - "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"
19295     - "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"
19296     - "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"
19297   layout:
19298     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19299     layout: "plot-throughput-speedup-analysis"
19300
19301 - type: "plot"
19302   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19303   algorithm: "plot_tsa_name"
19304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19306   include:
19307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19313   layout:
19314     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19315     layout: "plot-throughput-speedup-analysis"
19316
19317 - type: "plot"
19318   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19319   algorithm: "plot_tsa_name"
19320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19322   include:
19323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19326     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19328   layout:
19329     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19330     layout: "plot-throughput-speedup-analysis"
19331
19332 - type: "plot"
19333   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19334   algorithm: "plot_tsa_name"
19335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19337   include:
19338     - "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"
19339     - "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"
19340     - "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"
19341     - "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"
19342     - "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"
19343   layout:
19344     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19345     layout: "plot-throughput-speedup-analysis"
19346
19347 - type: "plot"
19348   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19349   algorithm: "plot_tsa_name"
19350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19352   include:
19353     - "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"
19354     - "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"
19355     - "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"
19356     - "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"
19357     - "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"
19358     - "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"
19359     - "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"
19360     - "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"
19361     - "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"
19362     - "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"
19363   layout:
19364     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19365     layout: "plot-throughput-speedup-analysis-cps"
19366
19367 - type: "plot"
19368   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19369   algorithm: "plot_tsa_name"
19370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19372   include:
19373     - "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"
19374     - "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"
19375     - "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"
19376     - "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"
19377     - "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"
19378     - "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"
19379     - "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"
19380     - "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"
19381     - "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"
19382     - "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"
19383   layout:
19384     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19385     layout: "plot-throughput-speedup-analysis"
19386
19387 - type: "plot"
19388   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19389   algorithm: "plot_tsa_name"
19390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19392   include:
19393     - "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"
19394     - "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"
19395     - "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"
19396     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19397     - "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"
19398     - "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"
19399     - "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"
19400     - "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"
19401     - "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"
19402     - "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"
19403   layout:
19404     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19405     layout: "plot-throughput-speedup-analysis-cps"
19406
19407 - type: "plot"
19408   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19409   algorithm: "plot_tsa_name"
19410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19412   include:
19413     - "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"
19414     - "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"
19415     - "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"
19416     - "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"
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421     - "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"
19422     - "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"
19423   layout:
19424     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19425     layout: "plot-throughput-speedup-analysis"
19426
19427 - type: "plot"
19428   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19429   algorithm: "plot_tsa_name"
19430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19432   include:
19433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19439   layout:
19440     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19441     layout: "plot-throughput-speedup-analysis"
19442
19443 - type: "plot"
19444   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19445   algorithm: "plot_tsa_name"
19446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19448   include:
19449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19455   layout:
19456     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19457     layout: "plot-throughput-speedup-analysis"
19458
19459 - type: "plot"
19460   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19461   algorithm: "plot_tsa_name"
19462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19464   include:
19465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19467   layout:
19468     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19469     layout: "plot-throughput-speedup-analysis"
19470
19471 - type: "plot"
19472   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19473   algorithm: "plot_tsa_name"
19474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19476   include:
19477     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19479   layout:
19480     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19481     layout: "plot-throughput-speedup-analysis"
19482
19483 - type: "plot"
19484   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19485   algorithm: "plot_tsa_name"
19486   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19488   include:
19489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19490     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19491     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19492     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19493     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19494     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19495   layout:
19496     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19497     layout: "plot-throughput-speedup-analysis"
19498
19499 - type: "plot"
19500   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19501   algorithm: "plot_tsa_name"
19502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19504   include:
19505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19506     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19507     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19508     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19509     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19510     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19511   layout:
19512     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19513     layout: "plot-throughput-speedup-analysis"
19514
19515 - type: "plot"
19516   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19517   algorithm: "plot_tsa_name"
19518   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19520   include:
19521     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19522     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19523     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19524     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19525     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19526     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19527   layout:
19528     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19529     layout: "plot-throughput-speedup-analysis"
19530
19531 - type: "plot"
19532   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19533   algorithm: "plot_tsa_name"
19534   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19536   include:
19537     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19538     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19539     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19540     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19541     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19542     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19543   layout:
19544     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19545     layout: "plot-throughput-speedup-analysis"
19546
19547 - type: "plot"
19548   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19549   algorithm: "plot_tsa_name"
19550   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19552   include:
19553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19559   layout:
19560     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19561     layout: "plot-throughput-speedup-analysis"
19562
19563 - type: "plot"
19564   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19565   algorithm: "plot_tsa_name"
19566   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19568   include:
19569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19575   layout:
19576     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19577     layout: "plot-throughput-speedup-analysis"
19578
19579 - type: "plot"
19580   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19581   algorithm: "plot_tsa_name"
19582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19584   include:
19585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19590   layout:
19591     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19592     layout: "plot-throughput-speedup-analysis"
19593
19594 - type: "plot"
19595   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19596   algorithm: "plot_tsa_name"
19597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19599   include:
19600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19605   layout:
19606     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19607     layout: "plot-throughput-speedup-analysis"
19608
19609 - type: "plot"
19610   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19611   algorithm: "plot_tsa_name"
19612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19614   include:
19615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19620   layout:
19621     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19622     layout: "plot-throughput-speedup-analysis"
19623
19624 - type: "plot"
19625   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19626   algorithm: "plot_tsa_name"
19627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19629   include:
19630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19635   layout:
19636     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19637     layout: "plot-throughput-speedup-analysis"
19638
19639 - type: "plot"
19640   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19641   algorithm: "plot_tsa_name"
19642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19644   include:
19645     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19646     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19647     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19648     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19649     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19650   layout:
19651     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19652     layout: "plot-throughput-speedup-analysis"
19653
19654 - type: "plot"
19655   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19656   algorithm: "plot_tsa_name"
19657   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19659   include:
19660     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19661     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19662     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19663     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19664     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19665   layout:
19666     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19667     layout: "plot-throughput-speedup-analysis"
19668
19669 - type: "plot"
19670   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19671   algorithm: "plot_tsa_name"
19672   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19674   include:
19675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19680   layout:
19681     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19682     layout: "plot-throughput-speedup-analysis"
19683
19684 - type: "plot"
19685   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19686   algorithm: "plot_tsa_name"
19687   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19689   include:
19690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19695   layout:
19696     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19697     layout: "plot-throughput-speedup-analysis"
19698
19699 - type: "plot"
19700   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19701   algorithm: "plot_tsa_name"
19702   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19704   include:
19705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19710   layout:
19711     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19712     layout: "plot-throughput-speedup-analysis"
19713
19714 - type: "plot"
19715   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19716   algorithm: "plot_tsa_name"
19717   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19719   include:
19720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19725   layout:
19726     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19727     layout: "plot-throughput-speedup-analysis"
19728
19729 - type: "plot"
19730   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19731   algorithm: "plot_tsa_name"
19732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19734   include:
19735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19741   layout:
19742     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19743     layout: "plot-throughput-speedup-analysis"
19744
19745 - type: "plot"
19746   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19747   algorithm: "plot_tsa_name"
19748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19750   include:
19751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19757   layout:
19758     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19759     layout: "plot-throughput-speedup-analysis"
19760
19761 - type: "plot"
19762   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19763   algorithm: "plot_tsa_name"
19764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19766   include:
19767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19771   layout:
19772     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19773     layout: "plot-throughput-speedup-analysis"
19774
19775 - type: "plot"
19776   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19777   algorithm: "plot_tsa_name"
19778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19780   include:
19781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19785   layout:
19786     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19787     layout: "plot-throughput-speedup-analysis"
19788
19789 - type: "plot"
19790   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19791   algorithm: "plot_tsa_name"
19792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19794   include:
19795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19801   layout:
19802     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19803     layout: "plot-throughput-speedup-analysis"
19804
19805 - type: "plot"
19806   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19807   algorithm: "plot_tsa_name"
19808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19810   include:
19811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19817   layout:
19818     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19819     layout: "plot-throughput-speedup-analysis"
19820
19821 - type: "plot"
19822   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19823   algorithm: "plot_tsa_name"
19824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19826   include:
19827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19831   layout:
19832     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19833     layout: "plot-throughput-speedup-analysis"
19834
19835 - type: "plot"
19836   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19837   algorithm: "plot_tsa_name"
19838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19840   include:
19841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19845   layout:
19846     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19847     layout: "plot-throughput-speedup-analysis"
19848
19849 - type: "plot"
19850   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19851   algorithm: "plot_tsa_name"
19852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19854   include:
19855     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19857     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19858     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19859     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19860     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19861   layout:
19862     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19863     layout: "plot-throughput-speedup-analysis"
19864
19865 - type: "plot"
19866   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19867   algorithm: "plot_tsa_name"
19868   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19870   include:
19871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19872     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19873     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19874     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19875     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19876     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19877   layout:
19878     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19879     layout: "plot-throughput-speedup-analysis"
19880
19881 - type: "plot"
19882   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19883   algorithm: "plot_tsa_name"
19884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19886   include:
19887     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19888     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19889     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19890     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19891   layout:
19892     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19893     layout: "plot-throughput-speedup-analysis"
19894
19895 - type: "plot"
19896   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19897   algorithm: "plot_tsa_name"
19898   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19900   include:
19901     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19902     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19903     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19904     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19905   layout:
19906     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19907     layout: "plot-throughput-speedup-analysis"
19908
19909 - type: "plot"
19910   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19911   algorithm: "plot_tsa_name"
19912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19914   include:
19915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19920   layout:
19921     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19922     layout: "plot-throughput-speedup-analysis"
19923
19924 - type: "plot"
19925   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19926   algorithm: "plot_tsa_name"
19927   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19929   include:
19930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19935   layout:
19936     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19937     layout: "plot-throughput-speedup-analysis"
19938
19939 - type: "plot"
19940   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19941   algorithm: "plot_tsa_name"
19942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19944   include:
19945     - "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"
19946     - "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"
19947     - "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"
19948     - "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"
19949     - "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"
19950   layout:
19951     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19952     layout: "plot-throughput-speedup-analysis"
19953
19954 - type: "plot"
19955   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19956   algorithm: "plot_tsa_name"
19957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19959   include:
19960     - "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"
19961     - "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"
19962     - "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"
19963     - "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"
19964     - "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"
19965   layout:
19966     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19967     layout: "plot-throughput-speedup-analysis"
19968
19969 - type: "plot"
19970   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19971   algorithm: "plot_tsa_name"
19972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19974   include:
19975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19980   layout:
19981     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19982     layout: "plot-throughput-speedup-analysis"
19983
19984 - type: "plot"
19985   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19986   algorithm: "plot_tsa_name"
19987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19989   include:
19990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19995   layout:
19996     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19997     layout: "plot-throughput-speedup-analysis"
19998
19999 - type: "plot"
20000   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20001   algorithm: "plot_tsa_name"
20002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20004   include:
20005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20010   layout:
20011     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20012     layout: "plot-throughput-speedup-analysis"
20013
20014 - type: "plot"
20015   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20016   algorithm: "plot_tsa_name"
20017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20019   include:
20020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20025   layout:
20026     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20027     layout: "plot-throughput-speedup-analysis"
20028
20029 - type: "plot"
20030   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20031   algorithm: "plot_tsa_name"
20032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20034   include:
20035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20039   layout:
20040     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20041     layout: "plot-throughput-speedup-analysis"
20042
20043 - type: "plot"
20044   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20045   algorithm: "plot_tsa_name"
20046   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20048   include:
20049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20053   layout:
20054     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20055     layout: "plot-throughput-speedup-analysis"
20056
20057 - type: "plot"
20058   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20059   algorithm: "plot_tsa_name"
20060   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20062   include:
20063     - "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"
20064     - "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"
20065     - "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"
20066     - "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"
20067   layout:
20068     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20069     layout: "plot-throughput-speedup-analysis"
20070
20071 - type: "plot"
20072   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20073   algorithm: "plot_tsa_name"
20074   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20076   include:
20077     - "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"
20078     - "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"
20079     - "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"
20080     - "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"
20081   layout:
20082     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20083     layout: "plot-throughput-speedup-analysis"
20084
20085 - type: "plot"
20086   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20087   algorithm: "plot_tsa_name"
20088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20090   include:
20091     - "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"
20092     - "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"
20093     - "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"
20094     - "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"
20095     - "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"
20096     - "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"
20097   layout:
20098     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20099     layout: "plot-throughput-speedup-analysis"
20100
20101 - type: "plot"
20102   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20103   algorithm: "plot_tsa_name"
20104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20106   include:
20107     - "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"
20108     - "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"
20109     - "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"
20110     - "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"
20111     - "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"
20112     - "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"
20113   layout:
20114     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20115     layout: "plot-throughput-speedup-analysis"
20116
20117 # Packet Throughput - DPDK
20118
20119 # 2n-clx-xxv710
20120
20121 - type: "plot"
20122   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20123   algorithm: "plot_perf_box_name"
20124   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20125   data: "plot-dpdk-throughput-latency-2n-clx"
20126   include:
20127     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20128     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20129   layout:
20130     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20131     layout: "plot-throughput"
20132
20133 - type: "plot"
20134   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20135   algorithm: "plot_perf_box_name"
20136   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20137   data: "plot-dpdk-throughput-latency-2n-clx"
20138   include:
20139     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20140     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20141   layout:
20142     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20143     layout: "plot-throughput"
20144
20145 - type: "plot"
20146   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20147   algorithm: "plot_perf_box_name"
20148   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20149   data: "plot-dpdk-throughput-latency-2n-clx"
20150   include:
20151     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20152     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20153   layout:
20154     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20155     layout: "plot-throughput"
20156
20157 - type: "plot"
20158   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20159   algorithm: "plot_perf_box_name"
20160   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20161   data: "plot-dpdk-throughput-latency-2n-clx"
20162   include:
20163     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20164     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20165   layout:
20166     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20167     layout: "plot-throughput"
20168
20169 # 2n-clx-x710
20170
20171 - type: "plot"
20172   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20173   algorithm: "plot_perf_box_name"
20174   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20175   data: "plot-dpdk-throughput-latency-2n-clx"
20176   include:
20177     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20178     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20179   layout:
20180     title: "2n-clx-x710-64b-2t1c-base-ndr"
20181     layout: "plot-throughput"
20182
20183 - type: "plot"
20184   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20185   algorithm: "plot_perf_box_name"
20186   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20187   data: "plot-dpdk-throughput-latency-2n-clx"
20188   include:
20189     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20190     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20191   layout:
20192     title: "2n-clx-x710-64b-4t2c-base-ndr"
20193     layout: "plot-throughput"
20194
20195 - type: "plot"
20196   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20197   algorithm: "plot_perf_box_name"
20198   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20199   data: "plot-dpdk-throughput-latency-2n-clx"
20200   include:
20201     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20202     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20203   layout:
20204     title: "2n-clx-x710-64b-2t1c-base-pdr"
20205     layout: "plot-throughput"
20206
20207 - type: "plot"
20208   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20209   algorithm: "plot_perf_box_name"
20210   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20211   data: "plot-dpdk-throughput-latency-2n-clx"
20212   include:
20213     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20214     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20215   layout:
20216     title: "2n-clx-x710-64b-4t2c-base-pdr"
20217     layout: "plot-throughput"
20218
20219 ###############################################################################
20220
20221 # 2n-zn2
20222
20223 # Packet Throughput
20224
20225 - type: "plot"
20226   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20227   algorithm: "plot_perf_box_name"
20228   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20229   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20230   include:
20231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20235   layout:
20236     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20237     layout: "plot-throughput"
20238
20239 - type: "plot"
20240   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20241   algorithm: "plot_perf_box_name"
20242   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20243   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20244   include:
20245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20249   layout:
20250     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20251     layout: "plot-throughput"
20252
20253 - type: "plot"
20254   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20255   algorithm: "plot_perf_box_name"
20256   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20257   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20258   include:
20259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20263   layout:
20264     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20265     layout: "plot-throughput"
20266
20267 - type: "plot"
20268   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20269   algorithm: "plot_perf_box_name"
20270   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20271   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20272   include:
20273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20277   layout:
20278     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20279     layout: "plot-throughput"
20280
20281 - type: "plot"
20282   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20283   algorithm: "plot_perf_box_name"
20284   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20285   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20286   include:
20287     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20288     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20289     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20290     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20291   layout:
20292     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20293     layout: "plot-throughput"
20294
20295 - type: "plot"
20296   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20297   algorithm: "plot_perf_box_name"
20298   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20299   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20300   include:
20301     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20302     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20303     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20304     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20305   layout:
20306     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20307     layout: "plot-throughput"
20308
20309 - type: "plot"
20310   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20311   algorithm: "plot_perf_box_name"
20312   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20313   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20314   include:
20315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20321   layout:
20322     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20323     layout: "plot-throughput"
20324
20325 - type: "plot"
20326   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20327   algorithm: "plot_perf_box_name"
20328   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20329   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20330   include:
20331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20337   layout:
20338     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20339     layout: "plot-throughput"
20340
20341 - type: "plot"
20342   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20343   algorithm: "plot_perf_box_name"
20344   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20345   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20346   include:
20347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20351   layout:
20352     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20353     layout: "plot-throughput"
20354
20355 - type: "plot"
20356   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20357   algorithm: "plot_perf_box_name"
20358   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20359   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20360   include:
20361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20365   layout:
20366     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20367     layout: "plot-throughput"
20368
20369 - type: "plot"
20370   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20371   algorithm: "plot_perf_box_name"
20372   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20373   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20374   include:
20375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20378   layout:
20379     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20380     layout: "plot-throughput"
20381
20382 - type: "plot"
20383   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20384   algorithm: "plot_perf_box_name"
20385   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20386   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20387   include:
20388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20391   layout:
20392     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20393     layout: "plot-throughput"
20394
20395 - type: "plot"
20396   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20397   algorithm: "plot_perf_box_name"
20398   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20399   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20400   include:
20401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20406   layout:
20407     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20408     layout: "plot-throughput"
20409
20410 - type: "plot"
20411   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20412   algorithm: "plot_perf_box_name"
20413   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20414   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20415   include:
20416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20421   layout:
20422     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20423     layout: "plot-throughput"
20424
20425 - type: "plot"
20426   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20427   algorithm: "plot_perf_box_name"
20428   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20429   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20430   include:
20431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20434   layout:
20435     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20436     layout: "plot-throughput"
20437
20438 - type: "plot"
20439   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20440   algorithm: "plot_perf_box_name"
20441   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20442   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20443   include:
20444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20447   layout:
20448     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20449     layout: "plot-throughput"
20450
20451 - type: "plot"
20452   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20453   algorithm: "plot_perf_box_name"
20454   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20455   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20456   include:
20457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20463   layout:
20464     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20465     layout: "plot-throughput"
20466
20467 - type: "plot"
20468   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20469   algorithm: "plot_perf_box_name"
20470   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20471   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20472   include:
20473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20479   layout:
20480     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20481     layout: "plot-throughput"
20482
20483 - type: "plot"
20484   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20485   algorithm: "plot_perf_box_name"
20486   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20487   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20488   include:
20489     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20490     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20492     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20494   layout:
20495     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20496     layout: "plot-throughput"
20497
20498 #- type: "plot"
20499 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20500 #  algorithm: "plot_perf_box_name"
20501 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20502 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20503 #  include:
20504 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20505 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20506 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20507 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20508 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20509 #  layout:
20510 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20511 #    layout: "plot-throughput"
20512 #
20513 #- type: "plot"
20514 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20515 #  algorithm: "plot_perf_box_name"
20516 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20517 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20518 #  include:
20519 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20523 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20527 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20529 #  layout:
20530 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20531 #    layout: "plot-cps"
20532 #
20533 #- type: "plot"
20534 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20535 #  algorithm: "plot_perf_box_name"
20536 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20537 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20538 #  include:
20539 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20540 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20541 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20542 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20544 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20545 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20546 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20547 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20548 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20549 #  layout:
20550 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20551 #    layout: "plot-throughput"
20552 #
20553 #- type: "plot"
20554 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20555 #  algorithm: "plot_perf_box_name"
20556 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20557 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20558 #  include:
20559 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20560 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20561 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20562 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20568 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20569 #  layout:
20570 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20571 #    layout: "plot-cps"
20572 #
20573 #- type: "plot"
20574 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20575 #  algorithm: "plot_perf_box_name"
20576 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20577 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20578 #  include:
20579 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20580 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20581 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20582 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20583 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20584 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20585 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20587 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20588 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20589 #  layout:
20590 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20591 #    layout: "plot-throughput"
20592
20593 - type: "plot"
20594   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20595   algorithm: "plot_perf_box_name"
20596   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20597   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20598   include:
20599     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20600     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20601     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20602     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20603     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20604   layout:
20605     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20606     layout: "plot-throughput"
20607
20608 #- type: "plot"
20609 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20610 #  algorithm: "plot_perf_box_name"
20611 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20612 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20613 #  include:
20614 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20615 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20616 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20617 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20618 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20619 #  layout:
20620 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20621 #    layout: "plot-throughput"
20622 #
20623 #- type: "plot"
20624 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20625 #  algorithm: "plot_perf_box_name"
20626 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20627 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20628 #  include:
20629 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20630 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20631 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20632 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20633 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20634 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20635 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20636 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20637 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20638 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20639 #  layout:
20640 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20641 #    layout: "plot-cps"
20642 #
20643 #- type: "plot"
20644 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20645 #  algorithm: "plot_perf_box_name"
20646 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20647 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20648 #  include:
20649 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20650 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20651 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20652 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20653 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20654 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20655 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20656 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20657 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20658 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20659 #  layout:
20660 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20661 #    layout: "plot-throughput"
20662 #
20663 #- type: "plot"
20664 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20665 #  algorithm: "plot_perf_box_name"
20666 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20667 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20668 #  include:
20669 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20670 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20671 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20672 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20673 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20674 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20675 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20676 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20677 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20678 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20679 #  layout:
20680 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20681 #    layout: "plot-cps"
20682 #
20683 #- type: "plot"
20684 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20685 #  algorithm: "plot_perf_box_name"
20686 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20687 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20688 #  include:
20689 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20690 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20691 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20692 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20693 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20694 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20695 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20696 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20697 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20698 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20699 #  layout:
20700 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20701 #    layout: "plot-throughput"
20702
20703 - type: "plot"
20704   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20705   algorithm: "plot_perf_box_name"
20706   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20707   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20708   include:
20709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20715   layout:
20716     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20717     layout: "plot-throughput"
20718
20719 - type: "plot"
20720   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20721   algorithm: "plot_perf_box_name"
20722   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20723   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20724   include:
20725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20731   layout:
20732     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20733     layout: "plot-throughput"
20734
20735 - type: "plot"
20736   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20737   algorithm: "plot_perf_box_name"
20738   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20739   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20740   include:
20741     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20742     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20743   layout:
20744     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20745     layout: "plot-throughput"
20746
20747 - type: "plot"
20748   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20749   algorithm: "plot_perf_box_name"
20750   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20751   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20752   include:
20753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20755   layout:
20756     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20757     layout: "plot-throughput"
20758
20759 - type: "plot"
20760   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20761   algorithm: "plot_perf_box_name"
20762   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20763   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20764   include:
20765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20771   layout:
20772     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20773     layout: "plot-throughput"
20774
20775 - type: "plot"
20776   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20777   algorithm: "plot_perf_box_name"
20778   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20779   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20780   include:
20781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20787   layout:
20788     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20789     layout: "plot-throughput"
20790
20791 - type: "plot"
20792   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20793   algorithm: "plot_perf_box_name"
20794   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20795   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20796   include:
20797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20803   layout:
20804     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20805     layout: "plot-throughput"
20806
20807 - type: "plot"
20808   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20809   algorithm: "plot_perf_box_name"
20810   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20811   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20812   include:
20813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20819   layout:
20820     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20821     layout: "plot-throughput"
20822
20823 - type: "plot"
20824   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20825   algorithm: "plot_perf_box_name"
20826   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20827   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20828   include:
20829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20835   layout:
20836     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20837     layout: "plot-throughput"
20838
20839 - type: "plot"
20840   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20841   algorithm: "plot_perf_box_name"
20842   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20843   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20844   include:
20845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20851   layout:
20852     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20853     layout: "plot-throughput"
20854
20855 - type: "plot"
20856   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20857   algorithm: "plot_perf_box_name"
20858   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20859   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20860   include:
20861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20866   layout:
20867     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20868     layout: "plot-throughput"
20869
20870 - type: "plot"
20871   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20872   algorithm: "plot_perf_box_name"
20873   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20874   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20875   include:
20876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20881   layout:
20882     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20883     layout: "plot-throughput"
20884
20885 - type: "plot"
20886   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20887   algorithm: "plot_perf_box_name"
20888   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20889   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20890   include:
20891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20896   layout:
20897     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20898     layout: "plot-throughput"
20899
20900 - type: "plot"
20901   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20902   algorithm: "plot_perf_box_name"
20903   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20904   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20905   include:
20906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20911   layout:
20912     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20913     layout: "plot-throughput"
20914
20915 - type: "plot"
20916   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20917   algorithm: "plot_perf_box_name"
20918   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20919   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20920   include:
20921     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20922     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20923     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20924     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20925     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20926   layout:
20927     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20928     layout: "plot-throughput"
20929
20930 - type: "plot"
20931   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20932   algorithm: "plot_perf_box_name"
20933   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20934   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20935   include:
20936     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20937     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20938     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20940     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20941   layout:
20942     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20943     layout: "plot-throughput"
20944
20945 - type: "plot"
20946   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20947   algorithm: "plot_perf_box_name"
20948   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20949   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20950   include:
20951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20956   layout:
20957     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20958     layout: "plot-throughput"
20959
20960 - type: "plot"
20961   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20962   algorithm: "plot_perf_box_name"
20963   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20964   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20965   include:
20966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20971   layout:
20972     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20973     layout: "plot-throughput"
20974
20975 - type: "plot"
20976   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20977   algorithm: "plot_perf_box_name"
20978   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20979   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20980   include:
20981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20986   layout:
20987     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20988     layout: "plot-throughput"
20989
20990 - type: "plot"
20991   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20992   algorithm: "plot_perf_box_name"
20993   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20994   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20995   include:
20996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21001   layout:
21002     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21003     layout: "plot-throughput"
21004
21005 - type: "plot"
21006   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21007   algorithm: "plot_perf_box_name"
21008   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21009   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21010   include:
21011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21017   layout:
21018     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21019     layout: "plot-throughput"
21020
21021 - type: "plot"
21022   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21023   algorithm: "plot_perf_box_name"
21024   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21025   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21026   include:
21027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21033   layout:
21034     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21035     layout: "plot-throughput"
21036
21037 - type: "plot"
21038   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21039   algorithm: "plot_perf_box_name"
21040   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21041   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21042   include:
21043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21047   layout:
21048     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21049     layout: "plot-throughput"
21050
21051 - type: "plot"
21052   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21053   algorithm: "plot_perf_box_name"
21054   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21055   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21056   include:
21057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21061   layout:
21062     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21063     layout: "plot-throughput"
21064
21065 - type: "plot"
21066   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21067   algorithm: "plot_perf_box_name"
21068   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21069   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21070   include:
21071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21077   layout:
21078     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21079     layout: "plot-throughput"
21080
21081 - type: "plot"
21082   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21083   algorithm: "plot_perf_box_name"
21084   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21085   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21086   include:
21087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21093   layout:
21094     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21095     layout: "plot-throughput"
21096
21097 - type: "plot"
21098   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21099   algorithm: "plot_perf_box_name"
21100   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21101   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21102   include:
21103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21107   layout:
21108     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21109     layout: "plot-throughput"
21110
21111 - type: "plot"
21112   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21113   algorithm: "plot_perf_box_name"
21114   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21115   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21116   include:
21117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21121   layout:
21122     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21123     layout: "plot-throughput"
21124
21125 - type: "plot"
21126   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21127   algorithm: "plot_perf_box_name"
21128   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21129   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21130   include:
21131     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21133     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21137   layout:
21138     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21139     layout: "plot-throughput"
21140
21141 - type: "plot"
21142   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21143   algorithm: "plot_perf_box_name"
21144   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21145   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21146   include:
21147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21153   layout:
21154     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21155     layout: "plot-throughput"
21156
21157 - type: "plot"
21158   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21159   algorithm: "plot_perf_box_name"
21160   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21161   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21162   include:
21163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21167   layout:
21168     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21169     layout: "plot-throughput"
21170
21171 - type: "plot"
21172   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21173   algorithm: "plot_perf_box_name"
21174   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21175   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21176   include:
21177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21181   layout:
21182     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21183     layout: "plot-throughput"
21184
21185 - type: "plot"
21186   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21187   algorithm: "plot_perf_box_name"
21188   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21189   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21190   include:
21191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21196   layout:
21197     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21198     layout: "plot-throughput"
21199
21200 - type: "plot"
21201   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21202   algorithm: "plot_perf_box_name"
21203   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21204   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21205   include:
21206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21211   layout:
21212     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21213     layout: "plot-throughput"
21214
21215 - type: "plot"
21216   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21217   algorithm: "plot_perf_box_name"
21218   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21219   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21220   include:
21221     - "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"
21222     - "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"
21223     - "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"
21224     - "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"
21225     - "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"
21226   layout:
21227     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21228     layout: "plot-throughput"
21229
21230 - type: "plot"
21231   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21232   algorithm: "plot_perf_box_name"
21233   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21234   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21235   include:
21236     - "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"
21237     - "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"
21238     - "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"
21239     - "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"
21240     - "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"
21241   layout:
21242     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21243     layout: "plot-throughput"
21244
21245 - type: "plot"
21246   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21247   algorithm: "plot_perf_box_name"
21248   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21249   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21250   include:
21251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21256   layout:
21257     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21258     layout: "plot-throughput"
21259
21260 - type: "plot"
21261   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21262   algorithm: "plot_perf_box_name"
21263   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21264   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21265   include:
21266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21271   layout:
21272     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21273     layout: "plot-throughput"
21274
21275 - type: "plot"
21276   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21277   algorithm: "plot_perf_box_name"
21278   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21279   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21280   include:
21281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21286   layout:
21287     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21288     layout: "plot-throughput"
21289
21290 - type: "plot"
21291   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21292   algorithm: "plot_perf_box_name"
21293   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21294   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21295   include:
21296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21301   layout:
21302     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21303     layout: "plot-throughput"
21304
21305 - type: "plot"
21306   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21307   algorithm: "plot_perf_box_name"
21308   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21309   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21310   include:
21311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21315   layout:
21316     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21317     layout: "plot-throughput"
21318
21319 - type: "plot"
21320   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21321   algorithm: "plot_perf_box_name"
21322   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21323   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21324   include:
21325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21329   layout:
21330     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21331     layout: "plot-throughput"
21332
21333 - type: "plot"
21334   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21335   algorithm: "plot_perf_box_name"
21336   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21337   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21338   include:
21339     - "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"
21340     - "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"
21341     - "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"
21342     - "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"
21343   layout:
21344     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21345     layout: "plot-throughput"
21346
21347 - type: "plot"
21348   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21349   algorithm: "plot_perf_box_name"
21350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21351   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21352   include:
21353     - "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"
21354     - "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"
21355     - "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"
21356     - "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"
21357   layout:
21358     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21359     layout: "plot-throughput"
21360
21361 - type: "plot"
21362   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21363   algorithm: "plot_perf_box_name"
21364   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21365   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21366   include:
21367     - "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"
21368     - "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"
21369     - "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"
21370     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21371     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21372     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21373   layout:
21374     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21375     layout: "plot-throughput"
21376
21377 - type: "plot"
21378   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21379   algorithm: "plot_perf_box_name"
21380   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21381   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21382   include:
21383     - "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"
21384     - "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"
21385     - "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"
21386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21387     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21388     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21389   layout:
21390     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21391     layout: "plot-throughput"
21392
21393 ################################################################################
21394
21395 # Packet Speedup
21396
21397 - type: "plot"
21398   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21399   algorithm: "plot_tsa_name"
21400   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21401   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21402   include:
21403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21405     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21406     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21407   layout:
21408     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21409     layout: "plot-throughput-speedup-analysis"
21410
21411 - type: "plot"
21412   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21413   algorithm: "plot_tsa_name"
21414   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21415   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21416   include:
21417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21419     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21420     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21421   layout:
21422     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21423     layout: "plot-throughput-speedup-analysis"
21424
21425 - type: "plot"
21426   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21427   algorithm: "plot_tsa_name"
21428   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21429   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21430   include:
21431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21435   layout:
21436     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21437     layout: "plot-throughput-speedup-analysis"
21438
21439 - type: "plot"
21440   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21441   algorithm: "plot_tsa_name"
21442   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21443   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21444   include:
21445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21447     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21448     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21449   layout:
21450     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21451     layout: "plot-throughput-speedup-analysis"
21452
21453 - type: "plot"
21454   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21455   algorithm: "plot_tsa_name"
21456   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21457   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21458   include:
21459     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21460     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21461     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21462     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21463   layout:
21464     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21465     layout: "plot-throughput-speedup-analysis"
21466
21467 - type: "plot"
21468   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21469   algorithm: "plot_tsa_name"
21470   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21471   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21472   include:
21473     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21474     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21475     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21476     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21477   layout:
21478     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21479     layout: "plot-throughput-speedup-analysis"
21480
21481 - type: "plot"
21482   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21483   algorithm: "plot_tsa_name"
21484   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21485   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21486   include:
21487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21491     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21492     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21493   layout:
21494     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21495     layout: "plot-throughput-speedup-analysis"
21496
21497 - type: "plot"
21498   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21499   algorithm: "plot_tsa_name"
21500   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21501   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21502   include:
21503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21509   layout:
21510     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21511     layout: "plot-throughput-speedup-analysis"
21512
21513 - type: "plot"
21514   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21515   algorithm: "plot_tsa_name"
21516   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21517   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21518   include:
21519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21523   layout:
21524     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21525     layout: "plot-throughput-speedup-analysis"
21526
21527 - type: "plot"
21528   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21529   algorithm: "plot_tsa_name"
21530   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21531   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21532   include:
21533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21537   layout:
21538     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21539     layout: "plot-throughput-speedup-analysis"
21540
21541 - type: "plot"
21542   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21543   algorithm: "plot_tsa_name"
21544   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21545   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21546   include:
21547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21550   layout:
21551     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21552     layout: "plot-throughput-speedup-analysis"
21553
21554 - type: "plot"
21555   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21556   algorithm: "plot_tsa_name"
21557   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21558   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21559   include:
21560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21563   layout:
21564     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21565     layout: "plot-throughput-speedup-analysis"
21566
21567 - type: "plot"
21568   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21569   algorithm: "plot_tsa_name"
21570   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21571   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21572   include:
21573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21578   layout:
21579     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21580     layout: "plot-throughput-speedup-analysis"
21581
21582 - type: "plot"
21583   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21584   algorithm: "plot_tsa_name"
21585   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21586   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21587   include:
21588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21593   layout:
21594     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21595     layout: "plot-throughput-speedup-analysis"
21596
21597 - type: "plot"
21598   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21599   algorithm: "plot_tsa_name"
21600   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21601   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21602   include:
21603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21606   layout:
21607     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21608     layout: "plot-throughput-speedup-analysis"
21609
21610 - type: "plot"
21611   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21612   algorithm: "plot_tsa_name"
21613   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21614   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21615   include:
21616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21619   layout:
21620     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21621     layout: "plot-throughput-speedup-analysis"
21622
21623 - type: "plot"
21624   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21625   algorithm: "plot_tsa_name"
21626   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21627   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21628   include:
21629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21635   layout:
21636     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21637     layout: "plot-throughput-speedup-analysis"
21638
21639 - type: "plot"
21640   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21641   algorithm: "plot_tsa_name"
21642   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21643   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21644   include:
21645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21647     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21650   layout:
21651     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21652     layout: "plot-throughput-speedup-analysis"
21653
21654 #- type: "plot"
21655 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21656 #  algorithm: "plot_tsa_name"
21657 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21658 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21659 #  include:
21660 #    - "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"
21661 #    - "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"
21662 #    - "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"
21663 #    - "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"
21664 #    - "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"
21665 #  layout:
21666 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21667 #    layout: "plot-throughput-speedup-analysis"
21668 #
21669 #- type: "plot"
21670 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21671 #  algorithm: "plot_tsa_name"
21672 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21673 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21674 #  include:
21675 #    - "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"
21676 #    - "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"
21677 #    - "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"
21678 #    - "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"
21679 #    - "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"
21680 #    - "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"
21681 #    - "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"
21682 #    - "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"
21683 #    - "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"
21684 #    - "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"
21685 #  layout:
21686 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21687 #    layout: "plot-throughput-speedup-analysis-cps"
21688 #
21689 #- type: "plot"
21690 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21691 #  algorithm: "plot_tsa_name"
21692 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-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-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
21696 #    - "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"
21697 #    - "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"
21698 #    - "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"
21699 #    - "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"
21700 #    - "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"
21701 #    - "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"
21702 #    - "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"
21703 #    - "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"
21704 #    - "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"
21705 #  layout:
21706 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21707 #    layout: "plot-throughput-speedup-analysis"
21708 #
21709 #- type: "plot"
21710 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21711 #  algorithm: "plot_tsa_name"
21712 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21713 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21714 #  include:
21715 #    - "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"
21716 #    - "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"
21717 #    - "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"
21718 #    - "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"
21719 #    - "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"
21720 #    - "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"
21721 #    - "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"
21722 #    - "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"
21723 #    - "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"
21724 #    - "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"
21725 #  layout:
21726 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21727 #    layout: "plot-throughput-speedup-analysis-cps"
21728 #
21729 #- type: "plot"
21730 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21731 #  algorithm: "plot_tsa_name"
21732 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-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-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
21736 #    - "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"
21737 #    - "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"
21738 #    - "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"
21739 #    - "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"
21740 #    - "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"
21741 #    - "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"
21742 #    - "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"
21743 #    - "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"
21744 #    - "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"
21745 #  layout:
21746 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21747 #    layout: "plot-throughput-speedup-analysis"
21748
21749 - type: "plot"
21750   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21751   algorithm: "plot_tsa_name"
21752   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21753   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21754   include:
21755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21761   layout:
21762     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21763     layout: "plot-throughput-speedup-analysis"
21764
21765 - type: "plot"
21766   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21767   algorithm: "plot_tsa_name"
21768   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21769   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21770   include:
21771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21775     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21776   layout:
21777     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21778     layout: "plot-throughput-speedup-analysis"
21779
21780 #- type: "plot"
21781 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21782 #  algorithm: "plot_tsa_name"
21783 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21784 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21785 #  include:
21786 #    - "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"
21787 #    - "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"
21788 #    - "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"
21789 #    - "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"
21790 #    - "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"
21791 #  layout:
21792 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21793 #    layout: "plot-throughput-speedup-analysis"
21794 #
21795 #- type: "plot"
21796 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21797 #  algorithm: "plot_tsa_name"
21798 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21799 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21800 #  include:
21801 #    - "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"
21802 #    - "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"
21803 #    - "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"
21804 #    - "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"
21805 #    - "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"
21806 #    - "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"
21807 #    - "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"
21808 #    - "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"
21809 #    - "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"
21810 #    - "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"
21811 #  layout:
21812 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21813 #    layout: "plot-throughput-speedup-analysis-cps"
21814 #
21815 #- type: "plot"
21816 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21817 #  algorithm: "plot_tsa_name"
21818 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21819 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21820 #  include:
21821 #    - "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"
21822 #    - "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"
21823 #    - "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"
21824 #    - "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"
21825 #    - "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"
21826 #    - "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"
21827 #    - "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"
21828 #    - "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"
21829 #    - "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"
21830 #    - "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"
21831 #  layout:
21832 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21833 #    layout: "plot-throughput-speedup-analysis"
21834 #
21835 #- type: "plot"
21836 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21837 #  algorithm: "plot_tsa_name"
21838 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21839 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21840 #  include:
21841 #    - "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"
21842 #    - "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"
21843 #    - "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"
21844 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21845 #    - "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"
21846 #    - "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"
21847 #    - "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"
21848 #    - "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"
21849 #    - "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"
21850 #    - "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"
21851 #  layout:
21852 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21853 #    layout: "plot-throughput-speedup-analysis-cps"
21854 #
21855 #- type: "plot"
21856 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21857 #  algorithm: "plot_tsa_name"
21858 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21859 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21860 #  include:
21861 #    - "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"
21862 #    - "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"
21863 #    - "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"
21864 #    - "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"
21865 #    - "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"
21866 #    - "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"
21867 #    - "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"
21868 #    - "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"
21869 #    - "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"
21870 #    - "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"
21871 #  layout:
21872 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21873 #    layout: "plot-throughput-speedup-analysis"
21874
21875 - type: "plot"
21876   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21877   algorithm: "plot_tsa_name"
21878   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21879   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21880   include:
21881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21887   layout:
21888     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21889     layout: "plot-throughput-speedup-analysis"
21890
21891 - type: "plot"
21892   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21893   algorithm: "plot_tsa_name"
21894   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21895   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21896   include:
21897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21903   layout:
21904     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21905     layout: "plot-throughput-speedup-analysis"
21906
21907 - type: "plot"
21908   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21909   algorithm: "plot_tsa_name"
21910   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21911   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21912   include:
21913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21915   layout:
21916     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21917     layout: "plot-throughput-speedup-analysis"
21918
21919 - type: "plot"
21920   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21921   algorithm: "plot_tsa_name"
21922   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21923   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21924   include:
21925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21927   layout:
21928     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21929     layout: "plot-throughput-speedup-analysis"
21930
21931 - type: "plot"
21932   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21933   algorithm: "plot_tsa_name"
21934   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21935   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21936   include:
21937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21943   layout:
21944     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21945     layout: "plot-throughput-speedup-analysis"
21946
21947 - type: "plot"
21948   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21949   algorithm: "plot_tsa_name"
21950   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21951   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21952   include:
21953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21959   layout:
21960     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21961     layout: "plot-throughput-speedup-analysis"
21962
21963 - type: "plot"
21964   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21965   algorithm: "plot_tsa_name"
21966   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21967   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21968   include:
21969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21975   layout:
21976     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21977     layout: "plot-throughput-speedup-analysis"
21978
21979 - type: "plot"
21980   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21981   algorithm: "plot_tsa_name"
21982   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21983   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21984   include:
21985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21991   layout:
21992     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21993     layout: "plot-throughput-speedup-analysis"
21994
21995 - type: "plot"
21996   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21997   algorithm: "plot_tsa_name"
21998   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21999   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22000   include:
22001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22007   layout:
22008     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
22009     layout: "plot-throughput-speedup-analysis"
22010
22011 - type: "plot"
22012   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22013   algorithm: "plot_tsa_name"
22014   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22015   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22016   include:
22017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22023   layout:
22024     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
22025     layout: "plot-throughput-speedup-analysis"
22026
22027 - type: "plot"
22028   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22029   algorithm: "plot_tsa_name"
22030   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22031   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22032   include:
22033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22038   layout:
22039     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
22040     layout: "plot-throughput-speedup-analysis"
22041
22042 - type: "plot"
22043   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22044   algorithm: "plot_tsa_name"
22045   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22046   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22047   include:
22048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22053   layout:
22054     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
22055     layout: "plot-throughput-speedup-analysis"
22056
22057 - type: "plot"
22058   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22059   algorithm: "plot_tsa_name"
22060   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22061   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22062   include:
22063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22068   layout:
22069     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22070     layout: "plot-throughput-speedup-analysis"
22071
22072 - type: "plot"
22073   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22074   algorithm: "plot_tsa_name"
22075   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22076   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22077   include:
22078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22083   layout:
22084     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22085     layout: "plot-throughput-speedup-analysis"
22086
22087 - type: "plot"
22088   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22089   algorithm: "plot_tsa_name"
22090   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22091   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22092   include:
22093     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22094     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22095     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22096     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22097     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22098   layout:
22099     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22100     layout: "plot-throughput-speedup-analysis"
22101
22102 - type: "plot"
22103   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22104   algorithm: "plot_tsa_name"
22105   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22106   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22107   include:
22108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22113   layout:
22114     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22115     layout: "plot-throughput-speedup-analysis"
22116
22117 - type: "plot"
22118   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22119   algorithm: "plot_tsa_name"
22120   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22121   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22122   include:
22123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22128   layout:
22129     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22130     layout: "plot-throughput-speedup-analysis"
22131
22132 - type: "plot"
22133   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22134   algorithm: "plot_tsa_name"
22135   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22136   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22137   include:
22138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22143   layout:
22144     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22145     layout: "plot-throughput-speedup-analysis"
22146
22147 - type: "plot"
22148   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22149   algorithm: "plot_tsa_name"
22150   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22151   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22152   include:
22153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22158   layout:
22159     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22160     layout: "plot-throughput-speedup-analysis"
22161
22162 - type: "plot"
22163   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22164   algorithm: "plot_tsa_name"
22165   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22166   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22167   include:
22168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22173   layout:
22174     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22175     layout: "plot-throughput-speedup-analysis"
22176
22177 - type: "plot"
22178   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22179   algorithm: "plot_tsa_name"
22180   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22181   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22182   include:
22183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22189   layout:
22190     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22191     layout: "plot-throughput-speedup-analysis"
22192
22193 - type: "plot"
22194   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22195   algorithm: "plot_tsa_name"
22196   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22197   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22198   include:
22199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22205   layout:
22206     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22207     layout: "plot-throughput-speedup-analysis"
22208
22209 - type: "plot"
22210   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22211   algorithm: "plot_tsa_name"
22212   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22213   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22214   include:
22215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22219   layout:
22220     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22221     layout: "plot-throughput-speedup-analysis"
22222
22223 - type: "plot"
22224   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22225   algorithm: "plot_tsa_name"
22226   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22227   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22228   include:
22229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22233   layout:
22234     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22235     layout: "plot-throughput-speedup-analysis"
22236
22237 - type: "plot"
22238   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22239   algorithm: "plot_tsa_name"
22240   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22241   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22242   include:
22243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22249   layout:
22250     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22251     layout: "plot-throughput-speedup-analysis"
22252
22253 - type: "plot"
22254   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22255   algorithm: "plot_tsa_name"
22256   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22257   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22258   include:
22259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22265   layout:
22266     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22267     layout: "plot-throughput-speedup-analysis"
22268
22269 - type: "plot"
22270   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22271   algorithm: "plot_tsa_name"
22272   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22273   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22274   include:
22275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22279   layout:
22280     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22281     layout: "plot-throughput-speedup-analysis"
22282
22283 - type: "plot"
22284   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22285   algorithm: "plot_tsa_name"
22286   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22287   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22288   include:
22289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22293   layout:
22294     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22295     layout: "plot-throughput-speedup-analysis"
22296
22297 - type: "plot"
22298   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22299   algorithm: "plot_tsa_name"
22300   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22301   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22302   include:
22303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22309   layout:
22310     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22311     layout: "plot-throughput-speedup-analysis"
22312
22313 - type: "plot"
22314   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22315   algorithm: "plot_tsa_name"
22316   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22317   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22318   include:
22319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22325   layout:
22326     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22327     layout: "plot-throughput-speedup-analysis"
22328
22329 - type: "plot"
22330   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22331   algorithm: "plot_tsa_name"
22332   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22333   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22334   include:
22335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22339   layout:
22340     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22341     layout: "plot-throughput-speedup-analysis"
22342
22343 - type: "plot"
22344   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22345   algorithm: "plot_tsa_name"
22346   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22347   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22348   include:
22349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22353   layout:
22354     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22355     layout: "plot-throughput-speedup-analysis"
22356
22357 - type: "plot"
22358   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22359   algorithm: "plot_tsa_name"
22360   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22361   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22362   include:
22363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22368   layout:
22369     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22370     layout: "plot-throughput-speedup-analysis"
22371
22372 - type: "plot"
22373   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22374   algorithm: "plot_tsa_name"
22375   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22376   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22377   include:
22378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22383   layout:
22384     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22385     layout: "plot-throughput-speedup-analysis"
22386
22387 - type: "plot"
22388   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22389   algorithm: "plot_tsa_name"
22390   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22391   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22392   include:
22393     - "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"
22394     - "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"
22395     - "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"
22396     - "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"
22397     - "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"
22398   layout:
22399     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22400     layout: "plot-throughput-speedup-analysis"
22401
22402 - type: "plot"
22403   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22404   algorithm: "plot_tsa_name"
22405   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22406   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22407   include:
22408     - "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"
22409     - "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"
22410     - "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"
22411     - "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"
22412     - "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"
22413   layout:
22414     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22415     layout: "plot-throughput-speedup-analysis"
22416
22417 - type: "plot"
22418   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22419   algorithm: "plot_tsa_name"
22420   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22421   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22422   include:
22423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22428   layout:
22429     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22430     layout: "plot-throughput-speedup-analysis"
22431
22432 - type: "plot"
22433   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22434   algorithm: "plot_tsa_name"
22435   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22436   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22437   include:
22438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22443   layout:
22444     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22445     layout: "plot-throughput-speedup-analysis"
22446
22447 - type: "plot"
22448   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22449   algorithm: "plot_tsa_name"
22450   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22451   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22452   include:
22453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22458   layout:
22459     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22460     layout: "plot-throughput-speedup-analysis"
22461
22462 - type: "plot"
22463   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22464   algorithm: "plot_tsa_name"
22465   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22466   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22467   include:
22468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22473   layout:
22474     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22475     layout: "plot-throughput-speedup-analysis"
22476
22477 - type: "plot"
22478   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22479   algorithm: "plot_tsa_name"
22480   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22481   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22482   include:
22483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22487   layout:
22488     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22489     layout: "plot-throughput-speedup-analysis"
22490
22491 - type: "plot"
22492   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22493   algorithm: "plot_tsa_name"
22494   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22495   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22496   include:
22497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22501   layout:
22502     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22503     layout: "plot-throughput-speedup-analysis"
22504
22505 - type: "plot"
22506   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22507   algorithm: "plot_tsa_name"
22508   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22509   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22510   include:
22511     - "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"
22512     - "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"
22513     - "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"
22514     - "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"
22515   layout:
22516     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22517     layout: "plot-throughput-speedup-analysis"
22518
22519 - type: "plot"
22520   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22521   algorithm: "plot_tsa_name"
22522   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22523   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22524   include:
22525     - "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"
22526     - "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"
22527     - "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"
22528     - "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"
22529   layout:
22530     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22531     layout: "plot-throughput-speedup-analysis"
22532
22533 - type: "plot"
22534   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22535   algorithm: "plot_tsa_name"
22536   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22537   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22538   include:
22539     - "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"
22540     - "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"
22541     - "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"
22542     - "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"
22543     - "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"
22544     - "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"
22545   layout:
22546     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22547     layout: "plot-throughput-speedup-analysis"
22548
22549 - type: "plot"
22550   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22551   algorithm: "plot_tsa_name"
22552   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22553   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22554   include:
22555     - "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"
22556     - "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"
22557     - "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"
22558     - "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"
22559     - "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"
22560     - "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"
22561   layout:
22562     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22563     layout: "plot-throughput-speedup-analysis"
22564
22565 # Packet Throughput - DPDK
22566
22567 # 2n-zn2-xxv710
22568
22569 - type: "plot"
22570   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22571   algorithm: "plot_perf_box_name"
22572   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22573   data: "plot-dpdk-throughput-latency-2n-zn2"
22574   include:
22575     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22576     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22577   layout:
22578     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22579     layout: "plot-throughput"
22580
22581 - type: "plot"
22582   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22583   algorithm: "plot_perf_box_name"
22584   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22585   data: "plot-dpdk-throughput-latency-2n-zn2"
22586   include:
22587     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22588     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22589   layout:
22590     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22591     layout: "plot-throughput"
22592
22593 - type: "plot"
22594   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22595   algorithm: "plot_perf_box_name"
22596   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22597   data: "plot-dpdk-throughput-latency-2n-zn2"
22598   include:
22599     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22600     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22601   layout:
22602     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22603     layout: "plot-throughput"
22604
22605 - type: "plot"
22606   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22607   algorithm: "plot_perf_box_name"
22608   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22609   data: "plot-dpdk-throughput-latency-2n-zn2"
22610   include:
22611     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22612     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22613   layout:
22614     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22615     layout: "plot-throughput"
22616
22617 # 2n-zn2-x710
22618
22619 - type: "plot"
22620   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22621   algorithm: "plot_perf_box_name"
22622   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22623   data: "plot-dpdk-throughput-latency-2n-zn2"
22624   include:
22625     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22626     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22627   layout:
22628     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22629     layout: "plot-throughput"
22630
22631 - type: "plot"
22632   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22633   algorithm: "plot_perf_box_name"
22634   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22635   data: "plot-dpdk-throughput-latency-2n-zn2"
22636   include:
22637     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22638     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22639   layout:
22640     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22641     layout: "plot-throughput"
22642
22643 - type: "plot"
22644   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22645   algorithm: "plot_perf_box_name"
22646   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22647   data: "plot-dpdk-throughput-latency-2n-zn2"
22648   include:
22649     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22650     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22651   layout:
22652     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22653     layout: "plot-throughput"
22654
22655 - type: "plot"
22656   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22657   algorithm: "plot_perf_box_name"
22658   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22659   data: "plot-dpdk-throughput-latency-2n-zn2"
22660   include:
22661     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22662     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22663   layout:
22664     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22665     layout: "plot-throughput"
22666
22667 ################################################################################
22668
22669 - type: "plot"
22670   title: "Latency by percentile: 2n-skx"
22671   algorithm: "plot_hdrh_lat_by_percentile"
22672   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22673   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22674   target-links: "../../_static/vpp"
22675   data: "plot-vpp-hdrh-lat-2n-skx"
22676   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22677   layout:
22678     layout: "plot-hdrh-latency-by-percentile"
22679
22680 - type: "plot"
22681   title: "Latency by percentile: 2n-skx-nat44"
22682   algorithm: "plot_hdrh_lat_by_percentile"
22683   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22684   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22685   target-links: "../../_static/vpp"
22686   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
22687   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22688   layout:
22689     layout: "plot-hdrh-latency-by-percentile"
22690
22691 - type: "plot"
22692   title: "Latency by percentile: 2n-zn2"
22693   algorithm: "plot_hdrh_lat_by_percentile"
22694   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22695   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22696   target-links: "../../_static/vpp"
22697   data: "plot-vpp-hdrh-lat-2n-zn2"
22698   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22699   layout:
22700     layout: "plot-hdrh-latency-by-percentile"
22701
22702 - type: "plot"
22703   title: "Latency by percentile: 3n-skx"
22704   algorithm: "plot_hdrh_lat_by_percentile"
22705   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22706   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22707   target-links: "../../_static/vpp"
22708   data: "plot-vpp-hdrh-lat-3n-skx"
22709   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22710   layout:
22711     layout: "plot-hdrh-latency-by-percentile"
22712
22713 - type: "plot"
22714   title: "Latency by percentile: 2n-clx"
22715   algorithm: "plot_hdrh_lat_by_percentile"
22716   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22717   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22718   target-links: "../../_static/vpp"
22719   data: "plot-vpp-hdrh-lat-2n-clx"
22720   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22721   layout:
22722     layout: "plot-hdrh-latency-by-percentile"
22723
22724 - type: "plot"
22725   title: "Latency by percentile: 2n-clx-nat44"
22726   algorithm: "plot_hdrh_lat_by_percentile"
22727   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22728   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22729   target-links: "../../_static/vpp"
22730   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
22731   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22732   layout:
22733     layout: "plot-hdrh-latency-by-percentile"
22734
22735 - type: "plot"
22736   title: "Latency by percentile: 3n-hsw"
22737   algorithm: "plot_hdrh_lat_by_percentile"
22738   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22739   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22740   target-links: "../../_static/vpp"
22741   data: "plot-vpp-hdrh-lat-3n-hsw"
22742   filter: "'1T1C' and 'NIC_Intel-XL710'"
22743   layout:
22744     layout: "plot-hdrh-latency-by-percentile"
22745
22746 - type: "plot"
22747   title: "Latency by percentile: 3n-tsh"
22748   algorithm: "plot_hdrh_lat_by_percentile"
22749   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22750   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22751   target-links: "../../_static/vpp"
22752   data: "plot-vpp-hdrh-lat-3n-tsh"
22753   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22754   layout:
22755     layout: "plot-hdrh-latency-by-percentile"
22756
22757 - type: "plot"
22758   title: "Latency by percentile: DPDK 2n-skx"
22759   algorithm: "plot_hdrh_lat_by_percentile"
22760   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22761   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22762   target-links: "../../_static/dpdk"
22763   data: "plot-dpdk-hdrh-lat-2n-skx"
22764   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22765   layout:
22766     layout: "plot-hdrh-latency-by-percentile"
22767
22768 - type: "plot"
22769   title: "Latency by percentile: DPDK 3n-skx"
22770   algorithm: "plot_hdrh_lat_by_percentile"
22771   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22772   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22773   target-links: "../../_static/dpdk"
22774   data: "plot-dpdk-hdrh-lat-3n-skx"
22775   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22776   layout:
22777     layout: "plot-hdrh-latency-by-percentile"
22778
22779 - type: "plot"
22780   title: "Latency by percentile: DPDK 2n-clx"
22781   algorithm: "plot_hdrh_lat_by_percentile"
22782   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22783   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22784   target-links: "../../_static/dpdk"
22785   data: "plot-dpdk-hdrh-lat-2n-clx"
22786   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22787   layout:
22788     layout: "plot-hdrh-latency-by-percentile"
22789
22790 - type: "plot"
22791   title: "Latency by percentile: DPDK 2n-zn2"
22792   algorithm: "plot_hdrh_lat_by_percentile"
22793   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22794   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22795   target-links: "../../_static/dpdk"
22796   data: "plot-dpdk-hdrh-lat-2n-zn2"
22797   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22798   layout:
22799     layout: "plot-hdrh-latency-by-percentile"
22800
22801 - type: "plot"
22802   title: "Latency by percentile: DPDK 3n-hsw"
22803   algorithm: "plot_hdrh_lat_by_percentile"
22804   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22805   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22806   target-links: "../../_static/dpdk"
22807   data: "plot-dpdk-hdrh-lat-3n-hsw"
22808   filter: "'1T1C' and 'NIC_Intel-XL710'"
22809   layout:
22810     layout: "plot-hdrh-latency-by-percentile"
22811
22812 - type: "plot"
22813   title: "Latency by percentile: DPDK 3n-tsh"
22814   algorithm: "plot_hdrh_lat_by_percentile"
22815   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22816   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22817   target-links: "../../_static/dpdk"
22818   data: "plot-dpdk-hdrh-lat-3n-tsh"
22819   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22820   layout:
22821     layout: "plot-hdrh-latency-by-percentile"